@charset "UTF-8";.navbar-nav .nav-item:not(:nth-last-child(2))::after,.uform i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.medias-img i,.medias-img i::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}
.mobil{
	display:none
}
.btns,a,a:hover {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.card-item__sidebar-links>li,.medias-img i,.medias-img img {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.card-item__sidebar-links>li>a::before {
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in
}

html {
    scroll-behavior: smooth!important
}

* {
    outline: 0!important
}

.btn.focus,.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

button:focus {
    outline: 0!important;
    outline: 0 auto -webkit-focus-ring-color
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
    z-index: 0
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0;
    box-shadow: 0
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none;
    color: inherit
}

body {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-weight: 400;
    color: #033555;
    font-style: 14px
}

body.is-active {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1200px
    }
}

.page-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px
}

.section-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #033555
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size:24px
    }
}

@font-face {
    font-family: Roboto;
    src: url(https://uzsm.uz/local/fonts/Roboto/Roboto-Thin.eot);
    src: local("☺"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Thin.woff) format("woff"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(https://uzsm.uz/local/fonts/Roboto/Roboto-Light.eot);
    src: local("☺"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Light.woff) format("woff"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(https://uzsm.uz/local/fonts/Roboto/Roboto-Regular.eot);
    src: local("☺"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Regular.woff) format("woff"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(https://uzsm.uz/local/fonts/Roboto/Roboto-Medium.eot);
    src: local("☺"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Medium.woff) format("woff"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Medium.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(https://uzsm.uz/local/fonts/Roboto/Roboto-Bold.eot);
    src: local("☺"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Bold.woff) format("woff"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(https://uzsm.uz/local/fonts/Roboto/Roboto-Black.eot);
    src: local("☺"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Black.woff) format("woff"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

.nav-top {
    position: relative
}

.nav-top__header {
    height: 70px;
    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;
    width: 100%;
    border-bottom: 1px solid rgba(196,196,196,.3)
}

@media only screen and (max-width: 1247px) {
    .nav-top__header {
        position:relative;
        z-index: 22
    }
}

@media only screen and (max-width: 1023px) {
    .nav-top__header {
        height:45px;
        border-bottom: unset;
        position: unset
    }
}

.nav-top__header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1023px) {
    .nav-top__header .container {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.nav-top__header--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1023px) {
    .nav-top__header--left {
        display:none
    }
}

.nav-top__header--left>a:not(:last-of-type) {
    margin-right: 28px
}

.nav-top__header--left>a:hover {
    color: #228bcd;
    text-decoration: underline
}

.nav-top__header--right>a {
    display: inline-block
}

.nav-top__header--right>a:not(:last-of-type) {
    margin-right: 28px
}

@media only screen and (max-width: 1023px) {
    .nav-top__header--right>a {
        display:none
    }
}

@media only screen and (max-width: 1023px) {
    .nav-top__header--right {
        position:absolute;
        z-index: 22
    }
}

.nav-top__footer {
    height: 170px;
    padding-top: 20px
}

.nav-top__footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.nav-top__footer .just-phone {
    display: inline-block;
    margin-top: 5px
}

.nav-top__footer .just-phone p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    color: #033555;
}

.nav-top__footer .just-phone span {
    display: block;
    font-size: 14px;
    opacity: .5
}

.nav-top__footer--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.nav-top__footer--left>a {
    font-size: 24px;
    display: inline-block;
    margin-right: 28px;
    color: #228bcd
}

.nav-top__footer--right>a {
    display: inline-block
}

.nav-top__footer--right>a:not(:last-of-type) {
    margin-right: 28px;
    display: inline-block
}

.nav-top__footer--right .sign {
    color: #228bcd
}

.nav-top__footer--right .sign:hover {
    text-decoration: underline
}

.nav-top__footer--right .registr {
    color: #228bcd;
    background: #fff;
    border: 2px solid #228bcd;
    border-radius: 6px;
    padding: 9px 20px
}

.nav-top__footer--right .registr:hover {
    background-color: #228bcd;
    color: #fff
}

@media only screen and (max-width: 1023px) {
    .nav-top__footer {
        /* display:none; */
    }
}

.nav-top .navbar-brand {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 20px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: repeating-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 40px,#fff 40px,#fff 100%);
    padding: 20px
}

.nav-top .navbar-brand span {
    display: block;
    margin-top: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

@media only screen and (max-width: 1023px) {
    .nav-top .navbar-brand {
        position:relative;
        -webkit-transform: unset;
        transform: unset;
        top: 0;
        left: 0;
        margin-right: 0;
        padding: 10px
    }

    .nav-top .navbar-brand span {
        font-size: 16px
    }

    .nav-top .navbar-brand img {
        max-width: 100px
    }
}

@media only screen and (max-width: 1023px) {
    .nav-top {
        position:unset
    }
}

.navbar {
    background-color: #228bcd;
    padding: 0;
    height: 65px
}

.navbar .container {
    padding-right: 15px;
    padding-left: 15px;
    height: 100%
}

.navbar-collapse {
    height: 100%
}

@media only screen and (max-width: 1023px) {
    .navbar-collapse {
        position:fixed;
        -webkit-transition: -webkit-transform .4s cubic-bezier(.165,.84,.44,1);
        transition: -webkit-transform .4s cubic-bezier(.165,.84,.44,1);
        transition: transform .4s cubic-bezier(.165,.84,.44,1);
        transition: transform .4s cubic-bezier(.165,.84,.44,1),-webkit-transform .4s cubic-bezier(.165,.84,.44,1);
        width: 89%;
        overflow-y: auto;
        right: -100%;
        top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        height: 100vh;
        min-height: 100vh;
        background-color: #033555;
        z-index: 21
    }
}

.navbar-collapse.show {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    -webkit-transform: translateX(-112%);
    transform: translateX(-112%)
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 100%
}

@media only screen and (max-width: 1023px) {
    .navbar-nav {
        display:block;
        padding-top: 50px;
        min-height: 100%
    }
}

.navbar-nav .nav-item {
    height: 100%;
    position: relative
}

.navbar-nav .nav-item:not(:nth-last-child(2)) {
    position: relative
}

.navbar-nav .nav-item:not(:nth-last-child(2))::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #fff;
    opacity: .2;
    right: -25px;
    top: 45%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media only screen and (max-width: 1023px) {
    .navbar-nav .nav-item:not(:nth-last-child(2))::after {
        display:none
    }
}

.navbar-nav .nav-item i {
    display: none;
    position: absolute;
    right: 0;
    color: #fff;
    z-index: 222;
    top: 5px;
    right: -5px;
    padding: 10px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

.navbar-nav .nav-item:hover {
    -webkit-transition: .2s;
    transition: .2s;
    background-color: #1672bd
}

@media only screen and (min-width: 1024px) {
    .navbar-nav .nav-item:hover .drop-one {
        opacity:1;
        visibility: visible;
        top: 65px;
        -webkit-transition: .2s;
        transition: .2s
    }
}

@media only screen and (max-width: 1023px) {
    .navbar-nav .nav-item:hover {
        background-color:transparent
    }
}

@media only screen and (max-width: 1439px) {
    .navbar-nav .nav-item:nth-last-of-type(2) .drop-one {
        left:unset!important;
        right: 0
    }
}

@media only screen and (max-width: 1023px) {
    .navbar-nav .nav-item {
        width:auto;
        height: auto;
        background-color: transparent;
        margin-left: 30px;
        margin-right: 30px;
        display: block;
        border-bottom: 1px solid rgba(255,255,255,.5);
        padding-top: 12px;
        padding-bottom: 12px
    }

    .navbar-nav .nav-item i {
        display: block
    }
}

.navbar-nav .nav-link {
    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%;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .02em;
    color: #fff;
    padding: 9px 15px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
    .navbar-nav .nav-link {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0;
        padding-left: 0;
        height: auto;
        padding-top: 0;
        padding-bottom: 0
    }
}

.navbar-nav .drop-one {
    position: absolute;
    left: 0;
    top: 75px;
    background: #fff;
    -webkit-box-shadow: 0 15px 15px rgba(34,139,205,.15);
    box-shadow: 0 15px 15px rgba(34,139,205,.15);
    z-index: 22;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
}

@media only screen and (max-width: 1023px) {
    .navbar-nav .drop-one {
        position:unset;
        top: unset;
        height: 0;
        width: auto;
        -webkit-transition: height .2s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;
        transition: height .2s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;
        background-color: transparent;
        left: unset;
        padding: 0;
        margin-left: 15px;
        -webkit-box-shadow: unset;
        box-shadow: unset
    }

    .navbar-nav .drop-one i {
        font-size: 14px;
        top: 0;
        right: 5px;
        padding: 10px
    }

    .navbar-nav .drop-one.is-active {
        height: 100%;
        opacity: 1;
        visibility: visible
    }

    .navbar-nav .drop-one.is-active>li {
        height: 100%;
        opacity: 1;
        visibility: visible
    }

    .navbar-nav .drop-one.is-active>li>a {
        visibility: visible;
        opacity: 1
    }
}

.navbar-nav .drop-one li {
    color: #228bcd
}

.navbar-nav .drop-one li a {
    display: block;
    padding: 12px 20px;
    min-width: 250px;
    font-size: 14px;
    -webkit-transition: .2s;
    transition: .2s;
    color: #6c757d;
    text-transform: none;
}

@media only screen and (max-width: 1247px) {
    .navbar-nav .drop-one li a {
        min-width:225px
    }
}

@media only screen and (max-width: 1023px) {
    .navbar-nav .drop-one li a {
        width:100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding-left: 0;
        padding-right: 0;
        padding-top: 6px;
        padding-bottom: 6px
    }
}

@media only screen and (min-width: 1024px) {
    .navbar-nav .drop-one li:hover {
        color:#1672bd;
        background-color: rgba(34,139,205,.04)
    }

    .navbar-nav .drop-one li:hover .drop-two {
        visibility: visible;
        opacity: 1
    }
}

@media only screen and (max-width: 1023px) {
    .navbar-nav .drop-one li {
        color:#fff
    }
}

.navbar-nav .drop-one>li {
    position: relative
}

@media only screen and (max-width: 1023px) {
    .navbar-nav .drop-one>li {
        height:0;
        opacity: 0;
        visibility: hidden
    }
}

.navbar-nav .drop-two {
    padding: 20px 0;
    display: block;
    position: absolute;
    opacity: 0;
    z-index: 22;
    visibility: hidden;
    right: -250px;
    top: -5px;
    background: #fff;
    -webkit-box-shadow: 0 15px 15px rgba(34,139,205,.15);
    box-shadow: 0 15px 15px rgba(34,139,205,.15);
    list-style: none;
    margin: 0
}

@media only screen and (max-width: 1247px) {
    .navbar-nav .drop-two {
        right:-225px
    }
}

@media only screen and (max-width: 1023px) {
    .navbar-nav .drop-two {
        opacity:0;
        visibility: hidden;
        left: unset;
        padding: 0;
        right: unset;
        position: unset;
        top: unset;
        height: 0;
        width: auto;
        -webkit-transition: height .2s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;
        transition: height .2s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;
        background-color: transparent;
        left: unset;
        padding: 0;
        margin-left: 15px;
        margin-right: 15px;
        -webkit-box-shadow: unset;
        box-shadow: unset
    }

    .navbar-nav .drop-two>li {
        position: relative
    }

    .navbar-nav .drop-two.is-active {
        height: 100%;
        opacity: 1;
        visibility: visible
    }

    .navbar-nav .drop-two.is-active>li>a {
        visibility: visible;
        opacity: 1
    }
}

.navbar-toggler {
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 22;
    padding: 0
}

@media only screen and (max-width: 1023px) {
    .navbar {
        background-color:#fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 22
    }
}

.section-about-us {
    padding-top: 20px;
    padding-bottom: 30px
}

.section-about-us h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .02em;
    color: #1575b1
}

@media only screen and (max-width: 767px) {
    .section-about-us h6 {
        font-size:16px;
        line-height: 22px
    }
}

.section-about-us img {
    max-width: 100%;
    height: auto
}

.section-about-us .company-image {
    border-radius: 8px
}

.section-about-us p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #033555;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.section-news-slider {
    padding: 30px 0 0
}

.section-news-slider .nav-pills .nav-link.active,.section-news-slider .nav-pills .show>.nav-link {
    background-color: transparent;
    color: #228bcd
}

.section-news-slider .nav-pills .nav-link {
    color: #033555;
    font-weight: 600
}

.section-news-slider hr {
    margin-top: 40px
}

.section-news-slider .container .row {
    margin: 0 -5px
}

.section-news-slider .container .row>div {
    padding-left: 5px;
    padding-right: 5px
}

.section-news-slider .all-news {
    padding: 10px 25px;
    border: 1px solid #228bcd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    position: relative;
    border-radius: 8px;
    background-color: #228bcd;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .02em;
    color: #fff;
    margin-top: 10px
}

.section-building-materials {
    padding: 30px 0;
    background: rgba(34,139,205,.04)
}

.section-building-materials .container {
    position: relative
}

.section-building-materials .swiper-filter {
    padding: 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px
}

.section-building-materials .swiper-filter .swiper-filter-next,.section-building-materials .swiper-filter .swiper-filter-prev,.section-building-materials .swiper-filter a {
    cursor: pointer
}

.section-building-materials .swiper-filter .swiper-active {
    color: #228bcd
}

.section-building-materials .swiper-filter a {
    padding: 15px 5px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.section-building-materials .swiper-filter a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #228bcd;
    height: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.section-building-materials .swiper-filter a.swiper-active,.section-building-materials .swiper-filter a:hover {
    color: #228bcd
}

.section-building-materials .swiper-filter a.swiper-active::after,.section-building-materials .swiper-filter a:hover::after {
    opacity: 1;
    visibility: visible
}

.section-building-materials .swiper-product {
    margin: 30px auto
}

.section-building-materials .swiper-slide {
    display: inline
}

.section-building-materials .filter-by {
    position: relative
}

.section-building-materials .filter-by::after {
    z-index: 11;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #228bcd;
    height: 2px;
    background: #c4c4c4;
    opacity: .3
}

.section-building-materials .swiper-container-horizontal>.swiper-scrollbar {
    height: 2px
}

.section-building-materials .swiper-scrollbar-drag {
    background: rgba(0,0,0,.3)
}

.section-building-materials .swiper-container-horizontal>.swiper-scrollbar {
    bottom: 0
}

.section-building-materials .swiper-lazy-preloader {
    top: 38%!important
}

.section-building-materials .swiper-button-next,.section-building-materials .swiper-button-prev {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 15px rgba(34,139,205,.15);
    box-shadow: 0 15px 15px rgba(34,139,205,.15);
    border-radius: 50%;
    cursor: pointer;
    color: #228bcd;
    font-size: 14px
}

.section-building-materials .swiper-button-next::after,.section-building-materials .swiper-button-prev::after {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #228bcd;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section-building-materials .swiper-button-next:hover,.section-building-materials .swiper-button-prev:hover {
    background-color: #228bcd
}

.section-building-materials .swiper-button-next:hover::after,.section-building-materials .swiper-button-prev:hover::after {
    color: #fff
}

.section-building-materials .swiper-button-next::after {
    content: "\f061"
}

@media only screen and (min-width: 1024px) {
    .section-building-materials .swiper-button-next {
        right:-30px
    }
}

@media only screen and (min-width: 1440px) {
    .section-building-materials .swiper-button-next {
        right:-60px
    }
}

@media only screen and (max-width: 1023px) {
    .section-building-materials .swiper-button-next {
        right:-20px
    }
}

@media only screen and (max-width: 559px) {
    .section-building-materials .swiper-button-next {
        right:5px
    }
}

.section-building-materials .swiper-button-prev::after {
    content: "\f060"
}

@media only screen and (min-width: 1024px) {
    .section-building-materials .swiper-button-prev {
        left:-30px
    }
}

@media only screen and (min-width: 1440px) {
    .section-building-materials .swiper-button-prev {
        left:-60px
    }
}

@media only screen and (max-width: 1023px) {
    .section-building-materials .swiper-button-prev {
        left:-20px
    }
}

@media only screen and (max-width: 559px) {
    .section-building-materials .swiper-button-prev {
        left:5px
    }
}

.section-information {
    padding: 30px 0;
    height: 310px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0 15px 15px rgba(34, 139, 205, .15));
    filter: drop-shadow(0 15px 15px rgba(34, 139, 205, .15))
}

@media only screen and (max-width: 767px) {
    .section-information {
        height:auto
    }
}

.section-events {
    padding: 30px 0
}

.section-events .row>div {
    min-height: 100%
}

.section-events .row>div>div {
    height: 100%
}

@media only screen and (max-width: 1023px) {
    .section-events .row>div {
        margin:15px 0
    }
}

.section-important_documents-useful_links {
    background: rgba(34,139,205,.04);
    padding: 20px 0 30px
}

.section-important_documents-useful_links .row>div {
    min-height: 100%
}

.section-important_documents-useful_links .row>div>div {
    height: 100%
}

@media only screen and (max-width: 1023px) {
    .section-important_documents-useful_links .row>div {
        margin:15px 0
    }
}

.section-important_documents-useful_links .btn-group-vertical button {
    border-radius: 6px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px!important
}

.section-important_documents-useful_links .btn-group-vertical button:first-of-type {
    border-top-width: 2px
}

.section-important_documents-useful_links .btn-group-vertical button:last-of-type {
    border-bottom-width: 2px
}

.section-banner {
    padding: 30px 0 50px
}

.section-banner .swiper-container {
    overflow: hidden;
    border-radius: 5px
}

.section-banner .container {
    position: relative
}

.section-banner .banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80px;
    width: 100%;
    border-radius: 5px
}

.section-banner .swiper-button-next,.section-banner .swiper-button-prev {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 15px rgba(34,139,205,.15);
    box-shadow: 0 15px 15px rgba(34,139,205,.15);
    border-radius: 50%;
    cursor: pointer;
    color: #228bcd;
    font-size: 14px
}

.section-banner .swiper-button-next::after,.section-banner .swiper-button-prev::after {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #228bcd;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section-banner .swiper-button-next:hover,.section-banner .swiper-button-prev:hover {
    background-color: #228bcd
}

.section-banner .swiper-button-next:hover::after,.section-banner .swiper-button-prev:hover::after {
    color: #fff
}

.section-banner .swiper-button-next::after {
    content: "\f061"
}

@media only screen and (min-width: 1024px) {
    .section-banner .swiper-button-next {
        right:-30px
    }
}

@media only screen and (min-width: 1440px) {
    .section-banner .swiper-button-next {
        right:-60px
    }
}

@media only screen and (max-width: 1023px) {
    .section-banner .swiper-button-next {
        right:-20px
    }
}

@media only screen and (max-width: 559px) {
    .section-banner .swiper-button-next {
        right:5px
    }
}

.section-banner .swiper-button-prev::after {
    content: "\f060"
}

@media only screen and (min-width: 1024px) {
    .section-banner .swiper-button-prev {
        left:-30px
    }
}

@media only screen and (min-width: 1440px) {
    .section-banner .swiper-button-prev {
        left:-60px
    }
}

@media only screen and (max-width: 1023px) {
    .section-banner .swiper-button-prev {
        left:-20px
    }
}

@media only screen and (max-width: 559px) {
    .section-banner .swiper-button-prev {
        left:5px
    }
}

.section-contacts {
    background: rgba(34,139,205,.04)
}

.section-contacts .container-fluid {
    padding: 0
}

.section-contacts .container-fluid .row {
    margin: 0
}

.section-contacts .container-fluid .row>div {
    padding: 0
}

.section-contacts iframe {
    width: 100%;
    height: 415px
}

.section-footer {
    padding: 50px 0;
    background: #228bcd;
    -webkit-box-shadow: 0 15px 15px rgba(34,139,205,.15);
    box-shadow: 0 15px 15px rgba(34,139,205,.15);
    color: #fff;
    font-weight: 300
}

@media only screen and (max-width: 767px) {
    .section-footer {
        padding-bottom:0;
        padding-top: 30px
    }
}

.section-footer .nav {
    margin-bottom: 30px
}

.section-footer .nav-item {
    margin-right: 30px;
    font-weight: 500
}

@media only screen and (max-width: 767px) {
    .section-footer .nav-item {
        display:block;
        width: 100%;
        margin-bottom: 5px
    }
}

.section-footer .footer-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    .section-footer .footer-events {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-footer .footer-events>div {
    margin-right: 100px
}

@media only screen and (max-width: 767px) {
    .section-footer .footer-events>div {
        margin-right:0;
        margin-bottom: 10px
    }
}

.section-footer .footer-events span {
    font-weight: 100
}

.section-footer .footer-events p {
    font-weight: 400;
    margin-bottom: 0
}

.section-my-block {
    position: relative;
    padding: 40px 0;
    padding-top: 0
}

.section-my-block .right__content .card-item {
    padding: 20px 0;
    margin-bottom: 30px
}

.section-our-contacts {
    padding: 0 0 30px
}

.section-our-contacts .card-item-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 767px) {
    .section-our-contacts .card-item-address {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.section-our-contacts .card-item .addr a:not(.btns) {
    color: #033555
}

.section-our-contacts iframe {
    width: 100%;
    height: 415px
}

.section-enterprises {
    padding: 30px 0;
    margin-top: 30px;
    background-color: rgba(34,139,205,.04)
}

.section-enterprises .gallery-top {
    height: 400px
}

.section-enterprises .gallery-top a {
    height: 100%;
    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;
    overflow: hidden
}

.section-enterprises .gallery-top img {
    max-width: 100%;
    height: auto
}

.section-enterprises .gallery-top .swiper_map-gallery {
    background: #fff;
    border: 4px solid rgba(21,117,177,.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    width: 350px;
    height: 350px;
    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;
    overflow: hidden;
    position: relative
}

.section-enterprises .gallery-top .swiper_map-gallery .title {
    width: 100%;
    display: block;
    bottom: 0;
    position: absolute;
    padding: 10px 50px;
    margin-bottom: 50px;
    text-align: center;
    background: rgba(0,110,159,.5);
    color: #fff;
    font-size: 18px
}

.section-enterprises .gallery-thumbs {
    height: auto
}

.section-enterprises .gallery-thumbs .swiper_map-gallery {
    background: #fff;
    border: 2px solid rgba(21,117,177,.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    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;
    overflow: hidden
}

.section-enterprises .gallery-thumbs .swiper_map-gallery img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.lang {
    position: relative;
    display: inline-block;
    margin-right: 28px;
    cursor: pointer
}

.lang::after {
    content: "";
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0
}

.lang-list {
    position: absolute;
    width: 125px;
    left: -25px;
    top: 42px;
    background: #fff;
    -webkit-box-shadow: 0 15px 15px rgba(34,139,205,.15);
    box-shadow: 0 15px 15px rgba(34,139,205,.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s
}

@media only screen and (max-width: 767px) {
    .lang-list {
        left:-10px
    }
}

.lang-list a {
    padding: 9px 25px;
    display: block;
    max-width: 100%;
    color: #228bcd
}

@media only screen and (max-width: 767px) {
    .lang-list a {
        padding-left:13px;
        padding-right: 13px
    }
}

.lang-list a:hover {
    color: #1575b1;
    background-color: rgba(34,139,205,.04)
}

.lang:hover .lang-list {
    top: 28px;
    opacity: 1;
    visibility: visible
}

.btns {
    padding: 9px 20px;
    border-radius: 6px;
    border: 2px solid #228bcd;
    display: inline-block
}

.btns-outline {
    color: #228bcd;
    background-color: transparent;
    max-width: 100%
}

.btns-outline:hover {
    background-color: #228bcd;
    color: #fff
}

.app__btn {
    height: 45px;
    outline: 0;
    border: 0;
    border-radius: 8px;
    padding: 0 50px;
    font-size: 16px;
    color: #fff
}

.app__btn_primary {
    background-color: #228bcd
}

.download__btn {
    position: relative
}

.download__btn span {
    position: absolute;
    pointer-events: none;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(calc(-50% + 4px));
    transform: translateY(calc(-50% + 4px))
}

.download__btn:hover>span {
    color: #fff!important;
    opacity: .8!important
}

.socials {
    margin: 30px
}

.socials a {
    color: #fff;
    font-size: 18px;
    margin-right: 10px
}

.socials a i {
    font-size: 24px
}

.socials .just-phone {
    margin-top: 10px
}

.socials .just-phone p {
    margin-bottom: 0;
    font-size: 24px
}

.my-nav-pills .nav-pills {
    border-bottom: 2px solid rgba(196,196,196,.3)
}

.my-nav-pills .nav-item {
    font-weight: 500;
    font-size: 16px;
    color: #033555;
    padding: 0 5px;
    margin-left: 25px;
    margin-right: 25px
}

@media only screen and (max-width: 767px) {
    .my-nav-pills .nav-item {
        margin-left:0;
        margin-right: 0;
        text-align: center;
        font-size: 14px;
        width: 50%
    }
}

.my-nav-pills .nav-link {
    padding: 0;
    display: block;
    position: relative;
    padding: 15px 0
}

.my-nav-pills .nav-link.active {
    background-color: transparent;
    color: #228bcd
}

.my-nav-pills .nav-link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    background-color: #228bcd;
    height: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.my-nav-pills .nav-link.active,.my-nav-pills .nav-link:hover {
    color: #228bcd
}

.my-nav-pills .nav-link.active::after,.my-nav-pills .nav-link:hover::after {
    opacity: 1;
    visibility: visible
}

.my-nav-pills .app__collapse {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(196,196,196,.3)
}

.my-nav-pills .app__collapse a {
    color: #228bcd;
    font-size: 28px
}

.app__collapse~.download__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.app__collapse~.download__btn a {
    width: auto!important
}

@media only screen and (max-width: 767px) {
    .app__collapse~.download__btn a {
        padding-left:15px!important;
        padding-right: 15px!important
    }
}

.addr span {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #033555;
    opacity: .4;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.addr p {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #033555
}

.working-days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.working-days__item {
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #033555
}

.working-days__item:not(:last-of-type) {
    margin-right: 10px
}

.working-days__item.active {
    color: #228bcd
}

table thead tr td {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #033555;
    opacity: .5
}

table tbody tr td {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #033555;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

table tbody tr td:not(:first-of-type) {
    min-width: 200px;
}

.more-link {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .02em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #033555;
    text-decoration: none
}

.more-link span {
    display: inline-block;
    text-decoration: underline
}

.more-link i {
    margin-left: 2px;
    font-size: 16px
}

.progress {
    height: 16px
}

.drops {
    position: relative;
    cursor: pointer;
    display: block;
    margin-right: 20px
}

.drops::after {
    content: "";
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0
}

.drops-list {
    position: absolute;
    min-width: 325px;
    left: -25px;
    top: 42px;
    background: #fff;
    -webkit-box-shadow: 0 15px 15px rgba(34,139,205,.15);
    box-shadow: 0 15px 15px rgba(34,139,205,.15);
    opacity: 0;
    visibility: hidden;
    z-index: 22;
    -webkit-transition: unset!important;
    transition: unset!important
}

@media only screen and (max-width: 767px) {
    .drops-list {
        left:-10px
    }
}

.drops-list a {
    padding: 9px 25px;
    display: block;
    max-width: 100%;
    color: #228bcd;
    -webkit-transition: unset!important;
    transition: unset!important
}

@media only screen and (max-width: 767px) {
    .drops-list a {
        padding-left:13px;
        padding-right: 13px
    }
}

.drops-list a:hover {
    -webkit-transition: .2s!important;
    transition: .2s!important;
    color: #1575b1;
    background-color: rgba(34,139,205,.04)
}

.drops:hover .drops-list {
    -webkit-transition: .2s!important;
    transition: .2s!important;
    top: 28px;
    opacity: 1;
    visibility: visible
}

.esi {
    display: block;
    width: 100%;
    height: 150px
}

@media only screen and (max-width: 767px) {
    .esi {
        height:110px
    }
}

.esi img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.inner-links {
    padding: 40px 0
}

.inner-links ul {
    padding-left: 15px
}

.inner-links ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .02em;
    color: #228bcd;
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
    list-style-type: none
}

.inner-links ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -16px;
    width: 19px;
    height: 19px;
    background-image: url(https://uzsm.uz/local/img/chevron-right.svg);
    background-position: center;
    background-size: contain
}

#vmap {
    width: 100%;
    height: 120%
}

#vmap svg {
    height: 600px
}

.contact-content {
    height: 85px;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.contact-content::-webkit-scrollbar {
    width: 0;
    height: 0
}

.contact-content::-webkit-scrollbar-track {
    background-color: #fff
}

.contact-content::-webkit-scrollbar-thumb {
    background-color: #fff
}

.contact-content::-webkit-scrollbar-thumb:hover {
    background-color: #fff
}

.contact-content.is-active {
    height: 100%;
    overflow: auto
}

.modal-body {
    background: #fff;
    -webkit-box-shadow: 0 10px 15px rgba(34,139,205,.1);
    box-shadow: 0 10px 15px rgba(34,139,205,.1);
    border-radius: 8px;
    position: relative;
    padding: 20px 30px 30px
}

.modal-body .close {
    top: -32px;
    right: -32px;
    width: 25px;
    height: 25px;
    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;
    position: absolute;
    text-shadow: unset;
    opacity: 1;
    color: #fff;
    font-size: 12px;
    border: 3px solid #fff;
    border-radius: 6px;
    padding: 5px;
    line-height: 1
}

@media only screen and (max-width: 767px) {
    .modal-body .close {
        right:0
    }
}

.searching~.modal-backdrop {
    background-color: #228bcd
}

.searching~.modal-backdrop.show {
    opacity: .75
}

.modal-medias .modal-body,.modal-medias .modal-content {
    background: unset;
    border: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0
}

.modal-medias iframe {
    max-width: 100%
}

.uform-group {
    position: relative;
    display: block
}

.uform input,.uform textarea {
    width: 100%;
    display: block;
    border: 1px solid #228bcd;
    border-radius: 5px;
    height: 45px;
    padding: 9px 20px 9px 40px
}

.uform textarea {
    height: auto;
    resize: none;
    padding-left: 15px
}

.uform i {
    position: absolute;
    left: 15px
}

.uform .btns {
    height: 45px;
    width: 100%
}

.app__form label {
    font-size: 13px;
    font-weight: 600;
    opacity: .4;
    margin-bottom: 10px;
    color: #033555
}

.app__form label span {
    color: red
}

.app__form input {
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
    margin-bottom: 20px;
    color: #033555
}

.app__form_btn_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.app__form_btn_group {
    position: relative;
    width: 100%
}

.app__form_btn_group div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 767px) {
    .app__form_btn_group div {
        width:100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.app__form_btn_group span {
    position: relative;
    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: 45px;
    width: 150px;
    font-size: 16px;
    border-radius: 8px;
    padding: 0 50px;
    margin: 20px 0;
    color: #fff;
    background: #228bcd
}

.app__form_btn_group input {
    margin: 20px 0;
    width: 150px!important;
    max-width: 100%
}

.app__form_btn_group input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    opacity: .4;
    color: #033555
}

.app__form_btn_group input::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    opacity: .4;
    color: #033555
}

.app__form_btn_group input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    opacity: .4;
    color: #033555
}

.app__form_btn_group input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    opacity: .4;
    color: #033555
}

.app__form_btn_group input::placeholder {
    font-size: 16px;
    font-weight: 400;
    opacity: .4;
    color: #033555
}

.app__form_btn_group i {
    position: relative!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    left: 0!important;
    margin: 0 10px
}

@media only screen and (max-width: 767px) {
    .app__form_btn_group i {
        position:absolute!important;
        left: 50%!important;
        -webkit-transform: translate(-100%,-50%);
        transform: translate(-100%,-50%)
    }
}

.app__form_btn_group button {
    margin: 20px 0
}

@media only screen and (max-width: 767px) {
    .app__form_btn_group {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.forget-password {
    text-decoration: underline;
    color: #228bcd
}

.custom-selecting {
    position: relative;
    font-family: Arial;
    width: 200px;
    max-width: 200px
}

.custom-selecting select {
    display: none
}

.select-selected {
    background-color: #1e90ff
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px
}

.select-items div,.select-selected {
    color: #fff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0,0,0,.1) transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-items {
    position: absolute;
    background-color: #1e90ff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99
}

.select-hide {
    display: none
}

.same-as-selected,.select-items div:hover {
    background-color: rgba(0,0,0,.1)
}

.news-item {
    padding: 40px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px
}

@media only screen and (max-width: 559px) {
    .news-item {
        height:320px
    }
}

.news-item__img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.news-item__img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    left: 0;
    top: 0
}

.news-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media only screen and (max-width: 1247px) {
    .news-item {
        padding:30px
    }
}

@media only screen and (max-width: 559px) {
    .news-item {
        padding:20px
    }
}

.news-item__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: .02em;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.news-item__title a:hover {
    text-decoration: underline
}

.news-item__date {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.news-item__more-link {
    display: block;
    padding: 9px 20px;
    background-color: #228bcd;
    border: 1px solid #228bcd;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    position: absolute;
    bottom: 40px
}

.news-item__more-link:hover {
    color: #fff
}

.news-item__more-link i {
    font-size: 12px;
    margin-left: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.news-item__more-link:hover i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.small-news-item {
    padding: 20px;
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 195px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%
}

@media only screen and (max-width: 1023px) {
    .small-news-item {
        display:none
    }
}

.small-news-item__img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.small-news-item__img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    left: 0;
    top: 0
}

.small-news-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.small-news-item__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .02em;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.small-news-item__title a:hover {
    text-decoration: underline
}

.small-news-item__date {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.small-news-item:hover .small-news-item__title {
    text-decoration: underline
}

.small-news-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.middle-news-item {
    padding: 20px;
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 340px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%
}

@media only screen and (max-width: 1023px) {
    .middle-news-item {
        display:none
    }
}

.middle-news-item__img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.middle-news-item__img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    left: 0;
    top: 0
}

.middle-news-item__img img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.middle-news-item__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .02em;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.middle-news-item__title a:hover {
    text-decoration: underline
}

.middle-news-item__date {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.middle-news-item:hover .small-news-item__title {
    text-decoration: underline
}

.middle-news-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.product-item__img {
    border-radius: 8px;
    height: 190px;
    width: 100%;
    overflow: hidden
}

.product-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.product-item__title {
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    color: #228bcd
}

.product-item__title:hover {
    color: #228bcd
}

.product-item__subtitle {
    -webkit-line-clamp: 3;
    height: 64.8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.product-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #033555;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.product-item .card-item__date {
    font-weight: 600
}

.counter {
    text-align: center;
    padding: 20px
}

@media only screen and (max-width: 1023px) {
    .counter {
        padding:10px
    }
}

.counter-title {
    font-weight: 700;
    font-size: 58px;
    text-align: center;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    margin-bottom: 0
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .counter-title span {
        color:#fff
    }
}

.counter p {
    font-weight: 100;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff
}

.counter span {
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    display: block
}

@media only screen and (max-width: 559px) {
    .counter {
        padding:0
    }
}

@media only screen and (max-width: 320px) {
    .counter {
        padding:0
    }

    .counter-title {
        font-size: 52px;
        line-height: 62px
    }

    .counter p {
        font-size: 16px;
        line-height: 20px
    }
}

.card-item {
    padding: 20px 25px;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px rgba(34,139,205,.1);
    box-shadow: 0 10px 15px rgba(34,139,205,.1);
    border-radius: 8px
}

.card-item__content {
    margin-top: 20px
}

.card-item__content:not(:last-of-type) {
    margin-bottom: 20px
}

.card-item__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #033555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-item__title img {
    max-width: 100%;
    height: auto
}

.card-item__company {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-item__company img {
    max-width: 100%;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.card-item__company p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #033555;
    margin-left: 15px
}

.card-item__company+.addr p {
    font-size: 14px
}

.card-item .media-body h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #033555;
    margin-bottom: 0
}

.card-item .media-body span {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #033555;
    opacity: .4;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.card-item__content a:not(.btns) {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #1575b1
}

.card-item__content a:not(.btns):hover {
    text-decoration: underline
}

.card-item__date {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #033555;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.card-item__year-name {
    height: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-item__year-name h1 {
    font-weight: 700;
    font-size: 58px;
    line-height: 68px;
    text-align: center;
    color: #228bcd
}

.card-item__year-name p {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #033555
}

.card-item__sidebar-links {
    padding: 15px 0;
    margin: 0;
    list-style-type: none
}

.card-item__sidebar-links>li {
    padding: 12.5px 25px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #228bcd;
    text-decoration: none;
    position: relative
}

.card-item__sidebar-links>li:hover {
    background: #f6fbfd;
    color: #1672bd;
    font-weight: 600;
    padding-left: 30px
}

.card-item__sidebar-links>li:hover>a::before {
    opacity: 1;
    visibility: visible
}

.card-item__sidebar-links>li>a {
    position: relative
}

.card-item__sidebar-links>li>a::before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    left: -15px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.card-item__sidebar-links>li.active {
    background: #f6fbfd;
    color: #1672bd;
    font-weight: 600;
    padding-left: 30px
}

.card-item__sidebar-links>li.active>a::before {
    opacity: 1;
    visibility: visible
}

.card-item__sidebar-links>li>ul {
    margin-left: 10px;
    margin-top: 10px
}

.card-item__sidebar-links>li>ul li {
    color: #228bcd;
    font-weight: 400;
    margin-top: 5px
}

.card-item__sidebar-links>li>ul li.active {
    font-weight: 600;
    background: #f6fbfd;
    color: #1672bd;
    font-weight: 700
}

.news__item {
    padding: 0
}

.news__item .news-slider {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.news__item .news-item {
    border-radius: 0
}

.news__item .swiper-button-next,.news__item .swiper-button-prev {
    opacity: 1;
    visibility: visible
}

.news__item .swiper-button-next {
    right: 15px
}

.news__item .swiper-button-prev {
    left: 15px
}

.news__item b.news__block_txt {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px
}

.news__item table {
    background: #fff
}

.news__item_block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px
}

.news__item_block .news__block_txt {
    margin-bottom: 10px
}

.news__item_img {
    width: 100%;
    max-width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.news__post_info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 25px
}

.news__post_info .dropdown-item:active {
    background-color: #fff;
    color: #000
}

.news__post_info .dropdown-toggle::after {
    display: none
}

.news__post_info>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news__post_info>div img {
    width: 16px;
    height: 16px;
    margin-right: 15px;
    margin-bottom: 3px
}

.news__post_info>div i {
    color: #033555;
    margin-right: 10px
}

.news__post_info>div p {
    margin-bottom: 0
}

.post__src {
    margin-bottom: 0!important;
    margin-top: 25px
}

.post__src span {
    color: #228bcd
}

.products__block {
    background: 0 0!important;
    padding: 0!important;
    margin-top: 0!important
}

.products__block .product-item__subtitle {
    -webkit-line-clamp: 3;
    height: 64.8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.medias {
    display: block;
    position: relative;
    cursor: pointer
}

.medias-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #228bcd;
    margin-top: 10px
}

.medias-img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 190px
}

@media only screen and (max-width: 767px) {
    .medias-img {
        height:250px
    }
}

.medias-img i {
    position: absolute;
    color: #228bcd;
    z-index: 1
}

.medias-img i::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%
}

.medias-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.medias:hover .medias-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.medias:hover .medias-img i {
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1)
}

.medias:hover .medias-img i::after {
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1)
}

.investment__block_img {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-right: 10px;
    padding: 7px;
    background: #cdcdcd26;
    -webkit-box-shadow: 0 10px 15px #228bcd26;
    box-shadow: 0 10px 15px #228bcd26
}

.investment__block_img img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    border-radius: 8px!important
}

.product-item__img--item {
    height: 450px
}

@media only screen and (max-width: 767px) {
    .product-item__img--item {
        height:250px
    }
}

.structure-img {
    background-color: #f6fbfd
}

.structure-img img {
    max-width: 100%;
    height: auto
}

.structure-item {
    background-color: #f6fbfd
}

.structure-item ul {
    padding-left: 20px
}

.structure-item .item-header {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(196,196,196,.3)
}

.structure-item .item-body {
    padding: 15px 20px
}

.structure-item--info {
    margin-bottom: 30px
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: 1
}

.hamburger.is-active:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before {
    background-color: #033555
}

.hamburger-box {
    width: 22px;
    height: 14px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}

.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before {
    width: 22px;
    height: 2px;
    background-color: #033555;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after,.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -6px
}

.hamburger-inner::after {
    bottom: -6px
}

.hamburger--3dx .hamburger-box {
    -webkit-perspective: 44px;
    perspective: 44px
}

.hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dx .hamburger-inner::after,.hamburger--3dx .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent!important;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
    transform: translate3d(0,-6px,0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
    -webkit-perspective: 44px;
    perspective: 44px
}

.hamburger--3dx-r .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dx-r .hamburger-inner::after,.hamburger--3dx-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent!important;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
    transform: translate3d(0,-6px,0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
    -webkit-perspective: 44px;
    perspective: 44px
}

.hamburger--3dy .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dy .hamburger-inner::after,.hamburger--3dy .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent!important;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
    transform: translate3d(0,-6px,0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
    -webkit-perspective: 44px;
    perspective: 44px
}

.hamburger--3dy-r .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dy-r .hamburger-inner::after,.hamburger--3dy-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent!important;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
    transform: translate3d(0,-6px,0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
    -webkit-perspective: 44px;
    perspective: 44px
}

.hamburger--3dxy .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dxy .hamburger-inner::after,.hamburger--3dxy .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent!important;
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg)
}

.hamburger--3dxy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
    transform: translate3d(0,-6px,0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
    -webkit-perspective: 44px;
    perspective: 44px
}

.hamburger--3dxy-r .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dxy-r .hamburger-inner::after,.hamburger--3dxy-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent!important;
    -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
    transform: translate3d(0,-6px,0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-4.4px,0,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(-4.4px,0,0) rotate(-45deg) scale(.7,1)
}

.hamburger--arrow.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-4.4px,0,0) rotate(45deg) scale(.7,1);
    transform: translate3d(-4.4px,0,0) rotate(45deg) scale(.7,1)
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(4.4px,0,0) rotate(45deg) scale(.7,1);
    transform: translate3d(4.4px,0,0) rotate(45deg) scale(.7,1)
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(4.4px,0,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(4.4px,0,0) rotate(-45deg) scale(.7,1)
}

.hamburger--arrowalt .hamburger-inner::before {
    -webkit-transition: top .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt .hamburger-inner::after {
    -webkit-transition: bottom .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(-4.4px,-5.5px,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(-4.4px,-5.5px,0) rotate(-45deg) scale(.7,1);
    -webkit-transition: top .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(-4.4px,5.5px,0) rotate(45deg) scale(.7,1);
    transform: translate3d(-4.4px,5.5px,0) rotate(45deg) scale(.7,1);
    -webkit-transition: bottom .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--arrowalt-r .hamburger-inner::before {
    -webkit-transition: top .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r .hamburger-inner::after {
    -webkit-transition: bottom .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(4.4px,-5.5px,0) rotate(45deg) scale(.7,1);
    transform: translate3d(4.4px,-5.5px,0) rotate(45deg) scale(.7,1);
    -webkit-transition: top .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(4.4px,5.5px,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(4.4px,5.5px,0) rotate(-45deg) scale(.7,1);
    -webkit-transition: bottom .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--arrowturn.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px,0,0) rotate(45deg) scale(.7,1);
    transform: translate3d(8px,0,0) rotate(45deg) scale(.7,1)
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px,0,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(8px,0,0) rotate(-45deg) scale(.7,1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px,0,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(-8px,0,0) rotate(-45deg) scale(.7,1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px,0,0) rotate(45deg) scale(.7,1);
    transform: translate3d(-8px,0,0) rotate(45deg) scale(.7,1)
}

.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner::after,.hamburger--boring .hamburger-inner::before {
    -webkit-transition-property: none;
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse .hamburger-inner::after {
    top: -12px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
    transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
    transform: translate3d(0,-6px,0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -12px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
    transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,-6px,0) rotate(45deg);
    transform: translate3d(0,-6px,0) rotate(45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1)
}

.hamburger--elastic .hamburger-inner {
    top: 1px;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    -webkit-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic .hamburger-inner::before {
    top: 6px;
    -webkit-transition: opacity 125ms 275ms ease;
    transition: opacity 125ms 275ms ease
}

.hamburger--elastic .hamburger-inner::after {
    top: 12px;
    -webkit-transition: -webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55);
    transition: -webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55);
    transition: transform 275ms cubic-bezier(.68,-.55,.265,1.55);
    transition: transform 275ms cubic-bezier(.68,-.55,.265,1.55),-webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,6px,0) rotate(135deg);
    transform: translate3d(0,6px,0) rotate(135deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-12px,0) rotate(-270deg);
    transform: translate3d(0,-12px,0) rotate(-270deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic-r .hamburger-inner {
    top: 1px;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    -webkit-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 6px;
    -webkit-transition: opacity 125ms 275ms ease;
    transition: opacity 125ms 275ms ease
}

.hamburger--elastic-r .hamburger-inner::after {
    top: 12px;
    -webkit-transition: -webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55);
    transition: -webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55);
    transition: transform 275ms cubic-bezier(.68,-.55,.265,1.55);
    transition: transform 275ms cubic-bezier(.68,-.55,.265,1.55),-webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,6px,0) rotate(-135deg);
    transform: translate3d(0,6px,0) rotate(-135deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-12px,0) rotate(270deg);
    transform: translate3d(0,-12px,0) rotate(270deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 125ms 175ms ease-in;
    transition: background-color 125ms 175ms ease-in
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
    transition: top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
    transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335)
}

.hamburger--emphatic .hamburger-inner::after {
    top: 6px;
    right: 0;
    -webkit-transition: top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
    transition: top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
    transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335)
}

.hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent!important
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -44px;
    top: -44px;
    -webkit-transform: translate3d(44px,44px,0) rotate(45deg);
    transform: translate3d(44px,44px,0) rotate(45deg);
    -webkit-transition: left 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: left 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1)
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -44px;
    top: -44px;
    -webkit-transform: translate3d(-44px,44px,0) rotate(-45deg);
    transform: translate3d(-44px,44px,0) rotate(-45deg);
    -webkit-transition: right 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: right 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1)
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 125ms 175ms ease-in;
    transition: background-color 125ms 175ms ease-in
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
    transition: top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
    transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335)
}

.hamburger--emphatic-r .hamburger-inner::after {
    top: 6px;
    right: 0;
    -webkit-transition: top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
    transition: top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
    transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335)
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent!important
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -44px;
    top: 44px;
    -webkit-transform: translate3d(44px,-44px,0) rotate(-45deg);
    transform: translate3d(44px,-44px,0) rotate(-45deg);
    -webkit-transition: left 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: left 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1)
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -44px;
    top: 44px;
    -webkit-transform: translate3d(-44px,-44px,0) rotate(45deg);
    transform: translate3d(-44px,-44px,0) rotate(45deg);
    -webkit-transition: right 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: right 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1)
}

.hamburger--minus .hamburger-inner::after,.hamburger--minus .hamburger-inner::before {
    -webkit-transition: bottom 80ms 0s ease-out,top 80ms 0s ease-out,opacity 0s linear;
    transition: bottom 80ms 0s ease-out,top 80ms 0s ease-out,opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner::after,.hamburger--minus.is-active .hamburger-inner::before {
    opacity: 0;
    -webkit-transition: bottom 80ms ease-out,top 80ms ease-out,opacity 0s 80ms linear;
    transition: bottom 80ms ease-out,top 80ms ease-out,opacity 0s 80ms linear
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: 1px
}

.hamburger--slider .hamburger-inner::before {
    top: 6px;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger--slider .hamburger-inner::after {
    top: 12px
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-3.14286px,-4px,0);
    transform: rotate(-45deg) translate3d(-3.14286px,-4px,0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-12px,0) rotate(-90deg);
    transform: translate3d(0,-12px,0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 1px
}

.hamburger--slider-r .hamburger-inner::before {
    top: 6px;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger--slider-r .hamburger-inner::after {
    top: 12px
}

.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,6px,0) rotate(-45deg);
    transform: translate3d(0,6px,0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(3.14286px,-4px,0);
    transform: rotate(45deg) translate3d(3.14286px,-4px,0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-12px,0) rotate(90deg);
    transform: translate3d(0,-12px,0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top .1s .25s ease-in,opacity .1s ease-in;
    transition: top .1s .25s ease-in,opacity .1s ease-in
}

.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out,opacity .1s .12s ease-out;
    transition: top .1s ease-out,opacity .1s .12s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1),-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin-r .hamburger-inner {
    -webkit-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin-r .hamburger-inner::before {
    -webkit-transition: top .1s .25s ease-in,opacity .1s ease-in;
    transition: top .1s .25s ease-in,opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner::after {
    -webkit-transition: bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out,opacity .1s .12s ease-out;
    transition: top .1s ease-out,opacity .1s .12s ease-out
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1),-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1)
}

.hamburger--spring .hamburger-inner {
    top: 1px;
    -webkit-transition: background-color 0s .13s linear;
    transition: background-color 0s .13s linear
}

.hamburger--spring .hamburger-inner::before {
    top: 6px;
    -webkit-transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring .hamburger-inner::after {
    top: 12px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    background-color: transparent!important
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,6px,0) rotate(-45deg);
    transform: translate3d(0,6px,0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring-r .hamburger-inner::after {
    top: -12px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear;
    transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear
}

.hamburger--spring-r .hamburger-inner::before {
    -webkit-transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
    transform: translate3d(0,-6px,0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .22s linear;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .22s linear
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand .hamburger-inner {
    -webkit-transition: background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);
    transition: background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);
    transition: transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear;
    transition: transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand .hamburger-inner::before {
    -webkit-transition: top 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: top 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand .hamburger-inner::after {
    -webkit-transition: bottom 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand.is-active .hamburger-inner {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent!important;
    -webkit-transition: background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1);
    transition: background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1);
    transition: transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear;
    transition: transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: top 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: bottom 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand-r .hamburger-inner {
    -webkit-transition: background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);
    transition: background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);
    transition: transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear;
    transition: transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand-r .hamburger-inner::before {
    -webkit-transition: top 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: top 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand-r .hamburger-inner::after {
    -webkit-transition: bottom 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: transparent!important;
    -webkit-transition: background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1);
    transition: background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1);
    transition: transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear;
    transition: transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: top 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: bottom 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1)
}

.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 75ms .12s ease,opacity 75ms ease;
    transition: top 75ms .12s ease,opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 75ms .12s ease,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms .12s ease,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 75ms ease,opacity 75ms .12s ease;
    transition: top 75ms ease,opacity 75ms .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 75ms ease,-webkit-transform 75ms .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom 75ms ease,-webkit-transform 75ms .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .12s cubic-bezier(.215,.61,.355,1)
}

.hamburger--vortex .hamburger-inner {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex .hamburger-inner::after,.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top,opacity;
    transition-property: top,opacity
}

.hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom,-webkit-transform;
    transition-property: bottom,-webkit-transform;
    transition-property: bottom,transform;
    transition-property: bottom,transform,-webkit-transform
}

.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transform: rotate(765deg);
    transform: rotate(765deg);
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex.is-active .hamburger-inner::after,.hamburger--vortex.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex-r .hamburger-inner::after,.hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-property: top,opacity;
    transition-property: top,opacity
}

.hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-property: bottom,-webkit-transform;
    transition-property: bottom,-webkit-transform;
    transition-property: bottom,transform;
    transition-property: bottom,transform,-webkit-transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-765deg);
    transform: rotate(-765deg);
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex-r.is-active .hamburger-inner::after,.hamburger--vortex-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before {
    background-color: #fff
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    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
}

.news-slider {
    border-radius: 8px;
    overflow: hidden
}

.news-slider .swiper-button-next,.news-slider .swiper-button-prev {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    color: #228bcd;
    font-size: 14px;
    -webkit-box-shadow: 0 15px 15px rgba(34,139,205,.15);
    box-shadow: 0 15px 15px rgba(34,139,205,.15)
}

@media only screen and (min-width: 1248px) {
    .news-slider .swiper-button-next,.news-slider .swiper-button-prev {
        opacity:0;
        visibility: hidden
    }
}

.news-slider .swiper-button-next::after,.news-slider .swiper-button-prev::after {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #228bcd;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.news-slider .swiper-button-next:hover,.news-slider .swiper-button-prev:hover {
    background-color: #228bcd
}

.news-slider .swiper-button-next:hover::after,.news-slider .swiper-button-prev:hover::after {
    color: #fff
}

.news-slider .swiper-button-next {
    right: 5px
}

.news-slider .swiper-button-next::after {
    content: "\f061"
}

@media only screen and (min-width: 1248px) {
    .news-slider .swiper-button-next {
        right:-45px
    }
}

.news-slider .swiper-button-prev {
    left: 5px
}

.news-slider .swiper-button-prev::after {
    content: "\f060"
}

@media only screen and (min-width: 1248px) {
    .news-slider .swiper-button-prev {
        left:-45px
    }
}

@media only screen and (min-width: 1248px) {
    .news-slider:hover .swiper-button-next {
        right:15px
    }
}

@media only screen and (min-width: 1248px) {
    .news-slider:hover .swiper-button-prev {
        left:15px
    }
}

@media only screen and (min-width: 1248px) {
    .news-slider:hover .swiper-button-next,.news-slider:hover .swiper-button-prev {
        opacity:1;
        visibility: visible
    }
}

.lg-backdrop {
    background-color: #000000bb!important
}

.lg-on .back-to,.lg-on .breadcrumb,.lg-on .nav-top,.lg-on .navbar,.lg-on main {
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.lg-progress-bar .lg-progress {
    background-color: #228bcd!important;
    height: 3px!important
}

.app__path {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #033555;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 30px;
    list-style-type: none;
    font-weight: 400;
    opacity: .5
}

.app__path li:not(:last-child):after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-weight: 400;
    padding: 0 10px;
    font-size: 10px
}

.app__tle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app__tle img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 24px;
    height: 24px;
    margin-left: 15px
}

.app__tle .page-title {
    max-width: 90%
}

.app__tle>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.app__tle>div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .app__tle>div {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.app__tle .select-selected {
    position: relative;
    background: 0 0;
    border-radius: 8px;
    border: 1px solid #228bcd;
    color: #228bcd;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.app__tle .select-selected::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    border: 0;
    right: 25px;
    top: 8px;
    -webkit-transition: content .2s ease-in;
    transition: content .2s ease-in
}

.app__tle .select-selected.select-arrow-active:after {
    content: "\f077"
}

.app__tle .select-items {
    border-radius: 8px;
    top: calc(100% + 10px);
    background: #fff;
    border: 1px solid #228bcd
}

.app__tle .select-items div {
    color: #228bcd
}

.app__tle .select-items div:not(:last-child) {
    border-bottom: 1px solid #228bcd
}

.app__tle-map .custom-selecting {
    max-width: 100%;
    min-width: 200px;
    margin-left: 15px;
    width: unset
}

.app__tle-map .custom-selecting .select-selected {
    padding-right: 40px
}

@media only screen and (max-width: 767px) {
    .app__tle-map .custom-selecting {
        width:100%;
        min-width: unset;
        max-width: unset;
        margin-left: 0
    }

    .app__tle-map .custom-selecting .select-selected {
        padding-right: 0
    }
}

.left__content_block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 30px;
    margin: 30px 0;
    background: #f6fbfd;
    border-radius: .5rem
}

.left__content_block .row {
    padding: 30px 0 0px 0px;
}

.left__content_block .row.news__block:not(:last-child) {
    border-bottom: 1px solid #c4c4c475
}

@media only screen and (max-width: 767px) {
    .left__content_block {
        padding:0 15px
    }
}

.news__block>div {
    padding: 0 10px!important
}

.news__block .news__block_txt {
    -webkit-line-clamp: 6;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news__img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .5rem;
    margin-bottom: 1rem
}

.news__block_date {
    font-size: 13px;
    font-weight: 600;
    color: #033555;
    margin-bottom: 10px
}

.news__block_tle {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #228bcd!important;
    margin-bottom: 10px
}

.news__block_txt {
    font-size: 14px;
    font-weight: 400;
    color: #033555;
    margin-bottom: 10px
}

.news__block_moreinfo {
    font-size: 13px;
    font-weight: 600;
    color: #228bcd;
    margin-bottom: 0
}

.news__block_moreinfo a i {
    -webkit-transition: .4s ease;
    transition: .4s ease;
    font-size: 9px;
    padding-left: 5px
}

.news__block_moreinfo a:hover>i {
    padding-left: 10px
}

.paginations {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    /* margin-bottom:30px; */
    color: #228bcd;
}

.paginations .paginations_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px
}

.paginations .paginations_block a {
    display: block;
    outline: 0!important;
    border: 0;
    background: 0 0;
    padding: 8px 12px;
    margin: 0 .1rem;
    border-radius: .5rem;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.paginations .paginations_block a:hover {
    background: #f6fbfd
}

.paginations .paginations_block a.active {
    background: #228bcd;
    color: #fff
}

.paginations p {
    margin-bottom: 0
}

.news__item {
    padding: 0
}

.news__item .news-slider {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.news__item .news-slider .news-item {
    border-radius: 0
}

.news__item .news-slider .swiper-button-next,.news__item .news-slider .swiper-button-prev {
    opacity: 1;
    visibility: visible
}

.news__item .news-slider .swiper-button-next {
    right: 15px
}

.news__item .news-slider .swiper-button-prev {
    left: 15px
}

.news__item_block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px
}

.news__item_block .news__block_txt {
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .news__item_block {
        padding:15px
    }
}

.news__item_block_contacts .row {
    padding: 0
}

.news__item_block_contacts span {
    font-size: 12px;
    font-weight: 600;
    opacity: .5;
    color: #033555
}

.news__item_block_contacts p {
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0 25px;
    color: #033555
}

.news__item_block_download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12.5px;
    font-weight: 400;
    opacity: .6;
    color: #033555;
    margin-top: 25px
}

.news__item_block_download div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right
}

.news__item_block_download div p {
    margin-bottom: 3px
}

.news__item_block_download div i {
    color: #000;
    padding: 0;
    padding-right: 10px
}

.news__post_info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 25px
}

.news__post_info>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news__post_info>div img {
    width: 16px;
    height: 16px;
    margin-right: 15px;
    margin-bottom: 3px
}

.news__post_info>div i {
    color: #033555;
    margin-right: 10px
}

.news__post_info>div p {
    margin-bottom: 0
}

.post__src {
    margin-bottom: 0!important;
    margin-top: 2 5px
}

.post__src a {
    color: #228bcd
}

/*# sourceMappingURL=main.min.css.map */
.swiper-slide a:hover {
    text-decoration: none;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer a:hover {
    color: #90c5e6;
    text-decoration: none;
}

.social-icons-icon {
    width: 48px;
    height: 48px;
    font-size: 25px;
    line-height: 48px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
}

.social-icons-widget {
    text-align: center;
}

.profile-link {
    display: inline-block;
}

.social-icons-widget .fa-facebook-block {
    background: #3c5a98;
}

.social-icons-large .social-icons-icon {
    width: 35px;
    height: 35px;
    font-size: 17px;
    line-height: 35px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
}

.mg-sidebar a {
    transition: all 0.3s ease 0s;
}

.social-icons-icon {
    -webkit-transition: background-color 0.3s linear, border-color 0.3s linear, font-size 0.1s linear;
    -moz-transition: background-color 0.3s linear, border-color 0.3s linear, font-size 0.1s linear;
    -o-transition: background-color 0.3s linear, border-color 0.3s linear, font-size 0.1s linear;
    transition: background-color 0.3s linear, border-color 0.3s linear, font-size 0.1s linear;
}

.social-icons-icon {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 4px;
    position: relative;
}

.social-icons-icon i {
    position: relative;
    line-height: inherit;
    vertical-align: top;
}

.social-icons-widget .fa-twitter-block {
    background: #32ccfe;
}

.social-icons-widget .fa-instagram-block {
    background: #3f729b;
}

.social-icons-widget .fa-youtube-block {
    background: #d4231e;
}

.social-icons-widget .fa-telegram-block {
    background: #56a8f3;
}

.social-icons-large .social-icons-icon:hover {
    font-size: 30px;
}

.widget-title {
    font-weight: 500;
    font-size: 17px;
}

@charset "UTF-8";.navbar-nav .nav-item:not(:nth-last-child(2))::after,.uform i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.medias-img i,.medias-img i::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.btns,a,a:hover {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.card-item__sidebar-links>li,.medias-img i,.medias-img img {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.card-item__sidebar-links>li>a::before {
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in
}

html {
    scroll-behavior: smooth!important
}

* {
    outline: 0!important
}

.btn.focus,.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

button:focus {
    outline: 0!important;
    outline: 0 auto -webkit-focus-ring-color
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
    z-index: 0
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0;
    box-shadow: 0
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none;
    color: inherit
}

body {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-weight: 400;
    color: #033555;
    font-style: 14px
}

body.is-active {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1200px
    }
}

.page-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px
}

.section-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #033555
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size:24px
    }
}

@font-face {
    font-family: Roboto;
    src: url(https://uzsm.uz/local/fonts/Roboto/Roboto-Thin.eot);
    src: local("☺"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Thin.woff) format("woff"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(https://uzsm.uz/local/fonts/Roboto/Roboto-Light.eot);
    src: local("☺"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Light.woff) format("woff"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(https://uzsm.uz/local/fonts/Roboto/Roboto-Regular.eot);
    src: local("☺"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Regular.woff) format("woff"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(https://uzsm.uz/local/fonts/Roboto/Roboto-Medium.eot);
    src: local("☺"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Medium.woff) format("woff"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Medium.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(https://uzsm.uz/local/fonts/Roboto/Roboto-Bold.eot);
    src: local("☺"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Bold.woff) format("woff"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(https://uzsm.uz/local/fonts/Roboto/Roboto-Black.eot);
    src: local("☺"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Black.woff) format("woff"),url(https://uzsm.uz/local/fonts/Roboto/Roboto-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

.nav-top {
    position: relative
}

.nav-top__header {
    height: 70px;
    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;
    width: 100%;
    border-bottom: 1px solid rgba(196,196,196,.3)
}

@media only screen and (max-width: 1247px) {
    .nav-top__header {
        position:relative;
        z-index: 22
    }
}

@media only screen and (max-width: 1023px) {
    .nav-top__header {
        height:45px;
        border-bottom: unset;
        position: unset
    }
}

.nav-top__header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1023px) {
    .nav-top__header .container {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.nav-top__header--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

@media only screen and (max-width: 1023px) {
    .nav-top__header--left {
        display:none
    }
}

.nav-top__header--left>a:not(:last-of-type) {
    margin-right: 28px
}

.nav-top__header--left>a:hover {
    color: #228bcd;
    text-decoration: underline
}

.nav-top__header--right>a {
    display: inline-block
}

.nav-top__header--right>a:not(:last-of-type) {
    margin-right: 28px
}

@media only screen and (max-width: 1023px) {
    .nav-top__header--right>a {
        display:none
    }
}

@media only screen and (max-width: 1023px) {
    .nav-top__header--right {
        position:absolute;
        z-index: 22
    }
}

.nav-top__footer {
    height: 170px;
    padding-top: 20px
}

.nav-top__footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.nav-top__footer .just-phone {
    display: inline-block;
    margin-top: 5px
}

.nav-top__footer .just-phone p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 22px;
    color: #4ea2d7;
    letter-spacing: 0.5px;
}

.nav-top__footer .just-phone span {
    display: block;
    font-size: 14px;
    opacity: .5
}

.nav-top__footer--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.nav-top__footer--left>a {
    font-size: 24px;
    display: inline-block;
    margin-right: 28px;
    color: #228bcd
}

.nav-top__footer--right>a {
    display: inline-block
}

.nav-top__footer--right>a:not(:last-of-type) {
    margin-right: 28px;
    display: inline-block
}

.nav-top__footer--right .sign {
    color: #228bcd
}

.nav-top__footer--right .sign:hover {
    text-decoration: underline
}

.nav-top__footer--right .registr {
    color: #228bcd;
    background: #fff;
    border: 2px solid #228bcd;
    border-radius: 6px;
    padding: 9px 20px
}

.nav-top__footer--right .registr:hover {
    background-color: #228bcd;
    color: #fff
}

@media only screen and (max-width: 1023px) {
    .nav-top__footer {
        height: 320px;
        display: none;
    }
    .mobil{
        
		display:block;
            background-image: url("https://bogot1-politexnikum.uz/templates/Reflex/images/banner.jpg");
      background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; 
        height: 350px;
	}
    .mobil>a{
    	color: white;
    }
}

.nav-top .navbar-brand {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 20px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: repeating-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 40px,#fff 40px,#fff 100%);
    padding: 20px
}

.nav-top .navbar-brand span {
    display: block;
    margin-top: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

@media only screen and (max-width: 1023px) {
    .nav-top .navbar-brand {
        position:relative;
        -webkit-transform: unset;
        transform: unset;
        top: 0;
        left: 0;
        margin-right: 0;
        padding: 10px
    }

    .nav-top .navbar-brand span {
        font-size: 16px
    }

    .nav-top .navbar-brand img {
        max-width: 100px
    }
}

@media only screen and (max-width: 1023px) {
    .nav-top {
        position:unset
    }
}

.navbar {
    background-color: #228bcd;
    padding: 0;
    height: 65px
}

.navbar .container {
    padding-right: 15px;
    padding-left: 15px;
    height: 100%
}

.navbar-collapse {
    height: 100%
}

@media only screen and (max-width: 1023px) {
    .navbar-collapse {
        position:fixed;
        -webkit-transition: -webkit-transform .4s cubic-bezier(.165,.84,.44,1);
        transition: -webkit-transform .4s cubic-bezier(.165,.84,.44,1);
        transition: transform .4s cubic-bezier(.165,.84,.44,1);
        transition: transform .4s cubic-bezier(.165,.84,.44,1),-webkit-transform .4s cubic-bezier(.165,.84,.44,1);
        width: 89%;
        overflow-y: auto;
        right: -100%;
        top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        height: 100vh;
        min-height: 100vh;
        background-color: #033555;
        z-index: 21
    }
}

.navbar-collapse.show {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    -webkit-transform: translateX(-112%);
    transform: translateX(-112%)
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 100%
}

@media only screen and (max-width: 1023px) {
    .navbar-nav {
        display:block;
        padding-top: 50px;
        min-height: 100%
    }
}

.navbar-nav .nav-item {
    height: 100%;
    position: relative
}

.navbar-nav .nav-item:not(:nth-last-child(2)) {
    position: relative
}

.navbar-nav .nav-item:not(:nth-last-child(2))::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #fff;
    opacity: .2;
    right: -25px;
    top: 45%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media only screen and (max-width: 1023px) {
    .navbar-nav .nav-item:not(:nth-last-child(2))::after {
        display:none
    }
}

.navbar-nav .nav-item i {
    display: none;
    position: absolute;
    right: 0;
    color: #fff;
    z-index: 222;
    top: 5px;
    right: -5px;
    padding: 10px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

.navbar-nav .nav-item:hover {
    -webkit-transition: .2s;
    transition: .2s;
    background-color: #1672bd
}

@media only screen and (min-width: 1024px) {
    .navbar-nav .nav-item:hover .drop-one {
        opacity:1;
        visibility: visible;
        top: 65px;
        -webkit-transition: .2s;
        transition: .2s
    }
}

@media only screen and (max-width: 1023px) {
    .navbar-nav .nav-item:hover {
        background-color:transparent
    }
}

@media only screen and (max-width: 1439px) {
    .navbar-nav .nav-item:nth-last-of-type(2) .drop-one {
        left:unset!important;
        right: 0
    }
}

@media only screen and (max-width: 1023px) {
    .navbar-nav .nav-item {
        width:auto;
        height: auto;
        background-color: transparent;
        margin-left: 30px;
        margin-right: 30px;
        display: block;
        border-bottom: 1px solid rgba(255,255,255,.5);
        padding-top: 12px;
        padding-bottom: 12px
    }

    .navbar-nav .nav-item i {
        display: block
    }
}

.navbar-nav .nav-link {
    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%;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .02em;
    color: #fff;
    padding: 9px 15px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
    .navbar-nav .nav-link {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0;
        padding-left: 0;
        height: auto;
        padding-top: 0;
        padding-bottom: 0
    }
}

.navbar-nav .drop-one {
    position: absolute;
    left: 0;
    top: 75px;
    background: #fff;
    -webkit-box-shadow: 0 15px 15px rgba(34,139,205,.15);
    box-shadow: 0 15px 15px rgba(34,139,205,.15);
    z-index: 22;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
}

@media only screen and (max-width: 1023px) {
    .navbar-nav .drop-one {
        position:unset;
        top: unset;
        height: 0;
        width: auto;
        -webkit-transition: height .2s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;
        transition: height .2s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;
        background-color: transparent;
        left: unset;
        padding: 0;
        margin-left: 15px;
        -webkit-box-shadow: unset;
        box-shadow: unset
    }

    .navbar-nav .drop-one i {
        font-size: 14px;
        top: 0;
        right: 5px;
        padding: 10px
    }

    .navbar-nav .drop-one.is-active {
        height: 100%;
        opacity: 1;
        visibility: visible
    }

    .navbar-nav .drop-one.is-active>li {
        height: 100%;
        opacity: 1;
        visibility: visible
    }

    .navbar-nav .drop-one.is-active>li>a {
        visibility: visible;
        opacity: 1
    }
}

.navbar-nav .drop-one li {
    color: #228bcd
}

.navbar-nav .drop-one li a {
    display: block;
    padding: 12px 20px;
    min-width: 250px;
    font-size: 14px;
    -webkit-transition: .2s;
    transition: .2s;
    color: #6c757d;
    text-transform: none;
}

@media only screen and (max-width: 1247px) {
    .navbar-nav .drop-one li a {
        min-width:225px
    }
}

@media only screen and (max-width: 1023px) {
    .navbar-nav .drop-one li a {
        width:100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding-left: 0;
        padding-right: 0;
        padding-top: 6px;
        padding-bottom: 6px
    }
}

@media only screen and (min-width: 1024px) {
    .navbar-nav .drop-one li:hover {
        color:#1672bd;
        background-color: rgb(94 193 255 / 19%);
    }

    .navbar-nav .drop-one li:hover .drop-two {
        visibility: visible;
        opacity: 1
    }
}

@media only screen and (max-width: 1023px) {
    .navbar-nav .drop-one li {
        color:#fff
    }
}

.navbar-nav .drop-one>li {
    position: relative
}

@media only screen and (max-width: 1023px) {
    .navbar-nav .drop-one>li {
        height:0;
        opacity: 0;
        visibility: hidden
    }
}

.navbar-nav .drop-two {
    padding: 20px 0;
    display: block;
    position: absolute;
    opacity: 0;
    z-index: 22;
    visibility: hidden;
    right: -250px;
    top: -5px;
    background: #fff;
    -webkit-box-shadow: 0 15px 15px rgba(34,139,205,.15);
    box-shadow: 0 15px 15px rgba(34,139,205,.15);
    list-style: none;
    margin: 0
}

@media only screen and (max-width: 1247px) {
    .navbar-nav .drop-two {
        right:-225px
    }
}

@media only screen and (max-width: 1023px) {
    .navbar-nav .drop-two {
        opacity:0;
        visibility: hidden;
        left: unset;
        padding: 0;
        right: unset;
        position: unset;
        top: unset;
        height: 0;
        width: auto;
        -webkit-transition: height .2s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;
        transition: height .2s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;
        background-color: transparent;
        left: unset;
        padding: 0;
        margin-left: 15px;
        margin-right: 15px;
        -webkit-box-shadow: unset;
        box-shadow: unset
    }

    .navbar-nav .drop-two>li {
        position: relative
    }

    .navbar-nav .drop-two.is-active {
        height: 100%;
        opacity: 1;
        visibility: visible
    }

    .navbar-nav .drop-two.is-active>li>a {
        visibility: visible;
        opacity: 1
    }
}

.navbar-toggler {
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 22;
    padding: 0
}

@media only screen and (max-width: 1023px) {
    .navbar {
        background-color:#fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 22
    }
}

.section-about-us {
    padding-top: 20px;
    padding-bottom: 30px
}

.section-about-us h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .02em;
    color: #1575b1
}

@media only screen and (max-width: 767px) {
    .section-about-us h6 {
        font-size:16px;
        line-height: 22px
    }
}

.section-about-us img {
    max-width: 100%;
    height: auto
}

.section-about-us .company-image {
    border-radius: 8px
}

.section-about-us p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #033555;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.section-news-slider {
    padding: 30px 0 0
}

.section-news-slider .nav-pills .nav-link.active,.section-news-slider .nav-pills .show>.nav-link {
    background-color: transparent;
    color: #228bcd
}

.section-news-slider .nav-pills .nav-link {
    color: #033555;
    font-weight: 600
}

.section-news-slider hr {
    margin-top: 40px
}

.section-news-slider .container .row {
    margin: 0 -5px
}

.section-news-slider .container .row>div {
    padding-left: 5px;
    padding-right: 5px
}

.section-news-slider .all-news {
    padding: 10px 25px;
    border: 1px solid #228bcd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    position: relative;
    border-radius: 8px;
    background-color: #228bcd;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .02em;
    color: #fff;
    margin-top: 10px
}

.section-building-materials {
    padding: 30px 0;
    background: rgba(34,139,205,.04)
}

.section-building-materials .container {
    position: relative
}

.section-building-materials .swiper-filter {
    padding: 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px
}

.section-building-materials .swiper-filter .swiper-filter-next,.section-building-materials .swiper-filter .swiper-filter-prev,.section-building-materials .swiper-filter a {
    cursor: pointer
}

.section-building-materials .swiper-filter .swiper-active {
    color: #228bcd
}

.section-building-materials .swiper-filter a {
    padding: 15px 5px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.section-building-materials .swiper-filter a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #228bcd;
    height: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.section-building-materials .swiper-filter a.swiper-active,.section-building-materials .swiper-filter a:hover {
    color: #228bcd
}

.section-building-materials .swiper-filter a.swiper-active::after,.section-building-materials .swiper-filter a:hover::after {
    opacity: 1;
    visibility: visible
}

.section-building-materials .swiper-product {
    margin: 30px auto
}

.section-building-materials .swiper-slide {
    display: inline
}

.section-building-materials .filter-by {
    position: relative
}

.section-building-materials .filter-by::after {
    z-index: 11;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #228bcd;
    height: 2px;
    background: #c4c4c4;
    opacity: .3
}

.section-building-materials .swiper-container-horizontal>.swiper-scrollbar {
    height: 2px
}

.section-building-materials .swiper-scrollbar-drag {
    background: rgba(0,0,0,.3)
}

.section-building-materials .swiper-container-horizontal>.swiper-scrollbar {
    bottom: 0
}

.section-building-materials .swiper-lazy-preloader {
    top: 38%!important
}

.section-building-materials .swiper-button-next,.section-building-materials .swiper-button-prev {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 15px rgba(34,139,205,.15);
    box-shadow: 0 15px 15px rgba(34,139,205,.15);
    border-radius: 50%;
    cursor: pointer;
    color: #228bcd;
    font-size: 14px
}

.section-building-materials .swiper-button-next::after,.section-building-materials .swiper-button-prev::after {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #228bcd;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section-building-materials .swiper-button-next:hover,.section-building-materials .swiper-button-prev:hover {
    background-color: #228bcd
}

.section-building-materials .swiper-button-next:hover::after,.section-building-materials .swiper-button-prev:hover::after {
    color: #fff
}

.section-building-materials .swiper-button-next::after {
    content: "\f061"
}

@media only screen and (min-width: 1024px) {
    .section-building-materials .swiper-button-next {
        right:-30px
    }
}

@media only screen and (min-width: 1440px) {
    .section-building-materials .swiper-button-next {
        right:-60px
    }
}

@media only screen and (max-width: 1023px) {
    .section-building-materials .swiper-button-next {
        right:-20px
    }
}

@media only screen and (max-width: 559px) {
    .section-building-materials .swiper-button-next {
        right:5px
    }
}

.section-building-materials .swiper-button-prev::after {
    content: "\f060"
}

@media only screen and (min-width: 1024px) {
    .section-building-materials .swiper-button-prev {
        left:-30px
    }
}

@media only screen and (min-width: 1440px) {
    .section-building-materials .swiper-button-prev {
        left:-60px
    }
}

@media only screen and (max-width: 1023px) {
    .section-building-materials .swiper-button-prev {
        left:-20px
    }
}

@media only screen and (max-width: 559px) {
    .section-building-materials .swiper-button-prev {
        left:5px
    }
}

.section-information {
    padding: 30px 0;
    height: 310px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0 15px 15px rgba(34, 139, 205, .15));
    filter: drop-shadow(0 15px 15px rgba(34, 139, 205, .15))
}

@media only screen and (max-width: 767px) {
    .section-information {
        height:auto
    }
}

.section-events {
    padding: 30px 0
}

.section-events .row>div {
    min-height: 100%
}

.section-events .row>div>div {
    height: 100%
}

@media only screen and (max-width: 1023px) {
    .section-events .row>div {
        margin:15px 0
    }
}

.section-important_documents-useful_links {
    background: rgba(34,139,205,.04);
    padding: 20px 0 30px
}

.section-important_documents-useful_links .row>div {
    min-height: 100%
}

.section-important_documents-useful_links .row>div>div {
    height: 100%
}

@media only screen and (max-width: 1023px) {
    .section-important_documents-useful_links .row>div {
        margin:15px 0
    }
}

.section-important_documents-useful_links .btn-group-vertical button {
    border-radius: 6px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px!important
}

.section-important_documents-useful_links .btn-group-vertical button:first-of-type {
    border-top-width: 2px
}

.section-important_documents-useful_links .btn-group-vertical button:last-of-type {
    border-bottom-width: 2px
}

.section-banner {
    padding: 30px 0 50px
}

.section-banner .swiper-container {
    overflow: hidden;
    border-radius: 5px
}

.section-banner .container {
    position: relative
}

.section-banner .banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80px;
    width: 100%;
    border-radius: 5px
}

.section-banner .swiper-button-next,.section-banner .swiper-button-prev {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 15px rgba(34,139,205,.15);
    box-shadow: 0 15px 15px rgba(34,139,205,.15);
    border-radius: 50%;
    cursor: pointer;
    color: #228bcd;
    font-size: 14px
}

.section-banner .swiper-button-next::after,.section-banner .swiper-button-prev::after {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #228bcd;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section-banner .swiper-button-next:hover,.section-banner .swiper-button-prev:hover {
    background-color: #228bcd
}

.section-banner .swiper-button-next:hover::after,.section-banner .swiper-button-prev:hover::after {
    color: #fff
}

.section-banner .swiper-button-next::after {
    content: "\f061"
}

@media only screen and (min-width: 1024px) {
    .section-banner .swiper-button-next {
        right:-30px
    }
}

@media only screen and (min-width: 1440px) {
    .section-banner .swiper-button-next {
        right:-60px
    }
}

@media only screen and (max-width: 1023px) {
    .section-banner .swiper-button-next {
        right:-20px
    }
}

@media only screen and (max-width: 559px) {
    .section-banner .swiper-button-next {
        right:5px
    }
}

.section-banner .swiper-button-prev::after {
    content: "\f060"
}

@media only screen and (min-width: 1024px) {
    .section-banner .swiper-button-prev {
        left:-30px
    }
}

@media only screen and (min-width: 1440px) {
    .section-banner .swiper-button-prev {
        left:-60px
    }
}

@media only screen and (max-width: 1023px) {
    .section-banner .swiper-button-prev {
        left:-20px
    }
}

@media only screen and (max-width: 559px) {
    .section-banner .swiper-button-prev {
        left:5px
    }
}

.section-contacts {
    background: rgba(34,139,205,.04)
}

.section-contacts .container-fluid {
    padding: 0
}

.section-contacts .container-fluid .row {
    margin: 0
}

.section-contacts .container-fluid .row>div {
    padding: 0
}

.section-contacts iframe {
    width: 100%;
    height: 415px
}

.section-footer {
    padding: 50px 0;
    background: #228bcd;
    -webkit-box-shadow: 0 15px 15px rgba(34,139,205,.15);
    box-shadow: 0 15px 15px rgba(34,139,205,.15);
    color: #fff;
    font-weight: 300
}

@media only screen and (max-width: 767px) {
    .section-footer {
        padding-bottom:0;
        padding-top: 30px
    }
}

.section-footer .nav {
    margin-bottom: 30px
}

.section-footer .nav-item {
    margin-right: 30px;
    font-weight: 500
}

@media only screen and (max-width: 767px) {
    .section-footer .nav-item {
        display:block;
        width: 100%;
        margin-bottom: 5px
    }
}

.section-footer .footer-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    .section-footer .footer-events {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-footer .footer-events>div {
    margin-right: 100px
}

@media only screen and (max-width: 767px) {
    .section-footer .footer-events>div {
        margin-right:0;
        margin-bottom: 10px
    }
}

.section-footer .footer-events span {
    font-weight: 100
}

.section-footer .footer-events p {
    font-weight: 400;
    margin-bottom: 0
}

.section-my-block {
    position: relative;
    padding: 40px 0;
    padding-top: 0
}

.section-my-block .right__content .card-item {
    padding: 20px 0;
    margin-bottom: 30px
}

.section-our-contacts {
    padding: 0 0 30px
}

.section-our-contacts .card-item-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 767px) {
    .section-our-contacts .card-item-address {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.section-our-contacts .card-item .addr a:not(.btns) {
    color: #033555
}

.section-our-contacts iframe {
    width: 100%;
    height: 415px
}

.section-enterprises {
    padding: 30px 0;
    margin-top: 30px;
    background-color: rgba(34,139,205,.04)
}

.section-enterprises .gallery-top {
    height: 400px
}

.section-enterprises .gallery-top a {
    height: 100%;
    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;
    overflow: hidden
}

.section-enterprises .gallery-top img {
    max-width: 100%;
    height: auto
}

.section-enterprises .gallery-top .swiper_map-gallery {
    background: #fff;
    border: 4px solid rgba(21,117,177,.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    width: 350px;
    height: 350px;
    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;
    overflow: hidden;
    position: relative
}

.section-enterprises .gallery-top .swiper_map-gallery .title {
    width: 100%;
    display: block;
    bottom: 0;
    position: absolute;
    padding: 10px 50px;
    margin-bottom: 50px;
    text-align: center;
    background: rgba(0,110,159,.5);
    color: #fff;
    font-size: 18px
}

.section-enterprises .gallery-thumbs {
    height: auto
}

.section-enterprises .gallery-thumbs .swiper_map-gallery {
    background: #fff;
    border: 2px solid rgba(21,117,177,.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    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;
    overflow: hidden
}

.section-enterprises .gallery-thumbs .swiper_map-gallery img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.lang {
    position: relative;
    display: inline-block;
    margin-right: 28px;
    cursor: pointer
}

.lang::after {
    content: "";
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0
}

.lang-list {
    position: absolute;
    width: 125px;
    left: -25px;
    top: 42px;
    background: #fff;
    -webkit-box-shadow: 0 15px 15px rgba(34,139,205,.15);
    box-shadow: 0 15px 15px rgba(34,139,205,.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s
}

@media only screen and (max-width: 767px) {
    .lang-list {
        left:-10px
    }
}

.lang-list a {
    padding: 9px 25px;
    display: block;
    max-width: 100%;
    color: #228bcd
}

@media only screen and (max-width: 767px) {
    .lang-list a {
        padding-left:13px;
        padding-right: 13px
    }
}

.lang-list a:hover {
    color: #1575b1;
    background-color: rgba(34,139,205,.04)
}

.lang:hover .lang-list {
    top: 28px;
    opacity: 1;
    visibility: visible
}

.btns {
    padding: 9px 20px;
    border-radius: 6px;
    border: 2px solid #228bcd;
    display: inline-block
}

.btns-outline {
    color: #228bcd;
    background-color: transparent;
    max-width: 100%
}

.btns-outline:hover {
    background-color: #228bcd;
    color: #fff
}

.app__btn {
    height: 45px;
    outline: 0;
    border: 0;
    border-radius: 8px;
    padding: 0 50px;
    font-size: 16px;
    color: #fff
}

.app__btn_primary {
    background-color: #228bcd
}

.download__btn {
    position: relative
}

.download__btn span {
    position: absolute;
    pointer-events: none;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(calc(-50% + 4px));
    transform: translateY(calc(-50% + 4px))
}

.download__btn:hover>span {
    color: #fff!important;
    opacity: .8!important
}

.socials {
    margin: 30px
}

.socials a {
    color: #fff;
    font-size: 18px;
    margin-right: 10px
}

.socials a i {
    font-size: 24px
}

.socials .just-phone {
    margin-top: 10px
}

.socials .just-phone p {
    margin-bottom: 0;
    font-size: 24px
}

.my-nav-pills .nav-pills {
    border-bottom: 2px solid rgba(196,196,196,.3)
}

.my-nav-pills .nav-item {
    font-weight: 500;
    font-size: 16px;
    color: #033555;
    padding: 0 5px;
    margin-left: 25px;
    margin-right: 25px
}

@media only screen and (max-width: 767px) {
    .my-nav-pills .nav-item {
        margin-left:0;
        margin-right: 0;
        text-align: center;
        font-size: 14px;
        width: 50%
    }
}

.my-nav-pills .nav-link {
    padding: 0;
    display: block;
    position: relative;
    padding: 15px 0
}

.my-nav-pills .nav-link.active {
    background-color: transparent;
    color: #228bcd
}

.my-nav-pills .nav-link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    background-color: #228bcd;
    height: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.my-nav-pills .nav-link.active,.my-nav-pills .nav-link:hover {
    color: #228bcd
}

.my-nav-pills .nav-link.active::after,.my-nav-pills .nav-link:hover::after {
    opacity: 1;
    visibility: visible
}

.my-nav-pills .app__collapse {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(196,196,196,.3)
}

.my-nav-pills .app__collapse a {
    color: #228bcd;
    font-size: 28px
}

.app__collapse~.download__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.app__collapse~.download__btn a {
    width: auto!important
}

@media only screen and (max-width: 767px) {
    .app__collapse~.download__btn a {
        padding-left:15px!important;
        padding-right: 15px!important
    }
}

.addr span {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #033555;
    opacity: .4;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.addr p {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #033555
}

.working-days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.working-days__item {
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #033555
}

.working-days__item:not(:last-of-type) {
    margin-right: 10px
}

.working-days__item.active {
    color: #228bcd
}

table thead tr td {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #033555;
    opacity: .5
}

table tbody tr td {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #033555;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

table tbody tr td:not(:first-of-type) {
    min-width: 200px;
}

.more-link {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .02em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #033555;
    text-decoration: none
}

.more-link span {
    display: inline-block;
    text-decoration: underline
}

.more-link i {
    margin-left: 2px;
    font-size: 16px
}

.progress {
    height: 16px
}

.drops {
    position: relative;
    cursor: pointer;
    display: block;
    margin-right: 20px
}

.drops::after {
    content: "";
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0
}

.drops-list {
    position: absolute;
    min-width: 325px;
    left: -25px;
    top: 42px;
    background: #fff;
    -webkit-box-shadow: 0 15px 15px rgba(34,139,205,.15);
    box-shadow: 0 15px 15px rgba(34,139,205,.15);
    opacity: 0;
    visibility: hidden;
    z-index: 22;
    -webkit-transition: unset!important;
    transition: unset!important
}

@media only screen and (max-width: 767px) {
    .drops-list {
        left:-10px
    }
}

.drops-list a {
    padding: 9px 25px;
    display: block;
    max-width: 100%;
    color: #228bcd;
    -webkit-transition: unset!important;
    transition: unset!important
}

@media only screen and (max-width: 767px) {
    .drops-list a {
        padding-left:13px;
        padding-right: 13px
    }
}

.drops-list a:hover {
    -webkit-transition: .2s!important;
    transition: .2s!important;
    color: #1575b1;
    background-color: rgba(34,139,205,.04)
}

.drops:hover .drops-list {
    -webkit-transition: .2s!important;
    transition: .2s!important;
    top: 28px;
    opacity: 1;
    visibility: visible
}

.esi {
    display: block;
    width: 100%;
    height: 150px
}

@media only screen and (max-width: 767px) {
    .esi {
        height:110px
    }
}

.esi img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.inner-links {
    padding: 40px 0
}

.inner-links ul {
    padding-left: 15px
}

.inner-links ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .02em;
    color: #228bcd;
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
    list-style-type: none
}

.inner-links ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -16px;
    width: 19px;
    height: 19px;
    background-image: url(https://uzsm.uz/local/img/chevron-right.svg);
    background-position: center;
    background-size: contain
}

#vmap {
    width: 100%;
    height: 120%
}

#vmap svg {
    height: 600px
}

.contact-content {
    height: 85px;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.contact-content::-webkit-scrollbar {
    width: 0;
    height: 0
}

.contact-content::-webkit-scrollbar-track {
    background-color: #fff
}

.contact-content::-webkit-scrollbar-thumb {
    background-color: #fff
}

.contact-content::-webkit-scrollbar-thumb:hover {
    background-color: #fff
}

.contact-content.is-active {
    height: 100%;
    overflow: auto
}

.modal-body {
    background: #fff;
    -webkit-box-shadow: 0 10px 15px rgba(34,139,205,.1);
    box-shadow: 0 10px 15px rgba(34,139,205,.1);
    border-radius: 8px;
    position: relative;
    padding: 20px 30px 30px
}

.modal-body .close {
    top: -32px;
    right: -32px;
    width: 25px;
    height: 25px;
    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;
    position: absolute;
    text-shadow: unset;
    opacity: 1;
    color: #fff;
    font-size: 12px;
    border: 3px solid #fff;
    border-radius: 6px;
    padding: 5px;
    line-height: 1
}

@media only screen and (max-width: 767px) {
    .modal-body .close {
        right:0
    }
}

.searching~.modal-backdrop {
    background-color: #228bcd
}

.searching~.modal-backdrop.show {
    opacity: .75
}

.modal-medias .modal-body,.modal-medias .modal-content {
    background: unset;
    border: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0
}

.modal-medias iframe {
    max-width: 100%
}

.uform-group {
    position: relative;
    display: block
}

.uform input,.uform textarea {
    width: 100%;
    display: block;
    border: 1px solid #228bcd;
    border-radius: 5px;
    height: 45px;
    padding: 9px 20px 9px 40px
}

.uform textarea {
    height: auto;
    resize: none;
    padding-left: 15px
}

.uform i {
    position: absolute;
    left: 15px
}

.uform .btns {
    height: 45px;
    width: 100%
}

.app__form label {
    font-size: 13px;
    font-weight: 600;
    opacity: .4;
    margin-bottom: 10px;
    color: #033555
}

.app__form label span {
    color: red
}

.app__form input {
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
    margin-bottom: 20px;
    color: #033555
}

.app__form_btn_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.app__form_btn_group {
    position: relative;
    width: 100%
}

.app__form_btn_group div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 767px) {
    .app__form_btn_group div {
        width:100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.app__form_btn_group span {
    position: relative;
    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: 45px;
    width: 150px;
    font-size: 16px;
    border-radius: 8px;
    padding: 0 50px;
    margin: 20px 0;
    color: #fff;
    background: #228bcd
}

.app__form_btn_group input {
    margin: 20px 0;
    width: 150px!important;
    max-width: 100%
}

.app__form_btn_group input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    opacity: .4;
    color: #033555
}

.app__form_btn_group input::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    opacity: .4;
    color: #033555
}

.app__form_btn_group input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    opacity: .4;
    color: #033555
}

.app__form_btn_group input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    opacity: .4;
    color: #033555
}

.app__form_btn_group input::placeholder {
    font-size: 16px;
    font-weight: 400;
    opacity: .4;
    color: #033555
}

.app__form_btn_group i {
    position: relative!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    left: 0!important;
    margin: 0 10px
}

@media only screen and (max-width: 767px) {
    .app__form_btn_group i {
        position:absolute!important;
        left: 50%!important;
        -webkit-transform: translate(-100%,-50%);
        transform: translate(-100%,-50%)
    }
}

.app__form_btn_group button {
    margin: 20px 0
}

@media only screen and (max-width: 767px) {
    .app__form_btn_group {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.forget-password {
    text-decoration: underline;
    color: #228bcd
}

.custom-selecting {
    position: relative;
    font-family: Arial;
    width: 200px;
    max-width: 200px
}

.custom-selecting select {
    display: none
}

.select-selected {
    background-color: #1e90ff
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px
}

.select-items div,.select-selected {
    color: #fff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0,0,0,.1) transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-items {
    position: absolute;
    background-color: #1e90ff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99
}

.select-hide {
    display: none
}

.same-as-selected,.select-items div:hover {
    background-color: rgba(0,0,0,.1)
}

.news-item {
    padding: 40px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px
}

@media only screen and (max-width: 559px) {
    .news-item {
        height:320px
    }
}

.news-item__img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.news-item__img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    left: 0;
    top: 0
}

.news-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media only screen and (max-width: 1247px) {
    .news-item {
        padding:30px
    }
}

@media only screen and (max-width: 559px) {
    .news-item {
        padding:20px
    }
}

.news-item__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: .02em;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.news-item__title a:hover {
    text-decoration: underline
}

.news-item__date {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.news-item__more-link {
    display: block;
    padding: 9px 20px;
    background-color: #228bcd;
    border: 1px solid #228bcd;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    position: absolute;
    bottom: 40px
}

.news-item__more-link:hover {
    color: #fff
}

.news-item__more-link i {
    font-size: 12px;
    margin-left: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.news-item__more-link:hover i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.small-news-item {
    padding: 20px;
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 195px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%
}

@media only screen and (max-width: 1023px) {
    .small-news-item {
        display:none
    }
}

.small-news-item__img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.small-news-item__img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    left: 0;
    top: 0
}

.small-news-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.small-news-item__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .02em;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.small-news-item__title a:hover {
    text-decoration: underline
}

.small-news-item__date {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.small-news-item:hover .small-news-item__title {
    text-decoration: underline
}

.small-news-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.middle-news-item {
    padding: 20px;
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 340px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%
}

@media only screen and (max-width: 1023px) {
    .middle-news-item {
        display:none
    }
}

.middle-news-item__img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.middle-news-item__img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    left: 0;
    top: 0
}

.middle-news-item__img img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.middle-news-item__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .02em;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.middle-news-item__title a:hover {
    text-decoration: underline
}

.middle-news-item__date {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.middle-news-item:hover .small-news-item__title {
    text-decoration: underline
}

.middle-news-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.product-item__img {
    border-radius: 8px;
    height: 190px;
    width: 100%;
    overflow: hidden
}

.product-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.product-item__title {
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    color: #228bcd
}

.product-item__title:hover {
    color: #228bcd
}

.product-item__subtitle {
    -webkit-line-clamp: 3;
    height: 64.8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.product-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #033555;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.product-item .card-item__date {
    font-weight: 600
}

.counter {
    text-align: center;
    padding: 20px
}

@media only screen and (max-width: 1023px) {
    .counter {
        padding:10px
    }
}

.counter-title {
    font-weight: 700;
    font-size: 58px;
    text-align: center;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    margin-bottom: 0
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .counter-title span {
        color:#fff
    }
}

.counter p {
    font-weight: 100;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff
}

.counter span {
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    display: block
}

@media only screen and (max-width: 559px) {
    .counter {
        padding:0
    }
}

@media only screen and (max-width: 320px) {
    .counter {
        padding:0
    }

    .counter-title {
        font-size: 52px;
        line-height: 62px
    }

    .counter p {
        font-size: 16px;
        line-height: 20px
    }
}

.card-item {
    padding: 20px 25px;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px rgba(34,139,205,.1);
    box-shadow: 0 10px 15px rgba(34,139,205,.1);
    border-radius: 8px
}

.card-item__content {
    margin-top: 20px
}

.card-item__content:not(:last-of-type) {
    margin-bottom: 20px
}

.card-item__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #033555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-item__title img {
    max-width: 100%;
    height: auto
}

.card-item__company {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-item__company img {
    max-width: 100%;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.card-item__company p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #033555;
    margin-left: 15px
}

.card-item__company+.addr p {
    font-size: 14px
}

.card-item .media-body h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #033555;
    margin-bottom: 0
}

.card-item .media-body span {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #033555;
    opacity: .4;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.card-item__content a:not(.btns) {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #1575b1
}

.card-item__content a:not(.btns):hover {
    text-decoration: underline
}

.card-item__date {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #033555;
    text-shadow: 0 0 15px rgba(0,0,0,.1)
}

.card-item__year-name {
    height: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-item__year-name h1 {
    font-weight: 700;
    font-size: 58px;
    line-height: 68px;
    text-align: center;
    color: #228bcd
}

.card-item__year-name p {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #033555
}

.card-item__sidebar-links {
    padding: 15px 0;
    margin: 0;
    list-style-type: none
}

.card-item__sidebar-links>li {
    padding: 12.5px 25px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #228bcd;
    text-decoration: none;
    position: relative
}

.card-item__sidebar-links>li:hover {
    background: #f6fbfd;
    color: #1672bd;
    font-weight: 600;
    padding-left: 30px
}

.card-item__sidebar-links>li:hover>a::before {
    opacity: 1;
    visibility: visible
}

.card-item__sidebar-links>li>a {
    position: relative
}

.card-item__sidebar-links>li>a::before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    left: -15px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.card-item__sidebar-links>li.active {
    background: #f6fbfd;
    color: #1672bd;
    font-weight: 600;
    padding-left: 30px
}

.card-item__sidebar-links>li.active>a::before {
    opacity: 1;
    visibility: visible
}

.card-item__sidebar-links>li>ul {
    margin-left: 10px;
    margin-top: 10px
}

.card-item__sidebar-links>li>ul li {
    color: #228bcd;
    font-weight: 400;
    margin-top: 5px
}

.card-item__sidebar-links>li>ul li.active {
    font-weight: 600;
    background: #f6fbfd;
    color: #1672bd;
    font-weight: 700
}

.news__item {
    padding: 0
}

.news__item .news-slider {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.news__item .news-item {
    border-radius: 0
}

.news__item .swiper-button-next,.news__item .swiper-button-prev {
    opacity: 1;
    visibility: visible
}

.news__item .swiper-button-next {
    right: 15px
}

.news__item .swiper-button-prev {
    left: 15px
}

.news__item b.news__block_txt {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px
}

.news__item table {
    background: #fff
}

.news__item_block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px
}

.news__item_block .news__block_txt {
    margin-bottom: 10px
}

.news__item_img {
    width: 100%;
    max-width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.news__post_info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 25px
}

.news__post_info .dropdown-item:active {
    background-color: #fff;
    color: #000
}

.news__post_info .dropdown-toggle::after {
    display: none
}

.news__post_info>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news__post_info>div img {
    width: 16px;
    height: 16px;
    margin-right: 15px;
    margin-bottom: 3px
}

.news__post_info>div i {
    color: #033555;
    margin-right: 10px
}

.news__post_info>div p {
    margin-bottom: 0
}

.post__src {
    margin-bottom: 0!important;
    margin-top: 25px
}

.post__src span {
    color: #228bcd
}

.products__block {
    background: 0 0!important;
    padding: 0!important;
    margin-top: 0!important
}

.products__block .product-item__subtitle {
    -webkit-line-clamp: 3;
    height: 64.8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.medias {
    display: block;
    position: relative;
    cursor: pointer
}

.medias-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #228bcd;
    margin-top: 10px
}

.medias-img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 190px
}

@media only screen and (max-width: 767px) {
    .medias-img {
        height:250px
    }
}

.medias-img i {
    position: absolute;
    color: #228bcd;
    z-index: 1
}

.medias-img i::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%
}

.medias-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.medias:hover .medias-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.medias:hover .medias-img i {
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1)
}

.medias:hover .medias-img i::after {
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1)
}

.investment__block_img {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-right: 10px;
    padding: 7px;
    background: #cdcdcd26;
    -webkit-box-shadow: 0 10px 15px #228bcd26;
    box-shadow: 0 10px 15px #228bcd26
}

.investment__block_img img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    border-radius: 8px!important
}

.product-item__img--item {
    height: 450px
}

@media only screen and (max-width: 767px) {
    .product-item__img--item {
        height:250px
    }
}

.structure-img {
    background-color: #f6fbfd
}

.structure-img img {
    max-width: 100%;
    height: auto
}

.structure-item {
    background-color: #f6fbfd
}

.structure-item ul {
    padding-left: 20px
}

.structure-item .item-header {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(196,196,196,.3)
}

.structure-item .item-body {
    padding: 15px 20px
}

.structure-item--info {
    margin-bottom: 30px
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: 1
}

.hamburger.is-active:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before {
    background-color: #033555
}

.hamburger-box {
    width: 22px;
    height: 14px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}

.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before {
    width: 22px;
    height: 2px;
    background-color: #033555;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after,.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -6px
}

.hamburger-inner::after {
    bottom: -6px
}

.hamburger--3dx .hamburger-box {
    -webkit-perspective: 44px;
    perspective: 44px
}

.hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dx .hamburger-inner::after,.hamburger--3dx .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent!important;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
    transform: translate3d(0,-6px,0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
    -webkit-perspective: 44px;
    perspective: 44px
}

.hamburger--3dx-r .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dx-r .hamburger-inner::after,.hamburger--3dx-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent!important;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
    transform: translate3d(0,-6px,0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
    -webkit-perspective: 44px;
    perspective: 44px
}

.hamburger--3dy .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dy .hamburger-inner::after,.hamburger--3dy .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent!important;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
    transform: translate3d(0,-6px,0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
    -webkit-perspective: 44px;
    perspective: 44px
}

.hamburger--3dy-r .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dy-r .hamburger-inner::after,.hamburger--3dy-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent!important;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
    transform: translate3d(0,-6px,0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
    -webkit-perspective: 44px;
    perspective: 44px
}

.hamburger--3dxy .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dxy .hamburger-inner::after,.hamburger--3dxy .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent!important;
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg)
}

.hamburger--3dxy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
    transform: translate3d(0,-6px,0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
    -webkit-perspective: 44px;
    perspective: 44px
}

.hamburger--3dxy-r .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dxy-r .hamburger-inner::after,.hamburger--3dxy-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent!important;
    -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
    transform: translate3d(0,-6px,0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-4.4px,0,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(-4.4px,0,0) rotate(-45deg) scale(.7,1)
}

.hamburger--arrow.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-4.4px,0,0) rotate(45deg) scale(.7,1);
    transform: translate3d(-4.4px,0,0) rotate(45deg) scale(.7,1)
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(4.4px,0,0) rotate(45deg) scale(.7,1);
    transform: translate3d(4.4px,0,0) rotate(45deg) scale(.7,1)
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(4.4px,0,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(4.4px,0,0) rotate(-45deg) scale(.7,1)
}

.hamburger--arrowalt .hamburger-inner::before {
    -webkit-transition: top .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt .hamburger-inner::after {
    -webkit-transition: bottom .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(-4.4px,-5.5px,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(-4.4px,-5.5px,0) rotate(-45deg) scale(.7,1);
    -webkit-transition: top .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(-4.4px,5.5px,0) rotate(45deg) scale(.7,1);
    transform: translate3d(-4.4px,5.5px,0) rotate(45deg) scale(.7,1);
    -webkit-transition: bottom .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--arrowalt-r .hamburger-inner::before {
    -webkit-transition: top .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r .hamburger-inner::after {
    -webkit-transition: bottom .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(4.4px,-5.5px,0) rotate(45deg) scale(.7,1);
    transform: translate3d(4.4px,-5.5px,0) rotate(45deg) scale(.7,1);
    -webkit-transition: top .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(4.4px,5.5px,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(4.4px,5.5px,0) rotate(-45deg) scale(.7,1);
    -webkit-transition: bottom .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--arrowturn.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px,0,0) rotate(45deg) scale(.7,1);
    transform: translate3d(8px,0,0) rotate(45deg) scale(.7,1)
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px,0,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(8px,0,0) rotate(-45deg) scale(.7,1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px,0,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(-8px,0,0) rotate(-45deg) scale(.7,1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px,0,0) rotate(45deg) scale(.7,1);
    transform: translate3d(-8px,0,0) rotate(45deg) scale(.7,1)
}

.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner::after,.hamburger--boring .hamburger-inner::before {
    -webkit-transition-property: none;
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse .hamburger-inner::after {
    top: -12px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
    transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
    transform: translate3d(0,-6px,0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -12px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
    transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,-6px,0) rotate(45deg);
    transform: translate3d(0,-6px,0) rotate(45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1)
}

.hamburger--elastic .hamburger-inner {
    top: 1px;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    -webkit-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic .hamburger-inner::before {
    top: 6px;
    -webkit-transition: opacity 125ms 275ms ease;
    transition: opacity 125ms 275ms ease
}

.hamburger--elastic .hamburger-inner::after {
    top: 12px;
    -webkit-transition: -webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55);
    transition: -webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55);
    transition: transform 275ms cubic-bezier(.68,-.55,.265,1.55);
    transition: transform 275ms cubic-bezier(.68,-.55,.265,1.55),-webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,6px,0) rotate(135deg);
    transform: translate3d(0,6px,0) rotate(135deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-12px,0) rotate(-270deg);
    transform: translate3d(0,-12px,0) rotate(-270deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic-r .hamburger-inner {
    top: 1px;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    -webkit-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 6px;
    -webkit-transition: opacity 125ms 275ms ease;
    transition: opacity 125ms 275ms ease
}

.hamburger--elastic-r .hamburger-inner::after {
    top: 12px;
    -webkit-transition: -webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55);
    transition: -webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55);
    transition: transform 275ms cubic-bezier(.68,-.55,.265,1.55);
    transition: transform 275ms cubic-bezier(.68,-.55,.265,1.55),-webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,6px,0) rotate(-135deg);
    transform: translate3d(0,6px,0) rotate(-135deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-12px,0) rotate(270deg);
    transform: translate3d(0,-12px,0) rotate(270deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 125ms 175ms ease-in;
    transition: background-color 125ms 175ms ease-in
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
    transition: top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
    transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335)
}

.hamburger--emphatic .hamburger-inner::after {
    top: 6px;
    right: 0;
    -webkit-transition: top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
    transition: top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
    transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335)
}

.hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent!important
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -44px;
    top: -44px;
    -webkit-transform: translate3d(44px,44px,0) rotate(45deg);
    transform: translate3d(44px,44px,0) rotate(45deg);
    -webkit-transition: left 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: left 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1)
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -44px;
    top: -44px;
    -webkit-transform: translate3d(-44px,44px,0) rotate(-45deg);
    transform: translate3d(-44px,44px,0) rotate(-45deg);
    -webkit-transition: right 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: right 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1)
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 125ms 175ms ease-in;
    transition: background-color 125ms 175ms ease-in
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
    transition: top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
    transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335)
}

.hamburger--emphatic-r .hamburger-inner::after {
    top: 6px;
    right: 0;
    -webkit-transition: top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
    transition: top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);
    transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335)
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent!important
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -44px;
    top: 44px;
    -webkit-transform: translate3d(44px,-44px,0) rotate(-45deg);
    transform: translate3d(44px,-44px,0) rotate(-45deg);
    -webkit-transition: left 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: left 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1)
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -44px;
    top: 44px;
    -webkit-transform: translate3d(-44px,-44px,0) rotate(45deg);
    transform: translate3d(-44px,-44px,0) rotate(45deg);
    -webkit-transition: right 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: right 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
    transition: right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1)
}

.hamburger--minus .hamburger-inner::after,.hamburger--minus .hamburger-inner::before {
    -webkit-transition: bottom 80ms 0s ease-out,top 80ms 0s ease-out,opacity 0s linear;
    transition: bottom 80ms 0s ease-out,top 80ms 0s ease-out,opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner::after,.hamburger--minus.is-active .hamburger-inner::before {
    opacity: 0;
    -webkit-transition: bottom 80ms ease-out,top 80ms ease-out,opacity 0s 80ms linear;
    transition: bottom 80ms ease-out,top 80ms ease-out,opacity 0s 80ms linear
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: 1px
}

.hamburger--slider .hamburger-inner::before {
    top: 6px;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger--slider .hamburger-inner::after {
    top: 12px
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-3.14286px,-4px,0);
    transform: rotate(-45deg) translate3d(-3.14286px,-4px,0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-12px,0) rotate(-90deg);
    transform: translate3d(0,-12px,0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 1px
}

.hamburger--slider-r .hamburger-inner::before {
    top: 6px;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger--slider-r .hamburger-inner::after {
    top: 12px
}

.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,6px,0) rotate(-45deg);
    transform: translate3d(0,6px,0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(3.14286px,-4px,0);
    transform: rotate(45deg) translate3d(3.14286px,-4px,0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0,-12px,0) rotate(90deg);
    transform: translate3d(0,-12px,0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top .1s .25s ease-in,opacity .1s ease-in;
    transition: top .1s .25s ease-in,opacity .1s ease-in
}

.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out,opacity .1s .12s ease-out;
    transition: top .1s ease-out,opacity .1s .12s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1),-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin-r .hamburger-inner {
    -webkit-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin-r .hamburger-inner::before {
    -webkit-transition: top .1s .25s ease-in,opacity .1s ease-in;
    transition: top .1s .25s ease-in,opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner::after {
    -webkit-transition: bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out,opacity .1s .12s ease-out;
    transition: top .1s ease-out,opacity .1s .12s ease-out
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1),-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1)
}

.hamburger--spring .hamburger-inner {
    top: 1px;
    -webkit-transition: background-color 0s .13s linear;
    transition: background-color 0s .13s linear
}

.hamburger--spring .hamburger-inner::before {
    top: 6px;
    -webkit-transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring .hamburger-inner::after {
    top: 12px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    background-color: transparent!important
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,6px,0) rotate(-45deg);
    transform: translate3d(0,6px,0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring-r .hamburger-inner::after {
    top: -12px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear;
    transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear
}

.hamburger--spring-r .hamburger-inner::before {
    -webkit-transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
    transform: translate3d(0,-6px,0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .22s linear;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .22s linear
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand .hamburger-inner {
    -webkit-transition: background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);
    transition: background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);
    transition: transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear;
    transition: transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand .hamburger-inner::before {
    -webkit-transition: top 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: top 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand .hamburger-inner::after {
    -webkit-transition: bottom 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand.is-active .hamburger-inner {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent!important;
    -webkit-transition: background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1);
    transition: background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1);
    transition: transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear;
    transition: transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: top 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: bottom 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand-r .hamburger-inner {
    -webkit-transition: background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);
    transition: background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);
    transition: transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear;
    transition: transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand-r .hamburger-inner::before {
    -webkit-transition: top 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: top 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand-r .hamburger-inner::after {
    -webkit-transition: bottom 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: transparent!important;
    -webkit-transition: background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1);
    transition: background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1);
    transition: transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear;
    transition: transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: top 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: bottom 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1);
    transition: bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1)
}

.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 75ms .12s ease,opacity 75ms ease;
    transition: top 75ms .12s ease,opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 75ms .12s ease,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms .12s ease,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 75ms ease,opacity 75ms .12s ease;
    transition: top 75ms ease,opacity 75ms .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 75ms ease,-webkit-transform 75ms .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom 75ms ease,-webkit-transform 75ms .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .12s cubic-bezier(.215,.61,.355,1)
}

.hamburger--vortex .hamburger-inner {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex .hamburger-inner::after,.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top,opacity;
    transition-property: top,opacity
}

.hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom,-webkit-transform;
    transition-property: bottom,-webkit-transform;
    transition-property: bottom,transform;
    transition-property: bottom,transform,-webkit-transform
}

.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transform: rotate(765deg);
    transform: rotate(765deg);
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex.is-active .hamburger-inner::after,.hamburger--vortex.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex-r .hamburger-inner::after,.hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-property: top,opacity;
    transition-property: top,opacity
}

.hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-property: bottom,-webkit-transform;
    transition-property: bottom,-webkit-transform;
    transition-property: bottom,transform;
    transition-property: bottom,transform,-webkit-transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-765deg);
    transform: rotate(-765deg);
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex-r.is-active .hamburger-inner::after,.hamburger--vortex-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before {
    background-color: #fff
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    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
}

.news-slider {
    border-radius: 8px;
    overflow: hidden
}

.news-slider .swiper-button-next,.news-slider .swiper-button-prev {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    color: #228bcd;
    font-size: 14px;
    -webkit-box-shadow: 0 15px 15px rgba(34,139,205,.15);
    box-shadow: 0 15px 15px rgba(34,139,205,.15)
}

@media only screen and (min-width: 1248px) {
    .news-slider .swiper-button-next,.news-slider .swiper-button-prev {
        opacity:0;
        visibility: hidden
    }
}

.news-slider .swiper-button-next::after,.news-slider .swiper-button-prev::after {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #228bcd;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.news-slider .swiper-button-next:hover,.news-slider .swiper-button-prev:hover {
    background-color: #228bcd
}

.news-slider .swiper-button-next:hover::after,.news-slider .swiper-button-prev:hover::after {
    color: #fff
}

.news-slider .swiper-button-next {
    right: 5px
}

.news-slider .swiper-button-next::after {
    content: "\f061"
}

@media only screen and (min-width: 1248px) {
    .news-slider .swiper-button-next {
        right:-45px
    }
}

.news-slider .swiper-button-prev {
    left: 5px
}

.news-slider .swiper-button-prev::after {
    content: "\f060"
}

@media only screen and (min-width: 1248px) {
    .news-slider .swiper-button-prev {
        left:-45px
    }
}

@media only screen and (min-width: 1248px) {
    .news-slider:hover .swiper-button-next {
        right:15px
    }
}

@media only screen and (min-width: 1248px) {
    .news-slider:hover .swiper-button-prev {
        left:15px
    }
}

@media only screen and (min-width: 1248px) {
    .news-slider:hover .swiper-button-next,.news-slider:hover .swiper-button-prev {
        opacity:1;
        visibility: visible
    }
}

.lg-backdrop {
    background-color: #000000bb!important
}

.lg-on .back-to,.lg-on .breadcrumb,.lg-on .nav-top,.lg-on .navbar,.lg-on main {
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.lg-progress-bar .lg-progress {
    background-color: #228bcd!important;
    height: 3px!important
}

.app__path {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #033555;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 30px;
    list-style-type: none;
    font-weight: 400;
    opacity: .5
}

.app__path li:not(:last-child):after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-weight: 400;
    padding: 0 10px;
    font-size: 10px
}

.app__tle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app__tle img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 24px;
    height: 24px;
    margin-left: 15px
}

.app__tle .page-title {
    max-width: 90%
}

.app__tle>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.app__tle>div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .app__tle>div {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.app__tle .select-selected {
    position: relative;
    background: 0 0;
    border-radius: 8px;
    border: 1px solid #228bcd;
    color: #228bcd;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.app__tle .select-selected::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    border: 0;
    right: 25px;
    top: 8px;
    -webkit-transition: content .2s ease-in;
    transition: content .2s ease-in
}

.app__tle .select-selected.select-arrow-active:after {
    content: "\f077"
}

.app__tle .select-items {
    border-radius: 8px;
    top: calc(100% + 10px);
    background: #fff;
    border: 1px solid #228bcd
}

.app__tle .select-items div {
    color: #228bcd
}

.app__tle .select-items div:not(:last-child) {
    border-bottom: 1px solid #228bcd
}

.app__tle-map .custom-selecting {
    max-width: 100%;
    min-width: 200px;
    margin-left: 15px;
    width: unset
}

.app__tle-map .custom-selecting .select-selected {
    padding-right: 40px
}

@media only screen and (max-width: 767px) {
    .app__tle-map .custom-selecting {
        width:100%;
        min-width: unset;
        max-width: unset;
        margin-left: 0
    }

    .app__tle-map .custom-selecting .select-selected {
        padding-right: 0
    }
}

.left__content_block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 30px;
    margin: 30px 0;
    background: #f6fbfd;
    border-radius: .5rem
}

.left__content_block .row {
    padding: 30px 0 0px 0px;
}

.left__content_block .row.news__block:not(:last-child) {
    border-bottom: 1px solid #c4c4c475
}

@media only screen and (max-width: 767px) {
    .left__content_block {
        padding:0 15px
    }
}

.news__block>div {
    padding: 0 10px!important
}

.news__block .news__block_txt {
    -webkit-line-clamp: 6;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news__img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .5rem;
    margin-bottom: 1rem
}

.news__block_date {
    font-size: 13px;
    font-weight: 600;
    color: #033555;
    margin-bottom: 10px
}

.news__block_tle {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #228bcd!important;
    margin-bottom: 10px
}

.news__block_txt {
    font-size: 14px;
    font-weight: 400;
    color: #033555;
    margin-bottom: 10px
}

.news__block_moreinfo {
    font-size: 13px;
    font-weight: 600;
    color: #228bcd;
    margin-bottom: 0
}

.news__block_moreinfo a i {
    -webkit-transition: .4s ease;
    transition: .4s ease;
    font-size: 9px;
    padding-left: 5px
}

.news__block_moreinfo a:hover>i {
    padding-left: 10px
}

.paginations {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    /* margin-bottom:30px; */
    color: #228bcd;
}

.paginations .paginations_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px
}

.paginations .paginations_block a {
    display: block;
    outline: 0!important;
    border: 0;
    background: 0 0;
    padding: 8px 12px;
    margin: 0 .1rem;
    border-radius: .5rem;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.paginations .paginations_block a:hover {
    background: #f6fbfd
}

.paginations .paginations_block a.active {
    background: #228bcd;
    color: #fff
}

.paginations p {
    margin-bottom: 0
}

.news__item {
    padding: 0
}

.news__item .news-slider {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.news__item .news-slider .news-item {
    border-radius: 0
}

.news__item .news-slider .swiper-button-next,.news__item .news-slider .swiper-button-prev {
    opacity: 1;
    visibility: visible
}

.news__item .news-slider .swiper-button-next {
    right: 15px
}

.news__item .news-slider .swiper-button-prev {
    left: 15px
}

.news__item_block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px
}

.news__item_block .news__block_txt {
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .news__item_block {
        padding:15px
    }
}

.news__item_block_contacts .row {
    padding: 0
}

.news__item_block_contacts span {
    font-size: 12px;
    font-weight: 600;
    opacity: .5;
    color: #033555
}

.news__item_block_contacts p {
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0 25px;
    color: #033555
}

.news__item_block_download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12.5px;
    font-weight: 400;
    opacity: .6;
    color: #033555;
    margin-top: 25px
}

.news__item_block_download div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right
}

.news__item_block_download div p {
    margin-bottom: 3px
}

.news__item_block_download div i {
    color: #000;
    padding: 0;
    padding-right: 10px
}

.news__post_info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 25px
}

.news__post_info>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news__post_info>div img {
    width: 16px;
    height: 16px;
    margin-right: 15px;
    margin-bottom: 3px
}

.news__post_info>div i {
    color: #033555;
    margin-right: 10px
}

.news__post_info>div p {
    margin-bottom: 0
}

.post__src {
    margin-bottom: 0!important;
    margin-top: 2 5px
}

.post__src a {
    color: #228bcd;
}

.swiper-slide a:hover {
    text-decoration: none;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer a:hover {
    color: #90c5e6;
    text-decoration: none;
}

.widget-title {
    font-weight: 500;
    font-size: 17px;
}
