*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul,
ol,
li{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: inherit;
}

html,
body{
    height: 100%;
    width: 100%;
}

.container{
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}

.wrapper{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main{
    flex: 1 1 auto;
}
footer{
    flex-shrink: 0;
}

body{
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #1F1F1F;
}
.h1,
.second_page p.h1, .h3.page_title{
    font-family: 'Lora', serif;
    font-size: 25px;
    line-height: 32px;
    color: #1F1F1F;
}
.title_row{
    padding-top: 5px;
    max-width: 448px;
    margin: 0 auto;
  max-width: 100%;
  position: relative;
}
.title_row::after{
  content: "";
  display: inline-block;
  text-align: center;
  margin: auto;
  position: absolute;
  top: -1px;
  left: calc(50% - 224px);
  border-top: 1px solid #C4C0C0;
  width: 100%;
  max-width: 448px;
  
}
.title_row .h1{
    text-align: center;
}
.h3.page_title{
  text-align: center;
}
.h2,
.second_page p.h2{
    font-family: 'Lora', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0.0015em;
    color: #1F1F1F;
}
.title-sub a,
.title-sub .submenu a,
.text,
.second_page p,
.second_page li,
.second_page blockquote,
table td{
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #1F1F1F;
}
.second_page p,
.second_page ul li,
.second_page ol li{
    margin-bottom: 8px;
}
.info a,
.info{
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0025em;
    color: #1F1F1F;
}
.btn_color{
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #1F1F1F;
    background: #C4C0C0;
    text-align: center;
    transition: .2s;
}
.btn_color a{
    padding: 11px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_color:hover{
    background: #898080;
    color: #FFFFFF;
    transition: .2s;
}
.btn_color svg{
    width: 18px;
    margin-right: 8px;
}
.btn{
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #3B3B40;
    transition: .2s;
}
.btn_row a{
    display: flex;
    align-items: center;
    padding: 11px;
    transition: .2s all;
    background: #FFFFFF;
    width: fit-content;
}
.btn_row a:hover{
    background: #F1F1F1;
    transition: .2s all;
}
.main_header.header .header__menu .item-104{
    display: none;
}
.header .header__menu .item-104{
    display: block;
    position: relative;
}
.header .title-sub.item-104 a::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(../image/img/home.png);
}
.header .title-sub.item-104 a{
    font-size: 0;
    width: 24px;
}
.logo_text .text_name{
    font-family: 'Fira Sans', sans-serif;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #58585F;
    margin-bottom: 5px;
}
.logo_text{
    max-width: 584px;
    flex: 1 1 auto;
    padding: 0 0 0 18px;
}
.logo{
    display: flex;
}
.logo .logo_image{
    flex: 0 0 76px;
}
.logo .logo_image img{
    width: 100%;
}
.slider_title_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.language_row ul{
    display: flex;
}
.language_row ul li{
    margin-left: 25px;
}
.contact_item{
    display: flex;
    align-items: center;
}
.contact_item svg{
    width: 18px;
    margin-right: 8px;
}
.form-search input::placeholder{
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0025em;
    color: #898080;
}
.form-search{
    border: 1px solid #F1F1F1;
}
.form-search input{
    height: 48px;
    padding: 16px;
    background: #FFFFFF;
    border: none;
    max-width: 160px;
}
.form-search button{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #1F1F1F;
    padding: 10px 16px;
    background: #F1F1F1;
    border: none;
    height: 48px;
    cursor: pointer;
    margin-left: -4px;
    transition: .2s;
}
.form-search button:hover{
    background: #898080;
    color: #FFFFFF;
    transition: .2s;
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}
.slider_item_background img{
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slider_wrap{

    margin-top: 48px;
    position: relative;
}
.slider_wrap.slider_page{
    height: calc(100vh - 50px);
    overflow: hidden;
}
.slider_row{
    height: 100%;
}
.slider_row.slick-slider .slick-list{
    height: 100%;
}
.slider_row.slick-slider .slick-track{
    height: 100%;
}
.slider_row.slick-initialized .slick-slide{
    height: 100%;
}
.slider_row .slider_item{
    height: 100%;
}
.slider_item .slider_item_background{
    height: 100%;
}
.slider_item .slider_item_background .desktop,
.slider_item .slider_item_background .mobile{
    height: 100%;
}

#trailer {
    overflow: hidden;
}
#trailer > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
@supports (object-fit: cover){
    #trailer > video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.slider_title_row{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 31.56%, rgba(255, 255, 255, 0.5) 100%);
    padding: 24px 0;
}
.slider_wrap.slider_page .slider_title_row{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.title-sub a{
    padding: 14px 35px 14px 14px;
    display: block;
}
.title-sub:last-child a{
    padding: 14px;
}
.title-sub .submenu a{
    padding: 16px;
}
.title-sub .submenu li{
    border-bottom: 1px solid #DDE1E4;
}
.title-sub .submenu li:last-child{
    border-bottom: none;
}
.menu_wrap{
    background: #DDE1E4;
    position: fixed;
    z-index: 11111111111111111;
    width: 100%;
}
.menu_wrap .menu_row{
    height: 48px;
    margin: 0 -14px;
}
.header__nav .header__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__nav ul li {
    position: relative;
    transition: .2s;
}
.header__nav .title-sub.has-sub::before {
    content: ' ';
    background-image: url(/templates/pni3_1.0/image/SVG/arrow.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 10px;
    top: 50%;
    position: absolute;
    right: 10px;
    margin-top: -3px;
}
.header__nav .title-sub.has-sub .submenu {
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 8px 0;
    top: 48px;
    left: 0;
    z-index: 1000;
    transition: .2s all;
    border: 1px solid #DDE1E4;
    width: 360px;
}
.header__nav .title-sub.has-sub .submenu .submenu {
    top: 0;
    left: 100%;
    display: none!important;
    transition: .2s all;
}
.header__nav .title-sub.has-sub:hover .submenu{
    display: block;
    transition: .2s all;
}
.header__nav .title-sub.has-sub .submenu .title-sub:hover .submenu{
    display: block!important;
    transition: .2s all;
}
.menu_row .header__nav .title-sub.has-sub .submenu .submenu .submenu{
    top: 100%;
    left: 0;
    display: none!important;
    transition: .2s all;
}
.menu_row .header__nav .title-sub.has-sub .submenu .submenu .title-sub:hover .submenu{
    display: block!important;
    transition: .2s all;
}
.banner_wrap{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.banner_wrap .banner_title{
    text-align: center;
    font-family: 'Caveat', cursive;
    font-style: normal;
    font-weight: 700;
    font-size: 152px;
    line-height: 228px;
    letter-spacing: -0.015em;
    color: rgba(255, 255, 255, 0.3);
    mix-blend-mode: normal;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.85);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25), 6px 6px 20px rgba(31, 31, 31, 0.1);

}
.arrow_up{
    background: #898080;
    border-radius: 32px;
    width: 56px;
    height: 56px;
    position: fixed;
    z-index: 5000;
    right: 16px;
    bottom: 20px;
    cursor: pointer;
}
#scrollTopBtn.actived {
    display: flex;
    align-items: center;
    justify-content: center;
}
#scrollTopBtn {
    display: none;
}
.menu_row .mobile{
    display: none;
}

.visit_wrap{
    background: #F1F1F1;
    padding: 25px 0;
}
.visit_row{
    display: flex;
    padding-top: 20px;
    align-items: end;
}
.visit_row .visit_image{
    flex: 0 0 688px;
    position: relative;
}
.visit_row .visit_image::after{
    content: '';
    background-image: url('../image/img/visit_shadow.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.visit_row .visit_image img{
    width: 100%;
}
.visit_text{
    flex: 1 1 auto;
    padding: 0 0 0 15px;
}
.visit_text_title {
    font-family: 'Lora', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.0025em;
    color: #3B3B40;
    position: absolute;
    width: 800px;
    top: 100px;
    left: 87%;
    z-index: 100000;
}
.visit_info_row{
    display: flex;
}
.visit_info_item svg{
    height: 32px;
}
.visit_info_item{
    padding: 15px;
    border: 2px solid transparent;
    border-right: 1px solid #fff;
    position: relative;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
.visit_info_item:last-child{
    border-right: none;
}
.visit_info_item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .2s all;
}
.visit_info_item:hover{
    border: 2px solid #898080;
    background: #FFFFFF;
    transition: .2s all;
}
.visit_info_item .text{
    padding-top: 8px;
}
.info_wrap{
    background: #FFFFFF;
}
.info_wrap .info_row{
    margin-top: 32px;
    display: flex;
}
.info_row .info_about{
    max-width: 328px;
}
.info_about_item{
    display: flex;
    align-items: end;
    margin-bottom: 14px;
}
.info_about_item .info_about_image{
    flex: 0 0 208px;
    height: 208px;
}
.info_about_item .info_about_image img{
    width: 100%;
}
.info_about_item .info_about_text{
    flex: 1 1 auto;
    padding: 0 0 0 16px;
    font-family: 'Fira Sans', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.001em;
    color: #1F1F1F;
}
.info_about_item .info_about_text span{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.004em;
    color: #3B3B40;
    display: block;
    margin-top: 8px;
}
.info_about hr{
    background: #F1F1F1;
    height: 1px;
    margin: 40px 0;
    width: 100%;
}
.info_item svg{
    width: 18px;
}
.info_item span{
    padding-left: 8px;
}
.banner_row,
.news_row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}
.banner_row{
    margin-bottom: 45px;
}
.news_row{
    margin-top: 20px;
}
.banner_row .banner_item{
    display: flex;
    align-items: center;
    border: 1px solid #DDE1E4;
    background: #FFFFFF;
    transition: .2s all;
    max-width: 328px;
    padding: 4px;
    position: relative;
}
.banner_row .banner_item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner_row .banner_item:hover{
    background: #F1F1F1;
    border: 2px solid #DDE1E4;
    transition: .2s all;
    padding: 3px;
}
.banner_item .banner_item_image{
    flex: 0 0 64px;
}
.banner_item .h2{
    flex: 1 1 auto;
    padding: 0 0 0 16px;
}
.info_news_wrap{
    flex: 1 1 auto;
    padding: 0 0 0 32px;
}
.news_row .news_item{
    border: 1px solid #DDE1E4;
    background: #FFFFFF;
    transition: .2s all;
    max-width: 328px;
    display: flex;
    flex-direction: column;
}
.news_item .news_item_text{
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.news_item_text .btn_row{
    margin: 10px 0 -10px -10px;
    flex: 1 1 auto;
    display: flex;
    align-items: end;
}
.news_item_text .text_news{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
    padding-top: 20px;
}
.banner_item .banner_item_image img,
.news_row .news_item .news_item_image img{
    width: 100%;
}
.news_item_image img{
    max-height: 194px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.news_data,
.second_page p.news_data{
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #58585F;
    padding-top: 5px;
}
.text_news{
    color: #58585F;
}
.news_btn{
    display: flex;
    justify-content: space-between;
    max-width: 328px;
    margin: 0 auto;
    padding: 24px 0 32px 0;
}
.news_btn .btn_color a{
    padding: 11px 0;
    display: flex;
}
.news_btn .btn_color{
    max-width: 176px;
    flex: 0 0 176px;
}
.news_btn .btn_row a{
    border: 1px solid  #3B3B40;
    padding: 11px 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.news_btn .btn_row{
    max-width: 145px;
    flex: 0 0 145px;
}
.question_wrap{
    background: #DDE1E4;
    padding-top: 25px;
    padding-bottom: 10px;
}
.question_body{
    max-width: 1168px;
    margin: 0 auto;
}
.question_body .title_row{
    padding-bottom: 25px;
}



.accordion {
    margin: 0;
    margin-bottom: 1.5rem;
    padding: 0;
    list-style: none;
}
.accordion_item {
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 16px;
}
.accordion_item:last-of-type {
    border-bottom: none;
}
/**
* Элемент label который запускает открыть/закрыть.
*/
.accordion_trigger {
    display: block;
    background-color: #FFFFFF;
    cursor: pointer;
    padding: 11px 40px 11px 16px;
}

/* меняем цвет фона у активного переключателя */

.accordion_toggle:checked ~ .accordion_trigger {
    background-color: #FFFFFF;
}

/**
 * эти элементы radio/checkbox всегда должны быть скрыты.
 */
.accordion_toggle {
    position: absolute;
    display: none;
}
/**
* скрытое содержание аккордеона.
*/
.accordion_target {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    background-color: #FFFFFF;
    color: #444;
}
/**
* когда переключатель checked на radio/checkbox, показать содержимое аккордеона.
*/
.accordion_toggle:checked ~ .accordion_row .accordion_target {
    position: static;
    overflow: visible;
    clip: auto;
    margin: auto;
    padding:16px;
    width: auto;
    height: auto;
    /* задержка появления  функция анимации */
    transition: .1ms ease;

}
/* анимация при появлении блоков с содержанием */
@-moz-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1 }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1 }
}
.accordion_item .accordion_trigger{
    position: relative;
}
.accordion_item .accordion_trigger::after{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    right: 16px;
    border-bottom: 2px solid #898080;
    border-right: 2px solid #898080;
    border-radius: 0;
    transform: rotate(45deg);
}
.accordion_toggle:checked ~ .accordion_row .accordion_trigger::after{
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 2px solid #C4C0C0;
    border-left: 2px solid #C4C0C0;
    transform: rotate(45deg);
    top: 20px;
}
.accordion_info a{
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    text-decoration-line: underline;
    color: #316969;
}
.accordion_info a.info{
    color: #1F1F1F;
    text-decoration-line: none;
}
a[href $='.pdf']{
    background-image: url(/templates/pni3_1.0/image/SVG/pdf_40.svg);
    padding-left: 25px;
    background-size: 18px;
    background-position: left center;
    background-repeat: no-repeat;
}
/*-----------------*/
.price{
    font-family: 'Fira Sans', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.0015em;
    color: #1F1F1F;
    padding-top: 20px;
    margin-bottom: 7px;
}
.price_inf{
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.004em;
    color: #1F1F1F;
    margin-bottom: 5px;
}
.accordion_info hr{
    color: #F1F1F1;
    margin: 21px 0;
}
.accordion_info .contact_item{
    padding-top: 17px;
}
.accordion_info .contact_item .info.name{
    color: #58585F;
    margin-left: 8px;
}
/*-----------------*/
.partners_wrap{
    background: #FFFFFF;
    padding: 25px 0;
}
.partners_row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
    padding-top: 25px;
}
.partners_row .partners_item{
    display: flex;
    align-items: center;
    position: relative;
}
.partners_row .partners_item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.partners_item .partners_image{
    flex: 0 0 40px;
}
.partners_item .partners_image img{
    width: 100%;
}
.partners_item .info{
    flex: 1 1 auto;
    padding: 0 0 0 16px;
}
.gallery_wrap{
    background: #F1F1F1;
    padding-top: 16px;
}
.gallery_row.slick-slider{
    display: flex;
    align-items: center;
    padding-top: 16px;
}
.gallery_row .gallery_item{
    position: relative;
    border: 2px solid transparent;
}
.gallery_item img{
    width: 100%;
}
.gallery_row .gallery_item .gallery_title{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    height: 72px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .2s all;
    margin: 0;
}
.gallery_item .gallery_title a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}
.gallery_row .gallery_item:hover .gallery_title{
    background: rgba(255, 255, 255, 1);
    transition: .2s all;
}
.gallery_row .gallery_item:hover{
    border: 2px solid #FFFFFF;
    transition: .2s all;
}
.gallery_row .slick-arrow{
    min-width: 40px;
    height: 40px;
    background: #DDE1E4;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.gallery_row .slick-slide {
    margin: 0 16px;
}
.gallery_row .slick-list{
    margin: 0 80px;
}
.gallery_btn{
    max-width: 208px;
    margin: 0 auto;
    padding: 24px 0 32px 0;
}
.footer_info_wrap{
    background: #DDE1E4;
}
.footer_slider_wrap{
    background: #F1F1F1;
    padding: 30px 0;
}
.slider_text{
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.004em;
    color: #58585F;
    text-align: center;
    padding-top: 15px;
    min-height: 60px;
}
.slider_image{
    max-width: 88px;
    margin: 0 auto;
}
.slider_image img{
    width: 100%;
}
.footer_item{
    background: #FFFFFF;
    transition: .2s all;
    padding: 16px 8px 8px 8px;
    border: 2px solid transparent;
    position: relative;
}
.footer_item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer_item:hover{
    transition: .2s all;
    border: 2px solid #C4C0C0;
}
.footer_slider .slick-dots {
    display: flex;
    justify-content: center;
}
.footer_slider .slick-dots li:first-child {
    margin-left: 0;
}
.footer_slider .slick-dots button {
    display: none;
}
.footer_slider .slick-dots .slick-active {
    background: #898080;
    border: 1px solid #898080;
}
.footer_slider .slick-dots li {
    width: 16px;
    height: 16px;
    border: 1px solid #DDE1E4;
    background: #DDE1E4;
    border-radius: 30px;
    margin-left: 8px;
    margin-top: 24px;
}
.footer_slider .slick-slide {
    margin: 0 16px;
}
.footer_info_row{
    display: grid;
    gap: 30px;
    grid-template-columns: 2fr 3fr 1fr;
    padding-top: 15px;
    padding-bottom: 10px;
}
.contact_item .day{
    font-style: italic;
    line-height: 21px;
    color: #58585F;
}
.contact_item ul{
    display: flex;
    margin-left: 8px;
}
.contact_item ul li:first-child{
    border-right: 1px solid #C4C0C0;
    padding-right: 8px;
    margin-right: 8px;
}
.contact_row .btn_color{
    max-width: 239px;
    margin-top: 25px;
}
.social_item svg{
    width: 24px;
    margin-right: 8px;
}
.social_row .btn_row svg{
    width: 18px;
    margin-right: 8px;
}
.social_row .social_item{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.social_item a{
    text-decoration-line: underline;
    color: #316969;
}
.social_row .btn_row a{
    border: 1px solid #1F1F1F;
    background: #DDE1E4;
    transition: .2s all;
    display: flex;
    white-space: nowrap;
}
.social_row .btn_row a:hover{
    transition: .2s all;
    background: #F1F1F1;
}
.social_row .btn_row .btn{
    color: #1F1F1F;
}
.info_about .btn_color{
    margin-top: 20px;
    margin-right: 16px;
}
.info_about .info_item li{
    margin-bottom: 7px;
}
.social_row{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer_info_row .contact_row .contact_item{
    padding-top: 20px;
}
.map_row #map{
    max-width: 638px;
}
.footer_info_wrap .btn_row a{
    padding: 10px 15px;
}
@media(max-width: 1690px) {
    .header__nav .title-sub.has-sub .submenu .submenu {
        top: 100%;
        left: 0;
    }
}
@media(max-width: 1440px) {
    .visit_text_title{
        width: 550px;
    }
}
@media(max-width: 1280px) {
    .header__nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 360px;
        background: #DDE1E4;
        transition: all 0.4s ease;
        z-index: 20;
    }
    .header__nav ul li{
        width: fit-content;
    }
    .header__nav .title-sub.has-sub .submenu ul li {
        border-bottom: none;
    }
    .header__nav .header__menu {
        display: block;
    }
    .header__nav.open-menu {
        display: block;
    }
    .menu-burger__header_row {
        position: relative;
        width: 18px;
        height: 11px;
        display: block;
    }
    .menu-burger__header_row.open-menu {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 1000px;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .menu-burger__header span, .menu-burger__header:after, .menu-burger__header:before {
        height: 2px;
        width: 16px;
        left: 50%;
        margin-left: -8px;
        position: absolute;
        background: #000000;
    }
    .menu-burger__header span {
        top: 8px;
    }
    .menu-burger__header:after, .menu-burger__header:before {
        content: '';
    }
    .menu-burger__header:after {
        bottom: 9px;
    }
    .menu-burger__header:before {
        top: 4px;
    }
    .menu-burger__header.open-menu span {
        opacity: 0;
    }
    .menu_row .mobile{
        display: block;
    }
    .menu_row .text{
        margin-left: 30px;
        margin-bottom: 0;
    }
    .menu_wrap .menu_row{
        margin: 0 auto;
        max-width: 90px;
        padding: 18px 0;
    }
    .menu-burger__header_row{
        display: flex;
        align-items: center;
    }
    .home_btn{
        position: absolute;
        top: 14px;
        left: 17px;
    }
    .slider_title_item{
        flex-wrap: wrap;
        position: relative;
    }
    .language_row{
        position: absolute;
        top: 3px;
        right: 0;
    }
    .logo{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .slider_title_row{
        padding-bottom: 15px;
    }
    .visit_row .visit_image {
        flex: 0 0 460px;
    }
    .visit_text_title{
        top: 30px;
    }
    .banner_row, .news_row {
        gap: 16px;
    }
    .info_row .info_about {
        max-width: 270px;
    }
}
@media(max-width: 1100px) {
    .info_wrap .info_row{
        display: block;
    }
    .info_row .info_about {
        max-width: 100%;
    }
    .info_news_wrap {
        flex: 1 1 auto;
        padding: 0;
    }
}
@media(max-width: 1024px) {
    .footer_info_row {
        grid-template-columns: 3fr 2fr 1fr;
    }
}
@media(max-width: 992px) {
    .visit_row {
        flex-wrap: wrap;
    }
    .visit_row .visit_image {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .visit_info_row {
        display: flex;
        flex-wrap: wrap;
    }
    .visit_info_item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 7px 20px;
        margin-bottom: 4px;
        border-right: none;
        border-bottom: 1px solid #fff;

    }
    .visit_info_item:last-child{
        border-bottom: none;
    }
    .visit_wrap{
        padding-bottom: 10px;
    }
    .visit_row .visit_image::after {
        background: linear-gradient(70.99deg, #F1F1F1 0%, rgba(241, 241, 241, 0.7) 43.37%, rgba(241, 241, 241, 0) 100%);
    }
    .visit_text{
        padding: 80px 0 0 0;
    }
    .visit_text_title{
        top: 84%;
        left: 20px;
        width: 100%;
        font-size: 25px;
        line-height: 32px;
        padding-right: 20px;
    }
    .title_row {
       /* max-width: 246px;*/
       max-width:94%;
    }
  .title_row::after{
  content: "";
  display: inline-block;
  text-align: center;
  margin: auto;
  position: absolute;
  top: -1px;
  left: calc(50% - 123px);
  border-top: 1px solid #C4C0C0;
  width: 100%;
  max-width:246px;
  
}
    .partners_row {
        grid-template-columns: 1fr 1fr;
    }
    .footer_info_row {
        display: block;
    }
    .map_row{
        padding: 16px 0;
    }
    .gallery_row .slick-list {
        margin: 0 8px;
    }
}
@media(max-width: 768px) {
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .logo_text .h1{
        font-weight: 500;
        font-size: 21px;
        line-height: 26px;
        margin-left: -55px;
    }
    .banner_wrap .banner_title{
        font-size: 80px;
        line-height: 96px;
    }
    .banner_row, .news_row {
        display: block;
    }
    .news_row .news_item,
    .banner_row .banner_item{
        max-width: 100%;
        margin-bottom: 10px;
    }
    .partners_row {
        display: block;
        padding-top: 16px;
    }
    .partners_row .partners_item{
        margin-bottom: 12px;
    }
    .btn_search{
        display: flex;
        align-items: center;
        cursor: pointer;
        position: relative;
    }
    .btn_search svg{
        width: 20px;
        margin-right: 12px;
    }
    .form-search{
        display: none;
    }
    .form-search.open{
        display: block;
        position: absolute;
        bottom: -14px;
        z-index: 100000000;
        width: 360px;
        right: -16px;
    }
    .form-search input {
        min-width: 275px;
    }
    .btn_search.open{
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 1000px;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .logo .logo_image {
        flex: 0 0 38px;
    }
    .logo_text .text_name{
        max-width: 115px;
        margin: 10px 0 -3px -7px;
    }
    .info_wrap .info_row {
        margin-top: 16px;
    }
    .info_about hr{
        display: none;
    }
    .info_about .info_item {
        margin-top: 47px;
        margin-bottom: 20px;
    }
    .news_btn {
        padding: 13px 0 23px 0;
    }
    .question_wrap {
        padding-top: 16px;
    }
    .partners_wrap {
        padding: 16px 0 2px 0;
    }
    .footer_info_row .contact_row .contact_item {
        padding-top: 13px;
    }
    .contact_row .btn_color {
        margin-top: 14px;
    }
    .footer_slider_wrap{
        padding: 20px 0;
    }
}
.second_page{
    background: #F5F5F5;
}
.breadcrumb_row{
    overflow-x: auto;
}
.breadcrumb_row .breadcrumb{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}
.breadcrumb .breadcrumb__link{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0025em;
    color: #1F1F1F;
}
.breadcrumb .breadcrumb__link.activ{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0025em;
    color: #898080;
}
.breadcrumb .breadcrumb__link::after {
    content: ">";
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0025em;
    color: #1F1F1F;
    padding: 0 10px;
}
.breadcrumb .breadcrumb__link.activ::after {
    content: none;
}
.page_wrap .title_row{
    margin-top: 20px;
}
.menu-sidebar__nav .menu-sidebar__item{
    color: #898080;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}
.menu-sidebar__nav .menu-sidebar__item.has-sub{
    padding: 15px 0 0 0;
}
.menu-sidebar__nav .menu-sidebar__item.has-sub .submenu{
    padding-top: 15px;
}
.menu-sidebar__nav .menu-sidebar__item.active a{
    color: #1F1F1F;
    border-top: 1px solid #C4C0C0;
}
.menu-sidebar__nav .menu-sidebar__item.active .submenu .menu-sidebar__item a{
    color: #1F1F1F;
    border-top: none;
}
.menu-sidebar__nav .menu-sidebar__item a{
    padding: 3px 10px;
}
.page_body {
    display: flex;
    margin-top: 16px;
}
.page_body .menu-sidebar__nav, .container-wrapper .menu-sidebar__nav{
    max-width: 327px;
    flex: 0 0 327px;
    background: #FFFFFF;
    height: fit-content;
    padding: 0 8px;
}
.container-wrapper .menu-sidebar__nav{
  width: 327px;
}
.page_body .page_content{
    flex: 1 1 auto;
    padding: 0 0 0 32px;
}
.page_body .page_content .news_row{
    margin-top: 0;
    display: block;
}
.page_body .page_content .news_row .news_item{
    margin-bottom: 16px;
    max-width: 100%;
    flex-direction: inherit;
}
.page_body .page_content .news_row .news_item .news_item_image{
    flex: 0 0 208px;
    max-width: 208px;
}
.page_body .page_content .news_row .news_item .news_item_image img{
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page_body .page_content .news_row .news_item .news_item_text{
    order: -1;
    flex: 1 1 auto;
}
.page_body .page_content .news_row .news_item .news_item_text .news_data{
    order: -1;
    padding-bottom: 20px;
    padding-top: 0;
}
.page_body .page_content .news_row .news_item .news_item_text .text_news {
    flex: 1 1 auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    padding-top: 7px;
}
.page_pagination .list-namber{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0025em;
    color: #1F1F1F;
}
.page_pagination .list-namber.active{
    color: #898080;
}
.page_pagination ul{
    display: flex;
    align-items: center;
    padding: 10px 0 20px 12%;
}
.page_pagination ul li{
    margin-left: 38px;
}
.page_pagination ul li:first-child{
    margin-left: 0;
}
.news_list_row{
    display: flex;
    max-width: 1168px;
    margin: 0 auto;
}
.news_list_row .news_list_image{
    flex: 0 0 448px;
    max-width: 448px;
}
.news_list_row .news_list_image img{
    max-height: 336px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.news_list_row .news_list_text{
    flex: 1 1 auto;
    padding: 0 16px 0 0;
}
.news_list_text .h1{
    color: #3B3B40;
    padding-top: 20px;
    padding-bottom: 6px;
}
h3, h5{
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.0015em;
    color: #1F1F1F;
    margin-bottom: 8px;
}
blockquote{
    border: 1px solid #898080;
    padding: 11px;
    margin-bottom: 7px;
}
.news_list_text ul li{
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px;
}
.news_list_text ul li::after{
    content: '';
    background-image: url("../image/SVG/mark.svg");
    height: 18px;
    width: 18px;
    position: absolute;
    top: 0;
    left: 0;
}
.news_list_text ol li{
    list-style-type: auto;
    margin-left: 30px;
    margin-bottom: 8px;
}
.news_list_text ol li::marker{
    font-family: 'Lora', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0.0015em;
    color: #898080;
}
.breadcrumb_row ul li {
    white-space: nowrap;
}
.breadcrumb_row ul li:last-child {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
table{
    width: 100%;
    border: 2px solid #F5F5F5;
    border-collapse: collapse;
    background: #FFFFFF;
    margin-bottom: 20px;
}
table tr:first-child td{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 16px;
}
table tr td{
    padding: 10px 16px;
    border: 2px solid #F5F5F5;
}
.second_page p a{
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    text-decoration-line: underline;
}
.itemImageGallery,
.itemVideoBlock{
    padding-top: 30px;
}
.news_list_text ul li::after {
    content: none;
}
ul.sigProClassic li.sigProThumb {
    margin: 12px;
}
@media(max-width: 992px) {
  .container-wrapper{
    flex-wrap: wrap-reverse;
  }
  .container-wrapper .menu-sidebar__nav{
  width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 16px;
}
    .news_list_row{
        flex-wrap: wrap;
    }
    .news_list_row .news_list_text{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news_list_row .news_list_image{
        flex: 0 0 100%;
        max-width: 100%;
        order: -1;
    }
    .page_body{
       flex-wrap: wrap;
    }
    .page_body .page_content{
        order: -1;
        padding: 0;
    }
    .page_body .menu-sidebar__nav{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media(max-width: 768px) {
    .page_body .page_content .news_row .news_item {
        display: block;
    }

    .page_body .page_content .news_row .news_item .news_item_image {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page_body .page_content .news_row .news_item .news_item_text .news_data {
        order: 0;
    }
    .page_pagination ul li {
        margin-left: 24px;
    }
    .page_pagination ul li:first-child {
        margin-left: 0;
    }
    .page_pagination ul {
        justify-content: center;
        padding: 10px 0 20px 0;
    }
}
.container-wrapper{
  max-width: 1440px;
  padding: 0 0 0 0px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  
}
.container-wrapper .inner-content{
 width: 100%;
}
.container-wrapper>.menu_sidebar>.menu-sidebar__nav{
  margin-top: 53px;
  margin-left: 16px;
  margin-bottom: 24px;
}

@media(max-width: 992px) {
  .container-wrapper{
    flex-wrap: wrap-reverse;
  }

.container-wrapper>.menu_sidebar>.menu-sidebar__nav{
  width: 100%;
    max-width: calc(100% - 32px);
    margin-left: 16px;
    margin-top: 16px;
}
  .menu_sidebar{
    width: 100%;
  }
}

.footer__row {
    display: flex;
    gap: 32px;
    padding: 12px 0;
    align-items: flex-end;
    flex-wrap: wrap;
}
.code_row {
    position: relative;
}
.code_row .code_title_row {
    background: #C4C0C0;
    padding: 16px;
    display: flex;
    justify-content: end;
    max-width: 360px;
	min-width: 360px;
}
.code_row .code_item {
    position: absolute;
    bottom: 20px;
    left: 16px;
}
.code_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.0015em;
    color: #3B3B3D;
    max-width: 215px;
}
@media(max-width:700px) {
.code_row {
    width:100%;
    margin-top: 36px;
}
}