/* 
      Верстка темы для сайта Института Экологии Волжского бассейна
      Фреймворк: YW Layout 2
*/

:root {
      /* База */
      --main-bg-body: #333fff;
      --main-bg-body-content: #6772b7;
      --main-margin: 10px;
 	--main-padding: 10px;
 	--main-duble-margin: 20px;
 	--main-duble-padding: 20px;

      --main-bg: var(--main-bg-body);
      --main-bg-ui: hsl(var(--color-white-h), var(--color-white-s), calc(var(--color-white-l) - 15%));
      --main-bg-ui-border: hsl(var(--color-white-h), var(--color-white-s), calc(var(--color-white-l) - 25%));
      --main-ui-color: hsl(var(--color-white-h), var(--color-white-s), calc(var(--color-white-l) - 100%));

      --dm-main-bg: hsl(var(--color-black-h), var(--color-black-s), calc(var(--color-black-l) + 10%));
      --dm-main-bg-ui: hsl(var(--color-black-h), var(--color-black-s), calc(var(--color-black-l) + 15%));
      --dm-main-bg-ui-border: hsl(var(--color-black-h), var(--color-black-s), calc(var(--color-black-l) + 25%));
      --dm-main-ui-color: hsl(var(--color-black-h), var(--color-black-s), calc(var(--color-black-l) + 100%));
    
      --main-font: "Lato-Regular", Roboto, system-ui, -apple-system, Segoe UI Light,  Arial, sans-serif;
      --main-font-size: 14px;
      --main-font-color: #000000;
      --main-font-color-alt: #ffffff;
      --dm-main-font-color: #ffffff;
      --main-font-line: 1.3;
      --main-font-weight: 300;
      --main-font-bold: 400;

      --main-max-width: 1280px;

      --theme-main-bg-light: #ffffff;
      --theme-main-bg-dark:  #000;
    

    /* Интерфейс */
    --main-bg-ui-border-custom: #0000ff;
    --main-bg-ui-border-custom-hover: #0000ef;
    --main-bg-ui-item-custom:  #0000f0;
    --main-bg-ui-item-custom-hover: #0000aa;

    --main-bg-ui-border: #e0e0e0;
    --main-bg-ui-item:  #777777;
   --main-ui-color:  #ffffff;
    
    --main-bg-ui-border-hover: #c0c0c0;
    --main-bg-ui-item-hover:  #676767;

    /* Меню */
    --main-bg-ui-menu-custom:  #000;
    --main-bg-ui-menu-custom-sub:  #fff;
    --main-bg-ui-menu-dark:  #000;
    --main-bg-ui-menu-dark-sub:  #000;

    --main-bg-ui-menu-hover-custom:  #1a4876;
    --main-bg-ui-menu-hover-custom-sub:  #1a4876;
    --main-ui-color-custom:  #fff;
    --main-ui-color-custom-sub:  #fff;
    --main-ui-color-hover-custom-sub:  #fff;
    --main-ui-menu-color-hover-custom: #fff;

    --main-ui-menu-padding-tb: 10px;
    --main-ui-menu-padding-rl: 10px;
    --main-ui-menu-margin-tb: 15px;
    --main-ui-menu-margin-rl: 0px;
    
    
}

.dev-green {background: green !important;}
.dev-red {background: red !important;}
.dev-yeloow {background: yellow !important;}

/* Логотип */
.menu-logo-image {
      background-image: url('../svg/logo_top.png');
      background-position: left 7px;;
      background-repeat: no-repeat;
      width: auto;
      height: 63px;
      padding-left: 70px;
      padding-top: 15px;
}

.header-slide-text {
    text-align: center;
    font-family: var(--main-font);
    color: #fff;
}
.header-slide-text small {
    margin: 0;
    padding: 0;
}

.header-slide-text h1 {
    font-size: 3rem;
    line-height: 2.5rem;
    font-weight: 600;
    margin: 0;
}

.header-slide-text picture {
    padding: 0;
    margin: 0;
}

.header-slide-text picture img {
    padding: 0 !important;
    margin: 30px 0 0 0 !important;
    height: 15rem !important;
}

/* ### ШАПКА НА ГЛАВНОЙ ### */

/* Меню */
.logo-title-span {
      font-size: 1rem;
      padding: 0px;
      margin: 2px 0px 0px 0px;
}

.polygon-header {
    text-align: center;
    background: #01448a;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    color: #fff;
    box-shadow: 3px 3px 3px #000;
    padding: 10px 50px;
    margin: 0 auto;
}
.polygon-header h2 {
    font-family: var(--main-font);
    font-size: 1.3rem;
    font-weight: 500;
}
.polygon-header-h3 {
    text-align: center;
    background: #01448a;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    color: #fff;
    box-shadow: 3px 3px 3px #000;
    padding: 10px 50px;
    margin: 0 auto;
}
.polygon-header-h3 h2,  .polygon-header-h3 h3 {
    font-family: var(--main-font);
    font-size: 1.3rem;
    font-weight: 500;
}

/* Разделы */
.header-main {
      padding-top: 70px;
      background: url('../images/header-bg.png') no-repeat bottom left;
      min-height: 450px;
      
}
.dark .header-main {
    background-image: none;
    background-color: #000;
}
.header-menu ul {
      display: flex;
      justify-content: center;
      height: 100px;
      margin-top: 50px;
}


.header-menu ul li {
    width: 100px;
    text-align: center;
}

.header-menu ul li a {
      font-family: var(--main-font);
      font-size: 0.95rem;
      color: var(--main-font-color-alt);
      font-weight: var( --main-font-weight);
}

.header-menu ul li a i {
      height: 50px;
      display: block;
      font-size: 4rem;
      opacity: 0.5;
      transition: 1ms;
      margin-bottom: 2px;
}

.header-menu ul li a:hover i {
      opacity: 1;
      transition: 1ms;
}

.header-menu ul li a span {}

    .icon-foto {
        background-image: url('../svg/foto.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
/* ### /ШАПКА НА ГЛАВНОЙ ### */


/* ### КОНТЕНТ ### */

/* Полный текст */
.section-full-text {
    background: linear-gradient(to bottom, #000eee,  #01448a);
    min-height: 200px;
    padding: 2vw 0;
}

.dark .section-full-text {
    background-color: #01448a;
    color: #fff;
}

.section-full-text .outer {
    background-color: #01448a;
    padding: 50px;
    min-height: 100px;
}

.dark .section-full-text .outer {
    background-color: #01448a;
    color: #fff;
}

.section-full-text h1 {
    color: #fff !important;
    width: 100%;
    display: block;
    font-size: 3rem !important;
    font-weight: 200;
    text-align: center;
    margin-bottom: 2vw;
}

.dark .section-full-text h1 {
    color: #fff;
}

.section-full-text p strong {
    font-size: 1.2rem;
    font-family: var(--main-font);
    color: #fff;
    font-weight: 400;
}

.section-full-text p {
    font-size: 1.2rem;
    font-family: var(--main-font);
    color: #fff;
    padding: 0px 20px 5px 20px;
    text-align: justify;
}

.dark .section-full-text p {
    color: #fff;
}





/* Новости */
.section-news {
      background-color: #c7cfe4;
      min-height: 100px;
}
.dark .section-news {
    background-color: #000;
    color: #fff;
}
.section-news .outer {
      background: #fff;
      padding: 50px;
      min-height: 100px;
}
.dark .section-news .outer {
    background: #000;
    color: #fff;
}
.section-news h1 {
      color: #000;
      width: 100%;
      display: block;
      font-size: 2rem !important;
      font-weight: 600;

}
.dark .section-news h1 {
    color: #fff;
}
.section-news p {
      font-size: 1rem;
      font-family: var(--main-font);
      color: #000;
      margin-bottom: 4%;
}
.dark .section-news p {
    color: #fff;
}
.news-list {
      display: inline-flex;
      width: 100%;
}
.news-list li {
      width: 20%;
      display: block;
      margin-right: 20px;
}
.dark .news-list li {
    color: #fff;
}
.news-list li img {
    width: 100%;
}
    .news-list li a {
      font-family: var(--main-font);
      font-size: 1.1rem;
      font-weight: 600;
      color: #000;
}
.dark .news-list li a {
    color: #fff;
}
.news-list li a:hover {
      text-decoration: underline;
}
.news-list li p {
      margin-top: 5px;
      font-family: var(--main-font);
      font-size: 0.8rem;
      font-weight: 200;
      color: #393939;
}
.dark .news-list li p {
    color: #fff;
}
.more-button {
      display: flex;
      flex-direction: row;
      justify-content: center;
}
    .more-button a, button.more-button {
        background: #1a4876;
        border: none;
        border-radius: 5px;
        padding: 10px 20px;
        margin-top: 25px;
        font-family: var(--main-font);
        font-size: 0.9rem;
        font-weight: 200;
        color: #fff;
    }
.more-button a:hover {
      background: #515990;
}


/* События */
.section-events {
      background-color: #c7cfe4;
      min-height: 100px;
}
.dark .section-events {
    background-color: #000;
}
.section-events .outer {
      background: #fff;
      padding: 50px;
      min-height: 100px;
}
.dark .section-events .outer {
    background: #000;
}
.events-block-header {
      text-align: center;
}
.events-block-header h2 {
      color: #000;
      width: 100%;
      display: block;
      font-size: 2.2rem !important;
      font-weight: 600;

}
.dark .events-block-header h2 {
    color: #fff;
}
.events-block-header p {
      font-size: 1rem;
      font-family: var(--main-font);
      color: #000;
      margin-bottom: 4%;
}
.dark .events-block-header p {
    color: #fff;
}
.events-list {
      display: inline-flex;
}
.events-list li {
      width: 32%;
      display: block;
      margin-right: 20px;
}
.dark .events-list li {
    color: #fff;
}
.events-list li a {
      font-family: var(--main-font);
      font-size: 1.1rem;
      font-weight: 600;
      color: #000;
      margin-top: 10px;
}
.dark .events-list li a {
    color: #fff;
}
.events-list li a:hover {
      text-decoration: underline;
}
.events-list li p {
      margin-top: 5px;
      font-family: var(--main-font);
      font-size: 0.8rem;
      font-weight: 200;
      color: #393939;
}
.dark .events-list li p {
    color: #fff;
}
.section-content {
      background-color: #1a4876;
      padding: 50px 0px 0px 75px;
      font-family: var(--main-font);
      font-size: 1rem;
      font-weight: var(--main-font-weight);
      color: #fff;
}
.dark .section-content {
    background-color: #000;
}




.content-place ul {
    background-color: rgba(0, 0, 255, 0.1);
    font-size: 1rem;
    font-family: var(--main-font);
    color: #000;
    display: block;
    padding: 3px 20px;
}
.content-place ul li:before {
    content: "» ";
}
.content-place ul li {
    color: #000;
    display: block;
    padding: 3px 0px;
}
.content-place ul li a {
    color: #000;
    font-size: 1rem;
    font-family: var(--main-font);
}
.content-place ul li a:hover {
    text-decoration: underline;
}

.dark .content-place ul {
    background-color: rgba(0, 0, 255, 0.1);
    font-size: 1rem;
    font-family: var(--main-font);
    color: #fff;
    display: block;
    padding: 3px 20px;
}
.dark .content-place ul li:before {
    content: "» ";
}
.dark .content-place ul li {
    color: #fff;
    display: block;
    padding: 3px 0px;
}
.dark .content-place ul li a {
    color: #fff;
    font-size: 1rem;
    font-family: var(--main-font);
}




    .section-content h2 {
      text-transform: uppercase;
      font-size: 1.6rem;
      font-weight: 400;
}
.dark .section-content h2 {
    color: #fff;
}
.sidebar-list {
      display: flex;
      flex-direction: column;
      padding-top: 20px;
}
.sidebar-list li {
      display: flex;
      align-items: center;
      
}
.dark .sidebar-list li {
    color: #fff;
}
    .sidebar-list li a::before {
      content: '—';
      float: left;
      margin-right: 10px;
      font-size:  var(--main-font-size);
      align-self: center;
}
.sidebar-list li a {
      font-size: var(--main-font-size);
      color: #fff;
      padding: 5px 10px;
      width: 100%;
}
.dark .sidebar-list li a {
    color: #fff;
}
    .sidebar-list li a:hover {
      background-color: #393e62;
      border: none;
      border-radius: 5px;
}




/* Миссия */
.section-mission {
    background: #c6cfe4;
    border-top: 5px solid #01448a;
}
.dark .section-mission {
    background-color: #000;
}
.section-mission .outer {
      background-color: #fff;
      
}
.dark .section-mission .outer {
    background-color: #000;
}



.section-mission-poligon {
    background: var(--main-bg-body-content);
    border-top: 5px solid #01448a;
}
.dark .section-mission-poligon {
    background-color: #000;
}
.section-mission-poligon .outer {
      background-color: #fff;
      
}
.dark .section-mission-poligon .outer {
    background-color: #000;
}

.mission-logo {
      padding: 50px !important;
}
.mission-logo img {
      width: 100%;
}

.mission-text {
      padding: 50px 50px 50px 0px !important;
}
.mission-text h2 {
      display: block;
      font-family: var(--main-font);
      font-size: 1.8rem;
      font-weight: var(--main-font-bold);
      margin-bottom: 20px;
}
.dark .mission-text h2 {
    color: #fff;
}
.mission-text h3 {
      display: block;
      font-family: var(--main-font);
      font-size: 1.5rem;
      font-weight: var(--main-font-bold);
      margin: 20px 0px;
}
.dark .mission-text h3 {
    color: #fff;
}
.mission-text p {
      font-family: var(--main-font);
      font-size: 1.1rem;
      font-weight: var(--main-font-weight);
      color: #000;
      line-height: 1.2rem;
}
.dark .mission-text p {
    color: #fff;
}


/* Разделитель */
.separator-config h2 {
    font-weight: 200 !important;
    font-size: 1.5rem !important;
    font-family: var(--main-font);
    margin: 5px 0px 5px 0px  !important;
    padding: 0 !important;
    height: auto;
}
.separator-config h2 i {
    
    width: 30px;
}

.separator-config p {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    padding: 0px !important;
    margin: 20px 0px 0px 0px !important;
    text-transform: uppercase;
}

.separator-small-info {
    padding: 0 !important;
    margin: 5px 0px 20px 0px  !important;
    text-align: center;
    display: block;
}
.separator-small-info small {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8em;
    text-transform: uppercase;
}

.separator-config-white, .separator-config {
    line-height: 0 !important;
}

.separator-config-white {

}
.separator-config-white h2 {
    font-weight: 200 !important;
    font-size: 1.5rem !important;
    font-family: var(--main-font);
    margin: 5px 0px 5px 0px  !important;
    padding: 0 !important;
    height: auto;
}
.separator-config-white h2 i {
    
    width: 30px;
}

.separator-config-white p {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    padding: 0px !important;
    margin: 20px 0px 0px 0px !important;
    text-transform: uppercase;
}


/* Карта */
.section-contacts {
    width: 100%;
    background: linear-gradient(to bottom, #000eee,  #01448a);
}
.container-full {
      padding: 0;
      margin: 0;
      width:  100%;
}
.contacts-map h2 {
      display: block;
      width: 100%;
      padding: 20px;
      text-align: center;
      font-family: var(--main-font);
      font-weight: 300;
      text-transform: uppercase;
      font-size: 1.8rem;
      color: #fff;
      background: linear-gradient(to bottom, #000eee,  #01448a);
}

/* ### /КОНТЕНТ ### */

/* ### ПОДВАЛ  ### */
footer {
      background-color: #111 !important;
      min-height: 150px;
      font-family: var(--main-font);
      font-size: 1.1rem;
      color: #fff;
      padding: 75px 0px;
}

.footer-column1 p {
      width: 100%;
      margin-top: 25px;
      text-align: center;
}

.footer-column1, .footer-column2, .footer-column3, .footer-column4 {
      padding: 0px 25px !important;
}
.footer-column1 h3, .footer-column2 h3, .footer-column3 h3, .footer-column4 h3 {
      padding-left: 20px;
      display: block;
      font-family: var(--main-font);
      font-size: 1.4rem;
      font-weight: 600;
}
.footer-column1 picture a img {
      display: block;
      width: 100%;
}
.footer-column1 ul, .footer-column2 ul, .footer-column3 ul, .footer-column4 ul {
      display: block;
      padding: 20px;
}
.footer-column1 ul li, .footer-column2 ul li, .footer-column3 ul li, .footer-column4 ul li {
      display: block;
      margin-bottom: 6px;
      width: 100%;
}
.footer-column1 ul li a, .footer-column2 ul li a, .footer-column3 ul li a, .footer-column4 ul li a {
      color: #fff;
      display: inline-block;
      padding-left: 5px;
}
.footer-column1 ul li a:hover, .footer-column2 ul li a:hover, .footer-column3 ul li a:hover, .footer-column4 ul li a:hover {
      text-decoration: underline;
}

.footer-bottom-info-css p {
    margin: 0px;
    padding: 0px;
}

/* ### /ПОДВАЛ  ### */


/* ### ВНУТРЕННЯЯ СТРАНИЦА ### */

.text-right img {
    width: 100% !mportant;
}

.header-inside {
}
.header-inside .container {
      
}
.dark .header-inside .container {
    background-color: #000;
}
.header-inside .container .outer {
      display: flex;
      align-items: center;
      
}
.dark .header-inside .container .outer {
    background-color: #000;
}
.header-inside .container .outer div {
      padding-top: 75px;
}
.header-inside .container .outer div h1 {
      font-family: var(--main-font);
      color: #fff;
      text-transform: none;
      line-height: 2.1rem;
}
.header-inside .container .outer div p {
      font-family: var(--main-font);
      color: rgba(255, 255, 255, 0.7);
      padding-top: 15px;
}

/* Хлебные крошки */
.section-breadcrumb {
      background: var(--main-bg-body);
}
.dark .section-breadcrumb {
    background-color: #000;
}
.section-breadcrumb .container .outer {
      display: flex;
      height: 75px;
      align-items: center;
}
.dark .section-breadcrumb .container .outer {
    background-color: #000;
}
.ul-breadcrubms {
      float: left;
}
.ul-breadcrubms li {
      display: inline-block;
      color: #fff;
}
.ul-breadcrubms li i {
      float: left;
      margin-right: 5px;
      color: #fff;
}
.ul-breadcrubms li a {
      float: left;
      margin-right: 5px;
      color: #fff;
}
.ul-breadcrubms li a:hover {
      text-decoration: underline;
}
.ul-breadcrubms li span {
      margin-right: 5px;
      color: #fff;
}

.inside-search {
      padding: 0px;
      background: none;
      border: 0px;      
}
.dark .inside-search {
    background-color: #000;
}
.inside-search input {
      background: url('../svg/inside-lupa.svg') no-repeat right center #000fff;
      padding: 10px 15px;
      border-radius: 5px;
      border: 0px;
      float: right;
      color: #fff;
}

.inside-search input:focus {
    background: url('../svg/inside-lupa.svg') no-repeat right center #000eee;
      padding: 10px 15px;
      border-radius: 5px;
      border: 1px solid #fff;
}
.dark .inside-search input {
    background-color: #101010;
    color: #fff;
}

.h4-search {
    color: #000;
}
.dark .h4-search {
    color: #fff;
}

main {min-height: 50% !important;}
section {
    background-color: var(--main-bg-body);
}
.section-inside-content {
    background-color: var(--main-bg-body-content);
}
.dark section {
    background-color: #000;
}

.dark .section-inside-content {
    background-color: #000;
}
.section-inside-content .outer {
      background-color: #fff;
      
      padding: 50px;
}
.dark .section-inside-content .outer {
    background-color: #000;
}
.section-inside-content h2 {
      font-size: 1.6rem;
      margin-bottom: 10px;
}
.dark .section-inside-content h2 {
    color: #fff;
}
.section-inside-content h3 {
      font-size: 1.4rem;
      margin: 15px 0px;
}
.dark .section-inside-content h3 {
    color: #fff;
}
.section-inside-content p {
      font-size: 1.1rem;
      text-align: justify;
}
.dark .section-inside-content p {
    color: #fff;
}
.sidebar-inside {
      padding: 0px 25px;
}

.tutu-list li a picture img {
    margin-right: 15px;
    width: 45px;
}

.tutu-list li a {
      display: flex;
      align-items: center;
      padding: 10px 10px 10px 10px;
      border: 0;
      border-radius: 5px;
      margin-bottom: 5px;
}
.dark .tutu-list li a {
    color: #fff;
}

.tutu-list li a:hover {
      background-color: #515990;
      color: #fff;
}

.tutu-list li a:hover picture img {
    filter: invert(1) brightness(200%) saturate(100%) contrast(100%) !important;
    color: #fff;

}



.tutu-inside {
    background-image: url('../svg/inside.svg');
    background-size: 23px;
    background-position: 18px center;
      background-repeat: no-repeat;
    background-color: none;
}

.li-sovet {
      background-image: url('../svg/li-sovet.svg');
      background-position: 10px center;
      background-repeat: no-repeat;
}
.dark .li-sovet {
    color: #fff;
}
.li-sovet:hover {
      background-image: url('../svg/li-sovet-w.svg');
}
.li-lit {
      background-image: url('../svg/li-lit.svg');
      background-position: 10px center;
      background-repeat: no-repeat;
}
.dark .li-lit {
    color: #fff;
}
.li-lit:hover {
      background-image: url('../svg/li-lit-w.svg');
}
.li-zak {
      background-image: url('../svg/li-zak.svg');
      background-position: 10px center;
      background-repeat: no-repeat;
}
.li-zak:hover {
      background-image: url('../svg/li-zak-w.svg');
}
.li-pol {
      background-image: url('../svg/li-pol.svg');
      background-position: 10px center;
      background-repeat: no-repeat;
}
.li-pol:hover {
      background-image: url('../svg/li-pol-w.svg');
}
.li-sob {
      background-image: url('../svg/li-sob.svg');
      background-position: 10px center;
      background-repeat: no-repeat;
}
.li-sob:hover {
      background-image: url('../svg/li-sob-w.svg');
}
.li-foto {
      background-image: url('../svg/li-foto.svg');
      background-position: 10px center;
      background-repeat: no-repeat;
}
.li-foto:hover {
      background-image: url('../svg/li-foto-w.svg');
}
.li-izd {
      background-image: url('../svg/li-izd.svg');
      background-position: 10px center;
      background-repeat: no-repeat;
}
.li-izd:hover {
      background-image: url('../svg/li-izd-w.svg');
}


.ul-li-sidebar a {
      padding: 6px;
      display: block;
      border: 0;
      border-radius: 5px;
}
.dark .ul-li-sidebar a {
    color: #fff;
}
.ul-li-sidebar a:hover {
      background-color: #515990;
      color: #fff;
}

.post-img {
      margin: 25px 0px;
      display: block;
}
.post-img img {
      width: 100%;
      border-radius: 5px;
}


.post-item-li {overflow: hidden;}
.post-item-li picture {
      float: left;
      margin-right: 25px;
      overflow: hidden;
}
.post-item-li h2 {
      font-size: 1.3rem;
      font-weight: 600;
}
.dark .post-item-li h2 {
    color: #fff;
}
    
    .more-button-2 a {
      background-color: #515990;
      display: block;
      width: 150px;
      padding: 10px 20px;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      margin-top: 25px;
      
}
.more-button-2 a:hover {
      background-color: #6772b7;      
}


.more-button-left {
    padding: 20px 0px !important;
}
.more-button-left a {
      background-color: #515990;
      display: inline-block;
      width: auto;
      padding: 10px 20px;
      color: #fff;
      text-align: left;
      border-radius: 5px;
      margin-top: 25px;
      margin-left: 0px;
      
}
.more-button-left a:hover {
      background-color: #6772b7;      
}


.more-button-right {
    padding: 20px 0px !important;
    text-align: right !important;
}
.more-button-right a {
      background-color: #515990;
      display: inline-block;
      width: auto;
      padding: 10px 20px;
      color: #fff;
      text-align: right;
      border-radius: 5px;
      margin-top: 25px;
      margin-right: 10px;
      
}
.more-button-right a:hover {
      background-color: #6772b7;      
}


/* Подробно о услуге  */
.main-info-item-left {
    overflow: hidden;
}
.main-info-item-left span {
    text-align: center !important;
    float: left;
    width: 10%;
    height: 100%;
    margin-top: 15px;
    font-size: 350%;
    overflow: hidden;
    color: blue;
}
.main-info-item-left h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 20px;
    float: left;
    overflow: hidden;
    width: 80%;
    text-transform: none;
}
.main-info-item-left p {
    margin-left: 20px;
    float: left;
    overflow: hidden;
    width: 80%;
}




.main-info-item-right {
    overflow: hidden;
    padding-right: 2%;
}
.main-info-item-right span {
    text-align: center !important;
    float: right;
    width: 10%;
    height: 100%;
    margin-top: 15px;
    font-size: 350%;
    overflow: hidden;
    color: blue;
}
.main-info-item-right h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 20px;
    float: right;
    overflow: hidden;
    width: 80%;
    text-transform: none;
    text-align: right;
}
.main-info-item-right p {
    margin-right: 20px;
    float: right;
    text-align: right;
    overflow: hidden;
    width: 80%;
}

/* Услуги на главной */

.more-button-3 a {
    background-color: #515990;
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 0.9em !important;
}

.more-button-3 a:hover {
    background-color: #6772b7;
    text-decoration: none !important;
}

.h3-services {
    font-size: 12px;
}





.item-con {
    overflow: hidden;
}

/* Контакты */
.feedback-form {
    padding: 25px !important;
    background: none;
}
.form-label {width: 100%; display: block;}
.form-control {
    display: block;
    width: 100%;
    margin: 5px 0px 10px 0px;
    padding: 5px 10px;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #e0e0e0;
}

.documents {
    display: flex;
    flex-direction: column;
}
    .documents li {
        margin: 10px 0px 25px 0px;
    }
    .documents li a {
        color: #000;
    }
        .documents li a img {
            width: 50px;
            float: left;
        }
        .documents li a:hover {
            text-decoration: underline;
        }
        .documents li a h3 {
            display: block;
            padding: 0 20px;
            margin: 0;
            overflow: hidden;
            text-transform: none;
        }
        .documents li a:hover p {
            text-decoration: underline;
        }
    .documents li p {
        padding: 0 20px;
        margin: 5px 0px 0px 0px;
        overflow: hidden;
        font-size: 0.8rem;
    }
        /* ### /ВНУТРЕННЯЯ СТРАНИЦА ### */
        /* ### МОБИЛЬНАЯ ВЕРСИЯ ВСЕГО ### */
        /* Планшет */
        @media only screen and (max-width: 1023px) and (min-width: 768px) {
            /* --- Главная --- */
            .header-main {
            padding-top: 70px;
            background: url('../images/volga.png') no-repeat bottom left;
        }

        .header-search {
            padding-top: 25px;
        }

        .logo-outer {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-flow: column;
            text-align: center;
        }

        .big-logo {
            width: 50%;
        }

        .news-list {
            display: flex;
/*            flex-flow: column wrap;*/
/*            height: 70%;*/
        }

        .news-list li {
            width: 40%;
            height: 40%;
        }

        .news-list li img {
            width: 100%;
        }

    .events-list {
        display: flex;
        flex-direction: column;
    }

        .events-list li {
            margin-bottom: 25px;
        }

            .events-list li, .events-list li img {
                width: 100%;
            }

    .section-content {
        padding: 15px;
    }

    .container-full .outer {
        padding: 10px !important;
    }

    .container-full .outer .sidebar-list {
        padding: 0px;
    }

    .more-button a {
        padding: 15px 20px;
        font-size: 1.1rem;
        text-align: center;
    }

    .face-list ul li:nth-last-child(6),
    .face-list ul li:nth-last-child(5),
    .face-list ul li:nth-last-child(4),
    .face-list ul li:nth-last-child(3),
    .face-list ul li:nth-last-child(2) {
        display: none;
    }
    
    .face-list ul li:nth-last-child(1) {
        width: 75%;
        margin: 0 auto;
    }

    .doc-list ul {
        display: flex;
        flex-direction: column;
    }

    .doc-list ul li {
        width: 100%;
    }

    .mission-text {
        padding: 0 20px 25px 20px !important;
        width: 100%;
    }
}
.mission-text ul li {
    list-style: outside;
    margin-left: 20px;
    width: 90%;
}









/* Телефон */
@media only screen and (max-width: 767px) {
    /* --- Главная --- */
    .header-menu {
        height: 250px;
    }

    .header-menu ul {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 25px 0px;
    }

    .header-menu ul li {
        padding-bottom: 15px;
    }

    .header-link ul {
        display: flex;
        flex-direction: column;
    }

    .header-link ul li {
        margin-bottom: 5px;
    }

    .header-link ul li a {
        padding: 20px 25px;
        text-align: center;
    }

    .header-main {
        padding-top: 70px;
        background: url('../images/volga.png') no-repeat bottom left;
    }

    .more-button a {
        padding: 20px 25px;
        font-size: 1.2rem;
        text-align: center;
    }

    .header-search {
        padding-top: 25px;
    }

    .logo-outer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        text-align: center;
    }

    .big-logo {
        width: 50%;
    }

    .news-list {
        display: flex;
        flex-direction: column !important;
        width: 100%;
    }

    .news-list li {
        width: 100%;
    }

    .news-list li img {
        width: 100%;
    }

    .events-list {
        display: flex;
        flex-direction: column;
    }

    .events-list li {
        margin-bottom: 25px;
    }

    .events-list li, .events-list li img {
        width: 100%;
    }

    .section-content {
     padding: 15px;
    }

    .container-full .outer {
        padding: 10px !important;
    }

    .container-full .outer .sidebar-list {
        padding: 0px;
    }

    .face-list ul li:nth-last-child(6),
    .face-list ul li:nth-last-child(5),
    .face-list ul li:nth-last-child(4),
    .face-list ul li:nth-last-child(3),
    .face-list ul li:nth-last-child(2) {
        display: none;
    }

    .face-list ul li:nth-last-child(1) {
        width: 75%;
        margin: 0 auto;
    }

    .doc-list ul {
        display: flex;
        flex-direction: column;
    }
    .doc-list ul li {
        width: 100%;
    }

    .mission-text {
        padding: 0 20px 25px 20px !important;
        width: 100%;
    }

    .outer {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .outer div {
        padding: 10px 0px;
    }
    .outer div picture {
        text-align: center !important;
        display: flex;
      flex-direction: row; /* Основная ось - горизонтальная */
      justify-content: center; /* Центрируем элементы вдоль главной оси */
    }
    .outer div picture img {
        width: 85% !important;
    }
    .outer div h1 {
        font-size: 1.4rem !important;
    }
    .outer div p {
        padding: 5px 0px !important;
        font-size: 1rem !important;
    }
    .more-button-left, .more-button-right {
        text-align: center !important;
    }

    .main-info-item-right, .main-info-item-left {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 10px 0px !important;
        margin: 0;
    }
    .main-info-item-right h3, .main-info-item-left h3 {
        text-align: center;
        width: 100%;
    }
    .main-info-item-right p, .main-info-item-left p {
        text-align: center;
        width: 100%;
    }
    .main-info-item-right span, .main-info-item-left span {
        width: 100%;
    }

    .polygon-header h2, .polygon-header-h3 h2 {
        font-size: 3vw;
        padding: 0px 20px;
    }
    .h3-services {
        text-align: center;
    }

    .tutu-list li a picture {
        width: 10%;
    }

    .header-inside .container .outer div picture {display: none;}
    
    /* ### /МОБИЛЬНАЯ ВЕРСИЯ ВСЕГО ### */
}
