/* Effects */
.fx,
.button,
.menu-top,
.ui-scroll-up,
.fancybox-close,
a.content-image,
.content-icon img,
.slick-dots button,
.pagination-item,
.products-list-item:hover a,
.mobile-menu .opened .level-2,
.mobile-menu .with-subitems.opened::before {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}


/* Layout */
.main-wrap {
    min-height: 100%;
    min-width: 960px;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    overflow: hidden;
}

.content-wrap {
    max-height: 100%;
    height: 100%;
    width: 100%;
    flex-grow: 1;
}

.center-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 0 auto;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
}

.middle-wrap {
    padding: 90px 0 95px 0;
    position: relative;
}


.layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.foreground {
    background: rgba(255, 255, 255, 0.4);
}




/* Page Cover */
.page-cover {
    min-height: 300px;
    background-color: #f4f4f4;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: column nowrap;
}

.page-cover::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.no-cover {
    min-height: 345px;
}

.page-title-wrap {
    margin: 210px 0 30px 0;
}

.page-cover.no-cover::before {
    display: none;
}

.no-cover .page-title-wrap {
    margin: 230px 0 50px 0;
}

.no-cover .page-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
}

.page-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(37, 37, 37, 0.7);
}


/* Header */
header {
    width: 100%;
    padding: 0 0 37px 0;
    position: absolute;
    z-index: 99999;
}

header.menu-opened::before {
    content: '';
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

header .logo-wrap {
    padding-top: 29px;
}

header .logo {
    width: 139px;
    height: 150px;
    margin-top: 5px;
}

header .nav-menu {
    width: 100%;
    padding-top: 29px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

header .nav-menu .level-1 {
    margin-top: 44px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    list-style: none;
    position: relative;
}

header .nav-menu .level-1 > li {
    height: 28px;
    padding-left: 17px;
    display: flex;
}

header .nav-menu .level-1 > li > a {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    margin-left: 16px;
}

header .nav-menu .level-1 > li > a:hover {
    border-bottom: 2px solid #5c3387;
}

header .nav-menu .level-1 > li::before {
    content: '\2022';
    color: #5c3387;
    display: inline-block;
    position: relative;
    left: 0px;
    top: -3px;
    font-size: 24px;
}

header .nav-menu .level-1 > li:first-child {
    padding-left: 0;
}

header .nav-menu .level-1 > li:first-child::before {
    content: '';
}

header .nav-menu .level-1 > li:first-child a {
    margin-left: 0;
}

header .nav-menu .level-2 {
    width: 100%;
    display: flex;
    padding: 58px 0 40px 0;
    position: absolute;
    flex-flow: row nowrap;
    list-style: none;
    left: 0;
    top: 22px;
    visibility: hidden;
    opacity: 0;
}

header .nav-menu .level-1 > li:hover .level-2 {
    visibility: visible;
    opacity: 1;
}

header .nav-menu .level-2 li {
    margin-right: 34px;
    padding-bottom: 8px;
    display: flex;
    position: relative;
}

header .nav-menu .level-2 li a {
    font-size: 18px;
    font-weight: 400;
    color: #252525;
}

header .nav-menu .level-2 li a:hover::before {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #5c3387;
}


/* Lang */
header .lang {
    position: absolute;
    top: 10px;
    right: 0;
}

header .lang a {
    padding: 9px 10px 11px 10px;
    margin: 0 5px;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #252525;
    border: 1px solid #e4e4e4;
}

header .lang a:hover,
header .lang a.selected {
    color: #5c3387;
    border: 1px solid #5c3387;
}


/* Block Slider */
.main-slider .slide-item {
    /*  padding: 230px 0 138px 0; */
    background-size: cover;
    background-position: center center;
    position: relative;
}

/*
.main-slider .slide-item::before {
    content: '';
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
*/

.slide-title {
    width: 100%;
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
    margin: 0 auto;
    max-width: 1200px;
    height: 49px;
}


.main-slider .slide-wrapper {
    max-width: 1200px;
    height: 100vh;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0 auto;
    padding-top: 30px;
    box-sizing: border-box;
    position: relative;
}

.main-slider .slick-vertical .slick-slide {
    border: 0;
}

.main-slider .slick-dots {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    position: fixed;
    right: calc(50% - 600px);
    top: 0;
    z-index: 2;
    list-style: none;
}

.main-slider .slick-dots li {
    font-size: 0;
    display: inline-block;
    padding: 0 8px;
    margin: 25px 0;
    border-radius: 100%;
    box-sizing: border-box;
}

.main-slider .slick-dots button {
    padding: 0;
    margin: 0;
    font-size: 0;
    border: none;
    background: #5c3387;
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    outline: none;
    border-radius: 100%;
}

.main-slider .slick-dots button:hover {
    background: #835aae;
}

.main-slider .slick-dots .slick-active {
    padding: 6px 6px;
    border: 2px solid #5c3387;
}


/* Sleide Product */
.main-slider .slide-wrapper .content {
    width: 100%;
    padding-right: 40px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.main-slider .product .slide-wrapper .image {
    width: 50%;
    display: flex;
    align-items: center;
}

.main-slider .slick-slide .product img {
    padding: 5px 10px;
    box-sizing: border-box;
}

.main-slider .product .slide-wrapper .image img {
    max-width: 100%;
    max-height: 100%;
}

.main-slider .product .slide-wrapper .text {
    width: 50%;
}

.main-slider .slide-wrapper .text {
    margin-top: 41px;
}

.main-slider .slide-wrapper .title {
    font-size: 60px;
    font-weight: 700;
    line-height: 76px;
    letter-spacing: 1.5px;
    color: #252525;
}

.main-slider .slide-wrapper .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 38px 0 39px 0;
    color: #252525;
}

.main-slider .slide-wrapper .description article p,
.main-slider .slide-wrapper .description article li {
    font-size: 18px;
    line-height: 24px;
}

.main-slider .slide-wrapper .description article li {
    margin: 10px 0;
}

.main-slider .slide-wrapper .link {
    max-width: 127px;
    margin-top: 5px;
    display: inline-block;
    position: relative;
}

.main-slider .slide-wrapper .link::before {
    content: '';
    width: 11px;
    height: 12px;
    background: url(/images/icons/arrow.svg) center right no-repeat;
    position: absolute;
    right: 0;
    top: 6px;
}

.main-slider .slide-wrapper .link a {
    padding: 0 23px 10px 0;
    font-size: 18px;
    color: #5c3387;
    border-bottom: 1px solid #5c3387;
}

.main-slider .slide-wrapper .link a:hover {
    border: 0;
}

.main-slider .slide-tabs {
    width: 100%;
    height: 53px;
    font-size: 0;
    position: absolute;
    bottom: 41px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    display: none;
}

.main-slider .slide-tabs ul {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    list-style: none;
    font-size: 0;
    overflow-y: hidden;
    overflow-x: auto;
}

.main-slider .slide-tabs ul {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}

.main-slider .slide-tabs ul::-webkit-scrollbar {
    width: 0;
}

.main-slider .slide-tabs ul li {
    max-width: 500px;
    width: 100%;
    height: 53px;
    display: block;
    border-bottom: none;
    font-size: 16px;
    text-align: center;
    color: #252525;
    box-sizing: border-box;
    cursor: pointer;
}

.main-slider .slide-tabs ul li:hover,
.main-slider .slide-tabs ul li.active {
    color: #5c3387;
    border-bottom: 1px solid #5c3387;
}


/* Sleide Teasers */
.main-slider .teasers .slide-wrapper {
    padding: 0;
}

.main-slider .teasers .hidden {
    opacity: 0;
}

.main-slider .teaser-content {
    max-width: 478px;
    width: 100%;
    height: 278px;
    padding: 32px 26px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    background: #4fafe6;
    position: relative;
    box-sizing: border-box;
}

.main-slider .teaser-content:hover {
    box-shadow: 0px 0 15px 0 #c9c9c9;
}

.main-slider .teaser-content:first-child {
    margin-right: 25px;
}

.main-slider .teaser-content:last-child {
    margin-left: 25px;
}

.main-slider .teaser-content .image {
    max-width: 290px;
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.main-slider .teaser-content .title {
    max-width: 270px;
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    color: #fff;
}

.main-slider .teaser-content .image img {
    max-width: 100%;
}

.main-slider .teaser-content .link {
    width: 120px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 9px;
    box-sizing: border-box;
}

.main-slider .teaser-content .link::before {
    background: url(/images/icons/arrow-white.svg) center right no-repeat;
}


/* Sleide Projects */
.projects .slide-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 250px;
}

.projects .content-wrapper {
    margin: 30px -10px 0 -10px;
    max-width: 1060px;
    display: flex;
    flex-flow: row wrap;
}

.projects .slide-wrapper .content {
    max-width: 25%;
    width: 100%;
    padding: 0 10px;
    margin: 0 0 45px 0;
    display: block;
    box-sizing: border-box;
}

.projects .slide-wrapper .image {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
}

.projects .slide-wrapper a.content .image:hover {
    border: 1px solid #5c3387;
}

.projects .slide-wrapper .image img {
    padding: 10px;
    box-sizing: border-box;
}


.parnters .slide-wrapper .content {
    margin: 0 0 23px 0;
}


/* Slide News */
.news .slide-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.news .content-wrapper {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 40px;
}

.news .content-list {
    max-width: 50%;
    width: 100%;
}

.news .main-new {
    max-width: 446px;
    width: 100%;
    margin-right: 50px;
}

.news .slide-wrapper .text {
    margin-top: 0;
}

.news .content-description {
    margin: 7px 0 48px;
}

.news .main-new .content-description {
    margin-bottom: 31px;
}

.news .content-icon {
    margin-bottom: 25px;
}


/* Slide Contacts */
.contacts .slide-wrapper {
    flex-flow: column nowrap;
    justify-content: center;
    padding-top: 78px;
}

.contacts .content-wrapper {
    width: 100%;
}

.contacts .contact-block-wrapper {
    display: flex;
    flex-flow: row nowrap;
    margin: 26px 0 24px 0;
}

.contacts .phones {
    max-width: 210px;
    width: 100%;
    padding-left: 26px;
    box-sizing: border-box;
}

.contacts .phones::before {
    top: 11px;
}

.contacts .phones .content-phone {
    display: block;
}

.contacts .phones .content-phone a {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}

.contacts .email {
    margin-left: 37px;
    padding-top: 6px;
    line-height: 24px;
}

.contacts .contacts-description {
    margin-left: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #252525;
}


/* Page FAQ */
.faq-list {
    width: 100%;
    list-style: none;
}

.faq-list .faq-list-item {
    padding: 42px 0;
    border-bottom: 1px solid #e4e4e4;
}

.faq-list .faq-list-item:first-child {
    padding-top: 0;
}

.faq-list .faq-list-item:last-child {
    padding-bottom: 0;
    border: 0;
}

.faq-list .faq-list-item .question {
    padding-right: 70px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #5c3387;
    cursor: pointer;
    position: relative;
}

.faq-list .faq-list-item .question::before {
    content: '';
    background: url(/images/icons/plus.svg) top right no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 6px;
}

.faq-list .faq-list-item.opened .question::before {
    background: url(/images/icons/minus.svg) top right no-repeat;
}

.faq-list .faq-list-item .content-text {
    margin: 20px 0 0 50px;
    padding-right: 70px;
    display: none;
}

.faq-list .faq-list-item .content-text:last-child {
    margin-bottom: 0;
}


/* Page Partners */
.page-partners {
    width: 100%;
}

.partners-list {
    margin: 0 -15px;
    display: flex;
    flex-flow: row wrap;
}

.partners-list .partners-list-item {
    max-width: 33.3%;
    width: 100%;
    height: 205px;
    margin: 0;
    border: 0;
    padding: 10px 15px;
    box-sizing: border-box;
}

.partners-list .partners-list-item .content-image {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    box-sizing: border-box;
}

.partners-list .partners-list-item a.content-image:hover {
    border: 1px solid #5c3387;
}


/* Page Projects */
.page-projects {
    width: 100%;
}

.projects-list {
    margin: 35px -15px 0 -15px;
    display: flex;
    flex-flow: row wrap;
}

.projects-list article {
    margin: 0 15px;
}

.projects-list .projects-list-item {
    max-width: 20%;
    width: 100%;
    height: 153px;
    margin: 0;
    border: 0;
    padding: 10px 15px;
    box-sizing: border-box;
}

.projects-list .projects-list-item .content-image {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
}

.projects-list .projects-list-item a.content-image:hover {
    border: 1px solid #5c3387;
}

.projects-tabs {
    display: inline-block;
    padding-top: 2px;
    list-style: none;
    border-bottom: 1px solid #e4e4e4;
}

.projects-tabs li {
    display: inline-block;
    padding: 0 15px 19px 15px;
    font-size: 16px;
    line-height: 14px;
    font-weight: 400;
    color: #252525;
    cursor: pointer;
    box-sizing: border-box;
}

.projects-tabs li:hover,
.projects-tabs li.active {
    color: #5c3387;
    border-bottom: 1px solid #5c3387;
}


/* Page News */
.page-news {
    width: 100%;
    margin-top: 4px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.page-news-wrap .content {
    max-width: 760px;
    margin: 6px -30px 0 -30px;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
}

.page-news-wrap .content-list-item {
    padding: 0 30px;
    box-sizing: border-box;
}

.page-news-wrap .content-list-item .content-description {
    margin: 9px 0 28px;
}

.page-news .main-new {
    margin-bottom: 15px;
}

.page-news .main-new .text {
    margin-top: 33px;
}

.page-news .main-new .text {
    margin-top: 33px;
}

.page-news .second-news {
    margin: 0;
}

.page-news .second-news .text {
    margin-top: 30px;
}

.page-news .content-list-item .content-title {
    font-size: 0;
    line-height: 0;
}

.page-news .content-list-item .content-title a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

.page-news .second-news {
    max-width: 50%;
    width: 100%;
}

.page-news .content-list-item img {
    width: 100%;
}

.page-news-wrap article {
    padding: 0 30px;
}

.page-news .sidebar-wrapper {
    max-width: 430px;
    width: 100%;
    position: relative;
}

.page-news .sidebar-wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 816px;
    position: absolute;
    top: 0;
    right: 5px;
    border-right: 1px solid #e4e4e4;
    z-index: 0;
}

.page-news .sidebar {
    max-height: 810px;
    overflow: hidden;
    position: relative;
    scrollbar-color: #5c3387 transparent;
    scrollbar-width: thin;
}

.page-news .sidebar .content-list-item {
    max-width: 380px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 19px;
    box-sizing: border-box;
    border-bottom: 1px solid #e4e4e4;
}

.page-news .sidebar .content-list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.page-news .sidebar .content-date {
    margin-bottom: 2px;
}

.page-news .sidebar .content-list-item .content-description {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
}

.page-news .more-news {
    margin-top: 35px;
    padding-bottom: 8px;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #5c3387;
    border-bottom: 1px solid #5c3387;
    box-sizing: border-box;
    cursor: pointer;
}


/* Scrollbar */
.page-news .iScrollVerticalScrollbar {
    width: 9px !important;
}

.page-news .iScrollIndicator {
    background-color: #5c3387 !important;
    border-radius: 5px !important;
    border: none !important;
}

/*
.page-news .sidebar::-webkit-scrollbar-button {
    width: 9px;
    height: 0px
}

.page-news .sidebar::-webkit-scrollbar-track {
    background-color: transparent;
}

.page-news .sidebar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #5c3387;
}

.page-news .sidebar::-webkit-resizer {
    width: 10px;
    height: 0px
}

.page-news .sidebar::-webkit-scrollbar {
    width: 11px;
}


@-moz-document url-prefix() {
    .page-news .sidebar-wrapper::before {
        right: 4px;
    }
}

.page-news .sidebar{ color:black;
    scrollbar-face-color:#05B7FF;
    scrollbar-arrow-color:#05B7FF;
    scrollbar-track-color:#CBD5D7;
    scrollbar-shadow-color:#05B7FF;
    scrollbar-highlight-color:#05B7FF;
    scrollbar-3dlight-color:#808080;
    scrollbar-darkshadow-Color:#202020;
}
*/


/* Page Products */
.page-products {
    width: 100%;
}

.products-tabs {
    display: inline-block;
    list-style: none;
}

.products-tabs li {
    margin-bottom: 11px;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    cursor: pointer;
    box-sizing: border-box;
}

.products-tabs li a {
    padding: 1px 15px 14px 15px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.products-tabs li.active a,
.products-tabs li a:hover {
    color: #5c3387;
    border-bottom: 1px solid #5c3387;
}

.products-list {
    margin: 24px -15px 0 -15px;
    display: flex;
    flex-flow: row wrap;
}

.products-item-wrapper {
    max-width: 25%;
    width: 100%;
    margin-bottom: 24px;
    padding: 13px 13px 7px 13px;
    box-sizing: border-box;
}

.products-list-item {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    flex-flow: column nowrap;
}

.products-list-item:hover > a {
    border: 1px solid #5c3387;
}

.products-list-item > a {
    width: 100%;
    height: 220px;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.products-list-item > a::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    z-index: 2;
    border: 5px solid #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
}

.products-list-item .content-text,
.products-list-item .content-text a {
    margin: 0;
}

.products-list-item .content-text {
    text-align: center;
}

.products-list-item .content-text a {
    width: 100%;
    padding-top: 10px;
    display: block;
    color: #5c3387;
}

.products-list-item .content-text a:hover {
    color: #835aae;
}

.show-all-products {
    display: inline-block;
    font-size: 18px;
    margin-left: 26px;
}

.page-products .show-all-products a {
    color: #5c3387;
    padding-bottom: 7px;
    border-bottom: 1px solid #5c3387;
}

.page-products .show-all-products a:hover {
    color: #835aae;
    border: 0;
}

.page-products .product-empty {
    padding: 20px 0 0 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}


/* Page Product */
.product-card-top {
    margin-top: 3px;
    display: flex;
    flex-flow: row nowrap;
}

.product-card-image {
    width: 280px;
    margin: 7px 50px 10px 0;
    flex-shrink: 0;
}

.product-card-image > a {
    width: 100%;
    height: 220px;
    padding: 4px 0;
    display: block;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #e4e4e4;
    flex-shrink: 0;
    background: transparent;
}

.product-card-top .content-description {
    font-size: 20px;
    line-height: 30px;
    color: #252525;
}

.product-card-tabs {
    margin: 17px 0 40px 0;
}

.product-card-tabs li {
    padding: 14px 15px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400px;
    line-height: 24px;
    color: #252525;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.product-card-tabs li:hover,
.product-card-tabs li.active {
    color: #5c3387;
    border-bottom: 1px solid #5c3387;
}

.page-products article p,
.page-products article li {
    margin-bottom: 20px;
}


/* Download Table */
.product-file-list {
    width: 100%;
}

.product-file-list th {
    padding-bottom: 8px;
    text-align: left;
}

.product-file-list .section td {
    font-size: 16px;
    line-height: 19px;
    color: #7b7c7e;
    padding: 25px 0 15px 0;
    border-top: 1px solid #dcdee0;
}

.product-file-list td {
    padding: 0 0 8px 0;
}

.product-file-list .title a {
    color: #5c3387;
}

.product-file-list .title a:hover {
    color: #835aae;
    text-decoration: underline;
}


/* Page Downloads */
.page-downloads {
    width: 100%;
}

.page-downloads .downloads-tabs {
    display: inline-block;
    margin: 2px 0 44px 0;
    position: relative;
}

.page-downloads .downloads-tabs::before {
    content: '';
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
}

.page-downloads .downloads-tabs li {
    display: inline-block;
    font-size: 16px;
    line-height: 14px;
    font-weight: 400;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}

.page-downloads .downloads-tabs .download-letter {
    color: #252525;
    border-bottom: 1px solid transparent;
}

.page-downloads .downloads-tabs li:hover .download-letter,
.page-downloads .downloads-tabs li.active .download-letter {
    color: #5c3387;
    border-bottom: 1px solid #5c3387;
}

.page-downloads .downloads-tabs li:first-child,
.page-downloads .downloads-tabs li:nth-child(7n) {
    margin-right: 26px;
}

.page-downloads .downloads-tabs li:last-child {
    margin-right: 0;
}

.page-downloads .downloads-tabs li .download-letter {
    padding: 0 7px 19px 6px;
}

.page-downloads .downloads-tabs li:first-child .download-letter {
    padding-left: 0;
}

.page-downloads .page-download-content {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.page-downloads .downloads-list {
    width: 100%;
    margin-bottom: 36px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    page-break-inside: avoid;
    break-inside: avoid;
}

.page-downloads .downloads-link {
    line-height: 30px;
    color: #252525;
}

.page-downloads .downloads-link:hover {
    color: #5c3387;
    text-decoration: underline;
}

.page-downloads .download-letter {
    padding-bottom: 5px;
    color: #5c3387;
}



/* Page Contacts */
.page-contacts {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
}

.page-contacts .contacts-wrapper {
    margin: 1px 0 42px 0;
    display: flex;
    flex-flow: row nowrap;
}

.page-contacts .phones {
    font-size: 18px;
    line-height: 24px;
    width: 160px;
    flex-shrink: 0;
}

.page-contacts .contact-text {
    margin-left: 47px;
}

.page-contacts .email {
    margin-bottom: 15px;
    line-height: 24px;
}

.page-contacts .contacts-map-wrapper {
    max-width: 770px;
    width: 100%;
}

.page-contacts .contacts-map-wrapper .contacts-map {
    max-width: 770px;
    width: 100%;
    height: 380px;
}

.page-contacts .contacts-map-wrapper {
    padding-right: 30px;
    box-sizing: border-box;
}

.page-contacts .contacts-block-wrapper {
    display: flex;
    flex-flow: column nowrap;
}

.page-contacts .contacts-block-wrapper .content-phone {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #252525;
}

.page-contacts .contacts-description {
    max-width: 400px;
    width: 100%;
    padding-left: 30px;
    border-left: 1px solid #e4e4e4;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #252525;
}


/* Block Contacts */
.content-email a {
    color: #5c3387;
}

.content-email a:hover {
    text-decoration: underline;
}

.phones {
    padding-left: 30px;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}

.phones::before {
    width: 16px;
    height: 16px;
    content: '';
    background: url(/images/icons/phone.svg) center left no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}

.phones .content-phone {
    display: block;
}



/* Footer */
footer {
    min-height: 160px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    background: #f4f4f4;
}

footer .center-wrap {
    justify-content: space-between;
}

footer .contacts-block-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

footer .contacts-block-wrapper .phones {}

footer .copyright {
    padding-bottom: 5px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    text-align: right;
    color: #7b7c7e;
}

footer .copyright .pantera a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

footer .copyright .pantera a:hover {
    color: #5c3387;
    text-decoration: underline;
}

footer .contact-block-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

footer .footer-text {
    margin-left: 43px;
    line-height: 24px;
    font-size: 16px;
    color: #7b7c7e;
}
