* {
    margin: 0;
    padding: 0;
    max-height: 999999px
}

ul {
    margin-bottom: 0
}

html, body {
    -webkit-overflow-scrolling: touch !important;
    height: 100% !important
}

body {
    font-family: 'Cera Pro', sans-serif;
    line-height: 1.4
}

a, .submit {
    -webkit-tap-highlight-color: #000000
}

::-webkit-input-placeholder {
    color: #403d39;
    -webkit-transition: color .1s ease-out;
    -o-transition: color .1s ease-out;
    transition: color .1s ease-out
}

:-moz-placeholder {
    color: #403d39;
    opacity: 1;
    -webkit-transition: color .1s ease-out;
    -o-transition: color .1s ease-out;
    -moz-transition: color .1s ease-out;
    transition: color .1s ease-out
}

::-moz-placeholder {
    color: #403d39;
    opacity: 1;
    -webkit-transition: color .1s ease-out;
    -o-transition: color .1s ease-out;
    -moz-transition: color .1s ease-out;
    transition: color .1s ease-out
}

:-ms-input-placeholder {
    color: #403d39;
    -webkit-transition: color .1s ease-out;
    -o-transition: color .1s ease-out;
    -ms-transition: color .1s ease-out;
    transition: color .1s ease-out
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

a:hover {
    color: #ef7f1a;
}

a:active, a:visited, a {
    color: #000;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

a:active, a:hover, a:visited, a, .submit, .label {
    -webkit-transition: color .2s ease-out, background .2s ease-out, opacity .2s ease-out, border-color .1s ease-out, -webkit-transform .1s ease-out, -webkit-box-shadow .1s ease-out;
    transition: color .2s ease-out, background .2s ease-out, opacity .2s ease-out, border-color .1s ease-out, -webkit-transform .1s ease-out, -webkit-box-shadow .1s ease-out;
    -o-transition: transform .1s ease-out, color .2s ease-out, background .2s ease-out, opacity .2s ease-out, box-shadow .1s ease-out, border-color .1s ease-out;
    transition: transform .1s ease-out, color .2s ease-out, background .2s ease-out, opacity .2s ease-out, box-shadow .1s ease-out, border-color .1s ease-out;
    transition: transform .1s ease-out, color .2s ease-out, background .2s ease-out, opacity .2s ease-out, box-shadow .1s ease-out, border-color .1s ease-out, -webkit-transform .1s ease-out, -webkit-box-shadow .1s ease-out;
    outline: none
}

header {
    position: relative;
    z-index: 2
}

main {
    position: relative;
    z-index: 1
}

.topline {
    background: #fff;
    padding: 0;
    position: relative;
    z-index: 2;
    -webkit-transition: padding-top .1s ease-out, padding-bottom .1s ease-out, background .1s ease-out;
    -o-transition: padding-top .1s ease-out, padding-bottom .1s ease-out, background .1s ease-out;
    transition: padding-top .1s ease-out, padding-bottom .1s ease-out, background .1s ease-out
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%
}

.topline {
    background: #fff;
    padding: 0;
    position: relative;
    z-index: 2;
    -webkit-transition: padding-top .1s ease-out, padding-bottom .1s ease-out, background .1s ease-out;
    -o-transition: padding-top .1s ease-out, padding-bottom .1s ease-out, background .1s ease-out;
    transition: padding-top .1s ease-out, padding-bottom .1s ease-out, background .1s ease-out
}

.topline.is-sticky {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    --webkit-backdrop-filter: blur(3px);
    -webkit-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, background .2s ease-out;
    -o-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, background .2s ease-out;
    transition: padding-top .2s ease-out, padding-bottom .2s ease-out, background .2s ease-out
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%
}

.logo-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header .addr-cont {
    width: 100%;
    max-width: 434px;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    margin-left: auto;
    padding: 5px 32px 0;
    min-height: 65px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left
}

header .addr-cont .icon-text:not(:last-child) {
    margin-bottom: 9px
}

header .addr-cont .icon-text:last-child {
    margin-bottom: 0
}

.logo-col {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo-col .logo:active, .logo-col .logo:hover, .logo-col .logo:visited, .logo-col .logo {
    width: 100%;
    max-width: 214px
}

.logo:active, .logo:hover, .logo:visited, .logo {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: width .1s ease-out;
    -o-transition: width .1s ease-out;
    transition: width .1s ease-out
}

.logo-img {
    max-width: 100%
}

header .logo-desc {
    width: 100%;
    max-width: 285px;
    padding-left: 57px;
    margin-left: 60px;
    border-left: 1px solid #cecece;
    min-height: 65px;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    color: #0e1b51;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-contact-row {
    list-style: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px
}

.top-contact-row .top-mail-col {
    width: 100%;
    max-width: 288px;
    min-height: 65px;
    text-align: left;
    padding-left: 35px;
    padding-right: 10px;
    padding: 10px 10px 0 35px;
    border-right: 1px solid #cecece
}

.top-contact-row .phone-link:active, .top-contact-row .phone-link:hover, .top-contact-row .phone-link:visited, .top-contact-row .phone-link {
    line-height: 1.2;
    margin-bottom: 1px
}

.top-contact-row .top-s-col, .top-contact-row .top-phone-col {
    padding: 0 10px
}

.top-contact-row .top-phone-col {
    min-width: 220px;
    padding-top: 7px
}

.top-contact-row .top-s-col {
    border-left: 1px solid #828281;
    border-right: 1px solid #828281;
    min-width: 141px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 7px;
    padding-bottom: 7px
}

.top-s-cont .s-list {
    margin: 0 -10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.top-s-cont .s-list li {
    padding: 0 10px;
    width: 100%;
    max-width: 50%
}

.top-s-cont .s-list li:nth-child(odd) {
    position: relative;
    border-right: 1px solid #cecece
}

.top-s-cont .s-list li:nth-child(even) {
    padding-left: 15px
}

.s-link.s-link-text:active, .s-link.s-link-text:hover, .s-link.s-link-text:visited, .s-link.s-link-text {
    width: 100%;
    text-decoration: underline;
    font-size: 12px;
    text-align: left;
    color: #999;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.s-link.s-link-text:hover {
    color: #ef7f1a
}

.s-link.s-link-text svg {
    margin-right: 11px
}

header .mail-link:active, header .mail-link:hover, header .mail-link:visited, header .mail-link {
    color: #0e1b51;
    margin-bottom: 10px
}

header .mail-link:after {
    margin-top: 1px
}

header .mail-link:hover {
    text-decoration: none;
    color: #ef7f1a
}

.top-row {
    padding: 18px 0 15px;
    -webkit-transition: padding .3s ease-out;
    -o-transition: padding .3s ease-out;
    transition: padding .3s ease-out
}

.is-sticky .top-row {
    padding: 5px 0 5px;
    -webkit-transition: padding .3s ease-out;
    -o-transition: padding .3s ease-out;
    transition: padding .3s ease-out
}

.main-menu-cont {
    padding: 18px 0;
    border-top: 1px solid #cecece;
    -webkit-transition: padding .3s ease-out;
    -o-transition: padding .3s ease-out;
    transition: padding .3s ease-out
}

.is-sticky .main-menu-cont {
    padding: 5px 0
}

header .is-sticky .logo-desc, header .is-sticky .addr-cont, .is-sticky .top-contact-row .top-mail-col {
    -webkit-transition: padding-top .2s ease-out, min-height .2s ease-out;
    -o-transition: padding-top .2s ease-out, min-height .2s ease-out;
    transition: padding-top .2s ease-out, min-height .2s ease-out
}

header .is-sticky .logo-desc, header .is-sticky .addr-cont, .is-sticky .top-contact-row .top-mail-col {
    min-height: 60px
}

.is-sticky .top-contact-row .top-mail-col, header .is-sticky .addr-cont {
    padding-top: 5px
}

.btn-prim.btn-sm:active, .btn-prim.btn-sm:hover, .btn-prim.btn-sm:focus, .btn-prim.btn-sm:visited, .btn-prim.btn-sm {
    padding: 8px 20px
}

.btn-prim.btn-xs:active, .btn-prim.btn-xs:hover, .btn-prim.btn-xs:focus, .btn-prim.btn-xs:visited, .btn-prim.btn-xs {
    padding: 3px 39px;
    font-size: 12px
}

.main-nav {
    list-style: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px;
    width: calc(100% + 40px);
    padding-right: 27px
}

.main-nav li {
    padding: 0 20px
}

.main-nav-link:hover {
    color: #ef7f1a;
}

.main-nav-link:active, .main-nav-link:visited, .main-nav-link {
    display: block;
    text-decoration: none;
    line-height: 1.3;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: -0.05em;
    text-align: left;
    color: #0e1b51;
    text-transform: uppercase
}

.main-nav-link:hover {
    color: #ef7f1a;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.order-call-link:hover {
    color: #ef7f1a;
}

.order-call-link:active,

,
.order-call-link:visited, .order-call-link {
    display: inline-block;
    font-size: 15px;
    text-align: left;
    color: #555;
    position: relative;
    padding-left: 29px;
    padding-right: 5px;
    margin-bottom: 0
}

.order-call-link:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-56%);
    -ms-transform: translateY(-56%);
    transform: translateY(-56%);
    background: url(../img/icon/icon_phone_gray.svg) no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px
}

.main-nav-side {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 320px;
    margin-left: auto
}

.btn {
    white-space: normal
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0;
    outline-offset: 0
}

.search-cont {
    margin: 0 auto 0 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search-collapse.show, .search-collapse.collapse.show {
    max-height: 300px;
    padding: 100px 0 95px;
    -webkit-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .3s ease-out;
    -o-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .3s ease-out;
    transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .3s ease-out
}

.search-collapse, .search-collapse.collapse:not(.show) {
    position: fixed;
    width: 100vw;
    width: calc(100vw + 4px);
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    z-index: 1001;
    display: block;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .2s ease-out;
    -o-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .2s ease-out;
    transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .2s ease-out
}

.btn-search-toggle svg {
    overflow: visible
}

.btn-search-toggle:active, .btn-search-toggle:hover, .btn-search-toggle:visited, .btn-search-toggle:focus, .btn-search-toggle {
    position: static;
    width: 30px;
    height: 30px;
    z-index: 2;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    outline: none;
    border: none
}

.btn-search-toggle .btn-icon {
    width: 16px;
    height: 16px;
    margin-bottom: 6px
}

.btn-search-toggle .btn-icon &gt; svg path, .btn-search-toggle .btn-icon &gt; svg {
    width: 16px;
    height: 16px;
    -webkit-transition: stroke .25s ease-out, fill .25s ease-out;
    -o-transition: stroke .25s ease-out, fill .25s ease-out;
    transition: stroke .25s ease-out, fill .25s ease-out
}

.btn-search-toggle .btn-icon svg * {
    fill: #0e1b51
}

.btn-search-toggle:hover .btn-icon svg * {
    fill: #ef7f1a
}

.search-collapse, .search-collapse.collapse:not(.show) {
    position: fixed;
    width: 100vw;
    width: calc(100vw + 4px);
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    z-index: 1001;
    display: block;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .2s ease-out;
    -o-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .2s ease-out;
    transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .2s ease-out
}

.search-collapse.show, .search-collapse.collapse.show {
    max-height: 140px;
    padding: 35px 0 35px;
    -webkit-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .3s ease-out;
    -o-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .3s ease-out;
    transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .3s ease-out
}

.search-collapse-bg {
    display: block;
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    max-height: 0;
    overflow: hidden;
    background: #0e1b51;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out
}

.search-collapse.show + .search-collapse-bg {
    max-height: 100vh;
    opacity: .85;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.search-input {
    position: relative;
    width: 100%;
    height: 67px;
    padding: 10px 30px 10px 0;
    margin-top: 3px;
    margin-right: 36px;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #e7eaee;
    font-size: 20px;
    line-height: 32px;
    color: #0e1b51;
    -webkit-transition: border-bottom 0.2s ease-out;
    -o-transition: border-bottom 0.2s ease-out;
    transition: border-bottom 0.2s ease-out
}

.search-input:focus {
    border-bottom: 1px solid #0e1b51
}

.search-input.visible {
    z-index: auto;
    opacity: 1;
    width: 200px;
    width: 115px;
    display: block
}

.search-input-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: rsow;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.search-submit:active, .search-submit:hover, .search-submit:focus, .search-submit:visited, .search-submit {
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    border: none;
    outline: none;
    background: #19BA55;
    background: #333333;
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(3px) translateX(0px);
    -ms-transform: translateY(3px) translateX(0px);
    transform: translateY(3px) translateX(0px);
    -webkit-transition: opacity 0.2s, -webkit-transform .2s ease-out;
    transition: opacity 0.2s, -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out, opacity 0.2s;
    transition: transform .2s ease-out, opacity 0.2s;
    transition: transform .2s ease-out, opacity 0.2s, -webkit-transform .2s ease-out
}

.search-submit:not(.visible) {
    display: none;
    -webkit-transform: translateY(3px) translateX(5px);
    -ms-transform: translateY(3px) translateX(5px);
    transform: translateY(3px) translateX(5px);
    -webkit-transition: opacity 0.2s, -webkit-transform .2s ease-out;
    transition: opacity 0.2s, -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out, opacity 0.2s;
    transition: transform .2s ease-out, opacity 0.2s;
    transition: transform .2s ease-out, opacity 0.2s, -webkit-transform .2s ease-out
}

.search-submit .btn-icon {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: -webkit-transform .1s ease-out;
    transition: -webkit-transform .1s ease-out;
    -o-transition: transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out
}

.search-input-row .btn-icon svg, .search-input-row .btn-icon {
    width: 21px;
    height: 21px;
    margin-right: 0
}

.search-submit:hover .btn-icon {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px)
}

.search-submit.visible {
    z-index: auto;
    opacity: 1
}

.row.sm-row {
    margin-left: -7px;
    margin-right: -7px
}

.row.sm-row &gt; div[class*="col-"] {
    padding-left: 7px;
    padding-right: 7px
}

.row.xs-row {
    margin-left: -5px;
    margin-right: -5px
}

.row.xs-row &gt; div[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px
}

.row.md-row {
    margin-left: -10px;
    margin-right: -10px
}

.row.md-row &gt; div[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px
}

.row.lg-row {
    margin-left: -25px;
    margin-right: -25px
}

.row.lg-row &gt; div[class*="col-"] {
    padding-left: 25px;
    padding-right: 25px
}

.h-row &gt; div[class*="col-"] {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.h-row &gt; div[class*="col-"] &gt; * {
    width: 100%
}

.custom-navbar-toggler:active, .custom-navbar-toggler:hover, .custom-navbar-toggler:visited, .custom-navbar-toggler, .custom-navbar-toggler.navbar-toggler {
    width: 40px;
    height: 40px;
    padding: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    border: none;
    position: relative;
    margin-right: auto
}

.custom-navbar-toggler:hover .navbar-toggler-icon:after, .custom-navbar-toggler:hover .navbar-toggler-icon:before, .custom-navbar-toggler:hover .navbar-toggler-icon {
    background: #0e1b51
}

.custom-navbar-toggler .navbar-toggler-icon {
    height: 4px;
    width: 20px;
    position: relative;
    background: #0e1b51;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    transition: background .15s ease-out, transform .1s ease-out, top .1s ease-out, margin-top .1s ease-out, -webkit-transform .1s ease-out
}

.custom-navbar-toggler .navbar-toggler-icon:after, .custom-navbar-toggler .navbar-toggler-icon:before {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0e1b51;
    left: 0;
    top: 0;
    border-radius: 5px;
    transition: width .15s ease-out, background .15s ease-out, transform .1s ease-out, top .1s ease-out, margin-top .1s ease-out, -webkit-transform .1s ease-out
}

.custom-navbar-toggler .navbar-toggler-icon:after {
    margin-top: 10px;
    width: 25px
}

.custom-navbar-toggler .navbar-toggler-icon:before {
    margin-top: -10px;
    width: 29px
}

.custom-navbar-toggler.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background: transparent
}

.custom-navbar-toggler.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before, .custom-navbar-toggler.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    margin-top: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 30px
}

.custom-navbar-toggler.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -1px
}

.bread-cont {
    margin-bottom: 34px;
    padding: 30px 0 0
}

.breadcrumbs {
    list-style: none;
    margin-bottom: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    padding: 0
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 21px;
    padding: 5px 10px 5px 0;
    color: #9B9B9B;
    position: relative
}

.breadcrumbs li:first-child .bread-link {
    padding-left: 0
}

.breadcrumbs li .bread-link:after {
    display: block;
    content: '—';
    position: absolute;
    right: -3px;
    top: 6px;
    -webkit-transition: right .1s ease-out;
    -o-transition: right .1s ease-out;
    transition: right .1s ease-out
}

.breadcrumbs li &gt; span {
    font-size: 14px;
    display: inline-block;
    padding: 0 10px
}

.bread-link:active, .bread-link:visited, .bread-link {
    display: block;
    text-decoration: underline;
    font-size: 14px;
    color: #9B9B9B;
    padding: 0 10px;
    -webkit-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out
}

.bread-link:hover {
    text-decoration: none;
    color: #ef7f1a;
    opacity: 1
}

.form-control:active, .form-control:focus, .form-control {
    display: block;
    width: 100%;
    height: calc(2.75rem + 2px);
    padding: .6rem 0;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 300;
    color: #100;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #100;
    border-radius: 0;
    text-align: left;
    position: relative;
    z-index: 2;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

textarea.form-control {
    height: calc(2.75rem + 2px);
    resize: none;
    overflow: hidden
}

.has-float-label {
    position: relative
}

.has-float-label label {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 17px;
    font-weight: 300;
    opacity: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    top: 5px;
    left: 0;
    z-index: 3;
    line-height: 1;
    padding: 0;
    color: #100
}

.has-float-label.form-group {
    padding-top: 30px;
    margin-bottom: 20px
}

.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.has-float-label .form-control::-webkit-input-placeholder {
    color: transparent !important
}

.has-float-label .form-control:-moz-placeholder {
    color: transparent !important
}

.has-float-label .form-control::-moz-placeholder {
    color: transparent !important
}

.has-float-label .form-control:-ms-input-placeholder {
    color: transparent !important
}

.has-float-label textarea:focus::-webkit-input-placeholder {
    color: transparent !important
}

.has-float-label textarea:focus:-moz-placeholder {
    color: transparent !important
}

.has-float-label textarea:focus::-moz-placeholder {
    color: transparent !important
}

.has-float-label textarea:focus:-ms-input-placeholder {
    color: transparent !important
}

.has-float-label .form-control:-moz-placeholder-shown:not(:focus):-moz-placeholder, .has-float-label .form-control:-moz-placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label .form-control:-moz-placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label .form-control:-moz-placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus):-moz-placeholder, .has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0
}

.has-float-label .form-control:-moz-placeholder-shown:not(:focus) + label {
    padding: 0 0;
    font-size: 19px;
    line-height: 20px;
    color: #111;
    top: 38px;
    left: 0;
    z-index: 1
}

.has-float-label .form-control:-ms-input-placeholder:not(:focus) + label {
    padding: 0 0;
    font-size: 19px;
    line-height: 20px;
    color: #111;
    top: 38px;
    left: 0;
    z-index: 1
}

.has-float-label .form-control:placeholder-shown:not(:focus) + label {
    padding: 0 0;
    font-size: 19px;
    line-height: 20px;
    color: #111;
    top: 38px;
    left: 0;
    z-index: 1
}

.form-group.lbl-with-box {
    position: relative
}

.form-group.lbl-with-box .box {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2
}

.form-group.lbl-with-box input, .form-group.lbl-with-box textarea {
    padding-right: 45px
}

.pop-foot {
    padding-top: 80px
}

.main-contact-form .btn-sec {
    width: 100%;
    max-width: 400px
}

.btn-prim:active, .btn-prim:hover, .btn-prim:focus, .btn-prim:visited, .btn-prim {
    width: auto;
    display: inline-block;
    color: #fff;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    padding: 10px 20px;
    min-width: 260px;
    border: 1px solid #0e1b51;
    font-size: 14px;
    letter-spacing: 0.05em;
    border-radius: 100px;
    background: #0e1b51;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background .1s ease-out, color .1s ease-out, border-color .1s ease-out;
    -o-transition: background .1s ease-out, color .1s ease-out, border-color .1s ease-out;
    transition: background .1s ease-out, color .1s ease-out, border-color .1s ease-out
}

.btn-prim:hover {
    background: #ef7f1a;
    border-color: #ef7f1a
}

.btn-prim:active {
    background: #521f6c;
    border-color: #521f6c
}

.btn-prim.btn-bg-2:active, .btn-prim.btn-bg-2:hover, .btn-prim.btn-bg-2:focus, .btn-prim.btn-bg-2:visited, .btn-prim.btn-bg-2 {
    border: 1px solid #777;
    color: #555;
    background: transparent
}

.btn-prim.btn-bg-3:active, .btn-prim.btn-bg-3:hover, .btn-prim.btn-bg-3:focus, .btn-prim.btn-bg-3:visited, .btn-prim.btn-bg-3 {
    border: 1px solid #0e1b51;
    color: #0e1b51;
    background: transparent
}

.btn-prim.btn-bg-2:hover, .btn-prim.btn-bg-3:hover {
    color: #233c7a;
    background: #dfe7fa;
    border-color: #233c7a
}

.btn-prim.btn-bg-2:active, .btn-prim.btn-bg-3:active {
    color: #233c7a;
    background: #cfdbf8;
    border-color: #233c7a
}

.btn-prim.w100, .btn-sec.w100 {
    width: 100%;
    min-width: 0
}

.btn-prim.w-auto, .btn-sec.w-auto {
    width: auto;
    min-width: 0
}

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

.custom-check {
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 0
}

.custom-check:last-child {
    margin-bottom: 0
}

.custom-check-row .custom-check {
    margin-bottom: 16px
}

.custom-check .form-check-input {
    display: none
}

.custom-check .form-check-label .link {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px
}

.custom-check .form-check-label {
    position: relative;
    padding-left: 25px;
    min-height: 19px;
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    text-align: left;
    color: #9b9b9b;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.custom-check .form-check-input:checked + .form-check-label {
    font-weight: normal;
    color: #0e1b51
}

.custom-check .form-check-input:checked + .form-check-label sup, .custom-check .form-check-input + .form-check-label sup {
    font-size: 9px;
    line-height: 21px;
    text-align: left;
    color: #9b9b9b;
    opacity: 0.7
}

.custom-check .form-check-input[type="radio"] + .form-check-label:hover:after, .custom-check .form-check-input:checked + .form-check-label:hover:after, .custom-check .form-check-label:hover:after {
    border: 1px solid #0e1b51
}

.custom-check .form-check-label:after {
    position: absolute;
    display: block;
    content: '';
    width: 19px;
    height: 19px;
    border: 1px solid #cecece;
    border-radius: 6px;
    top: 0;
    left: 0;
    -webkit-transition: border .15s ease-out, background-position .15s ease-out, -webkit-box-shadow .15s ease-out;
    transition: border .15s ease-out, background-position .15s ease-out, -webkit-box-shadow .15s ease-out;
    -o-transition: border .15s ease-out, box-shadow .15s ease-out, background-position .15s ease-out;
    transition: border .15s ease-out, box-shadow .15s ease-out, background-position .15s ease-out;
    transition: border .15s ease-out, box-shadow .15s ease-out, background-position .15s ease-out, -webkit-box-shadow .15s ease-out;
    background: #fff url(../img/icon/icon_check.svg) no-repeat 12px -12px
}

.custom-check .form-check-input:checked + .form-check-label:after {
    border: 1px solid #0e1b51;
    background-color: #fff;
    background-position: 3px 3px
}

.custom-check .form-check-input[type="radio"]:checked + .form-check-label:after {
    border-radius: 100px;
    background: #0e1b51;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff;
    border: 1px solid #0e1b51
}

.custom-check .form-check-input[type="radio"] + .form-check-label {
    min-height: 16px;
    margin-bottom: 10px
}

.custom-check .form-check-input[type="radio"] + .form-check-label:after {
    width: 17px;
    height: 17px;
    top: 5px;
    border-radius: 100px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 14px #fff;
    box-shadow: inset 0 0 0 14px #fff;
    border: 1px solid #0e1b51;
    transition: border .15s ease-out, box-shadow .15s ease-out, -webkit-box-shadow .15s ease-out
}

.custom-check.custom-toggle-check .form-check-label {
    padding-left: 48px
}

.custom-check.custom-toggle-check .form-check-label:after {
    width: 36px;
    height: 19px;
    border-radius: 9.5px;
    background: #fff;
    border: 1px solid #cecece
}

.custom-check.custom-toggle-check .form-check-input:checked + .form-check-label:after {
    background: #fff;
    border-color: #0e1b51
}

.custom-check.custom-toggle-check .form-check-label:hover:after {
    border-color: #0e1b51
}

.custom-check.custom-toggle-check .form-check-label:before {
    display: block;
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #bebebe;
    left: 4px;
    top: 5px;
    z-index: 2;
    border-radius: 10px;
    -webkit-transition: left .15s ease-out, background .15s ease-out, left .15s ease-out;
    -o-transition: left .15s ease-out, background .15s ease-out, left .15s ease-out;
    transition: left .15s ease-out, background .15s ease-out, left .15s ease-out
}

.custom-check.custom-toggle-check .form-check-input:checked + .form-check-label:before {
    background: #0e1b51;
    border-color: #0e1b51;
    left: 20px
}

.fancybox-container .fancybox-bg {
    background: #193850
}

.fancybox-container.fancybox-is-open .fancybox-bg {
    opacity: .75
}

.has-float-label {
    position: relative;
    background: #fff;
    border-radius: 4px
}

.has-float-label label {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 14px;
    line-height: 1.2;
    opacity: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    top: 7px;
    left: 0;
    z-index: 3;
    line-height: 1;
    padding: 0;
    color: #6d6d6d
}

.has-float-label.form-group {
    padding-top: 20px;
    margin-bottom: 10px
}

.has-float-label .w-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.has-float-label .w-control::-webkit-input-placeholder {
    color: transparent !important
}

.has-float-label .w-control:-moz-placeholder {
    color: transparent !important
}

.has-float-label .w-control::-moz-placeholder {
    color: transparent !important
}

.has-float-label .w-control:-ms-input-placeholder {
    color: transparent !important
}

.has-float-label textarea:focus::-webkit-input-placeholder {
    color: transparent !important
}

.has-float-label textarea:focus:-moz-placeholder {
    color: transparent !important
}

.has-float-label textarea:focus::-moz-placeholder {
    color: transparent !important
}

.has-float-label textarea:focus:-ms-input-placeholder {
    color: transparent !important
}

.has-float-label .w-control:-moz-placeholder-shown:not(:focus):-moz-placeholder, .has-float-label .w-control:-moz-placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label .w-control:-moz-placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label .w-control:-moz-placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0
}

.has-float-label .w-control:placeholder-shown:not(:focus):-moz-placeholder, .has-float-label .w-control:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label .w-control:placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label .w-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0
}

.has-float-label .w-control:-moz-placeholder-shown:not(:focus) + label {
    padding: 0;
    font-size: 17px;
    line-height: 130%;
    color: #0e1b51;
    top: 30px;
    left: 0;
    font-weight: normal
}

.has-float-label .w-control:-ms-input-placeholder:not(:focus) + label {
    padding: 0;
    font-size: 17px;
    line-height: 130%;
    color: #0e1b51;
    top: 30px;
    left: 0;
    font-weight: normal
}

.has-float-label .w-control:placeholder-shown:not(:focus) + label {
    padding: 0;
    font-size: 17px;
    line-height: 130%;
    color: #0e1b51;
    top: 30px;
    left: 0;
    font-weight: normal
}

.has-float-label .w-control {
    position: relative;
    z-index: 5;
    background: transparent;
    font-size: 17px;
    line-height: 130%;
    font-weight: normal;
    color: #0e1b51;
    padding: 2px 0;
    border-bottom: 1px solid #0e1b51;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-float-label .w-control:focus {
    border-bottom: 1px solid #ef7f1a
}

.has-float-label .w-control[disabled] {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #eeeeee
}

.w-control:not(:-moz-placeholder-shown) {
    -webkit-box-shadow: none;
    box-shadow: none
}

.w-control:not(:-ms-input-placeholder) {
    -webkit-box-shadow: none;
    box-shadow: none
}

.w-control:not(:placeholder-shown) {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-p {
    text-align: right;
    color: #6d6d6d;
    font-size: 13px
}

.popup .form-p .link:active, .popup .form-p .link:hover, .popup .form-p .link:visited, .popup .form-p .link:link, .popup .form-p .link {
    color: #6d6d6d;
    font-size: 13px;
    text-decoration: underline
}

.popup .form-p .link:hover {
    text-decoration: none
}

.pop-lg.fancybox-content, .pop-md.fancybox-content {
    max-width: 590px;
    width: 100%;
    padding: 40px 30px;
    border-radius: 30px;
    min-height: 475px
}

.pop-lg.fancybox-content {
    max-width: 870px
}

.pop-main {
    width: 100%
}

.pop-md .pop-main {
    max-width: 505px;
    max-width: 390px;
    margin: 0 auto
}

.pop-md .pop-main.pop-main-text {
    max-width: 505px
}

.pop-lg .pop-main {
    max-width: 810px;
    margin: 0 auto
}

.pop-wrap {
    min-height: 340px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pop-h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #0e1b51;
    margin-bottom: 15px
}

.pop-title {
    margin-bottom: 30px
}

.pop-title-desc {
    font-size: 16px;
    line-height: 1.4;
    color: #444;
    font-weight: 300;
    text-align: center
}

.pop-lg .pop-title-desc {
    font-size: 20px;
    text-align: left
}

.pop-lg .pop-head {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.popup .has-float-label {
    margin-bottom: 10px
}

.popup .has-float-label .w-control:-moz-placeholder-shown:not(:focus) + label {
    color: #0e1b51;
    font-weight: 300
}

.popup .has-float-label .w-control:-ms-input-placeholder:not(:focus) + label {
    color: #0e1b51;
    font-weight: 300
}

.popup .has-float-label .w-control:placeholder-shown:not(:focus) + label, .popup .has-float-label label {
    color: #0e1b51;
    font-weight: 300
}

.popup .has-float-label label {
    color: #ef7f1a
}

.popup .custom-check .form-check-label {
    margin-bottom: 0
}

.popup .custom-check .link:hover, .popup .custom-check .link:hover, .popup .custom-check .link:visited, .popup .custom-check .link {
    color: #0e1b51;
    text-decoration: underline
}

.popup .custom-check .link:hover {
    text-decoration: none
}

.popup .link:hover, .popup .link:hover, .popup .link:visited, .popup .link {
    color: #0e1b51;
    text-decoration: underline;
    font-weight: 300;
    font-size: 14px
}

.popup .link:hover {
    text-decoration: none
}

.form-foot-desc {
    text-align: center
}

.fancybox-slide--html .popup .fancybox-close-small {
    padding: 3px;
    opacity: .6;
    right: 8px;
    top: 8px
}

.form-foot-column {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-foot-column .link:not(:last-child) {
    margin-bottom: 10px
}

.pop-main p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px
}

.pop-main p:last-child {
    margin-bottom: 0
}

.pop-main ol:not([class]), main ol:not([class]) {
    line-height: 1.75;
    font-weight: normal;
    list-style: none;
    margin-bottom: 14px;
    counter-reset: list
}

.pop-main ol:not([class]) li, main ol:not([class]) li {
    position: relative
}

.pop-main ol:not([class]) li:before, main ol:not([class]) li:before {
    counter-increment: list;
    content: counter(list) ". "
}

.pop-main ul:not([class]), main ul:not([class]) {
    line-height: 1.4;
    font-weight: normal;
    list-style: none;
    margin-bottom: 14px
}

.pop-main ul:not([class]) li, main ul:not([class]) li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px
}

.pop-main ul:not([class]) li {
    margin-bottom: 30px
}

.pop-main ul:not([class]) li:last-child, main ul:not([class]) li:last-child {
    margin-bottom: 0
}

.pop-main ul:not([class]) li:before, main ul:not([class]) li:before {
    position: absolute;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    left: 5px;
    top: 10px;
    background: #6d6d6d;
    border-radius: 100px
}

.popup h2 {
    margin-bottom: 15px;
    text-align: left
}

.popup h3 {
    margin-bottom: 15px;
    text-align: left;
    color: #000
}

.page-ul {
    list-style: none;
    font-weight: normal;
    margin-bottom: 18px
}

.pop-btn-row {
    width: 100%;
    max-width: 690px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

.popup .course-li {
    margin-bottom: 35px
}

.pop-foot .link:hover, .pop-foot .link:hover, .pop-foot .link:visited, .pop-foot .link {
    color: #0e1b51;
    font-size: 16px;
    text-decoration: underline;
    display: inline
}

.popup .link.gr-link:hover, .popup .link.gr-link:hover, .popup .link.gr-link:visited, .popup .link.gr-link {
    color: #6d6d6d
}

.pop-foot .link:hover {
    text-decoration: none
}

.no-bg {
    background: none !important
}

.captcha-cont {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .pop-h1 {
        font-size: 28px
    }

    .pop-title {
        margin-bottom: 24px
    }

    .popup.pop-lg .pop-h1 {
        text-align: left
    }

    .popup.pop-lg .text-center h1 {
        text-align: center
    }

    .pop-lg.fancybox-content, .pop-md.fancybox-content {
        max-width: 550px;
        width: 100%;
        padding: 40px 15px;
        min-height: 0
    }

    .pop-btn-row {
        margin-bottom: 30px
    }

    .popup .s-f-cont {
        padding-top: 0
    }

    .pop-text-block:not(:last-child) {
        margin-bottom: 22px
    }

    .pop-main p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .btn.btn-prim.sm-btn:active, .btn.btn-prim.sm-btn:hover, .btn.btn-prim.sm-btn:visited, .btn.btn-prim.sm-btn:focus, .btn.btn-prim.sm-btn, .btn.btn-prim.md-btn:active, .btn.btn-prim.md-btn:hover, .btn.btn-prim.md-btn:visited, .btn.btn-prim.md-btn:focus, .btn.btn-prim.md-btn {
        font-size: 14px
    }
}

.form-soc-foot {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #666
}

.form-soc-title {
    text-align: center;
    color: #0e1b51;
    font-size: 18px;
    margin-bottom: 15px
}

.form-s-list {
    list-style: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-s-list li {
    margin: 0 5px
}

.fs-link:active, .fs-link:hover, .fs-link:visited, .fs-link {
    display: block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    -o-transition: transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out
}

.fs-link.fs-t {
    background: url(../img/icon/s_list.png) no-repeat 0 0
}

.fs-link.fs-v {
    background: url(../img/icon/s_list.png) no-repeat -53px 0
}

.fs-link.fs-p {
    background: url(../img/icon/s_list.png) no-repeat -105px 0
}

.fs-link:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.s-list {
    list-style: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 276px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -8px
}

.s-list li {
    padding: 0 8px
}

.s-link:active, .s-link:hover, .s-link:visited, .s-link {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 23px;
    height: 23px
}

.s-link:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.s-link:active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.s-link svg {
    max-width: 25px
}

.s-link svg path {
    -webkit-transition: fill .15s ease-out, -webkit-transform .15s ease-out;
    transition: fill .15s ease-out, -webkit-transform .15s ease-out;
    -o-transition: fill .15s ease-out, transform .15s ease-out;
    transition: fill .15s ease-out, transform .15s ease-out;
    transition: fill .15s ease-out, transform .15s ease-out, -webkit-transform .15s ease-out
}

.s-link:hover svg path {
    fill: #6d2b91;
    -webkit-transition: fill .1s ease-out, -webkit-transform .1s ease-out;
    transition: fill .1s ease-out, -webkit-transform .1s ease-out;
    -o-transition: fill .1s ease-out, transform .1s ease-out;
    transition: fill .1s ease-out, transform .1s ease-out;
    transition: fill .1s ease-out, transform .1s ease-out, -webkit-transform .1s ease-out
}

.main-slider-cont {
    position: relative
}

.main-slider-cont &gt; .container {
    position: relative
}

.main-slide {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    display: block !important
}

.main-slide:after { display: block; content: ''; position: absolute; width: 100%; max-width: 988px; height: 100%; left: 0; top: 0; background: -o-linear-gradient(left, #0e1b51 0, rgba(48, 76, 145, 0.81) 61.08%, rgba(48, 76, 145, 0) 100%); background: -webkit-gradient(linear, left top, right top, from(#0e1b51), color-stop(61.08%, rgba(48, 76, 145, 0.81)), to(rgba(48, 76, 145, 0))); background: linear-gradient(to right, #0e1b51 0, rgba(48, 76, 145, 0.81) 61.08%, rgba(48, 76, 145, 0) 100%);}

.main-slide-img {
    position: relative
}

.main-slide-img-desc {
    width: 100%;
    height: 511px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right
}

.slick-slide img.main-slide-img-mob {
    display: none
}

.main-slide-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 830px;
    height: 100%;
    padding: 80px 60px 150px;
    z-index: 2;
    color: #fff
}

.main-slide-title {
    font-weight: bold;
    font-size: 39px;
    line-height: 44px;
    line-height: 1.13;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px
}

.main-slide-text {
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    color: #fff;
    max-width: 575px
}

.slick-slider.main-nav-slider, .main-nav-slider {
    position: absolute;
    bottom: 61px;
    left: 75px;
    z-index: 2;
    max-width: 983px;
    width: 983px;
    min-height: 69px;
    border-radius: 30px;
    background: transparent;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.24)
}

.slick-slider.main-nav-slider .slick-track {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    width: 100%;
    min-width: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important
}

.slick-slider.main-nav-slider .slick-slide {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 25%
}

.slick-slider.main-nav-slider .slick-slide:nth-child(n+5) {
    display: none
}

.slick-slider.main-nav-slider .slick-slide &gt; div {
    width: 100%
}

.main-nav-slide {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    min-height: 69px;
    padding: 10px;
    text-align: center;
    color: #0e1b51;
    opacity: 0.8;
    width: 100%;
    cursor: pointer;
    position: relative;
    border: 1px solid transparent;
    border-radius: 100px;
    -webkit-transition: background .3s ease-out, color .3s ease-out, border-color .3s ease-out;
    -o-transition: background .3s ease-out, color .3s ease-out, border-color .3s ease-out;
    transition: background .3s ease-out, color .3s ease-out, border-color .3s ease-out
}

.main-nav-slide:hover {
    background: #748ab9;
    color: #223666;
    border: 1px solid rgba(255, 255, 255, 0.3)
}

.slick-current .main-nav-slide {
    background: #637CB5;
    border: 1px solid #fff;
    color: #fff
}

.main-nav-slide:after, .main-nav-slide:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    max-width: calc(100% - 55px);
    height: 3px;
    bottom: 7px;
    left: 27.5px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    opacity: 0
}

.main-nav-slide:before {
    width: 0
}

.slick-current .main-nav-slide:after {
    opacity: .2
}

.slick-current .main-nav-slide:before {
    width: 100%;
    opacity: .43;
    z-index: 2;
    -webkit-animation: widthAnimation 10s linear;
    animation: widthAnimation 10s linear
}

.nav-slide-text {
}

.category-cont {
    padding: 58px 0 33px;
    background: #fff
}

.categ-link:active, .categ-link:hover, .categ-link:visited, .categ-link {
    text-decoration: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    padding: 25px 11px;
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    color: #0e1b51;
    border-radius: 30px;
    background: #f8faff;
    min-height: 128px;
    -webkit-box-shadow: 0 20px 30px -30px rgb(102 127 194 / 65%);
    box-shadow: 0 20px 30px -30px rgb(102 127 194 / 65%)
}

.categ-link:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    background: #e8efff;
    -webkit-box-shadow: 0 25px 30px -30px rgb(102 127 194 / 65%);
    box-shadow: 0 25px 30px -30px rgb(102 127 194 / 65%)
}

.under {
    display: inline;
    text-decoration: underline
}

.categ-link:hover .under {
    text-decoration: none;
    color: #ef7f1a
}

.categ-img-col {
    padding-right: 33px;
    padding-left: 25px;
    width: 160px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.categ-img-col:after {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 76px;
    background: #000;
    opacity: .28;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.categ-img {
    max-width: 80px
}

.categ-img img {
    max-width: 100%
}

.categ-text-col {
    padding-right: 14px;
    padding-left: 43px;
    width: 100%;
    max-width: calc(100% - 135px)
}

.categ-title {
    margin: 0 auto
}

.about-section {
    padding: 25px 0 81px
}

h2, .h2 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.4;
    color: #0e1b51;
    margin: 0 auto 32px;
    text-transform: uppercase
}

.about-title {
    text-transform: uppercase;
    margin-bottom: 23px
}

.about-title h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.4;
    text-align: left;
    color: #0e1b51;
    margin: -2px auto -13px
}

.about-title-desc {
    font-size: 22px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #aaa;
    padding-left: 28px
}

.about-text-cont {
    border-radius: 30px;
    background: #f8faff;
    padding: 38px 45px 35px 58px;
    min-height: 415px;
    position: relative
}

.about-text-cont &gt; * {
    position: relative;
    z-index: 1
}

.about-text-cont:after {
    display: block;
    content: '';
    position: absolute;
    width: calc(100% + 14.4%);
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 30px;
    background: #f8faff
}

.about-img-col {
    position: relative;
    z-index: 2
}

.about-text-cont p, .about-text-cont * {
    font-size: 15px;
    line-height: 27px;
    text-align: left;
    font-weight: 500;
    color: #555
}

.about-text-cont p:not(:last-child), .about-text-cont &gt; *:not(:last-child) {
    margin-bottom: 27px
}

.about-text-cont p:last-child, .about-text-cont &gt; *:last-child {
    margin-bottom: 0
}

.vid-cont:active, .vid-cont:hover, .vid-cont:visited, .vid-cont {
    display: block;
    text-decoration: none;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    background: #0e1b51;
    -webkit-box-shadow: 0 25px 30px -30px rgb(102 127 194 / 65%);
    box-shadow: 0 25px 30px -30px rgb(102 127 194 / 65%)
}

.vid-cont:before {
    display: block;
    content: '';
    position: absolute;
    width: 102px;
    height: 102px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/pic/pic_vid_play.svg) no-repeat center top;
    background-size: contain;
    z-index: 2;
    -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    -o-transition: opacity .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out
}

.vid-cont:hover:before {
    opacity: .8;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    -webkit-transition: opacity .15s ease-out, -webkit-transform .15s ease-out;
    transition: opacity .15s ease-out, -webkit-transform .15s ease-out;
    -o-transition: opacity .15s ease-out, transform .15s ease-out;
    transition: opacity .15s ease-out, transform .15s ease-out;
    transition: opacity .15s ease-out, transform .15s ease-out, -webkit-transform .15s ease-out
}

.vid-cont img {
    position: relative;
    z-index: 1;
    opacity: 1;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    height: auto;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.vid-cont:hover img {
    opacity: .6
}

.projects-section {
    padding: 70px 0 58px;
    background: #F8FAFF;
    background: #F8FAFF url(../img/pic/pic_a_decor.svg) no-repeat center top;
    position: relative
}

.projects-section .sec-head h2 {
    margin-bottom: 13px
}

.projects-section .sec-head {
    margin-bottom: 49px
}

.projects-section &gt; * {
    position: relative;
    z-index: 2
}

.sec-head {
    margin-bottom: 35px
}

.sec-head h2, .sec-head .h2 {
    margin-bottom: 24px
}

.sec-head-desc {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #555;
    max-width: 1050px;
    margin: 0 auto
}

.projects-slider.slick-slider, .projects-slider {
    margin-left: -8px;
    margin-right: -8px;
    padding-bottom: 37px
}

.projects-slide {
    padding: 4px 8px 0
}

.project-block:active, .project-block:hover, .project-block:visited, .project-block {
    background: #fff;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    min-height: 415px;
    text-decoration: none;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 20px;
    -webkit-box-shadow: 0 25px 30px -30px rgb(102 127 194 / 65%);
    box-shadow: 0 25px 30px -30px rgb(102 127 194 / 65%)
}

.project-block:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    background: #fdfdff;
    -webkit-box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%);
    box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%)
}

.project-img img {
    width: 100%;
    height: 257px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 20px auto auto auto;
}

.project-main {
    padding: 21px 0 13px;
    border-bottom: 1px solid #e2e2e2;
    max-width: 83%;
    margin: 0 auto;
    line-height: 1.4
}

.project-title {
    font-weight: bold;
    font-size: 16px;
    color: #0e1b51;
    margin-bottom: 6px;
    text-transform: uppercase
}

.project-desc {
    font-size: 14px;
    color: #555
}

.project-foot {
    padding: 19px 0 16px;
    max-width: 83%;
    margin: 0 auto;
    text-align: left
}

.project-foot-row &gt; div {
    padding-top: 6px;
    padding-bottom: 6px
}

.project-foot-row &gt; div:first-child {
    border-right: 1px solid #e2e2e2
}

.project-foot-row &gt; div:not(:first-child) .icon-text {
    margin-left: 5%
}

.icon-text {
    position: relative;
    display: block;
    padding-left: 28px;
    line-height: 18px;
    font-size: 14px;
    text-align: left;
    color: #555
}

.icon-text:after {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px
}

.icon-date:after {
    background: url(../img/icon/icon_date.svg) no-repeat center center
}

.icon-info:after {
    left: 2px;
    background: url(../img/icon/icon_paper.svg) no-repeat center center
}

.icon-addr:after {
    left: 2px;
    background: url(../img/icon/icon_addr.svg) no-repeat center center
}

.icon-time:after {
    left: 2px;
    background: url(../img/icon/icon_time.svg) no-repeat center center
}

.icon-metro:after {
    left: 2px;
    background: url(../img/icon/icon_metro.svg) no-repeat center center
}

.rev-temp-img img {
    max-width: 100%
}

.news-slider-nav.container, .news-slider-nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 100px;
    max-width: 430px
}

.news-btns-col {
    margin: 0 auto;
    padding: 0;
    font-size: 24px;
    line-height: 1.4;
    text-align: left;
    color: #2b2a29;
    opacity: 0.86;
    width: 260px;
    min-height: 70px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.custom-arrow:active, .custom-arrow:focus, .custom-arrow:hover, .custom-arrow:visited, .custom-arrow {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 85px;
    height: 30px;
    border: none;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    -o-transition: transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out
}

.custom-arrow.slick-disabled {
    pointer-events: none
}

.custom-arrow.slick-disabled svg line {
    stroke: #cecece
}

.custom-arrow.custom-prev {
    -webkit-transform: translateX(-226px);
    -ms-transform: translateX(-226px);
    transform: translateX(-226px)
}

.custom-arrow.custom-prev:hover {
    -webkit-transform: translateX(-228px);
    -ms-transform: translateX(-228px);
    transform: translateX(-228px)
}

.custom-arrow.custom-next {
    -webkit-transform: translateX(142px);
    -ms-transform: translateX(142px);
    transform: translateX(142px)
}

.custom-arrow.custom-next:hover {
    -webkit-transform: translateX(144px);
    -ms-transform: translateX(144px);
    transform: translateX(144px)
}

.team-section {
    padding: 85px 0;
    background: url(../img/pic/pic_main_team_bg.jpg) no-repeat center top;
    background-size: cover
}

.team-name {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1em;
    color: #0e1b51;
    margin-bottom: 7px;
    text-transform: uppercase
}

.team-desc {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #555;
    text-transform: uppercase
}

.team-boss-cont .team-name {
    margin-bottom: 3px
}

.team-boss-cont {
    margin-bottom: 62px
}

.team-boss-text {
    max-width: 1109px;
    padding: 78px 81px 0;
    position: relative
}

.team-quote {
    position: relative;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #0e1b51;
    width: 100%;
    max-width: 907px;
    padding-bottom: 5px
}

.team-quote p {
    margin-bottom: 26px
}

.team-boss-text:after, .team-boss-text:before {
    display: block;
    position: absolute;
    font-style: italic;
    font-size: 111px;
    line-height: 1;
    color: #aaa
}

.team-boss-text:after {
    content: '«';
    left: 0;
    top: -7px
}

.team-boss-text:before {
    content: '»';
    bottom: 9px;
    left: calc(100% - 21px);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.team-slider .slick-list {
    padding-top: 4px;
    margin: 0 -8px
}

.team-slider .slick-slide {
    padding-left: 8px;
    padding-right: 8px
}

.team-slide {
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 25px 30px -30px rgb(102 127 194 / 65%);
    box-shadow: 0 25px 30px -30px rgb(102 127 194 / 65%);
    border-radius: 30px;
    overflow: hidden;
    max-width: 600px;
    transition: transform .1s ease-out, color .2s ease-out, background .2s ease-out, opacity .2s ease-out, box-shadow .1s ease-out, border-color .1s ease-out, -webkit-transform .1s ease-out, -webkit-box-shadow .1s ease-out
}

.team-slide:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    background: #fdfdff;
    -webkit-box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%);
    box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%)
}

.team-slide-foot {
    padding: 32px 15px 34px
}

.team-img {
    border-radius: 30px 30px 0 0;
    overflow: hidden
}

.team-boss-cont .team-img {
    border-radius: 30px
}

.team-img img {
    width: 100%
}

.index-header + main {
    overflow: hidden
}

.review-section {
    background: #fff;
    padding: 94px 0 118px;
    position: relative;
    z-index: 1
}

.review-section &gt; * {
    position: relative;
    z-index: 2
}

.review-section:after {
    display: block;
    content: '';
    position: absolute;
    background: url(../img/pic/pic_a_decor_2.svg) no-repeat center center;
    background-size: contain;
    width: 541px;
    height: 630px;
    left: 100%;
    bottom: -136px;
    -webkit-transform: translateX(-53%);
    -ms-transform: translateX(-53%);
    transform: translateX(-53%);
    max-width: 29vw
}

.review-section h2 {
    margin-bottom: 31px
}

.sert-section {
    padding: 92px 0 92px;
    background: #f8faff
}

.sert-section h2 {
    margin-bottom: 78px
}

.sert-list {
    margin: 0 -14px 22px;
    list-style: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sert-list li {
    margin-bottom: 28px;
    width: 100%;
    max-width: 16.666667%;
    padding: 0 14px
}

.sert-img.reveal:active, .sert-img.reveal:hover, .sert-img.reveal:visited, .sert-img.reveal, .sert-img:active, .sert-img:hover, .sert-img:visited, .sert-img {
    display: block;
    border: 3px solid #0e1b51;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: border-color .3s ease-out, opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
    transition: border-color .3s ease-out, opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
    -o-transition: transform 1.5s ease-out, border-color .3s ease-out, opacity 1.5s ease-out;
    transition: transform 1.5s ease-out, border-color .3s ease-out, opacity 1.5s ease-out;
    transition: transform 1.5s ease-out, border-color .3s ease-out, opacity 1.5s ease-out, -webkit-transform 1.5s ease-out
}

.sert-img.reveal.active:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    border-color: #fff;
    -webkit-transition: border-color .15s ease-out, opacity 1.5s ease-out, -webkit-transform .15s ease-out;
    transition: border-color .15s ease-out, opacity 1.5s ease-out, -webkit-transform .15s ease-out;
    -o-transition: transform .15s ease-out, border-color .15s ease-out, opacity 1.5s ease-out;
    transition: transform .15s ease-out, border-color .15s ease-out, opacity 1.5s ease-out;
    transition: transform .15s ease-out, border-color .15s ease-out, opacity 1.5s ease-out, -webkit-transform .15s ease-out
}

.sert-img img {
    max-width: 100%;
    width: 100%
}

.news-section {
    padding: 122px 0 80px
}

.news-section h2 {
    margin-bottom: 46px
}

.news-slider .slick-list {
    margin: 0 -8px
}

.news-slider .slick-slide {
    margin-bottom: 75px
}

@media screen and (min-width: 1201px) {
    body {
        overflow: hidden;
        overflow-y: auto
    }

    .news-slider .slick-track {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .news-slider .slick-track &gt; * {
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        float: none;
        height: auto
    }
}

.h-row &gt; div[class*="col-"] &gt; * {
    width: 100%
}

.news-slide {
    padding: 0 8px;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.news-slide:first-child .news-head {
    position: relative;
    padding: 0
}

.news-slide:first-child .news-head:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 108px;
    background: -o-linear-gradient(#0e1b51 0, #0e1b51 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#0e1b51), to(#0e1b51));
    background: linear-gradient(#0e1b51 0, #0e1b51 100%)
}

.news-slide:first-child .news-main {
    padding-bottom: 21px;
    padding-top: 21px;
    min-height: 134px;
    margin-bottom: 28px
}

.news-slide:first-child .news-title {
    position: absolute;
    color: #fff;
    bottom: 13px;
    left: 36px;
    margin-bottom: 0;
    z-index: 2;
    font-size: 24px
}

.news-head {
    padding-top: 30px
}

.news-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    color: #0e1b51;
    text-transform: uppercase;
    margin-bottom: 10px
}

.news-img {
    position: relative
}

.news-img img {
    max-width: 100%;
    width: 100%
}

.news-block {
    min-height: 227px;
    border-radius: 30px;
    overflow: hidden;
    background: #ececec;
    -webkit-box-shadow: 0 35px 30px -30px rgb(102 127 194 / 65%);
    box-shadow: 0 35px 30px -30px rgb(102 127 194 / 65%)
}

.news-main {
    min-height: 95px;
    position: relative;
    margin-bottom: 23px
}

.news-main:after {
    display: block;
    content: '';
    position: absolute;
    width: calc(100% - 72px);
    height: 1px;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #cecece;
    opacity: .6
}

.news-foot {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 23px
}

.news-link:active, .news-link:hover, .news-link:visited, .news-link {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    text-align: right;
    color: #ef7f1a
}

.news-head, .news-main, .news-foot {
    padding-left: 37px;
    padding-right: 37px
}

.clients-section {
    padding: 60px 0 90px
}

.clients-list-cont {
    max-width: 1400px;
    margin: 0 auto
}

.clients-list {
    list-style: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -16px;
    padding-top: 16px
}

.clients-list li {
    width: 100%;
    max-width: 20%;
    margin-bottom: 25px;
    padding: 0 16px
}

.client-img {
    text-align: center
}

.client-img img {
    max-width: 100%
}

.foot-cont {
    background: #f8faff;
    padding: 62px 0 40px
}

.foot-logo-cont {
    margin-bottom: 33px
}

.foot-logo {
    margin-bottom: 19px
}

.logo-desc {
    font-size: 13px;
    line-height: 21px;
    color: #555
}

.foot-logo-cont.foot-border, .foot-contact.foot-border {
    padding-bottom: 32px
}

.foot-logo-cont.foot-border:after, .foot-contact.foot-border:after {
    max-width: 260px
}

.foot-contact {
    margin-bottom: 40px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.phone-link:active, .phone-link:hover, .phone-link:visited, .phone-link {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    color: #ef7f1a;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
    padding-right: 5px;
    margin-bottom: 7px
}

.phone-link:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-56%);
    -ms-transform: translateY(-56%);
    transform: translateY(-56%);
    background: none;
    background-size: contain;
    width: 16px;
    height: 16px
}

.phone-link:hover {
    color: #233c7a
}

.mail-link:active, .mail-link:hover, .mail-link:visited, .mail-link {
    display: inline-block;
    font-size: 24px;
    text-align: left;
    color: #233c7a;
    position: relative;
    padding-left: 27px;
    padding-right: 5px;
    font-size: 14px
}

.mail-link:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-56%);
    -ms-transform: translateY(-56%);
	background:none;
    transform: translateY(-56%);
    background-size: contain;
    width: 16px;
    height: 16px
}

.mail-link:hover {
    color: #ef7f1a
}

.foot-s-cont {
    margin-bottom: 45px
}

.foot-nav {
    list-style: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -8px;
    padding-top: 15px
}

.foot-nav li {
    width: 100%;
    margin-bottom: 23px;
    padding: 0 8px
}

.foot-nav-sm.foot-nav li:last-child, .foot-nav li:last-child {
    margin-bottom: 0
}

.foot-nav-link:active, .foot-nav-link:hover, .foot-nav-link:visited, .foot-nav-link {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    color: #0e1b51;
    font-weight: 500
}

.foot-nav-link.fz-sm:active, .foot-nav-link.fz-sm:hover, .foot-nav-link.fz-sm:visited, .foot-nav-link.fz-sm {
    font-size: 11px
}

.foot-nav-sm li {
    margin-bottom: 2px
}

.foot-nav-link:hover {
    color: #ef7f1a;
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px)
}

.foot-nav-link.fz-sm:hover {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px)
}

.foot-border {
    position: relative
}

.foot-border:after {
    display: block;
    content: '';
    position: absolute;
    background: #cecece;
    width: 100%;
    max-width: 283px;
    height: 1px;
    top: 100%;
    left: 0
}

.custom-pb {
    padding-bottom: 58px;
    margin-bottom: 36px
}

.copyright {
    font-size: 10px;
    line-height: 1.4;
    text-align: left;
    color: #9b9b9b
}

.addr-cont {
    padding-bottom: 21px;
    padding-top: 16px
}

.addr-cont .icon-text {
    margin-bottom: 19px;
    font-size: 15px;
    line-height: 21px
}

.addr-cont .icon-text sup {
    text-decoration: underline
}

.foot-btns {
    margin-bottom: 68px
}

.foot-btns &gt; * {
    margin-bottom: 16px
}

.dev-link:active, .dev-link:hover, .dev-link:visited, .dev-link {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #9b9b9b
}

.dev-link:hover {
    color: #0e1b51
}

.dev-img {
    margin-left: 18px;
    max-width: 60px
}

.dev-img img {
    max-width: 100%
}

.projects-cont .project-block:active, .projects-cont .project-block:hover, .projects-cont .project-block:visited, .projects-cont .project-block {
    background: #ECECEC;
    margin-bottom: 51px
}

header:not(.index-header) .main-menu-cont {
    border-bottom: 1px solid #cecece
}

h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.4;
    text-align: left;
    color: #0e1b51;
    margin: 0 0 30px
}

.pagination-cont {
    padding: 20px 0 50px
}

.pagi-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}

.pagi-list li {
    padding: 0 6px
}

.pagi-link:active, .pagi-link:hover, .pagi-link:visited, .pagi-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 52px;
    height: 45px;
    line-height: 1;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #0e1b51;
    text-decoration: none;
    border-radius: 22.5px;
    background: transparent;
    border: 1px solid #8c9dc3
}

.pagi-link:hover {
    color: #ef7f1a;
    border-color: #ef7f1a
}

.pagi-link.current:active, .pagi-link.current:hover, .pagi-link.current:visited, .pagi-link.current {
    border: 1px solid #0e1b51;
    color: #fff;
    background: #0e1b51
}

.pagi-link.pagi-arrow[disabled], .pagi-link.current {
    pointer-events: none
}

.pagi-link.pagi-arrow:active, .pagi-link.pagi-arrow:hover, .pagi-link.pagi-arrow:visited, .pagi-link.pagi-arrow {
    border: none;
    width: 56px
}

.pagi-link.pagi-arrow {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.pagi-link.pagi-arrow svg line {
    stroke: #0e1b51;
    -webkit-transition: fill .3s ease-out;
    -o-transition: fill .3s ease-out;
    transition: fill .3s ease-out
}

.pagi-link.pagi-arrow:hover svg line {
    stroke: #ef7f1a
}

.pagi-link.pagi-arrow[disabled] svg line {
    stroke: #737373;
    -webkit-transition: fill .3s ease-out;
    -o-transition: fill .3s ease-out;
    transition: fill .3s ease-out;
    opacity: .5
}

.pagi-link.pagi-arrow.pagi-prev {
    margin-right: 20px
}

.pagi-link.pagi-arrow.pagi-next {
    margin-left: 20px
}

.pagi-link.pagi-arrow.pagi-prev:hover {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px)
}

.pagi-link.pagi-arrow.pagi-next:hover {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px)
}

.page-container {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 38px
}

.page-container p {
    margin-bottom: 27px
}

.page-img {
    display: block;
    margin: 27px 0 50px;
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%);
    box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%)
}

.page-img img {
    width: 100%;
    max-width: 100%
}

.about-slogan {
    font-style: italic;
    font-size: 26px;
    line-height: 43px;
    text-align: center;
    color: #0e1b51;
    margin-bottom: 30px
}

.sidebar-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sidebar {
    width: 100%;
    max-width: 350px;
    max-height: 70vh;
    overflow: hidden;
    overflow-y: auto
}

.side-col {
    position: sticky;
    top: 145px
}

.side-block {
    border-radius: 30px;
    overflow: hidden;
    background: #f8faff;
    margin-bottom: 49px;
    -webkit-box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%);
    box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%)
}

.side-nav {
    list-style: none;
    padding: 17px 30px 17px 32px
}

.side-nav li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.28)
}

.side-nav li:last-child {
    border: none
}

.side-nav-link:active, .side-nav-link:hover, .side-nav-link:visited, .side-nav-link {
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #555;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 9px 0
}

.side-nav-link:hover {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
    color: #ef7f1a
}

.side-nav-link.current {
    color: #0e1b51;
    padding-left: 9px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.side-nav-link:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    max-height: calc(100% - 16px);
    width: 3px;
    background: #cecece;
    opacity: 0
}

.side-nav-link.current:after {
    opacity: 1
}

.page-vid-text {
    border-radius: 30px;
    background: #f8faff;
    padding: 38px 5px 35px 38px;
    min-height: 300px;
    position: relative
}

.page-vid-text &gt; * {
    position: relative;
    z-index: 2
}

.page-vid-text:after {
    display: block;
    content: '';
    position: absolute;
    width: calc(100% + 14.4%);
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 30px;
    background: #f8faff
}

.page-vid-text p:last-child {
    margin-bottom: 0
}

.page-vid-cont {
    margin-bottom: 58px
}

.serv-page-foot {
    padding-top: 30px;
    margin-bottom: 80px;
    overflow: hidden
}

h3, .h3 {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
    color: #0e1b51;
    margin: 0 auto 15px
}

.serv-foot-head {
    margin-bottom: 55px
}

.serv-foot-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -38px 40px;
    list-style: none;
    text-align: center
}

.serv-foot-list li {
    padding: 43px 38px 43px;
    position: relative;
    width: 100%;
    max-width: 50%
}

.serv-foot-list li:first-child:before, .serv-foot-list li:first-child:after {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #cecece;
    width: 41px;
    height: 1px
}

.serv-foot-list li:first-child:after {
    height: 41px;
    width: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.serv-foot-list li:nth-child(n+3):after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #cecece;
    width: 126px;
    height: 1px
}

.serv-foot-link:active, .serv-foot-link:hover, .serv-foot-link:visited, .serv-foot-link {
    display: inline-block;
    font-weight: 500;
    text-decoration: underline;
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    color: #0e1b51;
    max-width: 500px
}

.serv-foot-link:hover {
    text-decoration: none;
    color: #ef7f1a
}

.page-quest-cont {
    text-align: center;
    margin-bottom: 90px
}

.quest-head {
    margin-bottom: 30px
}

.quest-desc {
    font-weight: 300;
    font-size: 26px;
    text-align: center;
    color: #555
}

.quest-main {
    font-weight: bold;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    color: #0e1b51
}

.quest-link:active, .quest-link:hover, .quest-link:visited, .quest-link {
    font-weight: bold;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    color: #0e1b51
}

.quest-link:hover {
    color: #ef7f1a
}

.quest-s-cont {
    margin-bottom: 50px
}

.quest-s-cont .s-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%
}

.quest-s-cont .s-list li {
    padding: 0 58px
}

.quest-s-cont .s-list li:not(:last-child) {
    position: relative;
    border-right: 1px solid #cecece
}

.quest-s-cont .s-link:active, .quest-s-cont .s-link:hover, .quest-s-cont .s-link:visited, .quest-s-cont .s-link {
    width: 36px;
    height: 41px
}

.contact-phones-list {
    list-style: none;
    text-align: left
}

.contact-phones-list &gt; li {
    margin-bottom: 13px
}

.contact-lbl.fz-lg {
    font-weight: 500;
    font-size: 16px
}

.contact-lbl {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4;
    color: #555
}

.contact-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #0e1b51;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-text.fz-xl {
    font-size: 30px
}

.contact-text.fz-lg {
    font-size: 24px
}

.contact-text.fz-md {
    font-size: 18px
}

.contact-phone-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -14px -3px;
    width: calc(100% + 28px)
}

.contact-ph-col, .contact-s-col {
    padding: 0 14px
}

.contact-s-col {
    width: 100%;
    max-width: 150px;
    padding-left: 0
}

.contact-s-col .s-list li {
    font-size: inherit;
    min-height: 27px;
    padding: 0 14px
}

.contact-s-col .s-list li {
    border-left: 1px solid #cecece
}

.contact-s-col .s-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -14px
}

.contact-ph-col {
    max-width: calc(100% - 100px);
    min-width: 215px
}

.contact-phone:active, .contact-phone:hover, .contact-phone:visited, .contact-phone {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #0e1b51;
    font-size: inherit;
    line-height: 1.12
}

.contact-mail:active, .contact-mail:hover, .contact-mail:visited, .contact-mail {
    display: block;
    line-height: 1.5;
    text-decoration: underline;
    font-size: 13px;
    color: #0e1b51
}

.contact-phone:hover, .contact-mail:hover {
    color: #ef7f1a
}

.contact-mail.fz-lg {
    font-size: 24px;
    font-weight: bold
}

.contact-mail.fz-md {
    font-size: 19px;
    font-weight: bold
}

.contact-btns-cont {
    margin-top: 45px;
    padding-top: 43px;
    border-top: 1px solid #cecece
}

.contact-btns-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.quest-s-cont.contact-btns-soc {
    margin: 0
}

.quest-s-cont.contact-btns-soc li:first-child {
    padding-left: 0
}

.quest-s-cont.contact-btns-soc .s-link svg {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.contact-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    color: #0e1b51
}

.contact-metro-list {
    list-style: none;
    margin-bottom: 40px
}

.contact-metro-list li {
    margin-bottom: 5px
}

.page-map-wrap {
    margin: 10px 0 50px
}

.page-map-cont {
    display: block;
    margin: 10px 0 25px;
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%);
    box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%)
}

.map {
    width: 100% !important
}

.link {
    color: #0e1b51
}

.page-map-wrap .link {
    color: #0e1b51;
    font-size: 16px
}

.project-inner-row {
    padding-bottom: 40px;
    margin-bottom: 50px;
    width: calc(100% + 14px)
}

.project-inner-text &gt; * {
    max-width: 615px
}

.project-inner-row .vid-cont {
    margin: 34px 0 48px;
    max-width: 591px
}

.project-list-cont {
    margin-top: 20px
}

.custom-slider {
    margin-bottom: 40px
}

.custom-slide {
    -webkit-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out
}

.custom-slide:hover {
    opacity: .9
}

.custom-slide img {
    width: 100%;
    /*height: 534px;*/
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px
}

.page-container .vid-cont:before {
    width: 89px;
    height: 89px
}

.custom-nav-slider {
    padding-left: 75px;
    padding-right: 75px
}

.custom-nav-slider img {
    max-width: 100%;
    width: 100%;
    height: 112px;
    -o-object-fit: cover;
    object-fit: cover
}

.custom-nav-slider .slick-slide {
    padding: 2px 8px
}

.custom-nav-slider .slick-list {
    margin: 0 -8px
}

.custom-nav-slide {
    border-radius: 12px;
    border: 1px solid #0e1b51;
    -webkit-box-shadow: 0 0 0 0 #0e1b51;
    box-shadow: 0 0 0 0 #0e1b51;
    overflow: hidden;
    -webkit-transition: opacity .15s ease-out, -webkit-box-shadow .15s ease-out;
    transition: opacity .15s ease-out, -webkit-box-shadow .15s ease-out;
    -o-transition: box-shadow .15s ease-out, opacity .15s ease-out;
    transition: box-shadow .15s ease-out, opacity .15s ease-out;
    transition: box-shadow .15s ease-out, opacity .15s ease-out, -webkit-box-shadow .15s ease-out
}

.custom-nav-slide:hover {
    opacity: .9
}

.slick-current .custom-nav-slide {
    -webkit-box-shadow: 0 0 0 2px #0e1b51;
    box-shadow: 0 0 0 2px #0e1b51
}

.custom-nav-slider .custom-arrow:active, .custom-nav-slider .custom-arrow:hover, .custom-nav-slider .custom-arrow:focus, .custom-nav-slider .custom-arrow:visited, .custom-nav-slider .custom-arrow {
    width: 56px;
    height: 25px;
    bottom: 50px
}

.custom-nav-slider .custom-arrow.custom-prev:hover, .custom-nav-slider .custom-arrow.custom-prev {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: 0
}

.custom-nav-slider .custom-arrow.custom-next:hover, .custom-nav-slider .custom-arrow.custom-next {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 100%
}

.project-head {
    margin-bottom: 25px
}

.project-head h1 {
    margin-bottom: 0
}

.project-head-desc {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.5;
    color: #0e1b51
}

.side-block.side-btn-block {
    border-radius: 0;
    background: none;
    max-width: 350px;
    -webkit-box-shadow: 0 20px 20px -20px rgb(102 127 194 / 65%);
    box-shadow: 0 20px 20px -20px rgb(102 127 194 / 65%)
}

.side-block.side-btn-block &gt; * {
    width: 100%
}

.btn-prim.btn-bg-3.fz-lg:active, .btn-prim.btn-bg-3.fz-lg:hover, .btn-prim.btn-bg-3.fz-lg:focus, .btn-prim.btn-bg-3.fz-lg:visited, .btn-prim.btn-bg-3.fz-lg {
    border: 2px solid #0e1b51;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.05em;
    border-radius: 21px;
    padding: 18px 20px
}

.catalog-filter-cont {
    padding-bottom: 0;
    margin-bottom: 45px;
    border-bottom: 1px solid #CECECE
}

.filter-card-body {
    padding: 12px 12px 0
}

.filter-list {
    list-style: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -12px
}

.filter-list li {
    margin-bottom: 12px;
    padding: 0 12px;
    width: 25%
}

.btn.btn-link.custom-btn-link:active, .btn.btn-link.custom-btn-link:hover, .btn.btn-link.custom-btn-link:visited, .btn.btn-link.custom-btn-link:focus, .btn.btn-link.custom-btn-link {
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    text-align: left;
    color: #0e1b51;
    padding: 3px 12px
}

.filter-card {
    margin-bottom: 38px;
    border-left: 3px solid #cecece
}

.projects-cont .project-block.cat-item:active, .projects-cont .project-block.cat-item:hover, .projects-cont .project-block.cat-item:visited, .projects-cont .project-block.cat-item {
    margin-bottom: 41px;
    position: relative
}

.project-block.cat-item, .project-block.cat-item:hover {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    border: 1px solid #cecece;
    -webkit-transition: border .15s ease-out;
    -o-transition: border .15s ease-out;
    transition: border .15s ease-out
}

.project-block.cat-item:hover {
    border: 1px solid #ef7f1a
}

.project-block.cat-item.lbl-hit, .project-block.cat-item.lbl-hit:hover {
    border: 3px solid #ef7f1a
}

.cat-lbl {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    position: absolute;
    display: block;
    top: 13px;
    right: 10px;
    background: url(../img/icon/icon_lbl.svg) no-repeat center center;
    background-size: cover
}

.cat-custom-slider .custom-slide img {
    height: 416px;
    object-fit: contain;
}

.cat-custom-nav-slider.custom-nav-slider img {
    height: 96px
}

.cat-custom-nav-slider.custom-nav-slider {
    padding-left: 64px;
    padding-right: 64px
}

.cat-custom-nav-slider.custom-nav-slider .custom-arrow:active, .cat-custom-nav-slider.custom-nav-slider .custom-arrow:hover, .cat-custom-nav-slider.custom-nav-slider .custom-arrow:focus, .cat-custom-nav-slider.custom-nav-slider .custom-arrow:visited, .cat-custom-nav-slider.custom-nav-slider .custom-arrow {
    width: 42px
}

.cat-more-cont {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.cat-more-cont h2 {
    margin-left: 0;
    margin-right: 0
}

.cat-more-col {
    padding-left: 41px;
    margin-left: 41px;
    margin-bottom: 36px;
    border-left: 1px solid #cecece;
    min-height: 46px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #555;
    font-size: 13px
}

.cat-more-col .link {
    color: #555
}

.cat-more-col .link:hover {
    color: #ef7f1a
}

.cat-inner-head {
    margin-bottom: 43px;
    padding: 28px 0 38px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece
}

.cat-price-col {
    width: 100%;
    max-width: 260px;
    text-align: center;
    min-height: 88px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1.4
}

.cat-price-col .btn-prim {
    margin-bottom: 12px
}

.cat-price-col .link {
    color: #555
}

.news-list {
    display: grid;
    grid-template-columns:1fr 1fr 1fr
}

.cat-price-col .link:hover {
    color: #ef7f1a
}

.cat-price-desc-col {
    width: calc(100% - 305px);
    padding-left: 50px;
    margin-left: 45px;
    position: relative;
    border-left: 1px solid #cecece;
    min-height: 88px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    color: #555
}

.cat-inner-docs {
    margin-bottom: 40px
}

.doc-list {
    list-style: none
}

.doc-list li {
    margin-bottom: 33px
}

.doc-link:active, .doc-link:hover, .doc-link:visited, .doc-link {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    min-height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 70px;
    position: relative;
    font-size: 15px;
    line-height: 23px;
    text-align: left;
    color: #0e1b51
} .doc-link:after {
    display: block;
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0
}

.doc-link.doc-pdf:after {
    background: url(../img/icon/icon_pdf.svg) no-repeat center top
}

.doc-link.doc-dvg:after {
    background: url(../img/icon/icon_dvg.svg) no-repeat center top
}

.page-tab-btns {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 35px;
    border-bottom: 1px solid #cecece;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 5px
}

.btn-tab:active, .btn-tab:focus, .btn-tab:hover, .btn-tab:visited, .btn-tab:link, .btn-tab {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.4;
    font-weight: normal;
    padding: 3px 0;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    font-size: 18px;
    text-align: left;
    color: #555;
    text-transform: none;
    white-space: nowrap;
    margin-right: 7%
}

.btn.btn-tab:hover {
    color: #ef7f1a;
    text-decoration: none
}

.btn.btn-tab.active {
    border: none;
    background: none;
    font-weight: 500;
    color: #0e1b51
}

.btn.btn-tab.active:after {
    height: 4px;
    opacity: 1
}

.btn.btn-tab:hover:after {
    opacity: .5;
    height: 4px
}

.btn.btn-tab:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    background: #0e1b51;
    opacity: 0;
    height: 0;
    -webkit-transition: opacity .15s ease-out, height .1s ease-out;
    -o-transition: opacity .15s ease-out, height .1s ease-out;
    transition: opacity .15s ease-out, height .1s ease-out;
    border-radius: 10px
}

.page-tab {
    display: none
}

.page-tab.active {
    display: block
}

.page-tabs-container {
    margin-bottom: 80px
}

.char-cont {
    border-left: 1px solid #cecece
}

.char-card-header .btn.btn-link.custom-btn-link:active, .char-card-header .btn.btn-link.custom-btn-link:hover, .char-card-header .btn.btn-link.custom-btn-link:visited, .char-card-header .btn.btn-link.custom-btn-link:focus, .char-card-header .btn.btn-link.custom-btn-link {
    padding-left: 49px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none
}

.char-card-header .btn.btn-link.custom-btn-link:hover {
    color: #ef7f1a
}

.char-card-header .btn.btn-link.custom-btn-link:after {
    content: '';
    position: absolute;
    left: 30px;
    top: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 5px;
    border-color: transparent transparent transparent #0e1b51;
    -webkit-transition: border-color .15s ease-out;
    -o-transition: border-color .15s ease-out;
    transition: border-color .15s ease-out
}

.char-card-header .btn.btn-link.custom-btn-link:hover:after {
    border-color: transparent transparent transparent #ef7f1a
}

.char-card-header .btn.btn-link.custom-btn-link[aria-expanded="true"]:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.char-card {
    margin-bottom: 20px
}

.cat-img {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 4px solid #0e1b51;
    display: inline-block
}

.cat-img:hover {
    border-color: #ef7f1a;
    opacity: .95
}

.cat-img img {
    max-width: 100%
}

.char-body {
    padding-left: 49px;
    padding-top: 5px
}

.char-body &gt; *:last-child {
    margin-bottom: 0
}

.news-block:first-child {
    margin-bottom: 20px
}

.page-container .news-slider.slick-slider {
    margin-bottom: 60px
}

.reveal {
    position: relative;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: 1.5s transform ease-out, 1.5s opacity ease-out;
    -o-transition: 1.5s transform ease-out, 1.5s opacity ease-out;
    -webkit-transition: 1.5s opacity ease-out, 1.5s -webkit-transform ease-out;
    transition: 1.5s opacity ease-out, 1.5s -webkit-transform ease-out;
    transition: 1.5s transform ease-out, 1.5s opacity ease-out;
    transition: 1.5s transform ease-out, 1.5s opacity ease-out, 1.5s -webkit-transform ease-out
}

.page-container .reveal, .reveal.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.page-container div &gt; img[align="right"], .page-container p &gt; img[align="right"] {
    margin: 0 0 30px 30px
}

.page-container div &gt; img[align="left"], .page-container p &gt; img[align="left"] {
    margin: 0 30px 30px 0
}

@media screen and (max-width: 450px) {
    .page-container div &gt; img[align="right"], .page-container div &gt; img[align="left"], .page-container p &gt; img[align="right"], .page-container p &gt; img[align="left"] {
        margin: 0 auto 30px;
        display: block
    }
}

@media screen and (min-width: 1401px) {
    .desc-hide, .custom-navbar-toggler:active, .custom-navbar-toggler:hover, .custom-navbar-toggler:visited, .custom-navbar-toggler, .custom-navbar-toggler.navbar-toggler {
        display: none
    }

    .cat-filter-collapse.collapse, .cat-filter-collapse.collapsed, .main-menu.collapsed, .main-menu.collapse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .container.full-w-cont {
        max-width: 100%;
        padding: 0
    }

    .container.full-w-cont &gt; .row {
        margin-right: 0;
        margin-left: 0
    }

    .container.full-w-cont &gt; .col, .container.full-w-cont &gt; [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

    .mob-only {
        display: none
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1570px
    }
}

@media screen and (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1670px
    }
}

@media screen and (min-width: 1401px) and (max-width: 1699px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1370px
    }

    .top-contact-row .phone-link:active, .top-contact-row .phone-link:hover, .top-contact-row .phone-link:visited, .top-contact-row .phone-link {
        font-size: 17px
    }

    header .mail-link:active, header .mail-link:hover, header .mail-link:visited, header .mail-link {
        color: #0e1b51;
        margin-bottom: 10px;
        font-size: 13px
    }

    .top-s-cont .s-list, .main-nav {
        margin: 0 -5px;
        width: calc(100% + 10px);
        padding-right: 5px
    }

    .top-s-cont .s-list li, .main-nav li {
        padding: 0 5px
    }

    header .logo-desc {
        width: 100%;
        max-width: 285px;
        padding-left: 17px;
        margin-left: 20px
    }

    .categ-text-col {
        padding-right: 8px;
        padding-left: 13px
    }

    .top-s-cont .s-list li:nth-child(even) {
        padding-left: 7px
    }

    .contact-text.fz-xl {
        font-size: 25px
    }

    .contact-mail.fz-lg, .contact-text.fz-lg {
        font-size: 20px
    }

    .btn-prim:active, .btn-prim:hover, .btn-prim:focus, .btn-prim:visited, .btn-prim {
        min-width: 210px
    }
}

@media screen and (max-width: 1400px) {
    .project-head-desc {
        font-size: 18px
    }

    .custom-slide img {
        height: 350px
    }

    .custom-nav-slider img {
        height: 70px
    }

    .custom-nav-slider .custom-arrow:active, .custom-nav-slider .custom-arrow:hover, .custom-nav-slider .custom-arrow:focus, .custom-nav-slider .custom-arrow:visited, .custom-nav-slider .custom-arrow {
        bottom: 30px
    }

    .contact-text.fz-xl {
        font-size: 26px
    }

    .contact-text.fz-lg {
        font-size: 20px
    }

    .contact-text.fz-md {
        font-size: 18px
    }

    .cat-price-desc-col {
        width: calc(100% - 265px);
        padding-left: 30px;
        margin-left: 35px
    }

    .btn-tab:active, .btn-tab:focus, .btn-tab:hover, .btn-tab:visited, .btn-tab:link, .btn-tab {
        font-size: 14px;
        margin-right: 3%
    }

    .serv-foot-link:active, .serv-foot-link:hover, .serv-foot-link:visited, .serv-foot-link {
        font-size: 18px;
        line-height: 1.6
    }

    .side-col {
        top: 115px
    }

    header:not(.index-header) .is-sticky .row.sm-row.main-menu-cont {
        border: none
    }

    .mob-hide, header .addr-cont.mob-hide, header .logo-desc.mob-hide {
        display: none
    }

    .top-row {
        padding: 18px 0 16px
    }

    .top-row &gt; div[class*="col-"] {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row.sm-row.main-menu-cont {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #cecece;
        border-top: 0
    }

    .index-header .row.sm-row.main-menu-cont {
        border: none
    }

    .mob-contact-row {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -8px
    }

    .mob-contact-col {
        padding: 0 8px;
        width: 100%;
        max-width: 50%
    }

    .mob-contact-col.col-lg {
        max-width: 55%
    }

    .mob-contact-col.col-md {
        max-width: 45%
    }

    .head-s-cont .s-link:active, .head-s-cont .s-link:hover, .head-s-cont .s-link:visited, .head-s-cont .s-link {
        width: 30px;
        height: 30px
    }

    .head-s-cont .s-list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: auto
    }

    .top-contact-row .top-mail-col {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 30px
    }

    .top-contact-row .top-s-col {
        padding-top: 3px;
        padding-bottom: 3px;
        margin-right: 0;
        margin-left: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border-left: none
    }

    .top-contact-row .top-phone-col {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .logo-row {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px
    }

    .phone-link.phone-mob-icon:active, .phone-link.phone-mob-icon:hover, .phone-link.phone-mob-icon:visited, .phone-link.phone-mob-icon {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 43px;
        height: 36px;
        border-radius: 11px;
        background: #0e1b51;
        padding: 5px;
        margin-bottom: 0
    }

    .phone-link.phone-mob-icon:after {
        background: url(../img/icon/icon_phone_white.svg) no-repeat center center;
        background-size: contain;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .logo-desc {
        padding-left: 0;
        margin-left: 0;
        min-height: 0;
        padding-top: 2px;
        padding-bottom: 2px
    }

    .addr-cont .icon-text {
        font-size: 13px;
        line-height: 1.4
    }

    .main-slider-cont {
        padding-top: 23px
    }

    .categ-link:active, .categ-link:hover, .categ-link:visited, .categ-link {
        text-decoration: none;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 16px;
        padding: 20px 11px;
        text-align: left;
        font-weight: bold;
        font-size: 17px;
        line-height: 22px;
        text-align: left;
        color: #0e1b51;
        border-radius: 30px;
        background: #f8faff;
        min-height: 119px;
        -webkit-box-shadow: 0 20px 30px -30px rgb(102 127 194 / 65%);
        box-shadow: 0 20px 30px -30px rgb(102 127 194 / 65%)
    }

    .projects-slider.slick-slider, .projects-slider {
        padding-bottom: 20px
    }

    .team-section {
        padding: 70px 0
    }

    .topline.is-sticky {
        background-color: #f8faff;
        -webkit-box-shadow: 0 20px 40px -20px rgb(102 127 194 / 65%);
        box-shadow: 0 20px 40px -20px rgb(102 127 194 / 65%)
    }

    .main-menu, .main-menu.collapse:not(.show) {
        background: #fff;
        padding: 0 15px;
        position: absolute;
        left: 50%;
        top: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw;
        display: block;
        height: auto !important;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .15s ease-out, padding-top .15s ease-out, padding-bottom .15s ease-out, background .2s ease-out;
        -o-transition: max-height .15s ease-out, padding-top .15s ease-out, padding-bottom .15s ease-out, background .2s ease-out;
        transition: max-height .15s ease-out, padding-top .15s ease-out, padding-bottom .15s ease-out, background .2s ease-out;
        -webkit-box-shadow: 0 20px 40px -30px rgb(102 127 194 / 65%);
        box-shadow: 0 20px 40px -30px rgb(102 127 194 / 65%)
    }

    .is-sticky .main-menu, .is-sticky .main-menu.collapse:not(.show) {
        background-color: #f8faff
    }

    .main-menu.show {
        padding: 30px 15px;
        max-height: 70vh;
        overflow-y: auto;
        -webkit-box-shadow: 0 20px 40px -20px rgb(102 127 194 / 65%);
        box-shadow: 0 20px 40px -20px rgb(102 127 194 / 65%);
        -webkit-transition: max-height .1s ease-out, padding-top .1s ease-out, padding-bottom .1s ease-out;
        -o-transition: max-height .1s ease-out, padding-top .1s ease-out, padding-bottom .1s ease-out;
        transition: max-height .1s ease-out, padding-top .1s ease-out, padding-bottom .1s ease-out
    }

    .main-nav-side {
        min-width: 0
    }

    .main-menu .main-nav, .main-nav {
        display: block;
        margin-bottom: 15px
    }

    .main-menu &gt; * {
        max-width: 1110px;
        margin: 0 auto
    }

    header .is-sticky .main-nav-side .addr-cont, header .main-nav-side .addr-cont {
        padding: 15px 0;
        border: none;
        border-top: 1px solid #cecece;
        min-height: 0
    }

    .main-nav li {
        margin-bottom: 5px;
        padding: 0
    }

    .main-nav-link:active, .main-nav-link:hover, .main-nav-link:visited, .main-nav-link {
        font-size: 16px;
        padding: 3px 0
    }

    .main-nav-link:hover {
        color: #ef7f1a;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .team-boss-img {
        text-align: center
    }

    .team-boss-img .team-img {
        margin-bottom: 20px
    }

    .team-boss-cont .team-name {
        margin-bottom: 8px
    }

    .foot-cont .desc-hide {
        display: none
    }

    .foot-cont .mob-hide {
        display: block
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .category-cont .row .col-xl-3 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .mob-hide.side-col {
        display: block
    }

    .btn-prim:active, .btn-prim:hover, .btn-prim:focus, .btn-prim:visited, .btn-prim {
        min-width: 200px;
        max-width: 100%;
        width: 100%;
        padding: 10px 10px;
        font-size: 13px
    }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
    .contact-mail.fz-lg, .contact-text.fz-xl {
        font-size: 20px
    }

    .contact-mail.fz-md, .contact-text.fz-lg {
        font-size: 18px
    }

    .contact-text.fz-md {
        font-size: 16px
    }

    .contact-ph-col {
        min-width: 174px
    }

    .contact-lbl.fz-lg {
        font-size: 14px
    }
}

@media screen and (max-width: 1200px) {
    .cat-inner-head {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .cat-price-desc-col {
        width: 100%;
        padding: 21px 0 15px;
        margin-left: 0;
        border-left: none;
        border-top: 1px solid #cecece;
        border-bottom: 1px solid #cecece;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cat-price-col {
        max-width: 100%;
        padding-bottom: 28px
    }

    .cat-inner-head {
        border: none;
        padding-bottom: 0
    }

    .char-card-header .btn.btn-link.custom-btn-link:active, .char-card-header .btn.btn-link.custom-btn-link:hover, .char-card-header .btn.btn-link.custom-btn-link:visited, .char-card-header .btn.btn-link.custom-btn-link:focus, .char-card-header .btn.btn-link.custom-btn-link {
        font-size: 16px
    }

    .page-tab-btns {
        overflow-x: auto;
        overflow-y: visible;
        padding-bottom: 10px
    }

    .btn-tab:active, .btn-tab:focus, .btn-tab:hover, .btn-tab:visited, .btn-tab:link, .btn-tab {
        padding: 0;
        font-size: 12px;
        margin-right: 3%
    }

    .btn.btn-tab:after {
        bottom: -10px
    }

    .cat-custom-slider .custom-slide img {
        height: 316px
    }

    .cat-custom-nav-slider.custom-nav-slider img {
        height: 50px
    }

    .catalog-filter-cont {
        margin-bottom: 25px;
        border-bottom: none
    }

    .cat-lbl {
        -webkit-transform: scale(0.8) translate(5px, -5px);
        -ms-transform: scale(0.8) translate(5px, -5px);
        transform: scale(0.8) translate(5px, -5px)
    }

    .filter-card {
        margin-bottom: 20px;
        border-left: 3px solid #cecece
    }

    .custom-slider {
        margin-bottom: 20px
    }

    .custom-slide img {
        height: 250px
    }

    .custom-nav-slider img {
        height: 50px
    }

    .custom-nav-slider .custom-arrow:active, .custom-nav-slider .custom-arrow:hover, .custom-nav-slider .custom-arrow:focus, .custom-nav-slider .custom-arrow:visited, .custom-nav-slider .custom-arrow {
        bottom: 20px
    }

    main {
        overflow: hidden
    }

    .serv-foot-list {
        margin-left: -15px;
        margin-right: -15px
    }

    .quest-desc {
        font-size: 20px
    }

    .quest-link:active, .quest-link:hover, .quest-link:visited, .quest-link, .quest-main {
        font-size: 26px;
        line-height: 1.4
    }

    h1 {
        font-size: 30px;
        margin: 0 0 25px
    }

    .about-slogan {
        font-size: 20px;
        line-height: 1.4
    }

    .main-menu &gt; * {
        max-width: 930px
    }

    .foot-cont .desc-hide {
        display: block
    }

    .foot-cont .mob-hide {
        display: none
    }

    .foot-cont {
        text-align: center;
        padding: 38px 0 14px
    }

    .foot-border:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .foot-border:after, .foot-logo-cont.foot-border:after, .foot-contact.foot-border:after {
        max-width: 100%
    }

    .foot-contact .foot-btns &gt; *:last-child {
        margin-bottom: 0
    }

    .foot-contact {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 32px
    }

    .foot-s-cont {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 32px;
        margin-bottom: 32px;
        position: relative
    }

    .border-top-mob {
        position: relative;
        padding-top: 16px;
        padding-bottom: 0
    }

    .copyright:after, .border-top-mob:after {
        display: block;
        content: '';
        position: absolute;
        background: #cecece;
        width: 100%;
        max-width: 100%;
        height: 1px;
        top: 0;
        left: 0
    }

    .border-top-mob .addr-cont {
        padding-bottom: 0;
        padding-top: 7px;
        margin-bottom: 29px
    }

    .copyright {
        position: relative;
        text-align: center;
        padding-top: 16px
    }

    .foot-s-cont:after {
        display: block;
        content: '';
        position: absolute;
        background: #cecece;
        width: 100%;
        max-width: 100%;
        height: 1px;
        top: 100%;
        left: 0
    }

    .foot-nav {
        text-align: left;
        padding-top: 0
    }

    .foot-nav.foot-nav-sm {
        text-align: right;
        margin-bottom: 30px;
        padding-top: 10px
    }

    .foot-nav li {
        margin-bottom: 15px
    }

    .foot-nav-sm li {
        margin-bottom: 2px
    }

    .foot-nav-link:active, .foot-nav-link:hover, .foot-nav-link:visited, .foot-nav-link {
        font-size: 14px;
        padding: 2px 0
    }

    .foot-border.custom-pb {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .foot-border.custom-pb:after {
        display: none
    }

    .foot-contact .foot-btns {
        margin-bottom: 0;
        padding-top: 29px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .dev-link:active, .dev-link:hover, .dev-link:visited, .dev-link {
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }

    .dev-img {
        margin-bottom: 20px
    }

    .slick-slider.main-nav-slider, .main-nav-slider {
        position: absolute;
        bottom: 15px;
        left: 30px;
        max-width: 100%;
        width: calc(100% - 60px);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        --webkit-backdrop-filter: blur(5px);
        background-color: rgba(255, 255, 255, 0.44)
    }

    .main-nav-slide {
        font-size: 14px;
        line-height: 20px;
        border-radius: 30px
    }

    .vid-cont:active, .vid-cont:hover, .vid-cont:visited, .vid-cont {
        max-width: 600px;
        margin: 0 auto
    }

    .page-vid-text, .about-text-cont {
        padding: 25px 22px;
        -webkit-box-shadow: 0 30px 0 0 #f8faff;
        box-shadow: 0 30px 0 0 #f8faff;
        border-radius: 16px
    }

    .page-vid-text:after, .about-text-cont:after {
        display: none
    }

    .page-container .vid-cont:before, .vid-cont:before {
        width: 60px;
        height: 60px
    }

    h2, .h2 {
        font-size: 30px
    }

    .projects-section {
        padding: 50px 0
    }

    .team-section {
        padding: 60px 0 30px
    }

    .review-section {
        padding: 60px 0
    }

    .sert-list {
        margin: 0 -7px
    }

    .sert-list li {
        padding: 0 7px;
        max-width: 33.333333%
    }

    .sert-section h2 {
        margin-bottom: 42px
    }

    .sert-section {
        padding: 57px 0 40px
    }

    .news-section {
        padding: 50px 0 80px
    }

    .news-slider .slick-slide {
        margin-bottom: 35px
    }

    .news-block {
        margin-bottom: 25px;
        min-height: 0
    }

    .news-slider .news-main, .news-slide:first-child .news-main {
        padding-bottom: 15px;
        padding-top: 15px;
        min-height: 80px;
        margin-bottom: 28px
    }

    .news-slide:first-child .news-title {
        font-size: 20px
    }

    .news-slide:first-child .news-img {
        max-height: 320px
    }

    .news-slide:first-child .news-img img {
        height: auto;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 320px
    }

    .news-slider .news-title {
        font-size: 18px
    }
}

@media screen and (max-width: 991px) {
    .char-body {
        padding-left: 0
    }

    .char-card-header .btn.btn-link.custom-btn-link:active, .char-card-header .btn.btn-link.custom-btn-link:hover, .char-card-header .btn.btn-link.custom-btn-link:visited, .char-card-header .btn.btn-link.custom-btn-link:focus, .char-card-header .btn.btn-link.custom-btn-link {
        font-size: 15px;
        padding-left: 16px
    }

    .char-card-header .btn.btn-link.custom-btn-link:after {
        left: 0
    }

    .char-cont {
        border-left: none
    }

    .page-container .char-body &gt; * {
        font-size: 13px;
        line-height: 1.6
    }

    .page-tabs-container {
        margin-bottom: 0
    }

    .project-inner-row {
        padding-bottom: 40px;
        margin-bottom: 80px
    }

    .project-inner-row .vid-cont {
        margin: 22px 0 25px;
        max-width: 100%
    }

    .project-inner-text &gt; * {
        max-width: 100%
    }

    .project-inner-text {
        margin-bottom: 45px
    }

    .contact-lbl.fz-lg {
        font-size: 13px
    }

    .contact-block {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #cecece
    }

    .contact-metro-list {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px;
        padding-top: 5px
    }

    .contact-metro-list li {
        width: 100%;
        max-width: 50%;
        padding: 0 5px
    }

    .contact-mail.fz-lg {
        font-size: 20px
    }

    .contact-mail.fz-md {
        font-size: 16px
    }

    .contact-lbl {
        font-size: 12px
    }

    .contact-btns-cont {
        margin: 35px 0;
        padding: 25px 0;
        border-top: 1px solid #cecece;
        border-bottom: 1px solid #cecece
    }

    .page-container .page-vid-cont {
        margin-bottom: 58px
    }

    .page-vid-text:after {
        display: none
    }

    h3, .h3 {
        font-size: 20px
    }

    .quest-desc {
        font-size: 18px
    }

    .quest-link:active, .quest-link:hover, .quest-link:visited, .quest-link, .quest-main {
        font-size: 22px
    }

    .serv-foot-link:active, .serv-foot-link:hover, .serv-foot-link:visited, .serv-foot-link {
        font-size: 16px;
        line-height: 1.6
    }

    h1 {
        font-size: 30px;
        margin: 0 0 25px
    }

    .about-slogan {
        font-size: 20px;
        line-height: 1.4
    }

    .main-menu &gt; * {
        max-width: 690px
    }

    .main-slide-title {
        font-size: 32px;
        margin-bottom: 20px;
        max-width: 450px
    }

    .main-slide-text {
        font-size: 15px;
        line-height: 1.5
    }

    .categ-img-col {
        padding-right: 15px;
        padding-left: 15px;
        width: 120px
    }

    .categ-img {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    .categ-text-col {
        padding-right: 10px;
        padding-left: 20px;
        width: 100%;
        max-width: calc(100% - 120px)
    }

    .categ-link:active, .categ-link:hover, .categ-link:visited, .categ-link {
        margin-bottom: 14px;
        padding: 12px 6px;
        font-size: 16px;
        min-height: 100px
    }

    .categ-img-col:after {
        height: 60px
    }

    .icon-text {
        font-size: 11px
    }

    .team-boss-img {
        text-align: center
    }

    .team-boss-img .team-img {
        max-width: 340px;
        margin: 0 auto 20px
    }

    .team-section h2 {
        margin-bottom: 20px
    }

    h2, .h2 {
        font-size: 26px
    }

    .team-slide-foot {
        padding: 20px 15px
    }

    .team-name {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 5px
    }

    .clients-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .clients-list li {
        width: 100%;
        max-width: 33%;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    .clients-section {
        padding-bottom: 50px
    }

    .foot-logo {
        max-width: 178px;
        margin-bottom: 15px
    }

    .logo-desc {
        font-size: 11px;
        line-height: 16px;
        padding: 0
    }

    .foot-cont .s-list {
        max-width: 260px
    }

    .s-link:active, .s-link:hover, .s-link:visited, .s-link {
        width: 32px;
        height: 30px
    }
}

@media screen and (max-width: 767px) {
    .project-head-desc {
        font-size: 16px
    }

    .custom-slider {
        margin-bottom: 15px
    }

    .custom-slide img {
        height: 250px
    }

    .custom-nav-slider {
        padding-left: 55px;
        padding-right: 55px
    }

    .custom-nav-slider img {
        height: 70px
    }

    .custom-nav-slider .custom-arrow:active, .custom-nav-slider .custom-arrow:hover, .custom-nav-slider .custom-arrow:focus, .custom-nav-slider .custom-arrow:visited, .custom-nav-slider .custom-arrow {
        width: 42px;
        bottom: 30px
    }

    .cat-custom-nav-slider.custom-nav-slider .custom-arrow:active, .cat-custom-nav-slider.custom-nav-slider .custom-arrow:hover, .cat-custom-nav-slider.custom-nav-slider .custom-arrow:focus, .cat-custom-nav-slider.custom-nav-slider .custom-arrow:visited, .cat-custom-nav-slider.custom-nav-slider .custom-arrow {
        bottom: 24px
    }

    .custom-nav-slider .slick-slide {
        padding: 0 2px
    }

    .custom-nav-slider .slick-list {
        margin: 0 -2px
    }

    .char-card-header .btn.btn-link.custom-btn-link:active, .char-card-header .btn.btn-link.custom-btn-link:hover, .char-card-header .btn.btn-link.custom-btn-link:visited, .char-card-header .btn.btn-link.custom-btn-link:focus, .char-card-header .btn.btn-link.custom-btn-link {
        font-size: 14px
    }

    .char-card-header .btn.btn-link.custom-btn-link:after {
        left: 0
    }

    .page-container .char-body &gt; * {
        font-size: 12px;
        line-height: 18px;
        font-weight: 500
    }

    .char-card {
        margin-bottom: 10px
    }

    .doc-link:after {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    .doc-link:active, .doc-link:hover, .doc-link:visited, .doc-link {
        font-size: 12px
    }

    .page-tab-btns {
        margin-bottom: 25px
    }

    .doc-list li {
        margin-bottom: 23px
    }

    .cat-more-cont {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cat-more-cont h2 {
        margin-bottom: 13px
    }

    .cat-more-col {
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 36px;
        border-left: none;
        min-height: 0
    }

    .map {
        height: 305px !important
    }

    .page-map-wrap, .page-map-cont {
        border-radius: 16px;
        margin-top: 0
    }

    .contact-s-col .s-list li {
        padding: 0 8px
    }

    .contact-s-col .s-list {
        margin: 0 -8px
    }

    .contact-ph-col {
        min-width: 190px
    }

    .quest-s-cont.contact-btns-soc .s-list li {
        padding: 0 12px;
        border-right: 1px solid #cecece
    }

    .quest-s-cont.contact-btns-soc .s-link svg {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .page-map-wrap {
        text-align: center
    }

    .page-map-wrap .link {
        font-size: 13px
    }

    h3, .h3 {
        font-size: 18px
    }

    .page-quest-cont {
        margin-bottom: 50px
    }

    .quest-head {
        margin-bottom: 22px
    }

    .quest-s-cont {
        margin-bottom: 22px
    }

    .quest-s-cont .s-list li {
        padding: 0 38px
    }

    .serv-page-foot {
        margin-bottom: 40px
    }

    .serv-foot-list {
        padding-bottom: 16px;
        border-bottom: 1px solid #0e1b51;
    }

    .serv-foot-list li {
        padding: 0 0 16px;
        margin-bottom: 20px;
        max-width: 100%
    }

    .serv-foot-list li:nth-child(n+1):after, .serv-foot-list li:after {
        display: block;
        content: '';
        position: absolute;
        top: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #cecece;
        width: 126px;
        height: 1px
    }

    .serv-foot-list li:before {
        display: none;
        opacity: 0;
        visibility: hidden
    }

    .quest-desc {
        font-size: 16px
    }

    .quest-link:active, .quest-link:hover, .quest-link:visited, .quest-link, .quest-main {
        font-size: 19px
    }

    .serv-foot-link:active, .serv-foot-link:hover, .serv-foot-link:visited, .serv-foot-link {
        font-size: 14px;
        line-height: 1.6
    }

    .about-slogan {
        font-size: 16px
    }

    .page-img {
        margin: 27px 0 35px;
        border-radius: 16px
    }

    h1 {
        font-size: 26px;
        margin: 0 0 20px
    }

    .projects-cont .project-block:active, .projects-cont .project-block:hover, .projects-cont .project-block:visited, .projects-cont .project-block {
        margin-bottom: 36px
    }

    .pagi-link:active, .pagi-link:hover, .pagi-link:visited, .pagi-link {
        width: 44px;
        height: 38px;
        font-size: 12px;
        border-radius: 30px
    }

    .pagi-link.pagi-arrow:active, .pagi-link.pagi-arrow:hover, .pagi-link.pagi-arrow:visited, .pagi-link.pagi-arrow {
        width: 48px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    .pagi-link.pagi-arrow.pagi-prev {
        margin-right: 5px
    }

    .pagi-link.pagi-arrow.pagi-next {
        margin-left: 5px
    }

    .pagi-list li {
        padding: 0 5px
    }

    .team-boss-img .team-img {
        max-width: 212px
    }

    .page-vid-text, .about-text-cont {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .logo-col .logo:active, .logo-col .logo:hover, .logo-col .logo:visited, .logo-col .logo {
        max-width: 184px
    }

    .main-menu &gt; * {
        max-width: 510px
    }

    .main-slide-cover {
        padding: 30px 30px 160px;
        z-index: 2;
        text-align: center;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .main-slide-title, .main-slide-text {
        text-align: center
    }

    header .mail-link:active, header .mail-link:hover, header .mail-link:visited, header .mail-link {
        font-size: 11px
    }

    .top-contact-row .top-mail-col {
        padding-left: 14px;
        padding-bottom: 4px
    }

    .top-contact-row .top-s-col {
        border-left: 1px solid #828281;
        min-width: 0;
        padding-left: 10px;
        padding-right: 10px
    }

    .top-s-col .s-list {
        margin: 0 -7px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .top-s-col .s-list li {
        padding: 0 7px
    }

    header .phone-link:active, header .phone-link:hover, header .phone-link:visited, header .phone-link {
        font-size: 17px;
        line-height: 21px
    }

    .main-slide:after { display: block; content: ''; position: absolute; width: 100%; max-width: 988px; height: 100%; left: 0; top: 0; background: -o-linear-gradient(bottom, #0e1b51 0, rgba(48, 76, 145, 0.81) 61.08%, rgba(48, 76, 145, 0) 100%); background: -webkit-gradient(linear, left bottom, left top, from(#0e1b51), color-stop(61.08%, rgba(48, 76, 145, 0.81)), to(rgba(48, 76, 145, 0))); background: linear-gradient(to top, #0e1b51 0, rgba(48, 76, 145, 0.81) 61.08%, rgba(48, 76, 145, 0) 100%)}

    .slick-slider.main-nav-slider .slick-track {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .slick-slider.main-nav-slider .slick-slide {
        min-width: 50%;
        padding: 0 4px
    }

    .main-nav-slide:hover, .main-nav-slide {
        min-width: 100%;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        --webkit-backdrop-filter: blur(5px);
        background-color: rgba(255, 255, 255, 0.74);
        margin-bottom: 5px;
        min-height: 54px;
        height: 54px;
        overflow: hidden;
        font-size: 13px;
        line-height: 19px;
        border-radius: 17px;
        color: #0e1b51
    }

    .slick-slider.main-nav-slider, .main-nav-slider {
        bottom: 10px;
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0);
        --webkit-backdrop-filter: blur(0);
        background-color: transparent
    }

    .slick-current .main-nav-slide {
        background: #637CB5;
        border: 1px solid #fff;
        color: #fff
    }

    .main-nav-slide:after, .main-nav-slide:before {
        max-width: calc(100% - 30px);
        bottom: 4px;
        left: 15px
    }

    .main-slide-title {
        font-size: 28px
    }

    .categ-link:active, .categ-link:hover, .categ-link:visited, .categ-link {
        margin-bottom: 14px;
        padding: 8px 6px;
        font-size: 16px;
        min-height: 89px;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto
    }

    .about-title h2 {
        font-size: 27px;
        margin-bottom: -5px
    }

    .about-title-desc {
        font-size: 16px;
        padding-left: 22px
    }

    .about-text-cont p, .about-text-cont * {
        font-size: 13px;
        line-height: 22px
    }

    .about-text-cont p:not(:last-child), .about-text-cont &gt; *:not(:last-child) {
        margin-bottom: 22px
    }

    .projects-section {
        background: #F8FAFF url(../img/pic/pic_a_decor_mob.svg) no-repeat top left
    }

    .team-desc {
        font-size: 11px
    }

    .team-boss-text {
        padding: 68px 0
    }

    .team-boss-text:after, .team-boss-text:before {
        font-size: 90px
    }

    .team-boss-text p:last-child {
        margin-bottom: 0
    }

    .team-quote {
        font-size: 14px;
        line-height: 22px
    }

    .team-boss-cont .team-name {
        font-size: 13px
    }

    .team-boss-cont .team-desc {
        font-size: 11px
    }

    .team-name {
        font-size: 12px
    }

    .team-desc {
        font-size: 9px
    }

    .review-section:after {
        max-width: 225px;
        width: 225px;
        height: 270px;
        bottom: -66px
    }

    .news-section h2 {
        margin-bottom: 25px
    }

    .icon-text:after {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }

    .icon-text {
        padding-left: 25px;
        line-height: 20px
    }

    .news-slider .news-main {
        padding-top: 5px
    }

    .news-slider .news-main, .news-slide:first-child .news-main {
        font-size: 13px;
        margin-bottom: 15px;
        min-height: 50px
    }

    .news-slider .news-title {
        font-size: 15px
    }

    .news-slide:first-child .news-title {
        font-size: 16px;
        left: 25px;
        bottom: 11px
    }

    .news-link:active, .news-link:hover, .news-link:visited, .news-link {
        font-size: 12px;
        line-height: 1.5
    }

    .news-head, .news-main, .news-foot {
        padding-left: 25px;
        padding-right: 25px
    }

    .news-head {
        padding-top: 23px
    }

    .news-main:after {
        width: calc(100% - 50px)
    }

    .news-foot {
        padding-bottom: 18px
    }

    .news-block {
        border-radius: 16px
    }

    .news-slider-nav.container, .news-slider-nav {
        max-width: 366px;
        padding: 0 80px
    }

    .news-btns-col {
        width: 225px
    }

    .news-btns-col .btn-prim:active, .news-btns-col .btn-prim:hover, .news-btns-col .btn-prim:focus, .news-btns-col .btn-prim:visited, .news-btns-col .btn-prim {
        min-width: 225px
    }

    .custom-arrow.custom-next:hover, .custom-arrow.custom-next {
        -webkit-transform: translateX(110px) scale(0.9);
        -ms-transform: translateX(110px) scale(0.9);
        transform: translateX(110px) scale(0.9)
    }

    .custom-arrow.custom-prev:hover, .custom-arrow.custom-prev {
        -webkit-transform: translateX(-193px) scale(0.9);
        -ms-transform: translateX(-193px) scale(0.9);
        transform: translateX(-193px) scale(0.9)
    }

    .news-section {
        padding-bottom: 40px
    }

    .clients-section {
        padding-top: 40px
    }

    .category-cont {
        padding-top: 35px
    }

    .cat-custom-nav-slider.custom-nav-slider .custom-arrow:active, .cat-custom-nav-slider.custom-nav-slider .custom-arrow:hover, .cat-custom-nav-slider.custom-nav-slider .custom-arrow:focus, .cat-custom-nav-slider.custom-nav-slider .custom-arrow:visited, .cat-custom-nav-slider.custom-nav-slider .custom-arrow {
        width: 36px
    }

    .cat-custom-nav-slider.custom-nav-slider {
        padding-left: 55px;
        padding-right: 55px
    }

    .cat-inner-head {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 576px) {
    .logo-img {
        width: 184px;
        height: 27px
    }

    .cat-custom-nav-slider.custom-nav-slider .custom-arrow:active, .cat-custom-nav-slider.custom-nav-slider .custom-arrow:hover, .cat-custom-nav-slider.custom-nav-slider .custom-arrow:focus, .cat-custom-nav-slider.custom-nav-slider .custom-arrow:visited, .cat-custom-nav-slider.custom-nav-slider .custom-arrow {
        bottom: 20px
    }

    .filter-list li {
        width: 50%
    }

    .cat-price-desc-col {
        font-size: 11px;
        line-height: 16px
    }

    .project-head {
        margin-bottom: 15px
    }

    .custom-slide img {
        height: 210px;
        border-radius: 16px
    }

    .project-inner-row .vid-cont {
        margin: 22px -7px 25px;
        border-radius: 16px;
        width: calc(100% + 14px);
        max-width: calc(100% + 14px)
    }

    .project-inner-row.row.lg-row {
        margin-left: -7px;
        margin-right: -7px
    }

    .project-inner-row.row.lg-row &gt; div[class*="col-"] {
        padding-left: 7px;
        padding-right: 7px
    }

    .serv-foot-list {
        margin-left: 0;
        margin-right: 0
    }

    .bread-cont {
        margin-bottom: 24px;
        padding: 10px 0 0
    }

    .breadcrumbs li, .breadcrumbs li &gt; span, .bread-link:active, .bread-link:hover, .bread-link:visited, .bread-link {
        font-size: 10px;
        line-height: 1.5
    }

    .breadcrumbs li {
        padding: 5px 5px 5px 0
    }

    .about-slogan {
        font-size: 18px
    }

    .page-img {
        margin: 18px 0 25px;
        border-radius: 16px
    }

    h1 {
        font-size: 22px;
        margin: 0 0 18px
    }

    .page-container {
        font-size: 12px;
        line-height: 18px
    }

    .page-container p {
        margin-bottom: 18px
    }

    .project-img img {
        height: 221px
    }

    .container {
        padding-right: 13px;
        padding-left: 13px
    }

    .main-slide-title {
        font-size: 26px;
        margin-bottom: 17px;
        text-align: center
    }

    .main-slide-text {
        font-size: 12px;
        line-height: 18px;
        text-align: center
    }

    .slick-slider.main-nav-slider, .main-nav-slider {
        bottom: 8px;
        left: 20px;
        width: calc(100% - 40px)
    }

    .category-cont {
        padding-top: 21px
    }

    .categ-link:active, .categ-link:hover, .categ-link:visited, .categ-link {
        margin-bottom: 14px;
        padding: 8px 6px;
        font-size: 15px;
        line-height: 20px
    }

    .categ-img {
        max-width: 70px
    }

    .btn-prim.btn-xs.w-auto:active, .btn-prim.btn-xs.w-auto:hover, .btn-prim.btn-xs.w-auto:focus, .btn-prim.btn-xs.w-auto:visited, .btn-prim.btn-xs.w-auto {
        padding: 3px 19px;
        font-size: 12px;
        width: 100%;
        max-width: 184px;
        display: block
    }

    .about-title.reveal {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .about-text-cont p, .about-text-cont * {
        font-size: 12px;
        line-height: 18px
    }

    .about-text-cont p:not(:last-child), .about-text-cont &gt; *:not(:last-child) {
        margin-bottom: 18px
    }

    h2, .h2 {
        font-size: 24px
    }

    .sec-head-desc {
        font-size: 12px;
        line-height: 18px
    }

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

    .team-boss-text {
        padding: 58px 0
    }

    .team-boss-text:after {
        top: -20px
    }

    .team-boss-text:before {
        bottom: -11px
    }

    .team-quote {
        font-size: 12px;
        line-height: 18px
    }

    .team-boss-cont {
        margin-bottom: 15px
    }

    .team-slider .slick-list {
        padding-left: 0 !important;
        padding-right: 15px !important
    }

    .team-slide {
        width: 220px;
        max-width: 220px
    }

    .news-slider .news-main, .news-slide:first-child .news-main {
        font-size: 11px
    }

    .news-slider .news-title {
        font-size: 14px
    }

    .news-slide:first-child .news-title {
        font-size: 16px
    }

    .news-link:active, .news-link:hover, .news-link:visited, .news-link {
        font-size: 11px
    }

    .slick-slide img.main-slide-img-desc, .main-slide-img-desc {
        display: none
    }

    .slick-slide img.main-slide-img-mob, .main-slide-img-mob {
        display: block;
        width: 100%;
        height: 492px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .projects-slide {
        padding: 4px 3px 0
    }

    .project-block:active, .project-block:hover, .project-block:visited, .project-block {
        width: 295px;
        min-height: 375px
    }

    .vid-cont:active, .vid-cont:hover, .vid-cont:visited, .vid-cont {
        max-width: 600px;
        margin: 0 -15px
    }

    .copyright:after, .foot-s-cont:after, .foot-border:after, .border-top-mob:after, .foot-logo-cont.foot-border:after, .foot-contact.foot-border:after {
        max-width: 367px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .main-menu &gt; * {
        max-width: 100%
    }

    .project-foot {
        padding: 13px 0 10px
    }

    .project-main {
        padding: 16px 0 13px
    }

    .project-title {
        font-size: 12px
    }

    .project-desc {
        font-size: 11px
    }

    .clients-section {
        padding-bottom: 20px
    }

    .foot-nav-sm li {
        margin-bottom: 0
    }

    .dev-link:active, .dev-link:hover, .dev-link:visited, .dev-link {
        font-size: 10px
    }

    .addr-cont .icon-text {
        font-size: 11px;
        line-height: 20px
    }

    .foot-nav-link:active, .foot-nav-link:hover, .foot-nav-link:visited, .foot-nav-link {
        font-size: 12px;
        padding: 2px 0
    }

    .head-s-cont .s-list li {
        padding: 0 6px
    }

    .head-s-cont .s-link:active, .head-s-cont .s-link:hover, .head-s-cont .s-link:visited, .head-s-cont .s-link {
        width: 29px
    }
}

@media screen and (max-width: 365px) {
    .contact-text.fz-xl {
        font-size: 22px
    }

    .page-vid-text {
        padding: 20px 16px
    }

    .foot-logo, .logo-col .logo:active, .logo-col .logo:hover, .logo-col .logo:visited, .logo-col .logo {
        max-width: 155px
    }

    .pagi-link:active, .pagi-link:hover, .pagi-link:visited, .pagi-link {
        width: 35px;
        height: 28px;
        font-size: 12px;
        border-radius: 30px
    }

    .pagi-link.pagi-arrow:active, .pagi-link.pagi-arrow:hover, .pagi-link.pagi-arrow:visited, .pagi-link.pagi-arrow {
        width: 40px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    .pagi-link.pagi-arrow.pagi-prev, .pagi-link.pagi-arrow.pagi-next {
        margin-left: 0
    }

    .pagi-list li {
        padding: 0 3px
    }

    .head-s-cont .s-list li {
        padding: 0 4px
    }

    .main-slide-cover {
        padding: 30px 15px 160px
    }

    .main-nav-slide:hover, .main-nav-slide {
        font-size: 11px;
        line-height: 15px
    }

    .categ-link:active, .categ-link:hover, .categ-link:visited, .categ-link {
        padding: 8px 2px;
        font-size: 14px;
        line-height: 18px
    }

    .about-title-desc {
        font-size: 13px;
        padding-left: 15px
    }

    .about-title h2 {
        font-size: 22px
    }

    .page-vid-text, .about-text-cont {
        padding: 20px 16px
    }

    .news-slider-nav.container, .news-slider-nav {
        max-width: 300px;
        padding: 0 80px
    }

    .news-btns-col {
        width: 205px
    }

    .news-btns-col .btn-prim:active, .news-btns-col .btn-prim:hover, .news-btns-col .btn-prim:focus, .news-btns-col .btn-prim:visited, .news-btns-col .btn-prim {
        min-width: 205px
    }

    .custom-arrow.custom-next:hover, .custom-arrow.custom-next {
        -webkit-transform: translateX(90px) scale(0.9);
        -ms-transform: translateX(90px) scale(0.9);
        transform: translateX(90px) scale(0.9)
    }

    .custom-arrow.custom-prev:hover, .custom-arrow.custom-prev {
        -webkit-transform: translateX(-175px) scale(0.9);
        -ms-transform: translateX(-175px) scale(0.9);
        transform: translateX(-175px) scale(0.9)
    }

    .foot-border .foot-nav {
        padding-left: 20px
    }

    .dev-link:active, .dev-link:hover, .dev-link:visited, .dev-link {
        font-size: 9px
    }

    .main-nav-link:active, .main-nav-link:hover, .main-nav-link:visited, .main-nav-link {
        font-size: 14px;
        padding: 3px 0
    }
}

@font-face {
    font-display: swap;
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Regular.eot');
    src: local('☺'), url('../fonts/CeraPro-Regular.woff') format('woff'), url('../fonts/CeraPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-RegularItalic.eot');
    src: local('☺'), url('../fonts/CeraPro-RegularItalic.woff') format('woff'), url('../fonts/CeraPro-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-display: swap;
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Ligth.eot');
    src: local('☺'), url('../fonts/CeraPro-Ligth.woff') format('woff'), url('../fonts/CeraPro-Ligth.ttf') format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Bold.eot');
    src: local('☺'), url('../fonts/CeraPro-Bold.woff') format('woff'), url('../fonts/CeraPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Medium.eot');
    src: local('☺'), url('../fonts/CeraPro-Medium.woff') format('woff'), url('../fonts/CeraPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Black.eot');
    src: local('☺'), url('../fonts/CeraPro-Black.woff') format('woff'), url('../fonts/CeraPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal
}

@-webkit-keyframes widthAnimation {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes widthAnimation {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

.tabs .tabs__header {
  display: flex;
}
.tabs .tabs__header > div {
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #fff;
  position: relative;
  top: 1px;
  border-bottom: 1px solid transparent;
}
.tabs .tabs__header > div.active {
	border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #fff;

}
.tabs .tabs__content > div {
	display: none;
    border: 1px solid #ccc;
    padding: 20px;
}
.tabs .tabs__content > div.active {
	display: block;
}

@media screen and (max-width:450px) {
  .tabs table {
    min-width: 0!important;
  }
  .tabs td {
    padding: 5px 7px!important;
  }
  .tabs td:nth-child(1) {
    max-width: 35%;
    word-break: break-word;
  }

  .tabs td:nth-child(2) {
    max-width: 35%;
    word-break: break-word;
  }
}

.project-price-from{

  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #0e1b51;
  text-align: center;

}

.cat-inner-head--first{
  margin-bottom: 0;
  border-bottom: 0;
}
.btn-prim--white{
  background-color: #fff;
  color: #0e1b51;
}
.cat-price-from{
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;

  color: #0e1b51;
  margin-bottom: 5px;
}

.project-inner-text a:not(.btn-prim):hover {
  color: #ef7f1a;
}

.slick-slider.main-nav-slider .slick-slide:nth-child(n+5) {
    display: block !important;
}

.slick-slider.main-nav-slider .slick-slide:nth-child(n+6) {
    display: none !important;
}