

/* Start:/local/templates/lkk_NPFF/css/main.css?178117984817479*/
/* @font-face {
    font-family: "Circe";
    src: local("Circe Regular"), local("Circe-Regular");
    src: url(/local/templates/lkk_NPFF/css/fonts/Circe/Circe-Regular.eot);
    src: url(/local/templates/lkk_NPFF/css/fonts/Circe/Circe-Regular.woff) format("woff");
    src: url(/local/templates/lkk_NPFF/css/fonts/Circe/Circe-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Circe";
    src: local("Circe Bold"), local("Circe-Bold");
    src: url(/local/templates/lkk_NPFF/css/fonts/Circe/Circe-Bold.eot);
    src: url(/local/templates/lkk_NPFF/css/fonts/Circe/Circe-Bold.woff) format("woff");
    src: url(/local/templates/lkk_NPFF/css/fonts/Circe/Circe-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
} */

@font-face {
    font-family: "Source Sans 3";
    src: local("Source Sans 3 Regular"), local("Source Sans 3-Regular");
    src: url(/local/templates/lkk_NPFF/css/fonts/SourceSans3/SourceSans3-Regular.ttf.woff) format("woff");
    src: url(/local/templates/lkk_NPFF/css/fonts/SourceSans3/SourceSans3-Regular.ttf.woff2) format("woff2");
    src: url(/local/templates/lkk_NPFF/css/fonts/SourceSans3/SourceSans3-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Source Sans 3";
    src: local("Source Sans 3 Bold"), local("Source Sans 3-Bold");
    src: url(/local/templates/lkk_NPFF/css/fonts/SourceSans3/SourceSans3-Bold.ttf.woff) format("woff");
    src: url(/local/templates/lkk_NPFF/css/fonts/SourceSans3/SourceSans3-Bold.ttf.woff2) format("woff2");
    src: url(/local/templates/lkk_NPFF/css/fonts/SourceSans3/SourceSans3-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Lato Regular';
    src: url(/local/templates/lkk_NPFF/css/fonts/Lato/lato-regular.woff2) format('woff2'),
    url(/local/templates/lkk_NPFF/css/fonts/Lato/lato-regular.woff) format('woff'),
    url(/local/templates/lkk_NPFF/css/fonts/Lato/lato-regular.ttf) format('truetype'),
    url(/local/templates/lkk_NPFF/css/fonts/Lato/lato-regular.svg) format('svg'),
    url(/local/templates/lkk_NPFF/css/fonts/Lato/lato-regular.eot) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Regular';
    src: url(/local/templates/lkk_NPFF/css/fonts/Lato/lato-bold.woff2) format('woff2'),
    url(/local/templates/lkk_NPFF/css/fonts/Lato/lato-bold.woff) format('woff'),
    url(/local/templates/lkk_NPFF/css/fonts/Lato/lato-bold.ttf) format('truetype'),
    url(/local/templates/lkk_NPFF/css/fonts/Lato/lato-bold.eot) format("embedded-opentype");
    font-weight: 700;
    font-style: normal;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ul[class], ol[class] {
    padding: 0
}

body, h1, h2, h3, h4, h5, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

ul[class], ol[class] {
    list-style: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

a {
    color: inherit;
    transition: .3s ease-out
}

a, a:hover, a:focus {
    text-decoration: none
}

a:hover {
    opacity: .75
}

sup {
    font-size: .6em
}

img {
    max-width: 100%;
    display: block
}

article > * + * {
    margin-top: 1em
}

input, button, textarea, select {
    font: inherit
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        -o-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}



html {
    font-family: "Lato Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 136%;
    color: #1f2e43
}

section {
    position: relative;
    width: 100%;
    float: left;
    padding: 0 28px;
}

section:not(.section-menu) + section {
    margin-top: 28px
}

section .ww, .w {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%
}

section .ww {
    max-width: 1384px;
    margin: 0 auto;
    background-color: #f2f6fa;
    border-radius: 20px
}

section .w {
    align-items: center;
    z-index: 1;
    max-width: 1328px;
    margin: 0 auto;
    padding: 0 73px;
    overflow: visible
}

section .cols {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    overflow: hidden
}

section .cols .col {
    position: relative
}

.section-footer {
    margin-bottom: 0;
    padding: 0
}

@media screen and (max-width: 1020px) {
    section, section .w {
        padding: 0
    }

    section .ww {
        border-radius: 0
    }

    section:not(.section-menu) + section {
        margin-top: 16px
    }
}

@media screen and (max-width: 1430px) {
    :root {
        --paddings: 16px
    }
}

@media screen and (max-width: 1020px) {
    section, section .w {
        padding: 0
    }

    section .ww {
        border-radius: 0
    }

    section:not(.section-menu) + section {
        margin-top: 16px
    }
}

.section-menu {
    display: flex;
    justify-content: center;
    font-size: 14px;
    padding: 0;
    float: none
}

.section-menu .ww {
    width: 100%;
    max-width: 1440px;
    background-color: #fff
}

.section-menu + .home {
    margin-top: 16px
}

.section-menu .menu-top, .section-menu .menu-btm {
    padding: 0 28px
}

.section-menu .menu-top {
    display: flex;
    align-items: center;
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #e3e9ef
}


.section-menu .menu-top .sideMenuBtn img {
    width: 16px;
    height: 16px;
    transition: 0.2s ease-out
}

.section-menu .menu-top .logo_cont {
    margin-top: -7px;
    margin-left: 15px
}

.itms {
    display: flex;
    white-space: nowrap
}

.itms .itm {
    display: flex;
    align-items: center
}

.section-menu .menu-top .menu-left {
    margin-left: 28px
}

.menu-left .itm + .itm {
    margin-left: 24px
}

.menu-left .itm {
    color: #7e92ae
}

.spacer {
    flex-grow: 1
}

.section-menu .menu-top .menu-right .itm, .section-menu .menu-top .itm.auth {
    height: 38px;
    order: 1
}

.section-menu .menu-top .menu-right .itm a, .section-menu .menu-top .itm.auth a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 100%;
    overflow: hidden;
    padding: 8px 14px;
    border-radius: 10px;
    line-height: 1px;
    transition: 0.3s ease-out
}

.section-menu .menu-top .menu-right .itm, .section-menu .menu-top .itm.login {
    height: 38px;
    order: 1
}

.section-menu .menu-top .menu-right .itm a, .section-menu .menu-top .itm.login a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 100%;
    overflow: hidden;
    padding: 10px 14px 8px;
    border-radius: 10px;
    line-height: 1px;
    transition: 0.3s ease-out
}

.section-menu .menu-top .menu-right .itm a img {
    height: 20px;
    margin-top: -3px;
    margin-right: 10px
}

.section-menu .menu-top .menu-right .itm a:hover {
    background-color: #f6faff
}

.section-menu .menu-top .itm.login {
    margin-left: 10px
}

.section-menu .menu-top .itm.login a {
    display: flex;
    color: #0085ff;
    border: 2px solid #0085ff;
    border-radius: 10px;
    background-color: #f6faff
}

.section-menu .menu-top .menu-right .itm.login a img {
    height: 24px
}

.section-menu .menu-top .itm.hamb {
    display: none
}

.section-menu .menu-btm {
    display: flex;
    height: 55px
}

.section-menu .menu-btm .itms .itm + .itm {
    margin-left: 24px
}

.section-menu .menu-btm .search a {
    display: flex;
    align-items: center;
    white-space: nowrap
}

.section-menu .menu-btm .search a img {
    height: 20px;
    margin-top: -3px;
    margin-right: 10px
}

.section-menu .searchField.-opened:before {
    opacity: 1;
}
.section-menu .searchField:before {
    content: "";
    display: block;
    width: 25px;
    height: 100%;
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 80%);
    opacity: 0;
    transition: .3s ease-out;
}

.section-menu .menu-btm .search_input {
    height: 42px;
    pointer-events: none;
    opacity: 0;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    margin-right: -30px;
    padding: 0 35px 0 12px;
    border: 0;
    outline: 0;
    background-color: #f6faff;
    -webkit-box-shadow: unset;
}

.section-menu .menu-btm .searchField.-opened .search_input {
    pointer-events: unset;
    opacity: 1;
}
.section-menu .menu-btm .searchField .itm.search a img{
    transition: margin-right .3s ease-out;
}
.section-menu .menu-btm .searchField.-opened .itm.search a img{
    margin-right: 20px;
}

@media screen and (max-width: 1430px) {
    .section-menu .menu-top, .section-menu .menu-btm {
        padding: 0 16px
    }

    .section-menu .menu-top .sideMenuBtn {
        margin-left: -12px
    }

    .section-menu .menu-top .menu-left {
        margin-left: 24px
    }

    .section-menu .menu-top .menu-right .itm.login {
        margin-left: 5px
    }

    .section-menu .menu-top .menu-right .itm.login a {
        padding-left: 10px
    }

    .section-menu .menu-top .menu-right .itm.tel a, .section-menu .menu-top .menu-right .itm.map a, .section-menu .menu-btm .search a {
        width: 40px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 0
    }

    .section-menu .menu-top .menu-right .itm.doc {
        order: 0
    }
}

@media screen and (max-width: 1020px) {
    .section-menu .menu-top .menu-left, .section-menu .menu-top .menu-right, .section-menu .menu-btm .searchField, .section-menu .menu-user .user_name, .section-menu .menu-user .auth {
        display: none
    }

    .section-menu .menu-top {
        padding: 0 20px
    }

    .section-menu .menu-top .logo_cont .logo {
        display: flex;
        width: 90px
    }

    .section-menu .menu-top .itm.login {
        height: 26px;
        font-size: 12px
    }

    .section-menu .menu-top .itm.login a {
        padding: 5px 8px
    }

    .section-menu .menu-top .itm.login img {
        height: 15px;
        margin-right: 5px
    }

    .section-menu .menu-top .itm.hamb {
        display: flex;
        justify-content: center;
        align-items: center;
        order: 1;
        margin-left: 10px;
        margin-right: -5px
    }

    .section-menu .menu-top .itm.hamb a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px
    }

    .section-menu .menu-btm {
        padding: 0
    }

    .section-menu .menu-btm .itms {
        overflow-x: auto;
        padding-left: 20px
    }
}

.section-footer {
    padding-bottom: 28px
}

.home + .section-footer {
    margin-top: 28px
}

.section-footer .w {
    padding: 84px 73px
}

.section-footer .menu {
    font-size: 14px
}

.section-footer .menu .col {
    width: 230px
}

.section-footer .menu .col + .col {
    margin-left: 3%
}

.section-footer .menu .col_hdr {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    cursor: default
}

.col_hdr a:hover {
    color: #0085ff;
}

.section-footer .menu .itms {
    display: flex;
    flex-direction: column
}

.section-footer .menu .itms .itm {
    margin-top: 10px;
    line-height: 16px;
    white-space: normal;
    font-size: 14px
}

.section-footer .menu .col .itms .itm:hover {
    color: #0085ff
}

.section-footer .menu .col:first-child .itms .itm {
    line-height: 24px
}

.section-footer .menu .col.-cont {
    display: flex;
    flex-direction: column;
    margin-left: 80px;
    line-height: 32px
}

.section-footer .menu .col.-cont .phone {
    font-size: 24px;
    white-space: nowrap
}

.section-footer .menu .col.-cont .askCall {
    margin-top: 3px;
    font-size: 16px;
    line-height: 1em;
    color: #0085ff
}

.section-footer .menu .col.-cont .socs {
    display: flex;
    margin-top: 42px
}

.section-footer .menu .col.-cont .socs .soc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px
}

.section-footer .menu .col.-cont .socs .soc img {
    transition: 0.3s ease-out
}

.section-footer .menu .col.-cont .socs .soc + .soc {
    margin-left: 20px
}

.section-footer .menu .col.-cont .socs .soc:hover img {
    width: 30px
}

.section-footer .license {
    margin-top: 46px;
    font-size: 12px;
    line-height: 16px;
    color: #7e92ae
}

.section-footer .license a {
    margin-top: 46px;
    font-size: 12px;
    line-height: 16px;
    color: #0085ff
}

@media screen and (max-width: 1430px) {
    .home + .section-footer {
        margin-top: 16px
    }

    .section-footer {
        padding: 0 16px 16px
    }

    .section-footer .w {
        padding: 64px 73px
    }

    .section-footer .menu .col {
        width: 150px
    }

    .section-footer .menu .col_hdr {
        font-size: 16px;
        line-height: 21px
    }

    .section-footer .menu .itms .itm {
        margin-top: 12px;
        font-size: 12px;
        line-height: 15px
    }

    .section-footer .menu .col:first-child {
        width: 120px
    }

    .section-footer .menu .col:first-child .itms .itm {
        line-height: 12px
    }

    .section-footer .menu .col.-cont {
        margin-left: 50px;
        width: auto
    }

    .section-footer .menu .col.-cont .phone {
        font-size: 22px;
        line-height: 27px
    }

    .section-footer .menu .col.-cont .askCall {
        margin-top: 5px;
        font-size: 16px
    }

    .section-footer .menu .col.-cont .socs {
        margin-top: 18px
    }

    .section-menu .menu-btm .itms {
        overflow-x: auto;
    }
}

@media screen and (max-width: 1020px) {
    .section-footer {
        padding: 0
    }

    .section-footer .w {
        padding: 0
    }

    .section-footer .menu.cols {
        flex-direction: column
    }

    .section-footer .menu .col {
        width: 100%;
        margin-left: 0;
        border-bottom: 1px solid #cdd9e9;
        padding: 0 20px
    }

    .section-footer .menu .col:first-child {
        width: 100%
    }

    .section-footer .menu .col.-cont {
        padding-top: 24px;
        border-bottom: 0
    }

    .section-footer .menu .col.-cont .askCall {
        font-weight: 700
    }

    .section-footer .menu .col + .col {
        margin: 0
    }

    .section-footer .menu .col_hdr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
        margin-bottom: 0;
        font-size: 18px;
        cursor: pointer
    }

    .section-footer .menu .col_hdr:after {
        content: "";
        display: block;
        width: 30px;
        height: 100%;
        background: url(/local/templates/lkk_NPFF/css/../images/arr_dn.svg) 50% 50% no-repeat
    }

    .section-footer .menu .col .itms {
        height: 0;
        overflow: hidden;
        transition: 0.3s ease-out
    }

    @keyframes niceShow {
        0% {
            height: 0
        }
        70% {
            height: 100px
        }
        100% {
            height: auto
        }
    }.section-footer .menu .col.-opened .itms {
         padding-bottom: 20px;
         animation: niceShow 0.3s ease-out both
     }

    .section-footer .menu .col.-opened .col_hdr:after {
        transform: rotateZ(180deg)
    }

    .section-footer .menu .col.-cont .socs {
        margin-top: 24px
    }

    .section-footer .license {
        padding: 0 20px 20px
    }
}

.text-center {
    text-align: center
}

.logo img{
    margin-top: 12px;
    max-width: 140px;
}
@media (max-width: 1024px) {
    .logo img{
        max-width: 110px;
    }
}

#tt-text{
    background-color: white;
    position: absolute;
    top: 0;
    max-width: 240px;
    padding: 10px 15px;
    z-index: 50;
    border-radius: 6px;
    font-size: 13px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
}

.border-red{
    border-color: red;
}
.hint {
    position: relative;
}
.hint.-inline {
    display: inline-block;
    float: none;
}

.hint.-inline .hint_button {
    width: 15px;
    height: 15px;
    margin-top: -0.5em;
}
.hint_button {
    position: relative;
    width: 20px;
    height: 20px;
    background: url(/local/templates/lkk_NPFF/css/../images/icons/info-mark.svg) 50% 50%/cover no-repeat;
    border: none;
    cursor: pointer;
    transition: .3s ease-out;
}
.hint_button:hover {
    transform: scale(1.2);
    filter: brightness(.6);
}
.hint_text, .hint_text .ico {
    display: block;
    position: absolute;
}
.hint_text {
    bottom: -20px;
    right: -20px;
    z-index: 100;
    width: 300px;
    padding: 20px 0 20px;
    border-radius: 10px;
    background-color: #f2f6fa;
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
    line-height: 1.2em;
    overflow: hidden;
}
.hint_text_inner {
    display: flex;
    width: calc(100% + 20px);
    height: 100%;
    max-height: 300px;
    padding: 0 65px 0 20px;
    overflow-y: scroll;
    font-size: 14px;
}
.hint_text .ico {
    right: 20px;
    bottom: 20px;
    width: 20px;
    height: 20px;
    background: url(/local/templates/lkk_NPFF/css/../images/icons/info-mark.svg) 50% 50% no-repeat;
}
@media (max-width: 450px){
    .hint_text {
        width: 90vw;
        left: 0;
    }
}


@media (max-width: 400px){
    .itm.login a {
        font-size: 10px;
    }
}

@media (max-width: 360px){
    .section-menu .menu-top .itm.login img {
        display: none;
    }

    .logo img {
        max-width: 90px;
    }
}

.section-someContent .ww{
    z-index: 2;
}

.title-404, .block-404 .link-home{
    color:#0085ff;
}

.pdsImg{
    max-width: 480px;
    width: 100%;
    padding-top: 14px;
}
/* End */


/* Start:/local/templates/lkk_NPFF/css/menu-mobile.css?17811798481804*/
.menu-mobile {
	position: absolute;
	top: 64px;
	right: 100%;
	z-index: 100;
	display: none;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: calc(100% - 64px);
	padding: 24px 20px;
	border-top: 1px solid #d4e0fa;
	background: #fff;
	transition: .3s ease-out;
}
.mobileMenu_opened .menu-mobile {
	right: 0;
}

.menu-mobile .user_info {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 54px;
	padding: 17px 25px 15px;
	border-radius: 12px;
	background-color: #f2f6fa;
}
.menu-mobile .user_info .user_name {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
	color: #1f2e43;
}
.menu-mobile .user_info .auth img {
	margin-right: 5px;
	margin-top: -2px;
}
.menu-mobile .user_info .auth a {
	display: flex;
	align-items: center;
	color: #0085ff;
}

.menu-mobile .search_field {
	position: relative;
	width: 100%;
	margin-top: 15px;
}
.menu-mobile .search_field:after {
	content: '';
	position: absolute;
	top: 8px;
	right: 0;
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url("/local/templates/lkk_NPFF/css/../images/ico-search.svg") 50% 50% no-repeat;
}
.menu-mobile .search_field .search_input {
	width: 100%;
	padding-right: 20px;
	line-height: 32px;
	border: 0;
	outline: 0;
}

.menu-mobile .itms {
	display: block;
	white-space: nowrap;
	overflow-y: auto;
	width: 100%;
	margin-top: 15px;
}
.menu-mobile .itms .itm a {
	width: 100%;
	padding: 12px 0 ;
	font-weight: 700;
	line-height: 22px;
	color: #1f2e43;
	transition: .3s ease-out;
}
.menu-mobile .itms .itm a:hover {
	color: #0085ff;
}

.section-menu .menu-top .logo_cont .logo img {
  width:109px;
  margin-top: 2px;
}

@media screen and (max-width: 1024px) {
	.menu-mobile {display: flex}
}
/* End */


/* Start:/local/templates/lkk_NPFF/css/buttonGroup.css?17811798482935*/
.section-menu .sideMenuBtn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.03);
	cursor: pointer;
}
	.section-menu .sideMenuBtn:hover > img {
		filter: brightness(.7);
	}
	.section-menu .sideMenuBtn > img {
		width: 16px;
		height: 16px;
		transition: .3s ease-out;
	}

	.groupMenu {
		position: absolute;
		top: 100%;
		left: -10px;
		z-index: 100;
		min-width: 275px;
		max-width: 95vw;
		margin-top: 14px;
		padding: 24px;
		background-color: #fff;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.03);
		cursor: default;
		border: 1px solid rgba(0, 0, 0, 0.1);
		user-select: none;
		transition: .3s ease-out;

		opacity: 0;
		pointer-events: none;
	}
	.section-menu .sideMenuBtn.-opened > img {
		filter: hue-rotate(150deg) saturate(3);
	}
	.section-menu .sideMenuBtn.-opened .groupMenu {
		opacity: 1;
		pointer-events: all;
	}
	.groupMenu:before {
		content: '';
		position: absolute;
		/* top: -20px;
		left: 15px;
		border: 10px solid #fff0;
		border-bottom: 10px solid #fff; */

		top: -7px;
		left: 19px;
		width: 12px;
		height: 12px;
		background-color: #fff;
		border: solid rgba(0, 0, 0, 0.1);
		border-width: 1px 0 0 1px;
		transform: rotate(45deg);
	}

	.groupMenu .btn_close {
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 10;
		display: block;
		width: 10px;
		height: 10px;
		padding: 10px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAElBMVEUAAACSkpKPj4+Tk5OQkJCRkZE9Bj7XAAAABXRSTlMAoIB/Xz1GLWgAAAA1SURBVAjXHcsxEQAgDMXQ1AN/BxSUw0l7+LcCZcn0wgYaciywRB20ArDTfx3QSArIHyg267qTSATd1gBXewAAAABJRU5ErkJggg==) 50% 50% no-repeat;
		cursor: pointer;
	}
	.groupMenu .btn_close:hover {
		filter: brightness(.7)
	}

	.groupMenu .col {
		display: flex;
		flex-direction: column;
		width: 50%;
		min-width: 180px;
	}
	.groupMenu .col + .col {
		margin-left: 40px;
	}
		.groupMenu .col .hdr {
			font-weight: 700;
			font-size: 18px;
			color: #5a5a5a;
		}
		.groupMenu .col a {
			display: inline-flex;
			align-items: center;
			font-size: 13px;
		}
		.groupMenu .col a:hover {
		}
		.groupMenu .col .hdr + a {
			margin-top: 12px;
		}
		.groupMenu .col a + a {
			margin-top: 12px;
		}

		.groupMenu .col img {
			display: inline-block;
			width: 20px;
			height: 20px;
			margin-top: -2px;
			margin-right: 7px;
		}

	.groupMenu .about {
		float: right;
		margin-top: 10px;
		font-size: 14px;
		line-height: 1em;
		color: #919191;
		border-bottom: 1px solid #919191;
	}

@media screen and (max-width: 768px){
	.groupMenu .cols {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.groupMenu .cols .col + .col {
		margin-top: 30px;
		margin-left: 0;
	}
}
/* End */


/* Start:/local/templates/lkk_NPFF/css/modal.css?17811798481698*/
.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(126, 146, 174, 0.4);
    transition: opacity .3s ease;
    display: none;
}

.modal_name {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    line-height: 27px;
}

.modal-body-content p {
    margin-bottom: 15px;
}

.modal-mask.opened{
    display: table;
}

.modal-mask .modal-wrapper {
    display: table-cell;
    vertical-align: middle
}

.modal-mask .modal-wrapper .modal-container {
    margin: 0 auto;
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all .3s ease;
    border-radius: 20px;
    position: relative;
    max-width: 800px;
}

.modal-mask .modal-wrapper .modal-container.modal-text-small {
    max-width: 400px
}

.modal-mask .modal-wrapper .modal-container.modal-text-small .modal-body {
    margin: 7px 0
}

.modal-mask .modal-wrapper .modal-container .close_icon {
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 18px;
    top: 18px
}

.modal-mask .modal-wrapper .modal-container .modal-header {
    width: calc(100% - 20px);
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: -1px;
    color: #1f2e43;
    text-align: left
}

.modal-mask .modal-wrapper .modal-container .modal-body {
    margin: 20px 0;
    min-height: 80px;
    display: flex;
    align-items: center;
    max-height: 90vh
}
.modal-mask .modal-wrapper .modal-container .modal-body .modal-body-content{
    overflow-y: auto;
    max-height: 90vh;
    padding-right: 10px;
    margin-right: -10px;
}


/* End */
/* /local/templates/lkk_NPFF/css/main.css?178117984817479 */
/* /local/templates/lkk_NPFF/css/menu-mobile.css?17811798481804 */
/* /local/templates/lkk_NPFF/css/buttonGroup.css?17811798482935 */
/* /local/templates/lkk_NPFF/css/modal.css?17811798481698 */
