.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

body .jGrowl-notification {
    padding: 20px 40px 20px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 0.1);
    opacity: 1;
    font-family: 'Montserrat';
    position: relative;
}

body .jGrowl-notification.af-message-success, body .ms2-message-success {
    background-color: #3cf914 !important;
    background: -webkit-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: -moz-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    color: #006f01 !important;
}

body .jGrowl-notification.af-message-error, body .ms2-message-error {
    background-color: #d11a00 !important;
    background: -webkit-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: -moz-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
}

body .jGrowl-notification.af-message-info, body .ms2-message-info {
    background-color: #00a6ff !important;
    background: -webkit-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: -moz-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
}

body .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

body .jGrowl-notification {
    font-family: 'Montserrat';
}

body .jGrowl-notification.af-message-success .jGrowl-close {
    color: #006f01;
}

html, body {
    width: 100%;
    color: #222;
    font-family: 'Montserrat';
    height: 100vh;
    background: #fff;
}

hr.clear {
    display: block;
    margin: 0;
    border: none;
    height: 0;
    width: 100%;
    clear: both;
}

.adaptive {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

header {
    height: 210px;
    background: #3043C1;
    background: linear-gradient(0deg, rgba(48, 67, 193, 1) 0%, rgba(17, 22, 44, 1) 100%);
}

header .cont .adaptive {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .cont .adaptive .left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .cont .adaptive .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

header .cont .adaptive .left .logotype {
}

header .cont .adaptive .left .logotype a {
    display: flex;
    height: 60px;
}

header .cont .adaptive .left .logotype a img {
    display: block;
    height: 100%;
}

header .cont .adaptive .right .melke {}

header .cont .adaptive .right .melke a {
    display: flex;
    height: 60px;
}

header .cont .adaptive .right .melke a img {
    height: 100%;
}

header .cont .menu ul {
    display: flex;
}

header .cont .menu {
    padding: 0 0 0 40px;
}

header .cont .menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

header .cont {
    padding: 30px 0;
}

header nav {
    height: 70px;
    box-sizing: border-box;
    /* border-top: 1px solid rgba(218, 218, 218, .4); */
    /* border-bottom: 1px solid rgba(218, 218, 218, .4); */
}

a.telBlock {
    background: #3043c1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 70px;
    justify-content: center;
    padding: 0 20px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

header .cont .adaptive .right .tels {
    padding: 0 20px 0 30px;
}

a.telBlock h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px;
}

a.telBlock span {
    font-size: 14px;
}

header .cont .menu ul li {
    margin: 0 20px 0 0;
}

header .socials a img {
    width: 100%;
}

header .socials {
    display: flex;
    align-items: center;
}

header .socials a {
    margin: 0 0 0 20px;
    width: 32px;
    transition: 0.3s;
}

header .cont .adaptive .right .tels a.tel:hover {}

header nav .adaptive {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

header nav .adaptive:before, header nav .adaptive:after {
    content: "";
    border-top: 1px solid rgba(218, 218, 218, .4);
    border-bottom: 1px solid rgba(218, 218, 218, .4);
    display: block;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    right: 100%;
    width: 100%;
    margin: 0 10px;
}

header nav .adaptive:after {
    right: auto;
    left: 100%;
}

main {
    min-height: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
}

section.pagetitle {
    padding: 50px 0;
    text-align: center;
}

section.pagetitle ol.breadcrumb {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 0 0 20px;
    font-size: 14px;
}

section.pagetitle h1 {
    font-size: 30px;
    font-weight: 600;
}

section.pagetitle ol.breadcrumb li.sep {
    margin: 0 5px;
}

section.pagetitle ol.breadcrumb a {
    text-decoration: none;
    color: inherit;
}

section.pagetitle ol.breadcrumb li.breadcrumb-item.active {
    color: rgba(34, 34, 34, .6);
}

.rows.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.imgBlock {
    width: 386.666px;
    margin: 0 20px 20px 0;
}

a.zoomphoto {
    position: relative;
    display: flex;
}

a.zoomphoto i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    font-size: 50px;
    transition: 0.3s;
    opacity: 0;
}

a.zoomphoto:hover i {
    opacity: 1;
}

.imgBlock a img {
    display: block;
    width: 100%;
}

.imgBlock a {
    display: flex;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 10%);
}

.imgBlock:nth-child(3n) {
    margin: 0 0 20px;
}

footer {
    background: linear-gradient( 45deg, #0a0d1b 0%, #232a5c 100%);
    color: #fff;
    margin: -360px 0 0;
}

footer .adaptive .cont {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 50px 0 0px;
    height: 200px;
    box-sizing: border-box;
}

footer .adaptive .cont .left {
    width: 50%;
}

footer .adaptive .cont .right {
    width: 50%;
    display: flex;
}

footer .adaptive .cont .right .f_menu {
    width: 50%;
}

footer .adaptive .cont .f_menu .title {
    font-size: 18px;
    padding: 0 0 25px;
    font-weight: 500;
}

footer .adaptive .cont .f_menu ul li a {
    color: inherit;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    transition: 0.3s;
}

footer .adaptive .cont .f_menu ul li {
    margin: 0 0 5px;
}

footer .bottom {
    border-top: 1px solid rgba(255, 255, 255, .4);
    padding: 30px 0 0;
    display: flex;
    align-items: flex-start;
    height: 160px;
    box-sizing: border-box;
}

body.inside_page section.container {
    padding: 0 0 80px;
}

footer .bottom .left {
    width: 50%;
    font-size: 15px;
    line-height: 20px;
}

footer .bottom .right {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    display: flex;
}

footer .bottom .left a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}

footer .bottom .left .links {
    padding: 5px 0;
    display: flex;
}

footer .bottom .left .links a {
    margin: 0 15px 0 0;
}

footer .bottom .right .contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer .bottom .right .contacts .address {
    padding: 15px 0 0;
    font-size: 15px;
    line-height: 20px;
}

footer .bottom .left a:hover {
    color: rgb(255 255 255 / 60%);
}

footer .adaptive .cont .f_menu ul li a:hover {
    color: rgb(255 255 255 / 60%);
}

header .socials a:hover {
    opacity: 0.6;
}

footer .adaptive .cont .left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

footer .adaptive .cont .left ul li {
    width: 50%;
}

.sidemenu {
    position: fixed;
    left: -380px;
    top: 0;
    width: 380px;
    background: #ffffff;
    height: 100%;
    z-index: 1000;
    transition: 0.3s;
    background-image: url(../images/sidebar.jpg);
    color: #fff;
    background-size: cover;
    background-position: center;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

body.menu_open .sidemenu {
    left: 0;
}

body.menu_open .overlay {
    opacity: 1;
    visibility: visible;
}

.sidemenu a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.sidemenu .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

body.menu_open {
    overflow: hidden;
}

.sidemenu .menu {
    text-align: center;
    padding: 0px 30px 50px;
}

.sidemenu .menu a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.sidemenu .menu li {
    padding: 10px 0 0;
}

.sidemenu .menu li:first-child {
    padding: 0;
}

.sidemenu .services_menu {
    text-align: center;
    padding: 0 30px;
}

.sidemenu .services_menu li {
    padding: 0 0 15px;
}

.sidemenu .services_menu li a {
    font-size: 18px;
    line-height: 20px;
}

.sidemenu .cont {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.albumBlock {
    width: 386.666px;
    margin: 0 20px 20px 0;
}

.albumBlock:nth-child(3n) {
    margin: 0 0 20px;
}

.albumBlock a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.albumBlock a img {
    display: block;
    transition: 0.3s;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 10%);
}

.albumBlock a .txt {
    text-align: center;
}

.albumBlock a .txt .title {
    padding: 15px 0 10px;
    font-size: 16px;
    font-weight: 600;
}

.albumBlock a .txt .count {
    font-size: 15px;
}

article.article a.leftimg {
    float: left;
    margin: 0 20px 20px 0px;
    width: 500px;
}

article.article a.leftimg img {
    display: block;
    width: 100%;
}

article.article h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 20px;
}

article.article h3 {
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 500;
}

article.article p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px;
}

article.article strong {
    font-weight: 600;
}

article.article ul li {
    font-size: 16px;
    line-height: 22px;
    list-style-type: square;
    list-style-position: inside;
}

article.article ul, article.article ol {
    padding: 0 0 0 25px;
    margin: 0 0 20px;
}

article.article li::marker {
    color: #000;
}

article.article blockquote {
    background: #f2f5f9;
    padding: 15px 20px;
    border-left: 4px solid #000000;
    margin: 0 0 20px;
}

.sidemenu a:hover {
    opacity: 0.6;
}

.article_slider {
    width: 500px;
    float: left;
    margin: 0 20px 20px 0;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 10%);
}

.article_slider img {
    width: 100%;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.owl-nav button {
    width: 50px;
    height: 50px;
    margin: -25px 0 0;
    color: #fff !important;
    background-image: url(../images/darrows.png) !important;
    background-position: center !important;
    background-size: 40px !important;
    background-repeat: no-repeat !important;
}

.owl-nav button.disabled {
    opacity: 0;
    visibility: hidden;
}

.owl-nav button.owl-prev {
    transform: rotate(180deg);
}

article.article ol li {
    font-size: 16px;
    line-height: 20px;
    list-style-type: auto;
    list-style-position: inside;
}

.srvBlock {
    width: 285px;
    margin: 0 20px 20px 0;
}

.srvBlock:nth-child(4n) {
    margin: 0 0 20px;
}

.srvBlock a img {
    display: block;
}

.srvBlock a .title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(255 255 255 / 80%);
    width: 100%;
    padding: 12px 13px;
    box-sizing: border-box;
    font-weight: 600;
    color: inherit;
    text-align: center;
    transition: 0.3s;
    font-size: 16px;
    line-height: 20px;
}

.srvBlock a {
    display: block;
    position: relative;
    min-height: 40px;
    color: inherit;
    overflow: hidden;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 10%);
}

.srvBlock a:hover .title {
    transform: translateY(100%);
}

body.home_page header {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 120;
}

section.welcome {
    height: 662px;
    position: relative;
    box-sizing: border-box;
    padding: 240px 0 0;
    width: 100%;
}

section.welcome .header_bg {
    height: 602px;
    width: 100%;
    display: block;
    background: #3043C1;
    background: linear-gradient(0deg, rgba(48, 67, 193, 1) 0%, rgba(17, 22, 44, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.main_slider .swiper-slide .item {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}

.main_slider .swiper-slide-active .item {
  opacity: 1;
  visibility: visible;
}

.main_slider .swiper {
    overflow: visible;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    right: -60px;
    transition: 0.3s;
}

.swiper-button-next img, .swiper-button-prev img {
    display: block;
    width: 40px;
}

.swiper-button-prev {
    transform: rotate(180deg);
    right: auto;
    left: -60px;
}

.swiper-slide .item a {
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 10%);
    display: block;
}

.swiper-slide .item a img {
    display: block;
    width: 100%;
}

body.home_page .benBlock .icon {
    height: 50px;
    width: 50px;
    padding: 0 0 0 20px;
}

body.home_page .benBlock .icon img {
    height: 100%;
}

section.benefits .adaptive {
    display: flex;
    justify-content: space-between;
}

body.home_page .benBlock {
    display: flex;
    align-items: center;
    /* width: 25%; */
    w
FONT-WEIGHT: 200;
    w
FONT-WEIGHT: 200;
    /* padding: 0 50px; */
    box-sizing: border-box;
}

section.benefits {
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5;
}

body.home_page .benBlock .title {
    /* width: 140px; */
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

section.services {
    padding: 50px 0;
}

section.services .grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.section_title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
}

.section_desc {
    margin: 0 0 40px;
    text-align: center;
    padding: 0 100px;
    font-size: 16px;
    line-height: 20px;
}

.see_all {
    text-align: center;
}

.see_all {
    padding: 30px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.see_all a {
    color: #3043c1;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

.see_all a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -3px;
    border-bottom: 1px dashed #3043c1;
    transition-property: bottom, opacity;
}

section.au {
    background-image: url(../images/about-bg.jpg);
    background-position: center;
    background-size: cover;
    height: 410px;
}

section.au .text {
    width: 650px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.au .adaptive {
    height: 100%;
}

.au_title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
    line-height: 30px;
}

.au_text {
    font-size: 16px;
    line-height: 22px;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

section.albums .grid .imgBlock {
    width: 285px;
}

section.albums .grid .imgBlock:nth-child(4n) {
    margin: 0 0 20px;
}

section.albums .grid .imgBlock:nth-child(3n) {
    margin: 0 20px 20px 0;
}

section.albums {
    padding: 50px 0;
}

section.albums .top {
    display: flex;
    justify-content: center;
    padding: 0 0 30px;
}

section.albums .top ul.album-tabs {
    display: flex;
    width: 1040px;
    border: 1px solid #e5e5e5;
}

ul.album-tabs {}

section.albums .top ul.album-tabs li {
    width: 20%;
    border: none;
    border-right: 1px solid #e5e5e5;
}

section.albums .top ul.album-tabs li * {
    background: transparent;
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    color: inherit;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    transition: 0.3s;
    border: none;
}

section.albums .top ul.album-tabs li:last-child {
    border: none;
}

section.albums .top ul.album-tabs li *:hover {color: #3043c1;}

section.albums .top ul.album-tabs li.small_size * {
    padding: 15px 5px;
}

body.inside_page section.albums {
    padding: 0 0 50px;
}

section.albums .top ul.album-tabs li *.active {
    color: #3043c1;
}

section.melke {
    padding: 50px 0;
    background: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
}

.mlkBlock {
    width: 386.666px;
    margin: 0 20px 20px 0;
}

.mlkBlock:nth-child(3n) {
    margin: 0 0 20px;
}

section.melke .section_title {
    margin: 0 0 40px;
    font-size: 30px;
}

.mlkBlock a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.mlkBlock a img {
    display: block;
    transition: 0.3s;
}

.mlkBlock a .title {
    text-align: center;
    padding: 12px 0 0;
    font-weight: 500;
    color: inherit;
}

.article_slider .swiper-button-next, .article_slider .swiper-button-prev {
    right: 0;
}

.article_slider .swiper-button-prev {
    right: auto;
    left: 0;
}

.iframe-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.sidemenu .close:hover {
    opacity: 0.8;
}

header .socials a svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.swiper-button-next svg, .swiper-button-prev svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}

.record{
    width: 285px;
    cursor: pointer;
    margin-left: 15px;
    position: relative;
}
.record .title{
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: opacity .15s linear;
    color: #fff;
    height: 70px;
}
.record:hover .title{
    opacity: .6;
}
.record .title svg{
    width: 30px;
    height: 30px;
    fill: #fff;
    margin-right: 8px;
}
.record .line{
    left: 3px;
    height: 1px;
    position: absolute;
    background-color: #fff;
    width: calc(100% - 6px);
}
.record .top{
    top: 0;
}
.record .bottom{
    bottom: 0;
}
.record .line:before,
.record .line:after{
    content: '';
    top: -5px;
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5.5px solid transparent;
}
.record .line:before{
    left: -4px;
    border-right: 14px solid #fff;
}
.record .line:after{
    right: -3px;
    border-left: 14px solid #fff;
}

footer .socials {
    display: flex;
}

footer .socials a {
    width: 30px;
    height: 30px;
    display: flex;
}

footer .socials a svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.nav_menu {
    width: 900px;
    height: 70px;
    border-top: 1px solid rgba(218, 218, 218, .4);
    border-bottom: 1px solid rgba(218, 218, 218, .4);
    box-sizing: border-box;
    position: relative;
}

header nav .adaptive:before {
    margin: 0;
}

hr.footer.clear {
    height: 360px;
}

body.contacts_page.inside_page {}

body.contacts_page section.container {}

body.contacts_page section.container .adaptive {
    display: flex;
}

body.contacts_page section.container .adaptive .left, body.contacts_page section.container .adaptive .right {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 15px;
}

body.contacts_page section.container .adaptive .left {
    padding: 0 15px 0 0;
}

body.contacts_page section.container .adaptive .info {
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    text-align: center;
    box-sizing: border-box;
    padding: 40px 20px;
    margin: 0 0 20px;
    transition: 0.3s;
}

body.contacts_page section.container .adaptive .info .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
}

body.contacts_page section.container .adaptive .info .address {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px;
}

body.contacts_page section.container .adaptive .info .tels {
    font-size: 18px;
    margin: 0 0 20px;
}

body.contacts_page section.container .adaptive .info a {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}

body.contacts_page section.container .adaptive .entermap {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

body.contacts_page section.container .adaptive .info .hours {
    font-size: 16px;
    line-height: 24px;
}

body.contacts_page section.container .adaptive .info:hover {
    background: #fff;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 10%);
    border: 1px solid #fff;
}

button.btn-more {
    color: #3043c1;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Montserrat';
    padding: 0;
    width: auto;
    margin: 20px auto 0;
}

button.btn-more:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -3px;
    border-bottom: 1px dashed #3043c1;
    transition-property: bottom, opacity;
}

.header_fixed {
    position: fixed;
    top: -90px;
    left: 0;
    width: 100%;
    z-index: 190;
    background: linear-gradient(90deg, rgba(10, 13, 26, 0.9) 0%, rgba(35, 42, 92, .9) 100%);
    transition: 0.3s;
}

.header_fixed .adaptive {
    display: flex;
    justify-content: space-between;
    height: 90px;
}

.header_fixed .adaptive .left {
    display: flex;
    align-items: center;
}

.header_fixed .adaptive .right {
    display: flex;
    align-items: center;
}

.header_fixed .adaptive .socials {
    display: flex;
    align-items: center;
}

.header_fixed .adaptive .socials a {
    width: 30px;
    height: 30px;
    display: flex;
    margin: 0 0 0 20px;
}

.header_fixed .adaptive .socials a svg {
    fill: #fff;
    width: 100%;
    height: 100%;
}

.header_fixed .adaptive .right .melke {
    height: 50px;
}

.header_fixed .adaptive .right .melke img {
    height: 100%;
    display: block;
}

.header_fixed .adaptive .left .logotype {
    height: 50px;
}

.header_fixed .adaptive .left .logotype img {
    height: 100%;
}

.header_fixed .adaptive .left .menu {
    padding: 0 0 0 30px;
}

.header_fixed .adaptive .left .menu ul {
    display: flex;
}

.header_fixed .adaptive .left .menu ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.header_fixed .adaptive .left .menu ul li {
    padding: 0 15px 0 0;
}

.header_fixed .adaptive .right .tels {
    padding: 0 20px;
}

.header_fixed .adaptive .right .tels a {
    height: auto;
    padding: 12px 20px;
}

.header_fixed .adaptive .right .tels a h3 {
    margin: 0;
    font-size: 22px;
    letter-spacing: 1px;
}

.header_fixed.act {
    top: 0;
}

footer .copy_right {
    display: none;
}

header .cont .menu ul li a:hover {
    opacity: 0.6;
}

header .cont .menu ul li a svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    margin: 0 10px 0 0;
}

header .cont .menu ul li a.menuBtn {
    display: flex;
    align-items: center;
}

.header_fixed .adaptive .left .menu ul li a.menuBtn {
    display: flex;
}

.header_fixed .adaptive .left .menu ul li a.menuBtn svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    margin: 0 10px 0 0;
}

.nav_menu .swiper {
    height: 100%;
    /* overflow: visible; */
    margin: 0 50px;
    padding-left: 1px;
}

.nav_menu .swiper-slide {
    /* opacity: 0; */
    transition: 0.3s;
}

.nav_menu .swiper-slide a {
    height: 68px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    width: 100%;
    justify-content: center;
    border-right: 1px solid rgba(218, 218, 218, .4);
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
    padding: 0 15px;
    box-sizing: border-box;
    transition: 0.3s;
}

.nav_menu .swiper-button-next, .nav_menu .swiper-button-prev {
    right: 0px;
    width: 50px;
    height: 50px;
}

.nav_menu .swiper-button-prev {
    left: 0;
}

.nav_menu .swiper-button-next svg, .nav_menu .swiper-button-prev svg {
    width: 15px;
    height: 15px;
}

.nav_menu .swiper-slide.swiper-slide-visible {
    opacity: 1;
}

.nav_menu .swiper .swiper-slide-active {
    box-shadow: -1px 0px 0px 0px rgba(218, 218, 218, .4);
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 0.6;
}

.nav_menu .swiper-slide a:hover {
    color: rgb(255 255 255 / 60%);
}

.albumBlock a .img, .mlkBlock a .img {
    overflow: hidden;
}

.albumBlock a:hover img, .mlkBlock a:hover img {
    transform: scale(1.1);
}

input, textarea, button {
    outline: none;
}

.empty_result {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    opacity: 0.2;
    font-size: 24px;
}

body.melke_inside section.benefits .benBlock {
    width: 200px;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}

body.melke_inside section.benefits .benBlock .icon {
    margin: 0 0 20px;
    height: 64px;
    display: flex;
    align-items: center;
}

body.melke_inside section.benefits .benBlock .title {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}

body.melke_inside section.benefits .benBlock .icon img {
    display: block;
    margin: 0 auto;
    width: 64px;
}

body.melke_inside section.benefits {
    background: #f5f5f5;
}

body.inside_page.melke_inside section.container {
    padding: 0 0 50px;
}

section.steps {
    padding: 50px 0;
    background: #f5f5f5;
}

.stepBlock {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.stepBlock img {
    display: block;
    width: 78px;
}

section.steps .adaptive {
    display: flex;
}

.stepBlock .img {
    margin: 0 0 10px;
}

.stepBlock .title {
    font-size: 16px;
    line-height: 20px;
    color: #939393;
    text-align: center;
}

.stepBlock .title strong {
    clear: both;
    display: block;
    font-weight: 600;
}

body.melke_inside section.benefits + section.steps {
    background: #fff;
}

section.information {
    padding: 0 0 40px;
}

section.information .article_slider {
    float: none;
    margin: 0;
}

section.information .adaptive {
    display: flex;
}

section.information .adaptive .left {
    width: 500px;
}

section.information .adaptive .right {
    width: 700px;
    box-sizing: border-box;
    padding: 0 0 0 30px;
}

section.information .charBlock {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 22px;
    font-size: 18px;
    margin: 0 0 12px;
}

section.information .charBlock:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    border-top: 1px dashed #c3c3c3;
}

section.information .charBlock div {
    background: #fff;
    position: relative;
    z-index: 2;
}

section.information .charBlock .title {
    padding-right: 12px;
}

section.information .charBlock .value {
    padding-left: 12px;
}

.char_title {
    font-size: 26px;
    padding: 10px 0 25px;
    font-weight: 500;
}

.articleBlock {
    width: 386.666px;
    margin: 0 20px 20px 0;
}

.articleBlock:nth-child(3n) {
    margin: 0 0 20px;
}

.articleBlock a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.articleBlock a img {
    display: block;
    margin: 0 0 20px;
    width: 100%;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 10%);
}

.articleBlock a .title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
}

.articleBlock a .desc {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 15px;
}

.articleBlock a .pubdate {font-size: 15px;}