@font-face { font-family: 'OpenSans'; src: url('../fonts/OpenSans-Regular.ttf')  format('truetype');font-weight: 400; }
@font-face { font-family: 'OpenSans'; src: url('../fonts/OpenSans-Italic.ttf')  format('truetype');font-weight: italic; }
@font-face { font-family: 'OpenSans'; src: url('../fonts/OpenSans-Light.ttf')  format('truetype');font-weight: 300; }
@font-face { font-family: 'OpenSans'; src: url('../fonts/OpenSans-SemiBold.ttf')  format('truetype'); font-weight: 600; }
@font-face { font-family: 'OpenSans'; src: url('../fonts/OpenSans-Bold.ttf')  format('truetype'); font-weight: 700;}

@-webkit-keyframes rotate { 0% {transform: rotate(0deg);} 50% {transform: rotate(90deg);} 100% { transform: rotate(180deg);} }
@keyframes rotate { 0% {transform: rotate(0deg);} 50% {transform: rotate(90deg);} 100% { transform: rotate(180deg);} }

.rotate {
    -webkit-animation: rotate 5s infinite linear;
    animation: rotate 5s infinite linear;
}

* {
    border: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    box-sizing: border-box;
    font-size: 18px;
    font-family: "OpenSans";
     line-height: 1.5;
}

.fixed_hidden {
    overflow: hidden;
}
.scroll_top {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    background: linear-gradient(78.52deg, #0C549F -7.2%, #55A8FF 112.53%);
    transition: all 0.4s;
    display: none;
}
.scroll_top svg {
    height: 30px;
}
.scroll_top:hover {
    background: linear-gradient(73.38deg, #EC6608 0.72%, #FF9A54 89.89%);
}
a {
    text-decoration: none;
    color: #000;
}

h1 {
    color: #0c549f;
    font-size: 36px;
    margin-bottom: 30px;
}
h2, .h2 {
    font-size: 32px;
    margin-bottom: 28px;
    color: #0c549f;
    text-align: center;
    font-weight:700;
}
h3 {
    color: #0a55a0;
    font-size: 28px;
    font-weight:600;
    margin-bottom: 18px;
}
h4 {
    font-size: 20px;
    color: #0c549f;
    font-weight:600;
    display: block;
    margin-bottom: 16px;
}
hr{
    background: #0a55a0;
    height: 1px;
}
.clear {
	clear:both;
}
.documents {
    margin-top: 30px;
}

.container {
    max-width: 100%;
    width: 1410px;
    padding: 0 20px;
    margin: auto;
}
.element-hr {
    height: 2px;
    background-color: rgb(12 84 159 / 50%);
    width: 300%;
    margin-bottom: 30px;
}
.element-button {
    width: 220px;
    height: 64px;
    line-height: 60px;
    border: 2px solid #0A55A0;
    background: #fff;
    border-radius: 6px;
    display: block;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
     font-weight:600;
    font-size: 14px;
    color: #0c549f;
}
.element-button--line {
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.element-button:hover {
    border-color: transparent;
    border-width: 2px 0;
    background: linear-gradient(78.52deg, #0C549F -7.2%, #55A8FF 112.53%);
    color: #fff;
}
.element-button:hover path {
    fill: #fff
}
.container-element-button {
    display: flex;
    justify-content: center;
}
.element-button_bg {
    border-color: transparent;
    border: 0px;
    background: linear-gradient(78.52deg, #0C549F -7.2%, #55A8FF 112.53%);
    color: #fff;
    box-shadow: 0px 21px 35px rgba(0, 68, 106, 0.3);
}
.element-button_bg path {
    fill: #fff
}
.element-button_bg:hover {
    background: linear-gradient(73.38deg, #EC6608 0.72%, #FF9A54 89.89%);
    box-shadow: 0px 21px 35px rgba(106, 38, 0, 0.3);
}


/* categories */
.element-filter_category {
    margin-bottom: 20px;
    border: 1px solid #d4d9e0;
    background: #f0f0f0;
    position: relative;
    box-shadow: 1px 3px 18px 0px rgb(0 98 153 / 20%);
}
.element-filter_category .root-parent ul {
    background: #fffdfc;
}
.element-filter_category .root-parent >ul
{
    background-color:#f0f0f0 !important;
}

.element-filter_category > .parent ul {
    display: none;
}
.element-filter_category.show > .parent ul {
    display: block;
}


.element-filter_category .root-parent, .element-filter_category .first-parent {
    border-bottom: 1px solid #d4d9e0;
    background-color: #0C549F;
    background: linear-gradient(78.52deg, #0C549F -7.2%, #55A8FF 112.53%);
}
.element-filter_category .first-parent
{
    background:#f0f0f0 !important ;
}
.element-filter_category .first-parent > ul {
    background:#fffdfc ;
}
.element-filter_category li {
    list-style: none;
    position:relative;
}
.element-filter_category .parent {
    border-bottom: 1px solid #d4d9e0;
}
.element-filter_category li:last-child {
    margin-bottom: 0;
}

.element-filter_category .root-parent > a {
  color:#fff;
}


.element-filter_category li a {
    position: relative;
    padding:15px 10px 10px 20px;
    margin-left: 15px;
    display: inline-block;
    line-height: 1.5;
}
.element-filter_category li a:last-child  {
    margin-bottom: 0;
}
.element-filter_category li a:hover {
    color: #ec6608;
}
.element-filter_category .current-post {
    color: #ec6608;
}

.element-filter_category li > a:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0px;
    top: 25px;
    margin: auto;
    background-color: #575757;
    border-radius: 5px;
}
.element-filter_category li > a {
    color: #575757;
}
.element-filter_category li ul a {
    font-family: "OpenSans";
}
.element-filter_category .parent > a:before {
    display: none;
}
.element-filter_category .parent > a svg {
    position: absolute;
    left: 0;
    top: 25px;
    margin: auto;
    transition: all 0.3s;
    fill:#575757;
}
.element-filter_category .parent.active > a svg {
    transform: rotate(90deg);
}
.element-filter_category .parent.active > a svg path {
    fill: #0A55A0;
}
.element-filter_category .root-parent > a svg path, .element-filter_category .root-parent.active > a svg path {
    fill: #ffffff;
}
.element-filter_category .parent.current > ul {
    display: block;
}
.element-filter_category .parent.current > a svg {
    transform: rotate(90deg);
}

.element-filter_category .parent > a span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 22px;
    line-height: 22px;
}
.element-filter_category .parent > a span:before {
    content: "+";
}
.element-filter_category .parent.active > a span {
    line-height: 17px;
}
.element-filter_category .parent.active > a span:before {
    content: "-";
}


.element-mobile_filter {
    display: none;
    align-items: center;
    padding: 7px 14px;
    background-color: #ECF5FF;
    position: relative;
    transition: all 0.4s;
}
.element-mobile_filter span {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 20px;
}
.element-mobile_filter img {
    margin-right: 10px;
}
.element-mobile_filter:before {
    content: "";
    width: 7px;
    height: 13px;
    background: url(../img/filter-open.svg) no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 14px;
    transition: all 0.4s;
}
.elementg-mobile_filter.active {
    background-color: #FFF6EF;
}
.element-mobile_filter.active:before {
    width: 15px;
    height: 15px;
    background: url(../img/filter-close.svg) no-repeat;
    background-position: center;
    background-size: 100%;
}


/* wpcf7 ====================== */
.wpcf7-not-valid-tip {
    font-size: 14px;
}
input.wpcf7-not-valid {
    border: 1px solid red;
}
.wpcf7-response-output {
    max-width: 100%;
    width: 720px;
    padding: 0 20px;
    margin: 20px auto 0 auto !important;
}
.wpcf7-spinner {
    display: none;
}



/* fixed sidebar */
.fixed__sidebar {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 150px;
    height: 215px;
    margin: auto;
    z-index: 999;
}
.fixed__sidebar-row {
    margin-bottom: 5px;
    display: flex;
    justify-content: flex-end;
}
.fixed__sidebar-row:last-child {
    margin-bottom: 0;
}
.fixed__sidebar-item {
    display: flex;
    float: right;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
    align-items: center;
    padding: 15px 0;
    background-color: #0C549F;
    background: linear-gradient(78.52deg, #0C549F -7.2%, #55A8FF 112.53%);
}
.fixed__sidebar-image {
    width: 50px;
    height: 20px;
    text-align: center;
}
.fixed__sidebar-item svg {
    height: 20px;
}
.fixed__sidebar-item span {
    line-height: 20px;
    color: #fff;
    font-size: 0;
    transition: all 0.4s;
}
.fixed__sidebar-item:hover span {
    font-size: 16px;
    margin-right: 15px;
}
.fixed__sidebar-item:hover {

}


/* text editor =============================== */
.text-editor {
  /*  overflow: auto;*/

}
.text-editor p,.text-editor {
    margin-bottom: 20px;
    color: #575757;
    line-height: 1.5;
}
.text-editor p
{
    margin-bottom:10px;
}
.text-editor .alignright
{
    float:right;
}
.text-editor .alignleft
{
    float:left;
}
.text-editor ul {
    padding-left: 20px;
    margin:15px;

}
.text-editor ol {
    padding-left: 20px;
    margin-bottom: 20px;
}
.text-editor li {
    color: #575757;
    line-height: 22px;
    margin-bottom: 10px;
}
.text-editor li:last-child {
    margin-bottom: 0;
}
.text-editor a:hover {
    text-decoration: underline;
    color: #0a55a0;
}
.text-editor a:hover {
    text-decoration: none;
}
.text-editor table td {
    padding: 7px;
    vertical-align: baseline;
}

.text-editor  tbody tr:nth-child(odd){
	background: #fff;
}
 
/* Четные строки */
.text-editor  tbody tr:nth-child(even){
	background: #F7F7F7;
}



.text-editor h2 {
    font-size: 24px;

}
.text-editor h3 {
    font-size: 20px;

}
.text-editor h4 {
    font-size: 18px;
  
}
.text-editor table {
    width: 100%;
}

.text-editor a
{
    text-decoration:underline;
    color:#0c549f;
}
.text-editor table 
{
    overflow-x: scroll;
}
.text-editor .wp-block-image
{
    margin : 20px 0;
}
.text-editor img
{
    /*max-width: fit-content !important;*/
}

.single-novosti .text-editor
{
    max-width:1000px;
    margin: 0 auto;
}

/* slider ============ */
.slick-arrow {
    background-color: transparent;
    height: 50px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    margin: auto;
    top: 0;
    bottom: 0;
}
.slick-arrow svg {
    position: relative;
    z-index: 2;
}
.slick-arrow:before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    left: -22px;
    box-shadow: 0px -2px 35px rgba(0, 98, 153, 0.2);
}
.slick-next {
    right: 0;
}
.slick-next:before {
    left: auto;
    right: -22px;
}
.slick-arrow:hover svg path {
    fill: #EA6A23;
}
.slick-slide {
    opacity: 0.2;
}
.slick-active {
    opacity: 1;
}
.slick-dots {
    width: 100%;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    list-style: none;
}
.slick-dots button {
    width: 11px;
    height: 11px;
    background-color: #DCDCDC;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px 5px;
    font-size: 0;
}
.slick-dots .slick-active button {
    background-color: #EC6608;
}

/* pagination ================= */
.pagination {
    display: flex;
    justify-content: center;
    width: 100%;
}
.pagination .nav-links {
    width: 610px;
    display: flex;
    justify-content: center;
    position: relative;
}
.pagination .prev,
.pagination .next {
    background-color: transparent;
    height: 50px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}
.pagination .prev:before,
.pagination .next:before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    left: -22px;
    box-shadow: 0px -2px 35px rgba(0, 98, 153, 0.2);
}
.pagination .prev svg,
.pagination .next svg {
    position: relative;
    z-index: 2;
    margin-top: 17px;
}
.pagination .prev:hover svg path,
.pagination .next:hover svg path {
    fill: #EA6A23;
}
.pagination .prev {
    left: 0;
}
.pagination .next {
    right: 0;
}
.pagination .next:before {
    left: auto;
    right: -22px;
}
.pagination a {
    font-size: 20px;
    color: #0a55a0;
    line-height: 50px;
    margin: 0px 5px;
}
.pagination span {
    font-size: 20px;
    color: #0a55a0;
    line-height: 50px;
    margin: 0px 5px;
}
.pagination span.current {
    color: #EC6608;
    text-decoration: underline;
}
.pagination a:hover {
    color: #EC6608;
}


/* form ==================== */
.form-input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 0px 20px;
    border: 1px solid #0A55A0;
    margin-bottom: 30px;
    outline: none;
}
.form-input.error {
    border-color: red;
}
.form-textarea {
    width: 100%;
    height: 90px;
    padding: 20px;
    border: 1px solid #0A55A0;
    margin-bottom: 30px;
    outline: none;
}
.form-textarea.error {
    border-color: red;
}
.form-consent {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.form-consent a {
    color: #0051ca;
}
.form-consent label {
    font-size: 14px;
    line-height: 16px;
    color: #343333;
    width: 316px;
    cursor: pointer;
    padding-left: 37px;
    position: relative;
}
.form-consent label:before {
    content: "";
    border: 1px solid #8D8D8D;
    width: 20px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: 0;
}
.form-consent input:checked + label:after {
    content: "";
    border: 1px solid #8D8D8D;
    width: 20px;
    height: 17px;
    background: url(../img/form-check.png) no-repeat;
    background-position: center;
    position: absolute;
    top: 4px;
    left: 0;
}
.form-consent input {
    display: none;
}



.element_list_pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.element_list_pages-item {
    display: block;
    width: 23%;
    height: 255px;
    background: #FFFFFF;
    margin: 13px;
    font-size: 18px;
    line-height: 25px;
    color: #575757;
    padding: 0px 20px;
    text-align: center;
    transition: all .4s;
    border: 1px solid #d4d9e0;
    box-shadow: 0px 7px 25px rgba(0, 44, 96, 0.25);

}
.element_list_pages-image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 110px;
    margin-bottom: 30px;
}
.element_list_pages-image path {
    transition: all .4s;
}
.element_list_pages-item:hover {
    color: #EC6608;
    box-shadow: 0px 24px 65px rgba(0, 98, 153, 0.25);
}
.element_list_pages-item:hover path {
    fill: #EC6608;
}


.element__more {
    position: relative;
    margin-top: 30px;
    display: none;
    text-align: center;
    width: 100%;
}
.element__more span {
    font-size: 14px;
    color: #0a55a0;
    text-align: center;
    background: #fff;
    padding: 0px 10px;
    display: inline-block;
    cursor: pointer;
}
.element__more a {
    font-size: 14px;
    color: #0a55a0;
    text-align: center;
    background: #fff;
    padding: 0px 10px;
    display: inline-block;
    cursor: pointer;
}
.element__more:before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    position: absolute;
    margin: auto;
    background-color: rgb(12 84 159 / 50%);
    z-index: -1;
}



/* header ================ */
.header {
    padding-top: 18px;
    position: relative;
    z-index: 20;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.header-notice {
    display: flex;
    align-items: center;
}
.header-notice img {
    margin-right: 10px;
}
.header-notice span {
    font-size: 14px;
    color: #1d2841;
    font-weight:300;
}
.while .header-notice span {
    color: #fff;
}
.header-user_element {
    display: flex;
}
.header-language {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.header-language a {
    display: block;
    line-height: 42px;
    height: 42px;
    width: 37px;
    font-size: 14px;
    color: #0c549f;
      font-weight:600;
    margin-right: 5px;
    text-align: center;
}
.while .header-language a {
    color: #fff;
}
.header-language a:last-child {
    margin-right: 0;
}
.header-language_current {
    border-bottom: 4px solid #0C549F;
}
.header-language a:hover {
    border-bottom: 4px solid #0C549F;
}
.while .header-language_current {
    border-bottom: 4px solid #fff;
}
.while .header-language a:hover {
    border-bottom: 4px solid #fff;
}
.header-logout {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(12 84 159 / 50%);
    border-radius: 6px;
    width: 160px;
    height: 42px;
    color: #0c549f;
      font-weight:600;
    font-size: 12px;
}
.while .header-logout {
    border: 1px solid #fff;
    color: #fff;
}
.header-logout svg {
    margin-right: 20px;
}
.while .header-logout svg path {
    fill: #fff;
}
.header-logout:hover {
    border-color: transparent;
    border: 0px;
    background: linear-gradient(78.52deg, #0C549F -7.2%, #55A8FF 112.53%);
    color: #fff;
}
.header-logout:hover path {
    fill: #fff;
}
.header-center {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}
.header-search_catalog {
    display: flex;
}
.header-search {
    height: 64px;
    width: 325px;
    margin-right: 150px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0A55A0;
    padding-top: 20px;
    justify-content: space-between;
}
.while .header-search {
    border-bottom: 1px solid #fff;
}
.header-search input {
    outline: none;
    padding: 0px 10px;
    width: 90%;
    background: transparent;
    font-family: "OpenSans";
    font-style: italic;
    height: 40px;
}
.while .header-search input {
    color: #fff;
}
.while .header-search input:-moz-placeholder {color: #fff;}
.while .header-search input::-moz-placeholder {color: #fff;}
.while .header-search input:-ms-input-placeholder {color: #fff;}
.while .header-search input::placeholder {color: #fff;}
.while .header-search input::-webkit-input-placeholder {color: #fff;}
.header-search button {
    outline: none;
    background-color: transparent;
}
.while .header-search button svg path {
    fill: #fff
}
.header-contact {
    display: flex;
    align-items: flex-end;
}
.header-phone {
    display: flex;
    align-items: center;
}
.header-phone img {
    margin-right: 10px;
}
.header-phone a {
    color: #0c549f;
      font-weight:600;
    font-size: 20px;
}
.while .header-phone a {
    color: #fff;
}
.header-menu {
    display: flex;
    border-bottom: 2px solid rgb(12 84 159 / 50%);
}
.while .header-menu {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.header-menu > li {
    list-style: none;
    margin-right: 20px;
    position: relative;
}
.header-menu > li:last-child {
    margin-right: 0;
}
.header-menu > li > a {
    color: #0a55a0;
    padding: 25px 15px;
      font-weight:600;
    display: block;
    position: relative;
}
.header-menu > li > a:hover {
    color: #EA6A23;
}
.while .header-menu > li > a {
    color: #fff;
}
.while .header-menu > li > a:hover {
    color: #EA6A23;
}
.header-menu li.current-menu-item > a:before {
    opacity: 1;
}
.header-menu > li > a:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 6px;
    background-color: #EA6A23;
    border-radius: 5px;
    opacity: 0;
    transition: all .4s;
}
.header-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 2px);
    background: #FFFFFF;
    box-shadow: 0px 21px 35px rgba(0, 68, 106, 0.3);
    width: 300px;
    border-radius: 6px;
    overflow: hidden;
    min-width: max-content;
    padding: 10px 0;
}
.header-menu .menu-item-has-children:hover .sub-menu {
    display: block;
}
.header-menu .sub-menu li {
    list-style: none;
}
.header-menu .sub-menu a {
    display: block;
    color: #0A55A0;
    padding: 3px 10px 3px 15px;
}
.header-menu .sub-menu a:hover {
    background-color: #f9f9f9;
    color: #ea6a23;
}
.while .header-menu .sub-menu {
    background: linear-gradient(78.52deg, #0C549F -7.2%, #55A8FF 112.53%);
}
.while .header-menu .sub-menu a {
    color: #fff;
}
.while .header-menu .sub-menu a:hover {
    background: #EC6608;
}
.header-element_mobile {
    display: none;
}
.header__burger {
    width: 20px;
    height: 18px;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
    display: none
}
.header__burger span {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 5px;
    background-color: #0A55A0;
    transition: all 0.5s;
}
.while .header__burger span {
    background-color: #fff;
}
.header__burger:after {
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 5px;
    background-color: #0A55A0;
    transition: all 0.5s;
}
.while .header__burger:after {
    background-color: #fff;
}
.header__burger:before {
    width: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 5px;
    background-color: #0A55A0;
    opacity: 1;
    transition: all 0.5s;
}
.while .header__burger:before {
    background-color: #fff;
}
.header__burger.active:before {
    transform: rotate(45deg);
    top: 0;
    margin: auto;
}
.header__burger.active:after {
    opacity: 0;
}
.header__burger.active span {
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}
.header-logout_mobile {
    display: none;
}
.header-open_search {
    cursor: pointer;
}
.while .header-logout_mobile path {
    fill: #fff;
}
.menu__mobile {
    display: none;
}


/* index =============HOME======== */
.home section
{
    margin-bottom:50px;
}

.home__video {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.home__video-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(31, 37, 52, 0.28);
    z-index: 0;
}
.home__video-fonvideo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
    background-size: cover;
    background-position: center
}
.home__video-fonvideo video {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}
.home__video-category {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    height: 540px;
}
.home__video-category h1 {
    color: #fff;
   /* text-shadow: #36342b 2px 0 15px;*/
    font-size:40px;
    /*    background: #36363685;
    padding: 40px 50px;
    width: 100%;
    border-radius: 10px;*/
    width: 100%;
}
.home__video-category_row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.home__video-category_item {
    width: 18%;
    height: 77px;
    border-radius: 6px;
    background: linear-gradient(78.52deg, #0C549F -7.2%, #55A8FF 112.53%);
    box-shadow: 0px 21px 35px rgb(0 68 106 / 30%);
    padding: 26px 20px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}
.home__video-category_item.category-page {
    width: 23%;
}
.home__video-category_item:hover {
    background: linear-gradient(73.38deg, #EC6608 0.72%, #FF9A54 89.89%);
}
.home__video-category_item img {
    margin-right: 15px;
	max-width: 70px;
}



.breadcrumbs {
    padding-top: 20px;
}
.breadcrumbs-row {
    color: #777777;
    font-size: 14px;
}
.breadcrumbs-row a {
    color: #777777;
}
.breadcrumbs-row a:hover {
    color: #0c549f;
}


.section__news {
    padding-top: 50px;
    overflow: hidden;
}
.section__news.bg {
    background: linear-gradient(180deg, #EDEDED 0%, rgba(230, 243, 255, 0) 70%);
}
.section__news-slide {
    display: flex;
    align-items: flex-start;
    margin-bottom: 45px;
}
.section__news-item {
    width: 25%;
    padding: 0px 15px;
}
.section__news-item a
{

}
.section__news-image {
    max-width: 100%;
    margin-bottom: 15px;
    height: auto;
}
.section__news-title {
    display: block;
    min-height: 66px;
    font-size: 16px;
    color: #0c549f;
      font-weight:600;
    margin-bottom: 15px;
}
.section__news-text {
    color: #575757;
    margin-bottom: 30px;
    min-height: 88px;
    font-size: 16px;

}
.section__news-date {
    display: block;
    width: 100%;
    padding-top: 16px;
    font-size: 20px;
    color: #0c549f;
      font-weight:600;
    border-top: 2px solid rgb(12 84 159 / 50%);
    transition: all .4s;
}
.section__news-item a:hover .section__news-date {
    border-top: 2px solid #FF8A0D;
}
.section__news-slide .slick-arrow {
    bottom: -90px;
    top: auto;
}
.section__news-slide .slick-list {
    overflow: visible !important;
}




.home__productions {

    position: relative;
    z-index: 2;
}
.home__productions-row {
    display: flex;
    justify-content: center;
    max-height:310px;
}
.home__productions img:last-child {
    width: 65%;
}
.home__productions img:first-child {
    width: 35%;
}
.home__productions img:hover
{
    scale: 1.1;
    transition: scale 1s;
}


.section__category {
    padding-top: 50px;
    padding-bottom: 80px;
    overflow: hidden;
    position: relative;
}
.section__category.bg {
    background: linear-gradient(180deg, #EDEDED 0%, rgba(230, 243, 255, 0) 70%);
}
.section__category.mt-1 {
    margin-top: -150px;
    padding-top: 200px;
}
.section__category-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 135px;
    z-index: -1;
    margin: auto;
}
.section__category-row {
    display: flex;
    justify-content: space-between;
}
.section__category-gallery {
    max-width: 15%;
    min-width:175px;
    width:175px;
}
.section__category-gallery_item {
    width: 100%;
    min-height: 102px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;

}
.section__category-gallery_item img {
    /*max-width: 70%;*/
    max-height: 100%;
    width:100%;
    opacity: 0.3;
}
.section__category.bg .section__category-gallery_item.current {
    background-color: #fff;
}
.section__category-gallery_item.current {
    border: 2px solid #0A55A0;
}
.section__category-gallery_item.current img {
    opacity: 1;
}
.section__category-gallery_item:hover img {
    opacity: 1;
}
.section__category-images {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section__category-image {
    position: relative;
    width: 90%;
}
.section__category-image img {
    max-height: 90%;
    max-width: 400px;
    display: block;
    box-shadow: 0px 7px 25px rgba(0, 44, 96, 0.25);
    border: 1px solid #d4d9e0;
}
.section__category-image img:hover
{
    scale: 1.1;
    transition: scale 1s;
}
.section__category-image svg {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -90px;
    max-width: 100%;
}
.section__category-content {
    width: 40%;
}
.section__category-title {
    margin-bottom: 30px;
}
.section__category-title h3 {
    margin-bottom: 10px;
}
.section__category-title h3:last-child {
    margin-bottom: 0;
}
.section__category-text {
    color: #575757;
    margin-bottom: 50px;
}

.home__number {
   /* padding-top: 100px;
    padding-bottom: 80px;*/
}
.home__number h2 {
    margin-bottom: 50px;
}
.home__number-row {
    display: flex;
    align-items: flex-start;
}
.home__number-item {
    width: 25%;
    padding: 0px ;
    text-align:center;
}
.home__number-image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 150px;
    /*margin-bottom: 30px;*/
}
.home__number-image img {
    max-height: 100%;
    max-width: 100%;
}
.home__number-image img:hover
{

    scale: 1.2;
    transition: scale 1s;

}
.home__number-num{
    color: #EC6608;
    font-weight: bold;
    font-size: 35px;
    z-index: 100;

}
.home__number-subtitle {
    font-size: 18px;
    color: #0c549f;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}


.section__about {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
}
.section__about-row {
    display: flex;
    height: 640px;
}
.section__about-bg {
    width: 45%;
    height: 640px;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/pipes_wb.png) no-repeat;
    background-size: cover;
}
.section__about-image {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 110px;
}
.section__about-image img {
    max-width: 100%;
}
.section__about-image img:hover{
    scale: 1.2;
    transition: scale 2s;
}
.section__about-text {
    width: 40%;
}
.section__about-text p {
    color: #575757;
    font-size: 18px;

    font-weight:300;
    width: 90%;
}


.recommend__product {
    padding-top: 70px;
    position: relative;
}
.recommend__product.bg {
    background: linear-gradient(180deg, #F2F2F2 18.27%, rgba(255, 255, 255, 0) 100%);
}
.recommend__product.bg:after {
    content: "";
    background: url(../img/recommend__product-bg.svg) no-repeat;
    background-size: 100%;
    background-position: bottom right;
    width: 282px;
    height: 142px;
    position: absolute;
    top: -142px;
    right: 0;
}
.recommend__product-bg {
    z-index: -1;
    position: absolute;
    right: 0;
    top: -140px;
}
.recommend__product-row {
    overflow: hidden;
    padding-bottom: 120px;
}
.recommend__product-slide {
    display: flex;
    flex-wrap: wrap;
}
.recommend__product-slide .slick-list {
    overflow: visible !important;
}
.recommend__product-slide .slick-dots {
    position: absolute;
    bottom: -60px;
}
.recommend__product-item {
    width: 25%;
    padding: 0px 15px;
}
.recommend__product-wrapp {
    background: #FFFFFF;
    padding: 70px 25px 50px 25px;
    text-align: center;
    display: block;
    box-shadow: 0px 24px 50px rgba(0, 44, 96, 0.15);
    /*height: 485px;*/
}
.recommend__product-wrapp:hover {
    box-shadow: 0px 24px 65px rgba(0, 98, 153, 0.25);
}
.recommend__product-image {
    height: 150px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.recommend__product-image img {
    max-height: 100%;
    max-width: 80%;
}
.recommend__product-wrapp p {
    color: #575757;
    margin-bottom: 30px;
}
.recommend__product-wrapp .ttl
{
        color: #0c549f;
        font-weight:bold;
        min-height: 88px;
}
.recommend__product-wrapp .recommend__ttl {
    argin-bottom: 0;
    font-size: 20px;
    height: 136px;
    word-wrap: break-word;
    font-size: 19px;
    color: #0a55a0;
    font-weight: 600;
    line-height: 27px;

}


.forma__consultation {
    padding-top: 50px;
}
.forma__consultation.mb100 {
    margin-bottom: 100px;
}
.forma__consultation-container {
    max-width: 100%;
    width: 1048px;
    padding: 0 20px;
    margin: auto;
}
.forma__consultation p {
    color: #575757;
    margin-bottom: 30px;
    text-align: center;
}
.forma__consultation-colons {
    display: flex;
    margin-bottom: 30px;
}
.forma__consultation-colons span {
    margin-right: 30px;
	display: block;
	width: 100%;
}
.forma__consultation-colons span:last-child {
    margin-right: 0;
}
.forma__consultation br {
    display: none;
}
.forma__consultation-colons input {
    margin-bottom: 0;
    margin-right: 30px;
}
.forma__consultation-colons input:last-child {
    margin-right: 0;
}
.forma__consultation-btn {
    display: flex;
    justify-content: center;
    padding: 33px 0;
    background: url(../img/consultation-btn.svg) no-repeat;
    /*background: url(../img/pipe_bg.png) no-repeat;*/
    background-position-y: center;
    background-size: auto 100%;
}

.home__client h2 {
    margin-bottom: 90px;
}
.home__client-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home__client-item {
    height: 140px;
    /*width: 12%;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.home__client-item img {
    max-width: 80%;
    max-height: 100%;
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.home__client-item img:hover {
    opacity: 1;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}


.section__information {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    border-top: 2px solid rgb(12 84 159 / 50%);
}
.section__information-row {
    display: flex;
    height: 640px;
}
.section__information-bg {
    width: 45%;
    height: 640px;
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/information-bg.jpg) no-repeat;
    background-size: cover;
}
.section__information-text {
    width: 40%;
}
.section__information-hr {
    height: 2px;
    background-color: rgb(12 84 159 / 50%);
    width: 300%;
    margin-bottom: 30px;
    margin-right: 200px;
    float: right;
}
.section__information-text p {
    color: #575757;
    font-size: 18px;
font-weight:300;
    width: 90%;
    margin-bottom: 45px;
}
.section__information-text p:last-child {
    margin-bottom: 0;
}
.section__information-image {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 110px;
}
.section__information-image img {
    max-width: 100%;
}


.section__mission {
    padding-top: 50px;
    padding-bottom: 40px;
    overflow: hidden;
    background: url(../img/pipe_bg.png) no-repeat;
    background-position: bottom center;
}
.section__mission-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.section__mission-text {
    width: 60%;
}
.section__mission-text p {
    color: #0C549F;
    height: 265px;
    font-size: 28px;
}


.section__categories {
    padding-top: 120px;
    padding-bottom: 195px;
    background: url(../img/categories-bg.svg) no-repeat;
    background-position: center;
    background-size: cover;
}
.section__categories-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.section__categories-item {
    width: 318px;
    height: 103px;
    border-radius: 6px;
    background: linear-gradient(78.52deg, #0C549F -7.2%, #55A8FF 112.53%);
    box-shadow: 0px 21px 35px rgba(0, 68, 106, 0.3);
    padding: 26px 20px;
    padding-bottom: 25px;
    margin: 15px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}
.section__categories-item img {
    margin-right: 20px;
}
.section__categories-item:hover {
    background: linear-gradient(73.38deg, #EC6608 0.72%, #FF9A54 89.89%);
}


/* footer ====================== */
.footer {
    padding-top: 75px;
    padding-bottom: 45px;
    background: url(../img/footer-bg.svg) no-repeat;
    background-size: 100% auto;
    background-position: bottom
}
.footer-row {
    display: flex;
    align-items: flex-start;
    height: 530px;
}
.footer-colon {
    width: 34%;
    padding-right: 59px;
}
.footer-logo {
    margin-bottom: 40px;
    max-width: 100%;
}
.footer-contact {
    display: flex;
    align-items: flex-start;
    color: #004f9f;
    margin-bottom: 40px;
}
.footer-contact:last-child {
    margin-bottom: 0;
}
.footer-contact a {
    color: #0c549f;
      font-weight:600;
    font-size: 20px;
}
.footer-contact img {
    margin-right: 30px;
}
.footer-menu {
    padding-left: 110px;
    position: relative;
}
.footer-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 263px;
    width: 1px;
    background-color: #4697EB;
}
.footer-menu_title {
    display: block;
    font-size: 20px;
    color: #575757;
    margin-bottom: 45px;
}
.footer-nav li {
    list-style: none;
    margin-bottom: 15px;
}
.footer-nav a {
    color: #004f9f;
}
.footer-copy {
    display: block;
    color: #fff;
    text-align: center;
}

/* category page ========================= */
.category__header {
    padding-top: 40px;
}
.category__header-row {
    height: 530px;
    background-position: left;
    background-size: auto 100%;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 65px;
}
.category__header-title {
    font-size: 36px;
    width: 100%;
    line-height: 56px;
    margin-bottom: 0;
    color: #0c549f;
    padding: 0px 20px;
      font-weight:700;
}
.category__header-title span {
    position: relative;
    z-index: 2;
}
.category__header-title span:last-child {
    display: block;
    padding: 0 20px;
    margin-left: -20px;
    color: #fff;
    background-color: #0A55A0;
    position: relative;
    z-index: 0;
}
.category__header-image {
    position: absolute;
    bottom: 0;
    top: 0;
    border-radius: 40px;
    right: 0;
    margin: auto;
    z-index: 1;
}
.category__header-row:before {
    height: 210px;
    width: 18px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8px;
    z-index: 3;
    margin: auto;
    border-radius: 20px;
    background-color: #0A55A0;
}


/* catalog page =================== */
.page__catalog-product {
    min-height: 900px;
    padding-top: 30px;
    padding-bottom: 200px;
    /*background: url(../img/page-catalog-bg.svg) no-repeat;*/
    background: url(../img/pipe_bg.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}
.page__catalog-product h1 {
    margin-bottom: 0;
}
.page__catalog-subtitle {
    color: #8d8d8d;
    margin-bottom: 30px;
}
.page__catalog-categories {
    display: flex;
    margin-bottom: 50px;
}
.page__catalog-categories a {
    display: block;
    padding: 0 17px 16px 17px;
    border-bottom: 1px solid rgb(12 84 159 / 50%);
    position: relative;
    color: #575757;
}
.page__catalog-categories a.current {
    color: #0A55A0;
}
.page__catalog-categories a.current:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #0A55A0;
    border-radius: 5px;
}
.page__catalog-categories a:first-child {
    padding-left: 5px;
}
.page__catalog-categories a:hover {
    color: #0A55A0;
}
.page__catalog-row {
    display: flex;
    align-items: flex-start;
}

.page__catalog-mobile_filter {
    display: none;
    align-items: center;
    padding: 7px 14px;
    background-color: #ECF5FF;
    position: relative;
    transition: all 0.4s;
}
.page__catalog-mobile_filter span {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 20px;
}
.page__catalog-mobile_filter img {
    margin-right: 10px;
}
.page__catalog-mobile_filter:before {
    content: "";
    width: 7px;
    height: 13px;
    background: url(../img/filter-open.svg) no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 14px;
    transition: all 0.4s;
}
.page__catalog-mobile_filter.active {
    background-color: #FFF6EF;
}
.page__catalog-mobile_filter.active:before {
    width: 15px;
    height: 15px;
    background: url(../img/filter-close.svg) no-repeat;
    background-position: center;
    background-size: 100%;
}
.page__catalog-filter_categories {
    border-bottom: 1px solid rgb(12 84 159 / 50%);
    padding-bottom: 20px;
    margin-bottom: 15px;
    display: none;
}
.page__catalog-filter_categories a {
    padding-left: 30px;
    margin-bottom: 5px;
    color: #575757;
    display: block;
    position: relative;
}
.page__catalog-filter_categories a:last-child {
    margin-bottom: 0;
}
.page__catalog-filter_categories a:before {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #B8B8B8;
    border-radius: 100%;
}
.page__catalog-filter_categories a.current {
    color: #0a55a0;
}
.page__catalog-filter_categories a.current:before {
    border: 5px solid #006CBA;
    width: 6px;
    height: 6px;
}

.page__catalog-filter {
    width: 30%;
    padding-right: 30px;
}
.page__catalog-filter_category {
    /*border-bottom: 1px solid rgb(12 84 159 / 50%);*/
    /*padding: 20px 0 10px;*/
    margin-bottom: 20px;
    border: 1px solid #d4d9e0;
    background: #f0f0f0;
    position: relative;
    box-shadow: 1px 3px 18px 0px rgb(0 98 153 / 20%);
}
.page__catalog-filter_category .root-parent ul
{
    /*padding-left:20px;*/
    background: #fffdfc;
}
.page__catalog-filter_category .root-parent >ul
{
    background-color:#f0f0f0 !important;
}

.page__catalog-filter_category > .parent ul {
    /*padding-left: 15px;*/
    display: none;
    /*margin-bottom: 10px;*/
}
.page__catalog-filter_category.show > .parent ul {
    display: block;
}


.page__catalog-filter_category .root-parent, .page__catalog-filter_category .first-parent
{
    /*padding-left:20px;*/
    /*line-height:4;    */
    border-bottom: 1px solid #d4d9e0;
    background-color: #0C549F;
    background: linear-gradient(78.52deg, #0C549F -7.2%, #55A8FF 112.53%);
}
.page__catalog-filter_category .first-parent
{
    background:#f0f0f0 !important ;
}
.page__catalog-filter_category .first-parent >ul
{
    background:#fffdfc ;
}
.page__catalog-filter_category li {
    list-style: none;
   /* margin-bottom: 10px;*/
    position:relative;
   /* line-height:3;*/
}
.page__catalog-filter_category .parent {
    border-bottom: 1px solid #d4d9e0;
}
.page__catalog-filter_category li:last-child {
    margin-bottom: 0;
}
.page__catalog-filter_category .root-parent a
{

}
.page__catalog-filter_category .root-parent > a
{
  color:#fff;
 }



/*
.page__document-filter-punto
{

    width: 7px;
    height: 7px;
    background-color: #575757;
    border-radius: 7px;
    display: inline-block;
}*/
.page__catalog-filter_category li a {
    position: relative;
    padding:15px 10px 10px 20px;
    margin-left: 15px;
    display: inline-block;
    line-height: 1.5;
}
.page__catalog-filter_category li a:last-child  {
    margin-bottom: 0;
}
.page__catalog-filter_category li a:hover {
    color: #ec6608;
}

.page__catalog-filter_category li > a:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0px;
    top: 25px;
    margin: auto;
    background-color: #575757;
    border-radius: 5px;
}
.page__catalog-filter_category li > a {
    color: #575757;
}
.page__catalog-filter_category li ul a {
    font-family: "OpenSans";
}
.page__catalog-filter_category .parent > a:before {
    display: none;
}
.page__catalog-filter_category .parent > a svg {
    position: absolute;
    left: 0;
    top: 25px;
    /*bottom: 0;*/
    margin: auto;
    transition: all 0.3s;
    fill:#575757;
}
.page__catalog-filter_category .parent.active > a svg {
    transform: rotate(90deg);
}
.page__catalog-filter_category .parent.active > a svg path {
    fill: #0A55A0;
}
.page__catalog-filter_category .root-parent > a svg path, .page__catalog-filter_category .root-parent.active > a svg path
{
        fill: #ffffff;
}

.page__catalog-filter_category .parent > a span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 22px;
    line-height: 22px;
}
.page__catalog-filter_category .parent > a span:before {
    content: "+";
}
.page__catalog-filter_category .parent.active > a span {
    line-height: 17px;
}
.page__catalog-filter_category .parent.active > a span:before {
    content: "-";
}

/*Фильтр по ппарметрам*/
.param-filter-styles
{
    border: 1px solid #d4d9e0;
    background: #fffdfc;
    position: relative;
    box-shadow: 1px 3px 18px 0px rgb(0 98 153 / 20%);
    margin-bottom: 20px;
    background: #fffdfc;
}

.page__catalog-filter_parameters {
  /*  margin-bottom: 20px;*/
}
.page__catalog-filter_parameters .filter-parameters__ttl {
    background: #f0f0f0 !important;
    padding-left: 15px;
    line-height: 1.5;
    padding: 15px 10px 15px 20px;
    border-bottom: 1px solid #d4d9e0;
}
.page__catalog-filter_parameters li {
    padding: 15px 10px 10px 20px;
    line-height: 1.5;
}
.page__catalog-filter_parameters:last-child {
    margin-bottom: 0;
}
.page__catalog-filter_parameters span {
    color: #575757;
      font-weight:600;
    position: relative;
    display: block;
    padding-left: 15px;
    cursor: pointer;
}
.page__catalog-filter_parameters span svg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
}
.page__catalog-filter_parameters.active span svg {
    transform: rotate(90deg);
}
.page__catalog-filter_parameters li {
    list-style: none;
    display: flex;
    align-items: center;
}
.page__catalog-filter_parameters li:last-child {
    margin-bottom: 0;
}
.page__catalog-filter_parameters li label {
    font-size: 14px;
    line-height: 16px;
    color: #343333;
    width: 316px;
    cursor: pointer;
    padding-left: 27px;
    position: relative;
}
.page__catalog-filter_parameters li label:before {
    content: "";
    border: 1px solid #8D8D8D;
    width: 15px;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.page__catalog-filter_parameters li input:checked + label:after {
    content: "";
    border: 1px solid #8D8D8D;
    width: 15px;
    height: 13px;
    background: url(../img/form-check.png) no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.page__catalog-filter_parameters li input {
    display: none;
}

.page__catalog-products {
    width: 64%;
    margin-left: 2%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.page__catalog-products_item {
    margin-bottom: 30px;
    display: flex;
    width:100%;
   /*height: 270px;*/
}
.page__catalog-products_item:last-child {
    margin-bottom: 0;
}
.page__catalog-products_image {
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #d4d9e0;
    border-radius: 20px;
   /* box-shadow: 0px 7px 25px rgba(0, 44, 96, 0.25);*/
    max-width: 320px;
    transition: all .4s;
    min-width: 40%;
}
.page__catalog-products_image:hover {
   box-shadow: 1px 3px 20px 0px rgb(0 98 153 / 25%);

}
.page__catalog-products_image img {
    max-width: 80%;
    max-height: 80%;
}
.page__catalog-products_content {
    width: 65%;
    transition: all .4s;
}
.page__catalog-products_content a {
    display: block;
    color: #0a55a0;
    font-size: 24px;
    font-weight:600;
    margin-bottom: 20px;
}
.page__catalog-products_item .text-editor ul
{
    margin: 0;
}
.page__catalog-products_content a:hover {
    text-decoration: underline;
}
.page__catalog-products_content p {
    color: #575757;
    /*font-size: 18px;*/
    margin-bottom: 20px;
}
.page__catalog-products_content span {
    display: block;
    color: #575757;
    font-size: 22px;
    font-weight:600;
}

.page__catalog-products_item.products_item-table {
    flex-wrap: wrap;
    height: auto;
    width: 31%;
    margin-right: 10px;
    margin-bottom: 15px;
}
.page__catalog-products_item.products_item-table .page__catalog-products_image {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: none;
    max-width: 100%;
    margin-bottom: 0px;
}
.page__catalog-products_item.products_item-table .page__catalog-products_content {
    width: 100%;
    border: 1px solid #d4d9e0;
    border-radius: 20px;
    padding: 10px;
}
.page__catalog-products_item.products_item-table .page__catalog-products_content:hover {
    box-shadow: 0px 7px 25px rgb(0 44 96 / 25%);
}
.page__catalog-products_item.products_item-table .page__catalog-products_content a:first-child {
    font-size: 18px;
    margin-bottom: 20px;
    /* text-align: center; */
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}
.page__catalog-products_item.products_item-table .page__catalog-products_content p {
    font-size: 15px;
    text-align: center;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    display: none;
}
.page__catalog-products_item.products_item-table {}

.page__catalog-content {
    padding-top: 40px;
}
.page__catalog-content_row {
    display: flex;
    justify-content: flex-end;
}
.page__catalog-content_text {
    width: 75%;
}
.page__catalog-content_text h3 {
    color: #575757;
    font-size: 18px;
}
.page__catalog-content_text p {
    color: #575757;
}
.page__catalog-content_text ul {
    color: #575757;
    padding-left: 20px;
}


/* dilery page ================ */
.page__dilery {
    padding-top: 30px;
    padding-bottom: 200px;
    position: relative;
}
.page__dilery-bg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    max-width: 100%;
    z-index: -1;
    opacity: 50%;
    max-height: 100%;
}


/* dilery gropp page =============== */
.dilery__group {
    padding-top: 30px;
}
.dilery__group .dilery__group-cmps
{
    list-style-position: inside;
}
.dilery__group .dilery__group-cmps li
{
    padding: 10px 0;
}
.dilery__group .dilery__group-cmps a
{

}

.dilery__group .dilery__group-cmps a:hover
{
    text-decoration:underline
}

.dilery__group-country {
    display: flex;
    margin-bottom: 50px;
}
.dilery__group-country a {
    display: block;
    padding: 0 17px 16px 17px;
    border-bottom: 1px solid rgb(12 84 159 / 50%);
    position: relative;
    color: #575757;
}
.dilery__group-country a:first-child {
    padding-left: 5px;
}
.dilery__group-country a.current {
    color: #0a55a0;
}
.dilery__group-country a:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #0A55A0;
    border-radius: 5px;
    opacity: 0;
}
.dilery__group-country a.current:before {
    opacity: 1;
}
.dilery__group-country a:hover {
    color: #0a55a0;
}
.dilery__group-row {
    min-height: 400px;
    margin-bottom:50px;
    position: relative;
}
.dilery__group-row_hei {
    margin-bottom:50px;
    position: relative;
}
.dilery__group-row.hide {
    display: none;
}
.dilery__group-map {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    max-width: 100%;
    z-index: 0;
}
.dilery__group-region {
    display: flex;
    flex-wrap: wrap;
   /* justify-content: space-evenly;*/
    z-index: 10;
    background-color: #ffffffd1;
    position: relative;
    line-height: 30px;
}
.dilery__group-region > li {
    width: 30%;
    margin-bottom: 10px;
    border: 1px solid #d4d9e0;
    list-style: none;
    position: relative;
    margin-left:10px;

}
.dilery__group-region > li span {
    background: rgb(240 240 240 / 70%);
    position: relative;
    padding: 10px 10px 10px 30px;
    display: block;
    line-height: 1.5;
    cursor: pointer;
}
.dilery__group-region > li span svg {
    position: absolute;
    left: 15px;
    top: 2px;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
    fill: #575757;
}
.dilery__group-region > li ul {
    padding: 10px 10px 10px 40px;
    display: none;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 20;
    box-shadow: 0px 10px 9px 4px #0000004d;
    top: calc(100% + 1px);
}
.dilery__group-region > li ul li {
    list-style: outside;
}
.dilery__group-region > li span.current svg {
    transform: rotate(90deg);
}
.dilery__group-region > li span.current path {
    fill: #0A55A0;
}
.dilery__group-region > li span:hover,
.dilery__group-region > li a:hover {
    color: #EA6A23;
}
/*.dilery__group-region span {
    font-size: 18px;
    line-height: 25px;
    color: #575757;
    cursor: pointer;
}
.dilery__group-region span:before {
    content: "";
    background: url(../img/dilery-arrows.svg) no-repeat;
    background-size: 100% auto;
    background-position: center right;
    width: 60px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    transition: all .4s;
    width: 0;
    opacity: 0;
}
.dilery__group-region span.current:before {
    opacity: 1;
    width: 60px;
    left: -68px;
}
.dilery__group-region span:hover {
    color: #0c549f;
}
.dilery__group-region a {
    font-size: 16px;
    line-height: 22px;
    color: #575757;
}
.dilery__group-region a:hover {
    color: #0c549f;
}
.dilery__group-region li {
    list-style: none;
    position: relative;
}
.dilery__group-region ul {
    position: absolute;
    display: none;
    top: -10px;
    padding: 10px 20px;
    width: 500px;
    left: calc(100% + 40px);
    border-left: 1px solid rgb(12 84 159 / 50%);
}
.dilery__group-region > li {
    display: table;
    width: 100%;
}*/
.dilery__group-mob {
    line-height: 30px;
    color: #575757;
    padding-right: 20px;
    display: none;
    cursor: pointer;
    position: relative;
}
.dilery__group-mob.active {
    color: #0a55a0;
}
.dilery__group-mob.active:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #EA6A23;
    border-radius: 5px;
}


/* single dilery page ==================== */
.single__dilery {
    padding-top: 30px;
}
.single__dilery p.single__dilery-type
{
    margin-bottom:10px;
}
.single__dilery-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 140px;
}
.single__dilery-content {
    width: 50%;
}
.single__dilery-content h1 {
    margin-bottom: 10px;
}
.single__dilery-content h2 {
    text-align: left;
}
.single__dilery-content p {
    color: #575757;
    margin-bottom: 30px;
}
.single__dilery-content h3 {
    margin-bottom: 20px;
}
.single__dilery-address {
    padding-top: 30px;
    border-top: 2px solid rgb(12 84 159 / 50%);
}
.single__dilery-address p {
    margin-bottom: 5px;
}
.single__dilery-image {
    width: 40%;
    position: relative;
}
.single__dilery-image img {
    max-width: 100%;
}
.single__dilery-image img.single__dilery-image_bg {
    position: absolute;
    left: -135px;
    z-index: -1;
    bottom: -100px;
    max-width: initial;
}
.single__dilery-map {
    height: 525px;
}


/* page uslugi ====================== */
.page__uslugi {
    padding-top: 30px;
    padding-bottom: 60px;
}


/* single uslugi ======================= */
.single__uslugi {
    padding-top: 30px;
}
.single__uslugi.bg {
    /*background: url(../img/single-uslugi-bg.svg) no-repeat;
    background-size: 100% auto;
    background-position: bottom right;
    padding-bottom: 20px;*/
}
.single__uslugi .single__uslugi-flink a
{
    text-decoration: underline;
    color: #0c549f;
    font-weight: bold;
}
.single__uslugi.center h1 {
    text-align: center;
}
.single__uslugi-row {
    display: flex;
    justify-content: space-between;
  /*  margin-bottom: 20px;*/
}
.single__uslugi-content {
    width: 49%;
}
.single__uslugi-content h2,
.single__uslugi-content h3,
.single__uslugi-content h4 {
    text-align: left;
}
.single__uslugi-content p {
    color: #575757;
    margin: 10px 0 20px;
}
.single__uslugi-content p.color {
    color: #0a55a0;
}
.single__uslugi-content_galery {
    display: flex;
    flex-wrap: wrap;
}
.single__uslugi-content_galery img {
    width: 100%;
}
.single__uslugi-content_galery a {
    width: 31%;
    margin-right: 10px;
    margin-bottom: 10px;
}
.single__uslugi-content_galery.pt-40 {
    padding-top: 40px;
}
.single__uslugi-content_galery.col-5 a {
    width: 17%;
}
.single__uslugi-content_galery .galery-item {
    width: 31%;
    margin-bottom: 30px;
}

.single__uslugi-content_galery.col-5 .galery-item {
    width: 17%;
    margin-right: 10px;
}
.single__uslugi-content_galery .galery-item a {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0;
}
.single__uslugi-content_galery .galery-item img {
    margin-bottom: 0;
    height: 200px;
    width: auto;
}
.single__uslugi-content .wp-block-group__inner-container {
    padding-top: 30px;
    border-top: 2px solid rgb(12 84 159 / 50%);
}

.single__uslugi-content ul li {
    color: #575757;
}
.single__uslugi-image {
    width: 49%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.single__uslugi-image img {
    max-width: 100%;

}
.single__uslugi-image img:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

.uslugi__popup {
    display: none;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    padding: 30px 0;
    overflow: auto;
}
.uslugi__popup-close {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.uslugi__popup-wrapp {
    width: 690px;
    padding: 40px 60px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.uslugi__popup-row {
    margin-bottom: 30px;
}
.uslugi__popup-row:last-child {
    margin-bottom: 0;
}
.uslugi__popup-title {
    margin-bottom: 30px;
    color: #3e3e3e;
    font-size: 20px;
    display: block;
      font-weight:600;
}
.uslugi__popup-input_text {
    width: 100%;
    font-size: 16px;
    height: 50px;
    padding: 0px 20px;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    margin-bottom: 20px;
    outline: none;
}
.uslugi__popup-row span:last-child input {
    margin-bottom: 0;
}
.uslugi__popup-consent {
    margin-bottom:20px;
}
.uslugi__popup-consent label
{
    margin-left:10px
}
.uslugi__popup-consent a{
    text-decoration:underline;
}
.wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 10px;
    display: block;
}
.wpcf7-list-item label {
    font-size: 14px;
    line-height: 16px;
    color: #343333;
    cursor: pointer;
    position: relative;
}
.wpcf7-list-item input {
    width: 18px;
    margin-right: 5px;
}
.wpcf7-list-item:last-child {
    margin-bottom: 0;
}

.uslugi__popup-checkbox {
    justify-content: flex-start;
    margin-bottom: 15px;
}
.uslugi__popup-checkbox:last-child {
    margin-bottom: 0;
}
.uslugi__popup-checkbox label {
    width: 100%;
    line-height: 19px;
}
.uslugi__popup-checkbox label:after,
.uslugi__popup-checkbox label:before {
    top: 0 !important;
}
.uslugi__popup-radio .wpcf7-radio {
    display: flex;
    justify-content: space-around;
}
.uslugi__popup-radio .wpcf7-list-item {
    margin-right: 20px;
}
.uslugi__popup-radio .wpcf7-list-item:last-child {
    margin-right: 0;
}
.uslugi__popup-option {
    width: 100%;
    display: flex;
}
.uslugi__popup-option span:last-child {
    width: 100%;
}
.uslugi__popup-option span:first-child {
    width: 100%;
}
.uslugi__popup-option span {
    width: 40%;
}
.uslugi__popup-option input {
    border-radius: 0;
    margin-bottom: 10px;
}

.uslugi__popup-consent label {
    width: 100%;
}


/* page about =============== */
.page__about {
    padding-top: 30px;
    position: relative;
}
.about_hr {
    height: 2px;
    background-color: rgb(12 84 159 / 50%);
    width: 3000%;
    margin-right: -100px;
    float: right;
    margin-top: 20px;
}
.page__about p {
    color: #575757;
    position: relative;
    z-index: 2;
}
.page__about p span {
    color: #0c549f;
    font-size: 20px;
      font-weight:600;
}
.page__about:before {
    content: "";
    left: 0;
    background: linear-gradient(90deg, #E7F3FF 0%, rgba(231, 243, 255, 0) 106.93%);
    position: absolute;
    display: block;
    z-index: -1;
    width: 50%;
}
.page__about:after {
    content: "";
    right: 0;
    background: linear-gradient(90deg, rgba(231, 243, 255, 0) 0%, #E7F3FF 106%);
    position: absolute;
    display: block;
    z-index: -1;
    width: 50%;
}
.page__about-nav {
    display: flex;
    margin-bottom: 50px;
}
.page__about-nav li {
    list-style: none;
    position: relative;
    padding: 0 30px 16px 30px;
    border-bottom: 1px solid rgb(12 84 159 / 50%);
}
.page__about-nav a {
    display: block;
    position: relative;
    color: #575757;
}
.page__about-nav li:first-child {
    padding-left: 5px;
}
.page__about-nav li.current-menu-item a {
    color: #0a55a0;
}
.page__about-nav a.current {
    color: #0a55a0;
}
.page__about-nav li:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #0A55A0;
    border-radius: 5px;
    opacity: 0;
}
.page__about-nav li.current-menu-item:before {
    opacity: 1;
}
.page__about-nav a.current:before {
    opacity: 1;
}
.page__about-nav a:hover {
    color: #0a55a0;
}

.about__mission {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}
.about__mission-row {
    display: flex;
    height: 640px;
}
.about__mission-bg {
    width: 45%;
    height: 640px;
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/bg-about.png) no-repeat;
    background-size: cover;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity:0.4;*/
}
.about__mission-text {
    width: 40%;
    display: flex;
    align-items: center;
}
.about__mission-text h2 {
    text-align: left;
    display: inline-block;
}
.about__mission-text p {
    color: #0C549F;
    font-size: 28px;
      font-weight:600;
    width: 100%;
    margin-bottom: 45px;
}
.about__mission-text p:last-child {
    margin-bottom: 0;
}
.about__mission-image {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 110px;
}
.about__mission-image img {
    max-width: 100%;
}
.about__info {
    padding-bottom: 100px;
    overflow: hidden;
}
.about__info-row {
    display: flex;
}
.about__info-image {
    width: 40%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about__info-image_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.about__info-image img {
    max-width: 100%;
}
.about__info-image img.md {
    margin-top: 30px;
    width: 47%;
}
.about__info-text h3 {
    display: inline-block;
}
.about__info-text p {
    margin-bottom: 30px;
}
.about__info-text p:last-child {
    margin-bottom: 0;
}
.about__info-text {
    display: flex;
    align-items: center;
    width: 60%;
    padding-left: 110px;
}
.about__info.left .about__info-text {
    padding-left: 0;
    padding-right: 110px;
}
.about__info-contact {
    margin-bottom: 0;
    margin-top: 100px;
}

.about__background {
    background: url(../img/page-about-bg.png) no-repeat;
    background-size: cover;
    height: 580px;
    margin-top: 80px;
}
.about__background img {
    position: relative;
    margin-top: -80px;
}



/* about manager page ================= */
.about__manager-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.about__manager-item {
    width: 22.4%;
    margin-right: 30px;
    margin-bottom: 50px;
    position: relative;
}
.about__manager-item_image {
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;

}
.about__manager-item_image p {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    padding-top: 20px;
    opacity: 0;
}
.about__manager-item_image img
{
 border: 1px solid #fff;
}
.about__manager-item img {

    max-width:310px;
    transition: all 0.4s;
}
.about__manager-item_image img:hover  {
    border: 1px solid rgb(12 84 159 / 50%);
}
/*
.about__manager-item_image:active {
    background: url(../img/manager-none.svg) no-repeat;
    background-position: top;
    background-size: 100% 100%;
}

.about__manager-item_image:active p {
    opacity: 1;
}*/
.about__manager-name {
    display: block;
    margin-bottom: 3px;
    color: #0c549f;
    font-size: 18px;
      font-weight:600;
}
.about__manager-post {
    margin-bottom: 3px;
    display: block;
    color: #4a4a4a;
      font-weight:600;
}
.about__manager-phone {
    display: block;
    color: #0c549f;
      font-weight:600;
}
.about__manager-none {
    position: absolute;
    top: 0;
    padding: 0 45px;
    padding-top: 70px;
}



/* about gallery page =========================== */
.about__galery {
    padding-bottom: 120px;
}
.about__galery-text {
    margin-bottom: 65px;
}
.about__galery-row p {
    margin-bottom: 20px;
}
.about__galery-row p:last-child {
    margin-bottom: 0;
}
.about__galery:before {
    top: 450px;
    height: 130px;
}
.about__galery:after {
    top: 735px;
    height: 130px;
}
.about__galery-content_galery {
    display: flex;
    flex-wrap: wrap;

}
.about__galery-content_galery a {
   max-width: 19%;
    height: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.about__galery-content_galery img {
    min-width: 100%;
    height: 100%;
}

.page__gallery {
    padding: 0 0.469vw;
    display: flex;
    justify-content: center;
}
.page__gallery a {
    display: inline-block;
    background-size: cover;
    background-position: center;
    margin: 0.5vw;
    opacity: 0.4;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.page__gallery a:hover {
    opacity: 1;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.page__gallery-colon-1 {
    display: inline-block;
    width: 36.705vw;
}
.page__gallery a.galery-1 {
    width: 17.935vw;
    height: 10.428vw;
}
.page__gallery a.galery-2 {
    height: 10.428vw;
    width: 15.798vw;
}
.page__gallery a.galery-3 {
    height: 7.404vw;
    width: 11.47vw;
}
.page__gallery a.galery-4 {
    height: 7.404vw;
    width: 11.001vw;
}
.page__gallery a.galery-5 {
    height: 7.404vw;
    width: 10.01vw;
}
.page__gallery a.galery-6 {
    width: 25.4vw;
    height: 19.3vw;
}
.page__gallery-colon-2 {
    display: inline-block;
    width: 34.828vw;
}
.page__gallery a.galery-7 {
    height: 10.01vw;
    width: 14.859vw;
}
.page__gallery a.galery-8 {
    height: 10.01vw;
    width: 17.049vw;
}
.page__gallery a.galery-9 {
    height: 7.925vw;
    width: 12.096vw;
}
.page__gallery a.galery-10 {
    height: 7.925vw;
    width: 12.148vw;
}
.page__gallery a.galery-11 {
    height: 7.925vw;
    width: 6.361vw;
}


.galery__popup {
    display: none;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    align-items: stretch;
    overflow: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    padding: 30px 0;
    overflow: auto;
}
.galery__popup-close {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.galery__popup-wrapp {
    width: 1208px;
    padding: 75px 0px;
    background-color: #fff;
    position: relative;
    overflow: auto;
    z-index: 1;
}
.galery__popup-wrapp li {
    list-style: none;
}
.galery__popup-wrapp a {
    padding: 5px 140px;
    display: block;
}
.galery__popup-wrapp a:hover {
    background: linear-gradient(90deg, #E7F3FF 0%, rgba(231, 243, 255, 0) 106.93%);
}


.dowload_po_popup {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    overflow: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    padding: 30px 0;
    overflow: auto;
}
.dowload_po_popup-close {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.dowload_po_popup-wrapp {
    width: 800px;
    height: 400px;
    padding: 45px 0px;
    background-color: #fff;
    position: relative;
    overflow: auto;
    z-index: 1;
}
.dowload_po_popup-wrapp li {
    list-style: none;
}
.dowload_po_popup-wrapp a {
    padding: 5px 60px;
    display: block;
}
.dowload_po_popup-wrapp a:hover {
    background: linear-gradient(90deg, #E7F3FF 0%, rgba(231, 243, 255, 0) 106.93%);
}


/* single product ==================== */
.single__product {
    padding-top: 20px;
}
.single__product-gallery {
    position: relative;
    margin-bottom: 30px;
}
.single__product-gallery:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    height: 175px;
    background: linear-gradient(270.05deg, #E7F3FF 0.05%, #FFFFFF 51.8%, #E7F3FF 99.97%);
}
.single__product-gallery_row {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.single__product-gallery_pref {
    max-width: 15%;
    width:200px;
    min-width:200px;
}
.single__product-gallery_item {
    width: 100%;
    height: 170px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.single__product-gallery_item img {
    max-width: 70%;
    max-height: 70%;
    opacity: 0.3;
}/*
.single__product .dowload-catalog {
    width: 100%;
    height: 37px;
    line-height: 35px;
    border-radius: 5px;
    display: block;
    border: 1px solid #0A55A0;
    font-size: 14px;
    text-align: center;
}
.single__product .dowload-catalog:hover {
    border-color: transparent;
    border-width: 1px 0;
    background: linear-gradient(78.52deg, #0C549F -7.2%, #55A8FF 112.53%);
    color: #fff;
}*/
.section__category.bg .single__product-gallery_item.current {
    background-color: #fff;
}
.single__product-gallery_item.current {
    border: 2px solid #0A55A0;
}
.single__product-gallery_item.current img {
    opacity: 1;
}
.single__product-gallery_item:hover img {
    opacity: 1;
}
.single__product-images {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85%;

}
.single__product-image {
    position: relative;
    background: #FFFFFF;
  /*  border: 1px solid #d4d9e0;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 1px 3px 20px 0px rgb(0 98 153 / 25%);*/
}
.single__product-image:hover{
   /* box-shadow: 1px 3px 20px 0px #ffdac5;
    border: 1px solid #ffdac5;*/
    border: 1px solid #d4d9e0;
    box-shadow: 1px 3px 20px 0px rgb(0 98 153 / 25%);
}

.single__product-image img {
    height: 290px;
}
.single__product-image svg {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -90px;
    max-width: 100%;
}
.single__product-buttons a {
    margin-bottom: 20px;
}
.single__product-buttons a:last-child {
    margin-bottom: 0;
}
.single__product-content {
    display: flex;
}
.single__product-content h2, .single__product-content h3,  .single__product-content h4 {
    font-size: 24px;
    text-align: left;
    color: #0c549f;
}
.single__product-content h2
{
    font-weight:600;
}
.single__product-content_device {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.single__product-content_device .item {
    width: 25%;
    padding: 0px 15px;
    margin-bottom: 25px;
    text-align:center;
}
.single__product-content_device img {
    max-width: 100%;
    height: 150px;
    margin-bottom: 10px;
}
.single__product-content_device .item a img {
	transition: transform .4s;
}
.single__product-content_device .item a:hover img {
	transform: scale(1.1);
}
.single__product-content_device {}
.single__product-nav_tab {
    width: 15%;
    padding-right: 75px;
}
.single__product-nav_item {
    margin-bottom: 25px;
}
.single__product-nav_item:last-child {
    margin-bottom: 0;
}
.single__product-nav_link {
    color: #575757;
    display: block;
    padding: 10px 0;
    position: relative;
}
.single__product-nav_link:before {
    position: absolute;
    content: "";
    border-radius: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #0A55A0;
    transition: all .3s;
}
.single__product-nav_link:hover {
    color: #0a55a0;
}
.single__product-nav_link.current:before {
    height: 3px;
}
.single__product-content_tabs {
    width: 85%;
    
}
.single__product-content_tabs.text-editor br {
   /* display: none;*/
}
.single__product-content_sertivicat {
    display: flex;
    flex-wrap: wrap;
}
.single__product-content_sertivicat a {
    margin: 10px;
    width: 23%;
}
.single__product-content_sertivicat img {
    width: 100%;
}
.single__product-content table {
    width: 100%;
    border-spacing: 0;
}
.single__product-content td {
    border: 1px solid #ededed;
    padding: 5px;
    color: #575757;
}
.single__product-tabs_mobile {
    display: none;
    margin-top: 10px;
    margin-bottom: 30px;
}
@media(min-width: 990px) {
	.single__product-tabs_mobile {
		display: none !important;
	}
}

.single_product_ozov {
    padding-top: 30px;
    padding-bottom: 300px;
    background: url(../img/page-product-bg.svg) no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}
.single_product_ozov .slick-dots {
    position: relative;
    bottom: -70px;
}
.single_product_ozov h3 {
    margin-bottom: 110px;
}
.single_product_ozov {
    padding-top: 140px;
}
.single_product_ozov-row {
    display: flex;
    padding: 0 100px;
    justify-content: center;
}
.single_product_ozov-image {
    margin-right: 100px;
}
.single_product_ozov-image img {
    max-width: 100%;
}
.single_product_ozov-text {
    width: 60%;
}
.single_product_ozov-text p {
    color: #575757;
    font-size: 20px;
    margin-bottom: 20px;
}
.single_product_ozov-text span {
    color: #575757;
    font-weight: 600;
    display: block;
    font-size: 20px;
}




/* page document ======================== */
.page__document {
    padding-top: 30px;
    padding-bottom: 100px;
}
.page__document-row {
    display: flex;
}
.page__document-filter {
    width: 30%;
    margin-right: 30px;
    line-height:26px;
}
.page__document-content {
    width: 67%;
}
.page__document-content h3, .page__document-filter h4 {
    margin-bottom: 15px;
}
.page__document-content a {
    color: #575757;
}
.page__document-content a:hover {
    color: #0c549f;
}
.page__document-content > div {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #0a55a0;
}
.page__document-content > div:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}
.page__document-content > div {}



/* about partner ========== */
.about__partner-logotip {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 160px;
}
.about__partner-logotip_item {
    width: 16%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.about__partner-logotip_item:hover {
    background: #FFFFFF;
    box-shadow: 0px 24px 50px rgba(0, 44, 96, 0.15);
}
.about__partner-logotip_item img {
    max-width: 80%;
    max-height: 80%;
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.about__partner-logotip_item img:hover {
    opacity: 1;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none; /* IE 6-9 */
}


/* page career ========================== */
.page__career-nav {
    display: flex;
    margin-bottom: 50px;
}
.page__career-nav li {
    list-style: none;
    position: relative;
    padding: 0 20px 16px 20px;
    border-bottom: 1px solid rgb(12 84 159 / 50%);
}
.page__career-nav a {
    display: block;
    position: relative;
    color: #575757;
}
.page__career-nav li:first-child {
    padding-left: 5px;
}
.page__career-nav li.current-menu-item a {
    color: #0a55a0;
}
.page__career-nav a.current {
    color: #0a55a0;
}
.page__career-nav li:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #0A55A0;
    border-radius: 5px;
    opacity: 0;
}
.page__career-nav li.current-menu-item:before {
    opacity: 1;
}
.page__career-nav a.current:before {
    opacity: 1;
}
.page__career-nav a:hover {
    color: #0a55a0;
}
.page__career {
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
}
.page__career:before {
    content: "";
    left: 0;
    right: 0;
    top: 190px;
    height: 135px;
    background: linear-gradient(90deg, #E7F3FF 0%, #FFFFFF 46.61%, #E7F3FF 100%);
    position: absolute;
    display: block;
    z-index: -1;
    width: 100%;
}
.page__career .element_list_pages-image {
    height: 130px;
}


/* page vacancy ======================= */
.page__vacancy {
    padding-top: 30px;
}
.page__vacancy-filter {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin-bottom: 20px;
}
.page__vacancy-filter .form-consent {
    width: 50%;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.page__vacancy-filter label {
    width: 100%;
    line-height: 19px;
}
.page__vacancy-filter label:before {
    top: 0;
}
.page__vacancy-filter input:checked + label:after {
    top: 0;
}
.page__vacancy-filter button {
    display: none;
}
.element__vacancy-title {
    padding: 16px 0;
    background: linear-gradient(90deg, #E7F3FF 0%, #FFFFFF 46.61%, #E7F3FF 100%);
    margin-bottom: 40px;
}
.element__vacancy-title h2 {
    margin-bottom: 0;
    text-align: left;
}
.page__vacancy-item {
    padding: 30px;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 12px 30px rgba(0, 44, 96, 0.15);
}
.page__vacancy-item:last-child {
    margin-bottom: 60px;
}
.page__vacancy-item h3 {
    margin-bottom: 10px;
}
.element__vacancy-price {
    margin-bottom: 20px;
    font-size: 28px;
    display: block;
    color: #ec6608;
      font-weight:700;
}
.page__vacancy-text {
    margin-bottom: 30px;
}
.page__vacancy-text p {
    color: #6F6F6F;
}
.page__vacancy-text ul {
    padding-left: 25px;
}
.page__vacancy-text ul li {
    color: #6F6F6F;
}


/* single vacancy =========================== */
.single__vacancy {
    background: url(../img/single-vacancy-bg.svg) no-repeat;
    background-size: 100% auto;
    background-position: bottom right;
    padding-bottom: 180px;
    padding-top: 30px;
}
.single__vacancy-suntitle {
    font-size: 20px;
    color: #0c549f;
      font-weight:600;
    display: block;
    margin-bottom: 10px;
}
.single__vacancy-text ul {
    padding-left: 25px;
    margin-bottom: 20px;
}
.single__vacancy-text li {
    color: #6f6f6f;
    line-height: 23px;
}

.single__vacancy-form {
    width: 1010px;
}
.single__vacancy-form h2 {
    text-align: left;
    margin-bottom: 5px;
}
.single__vacancy-form_subtitle {
    margin-bottom: 30px;
    color: #575757;
}
.single__vacancy-file {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.single__vacancy-file .wpcf7-form-control-wrap {
    display: none;
}
.single__vacancy-file span {
    width: 290px;
    color: #575757;
    margin-right: 60px;
    display: block;
}
.single__vacancy-file_btn {
    width: 182px;
    line-height: 55px;
    height: 55px;
    margin-right: 10px;
    border-width: 1px;
}
.single__vacancy-file_btn:hover {
    border-width: 1px 0;
}
.single__vacancy-file input {
    display: none;
}
.single__vacancy-file p {
    font-size: 14px;
    color: #575757;
}
.single__vacancy-consent label {
    width: 100%;
}
.single__vacancy-consent label span {
    display: block;
    color: #757575;
    margin-top: 10px;
}
.single__vacancy-consent label:before {
    top: 0;
}
.single__vacancy-consent input:checked + label:after {
    top: 0;
}


/* page ozovi =================== */
.page__ozovi {
    padding-top: 30px;
    padding-bottom: 50px;
}
.page__ozovi-row {
    display: flex;
    align-items: flex-start;
}
.page__ozovi-nav {
    display: flex;
    margin-bottom: 50px;
}
.page__ozovi-nav li {
    list-style: none;
    position: relative;
    padding: 0 30px 16px 30px;
    border-bottom: 1px solid rgb(12 84 159 / 50%);
}
.page__ozovi-nav a {
    display: block;
    position: relative;
    color: #575757;
}
.page__ozovi-nav li:first-child {
    padding-left: 5px;
}
.page__ozovi-nav li.current-menu-item a {
    color: #0a55a0;
}
.page__ozovi-nav a.current {
    color: #0a55a0;
}
.page__ozovi-nav li:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #0A55A0;
    border-radius: 5px;
    opacity: 0;
}
.page__ozovi-nav li.current-menu-item:before {
    opacity: 1;
}
.page__ozovi-nav a.current:before {
    opacity: 1;
}
.page__ozovi-nav a:hover {
    color: #0a55a0;
}
.page__ozovi-filter {
    width: 25%;
}
.page__ozovi-filter ul {
    border-color: transparent;
}
.page__ozovi-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 75%;
}
.page__ozovi-item {
    flex: 1 1 auto;
    width: 36.333%;
    height: 255px;
    margin-left: 30px;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 24px 50px rgba(0, 44, 96, 0.15);
    padding: 30px;
    border: 1px solid #d4d9e0;
    box-shadow: 0px 7px 25px rgba(0, 44, 96, 0.25);
}
.page__ozovi-item:hover {
    box-shadow: 0px 24px 50px rgb(133 169 207 / 60%);
}
.page__ozovi-image {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page__ozovi-image img {
    max-width: 80%;
    max-height: 80%;
}
.page__ozovi-item p {
    color: #575757;
}


/* page thank ============================ */
.page__thank {
    overflow: hidden;
}
.page__thank-slide {
    width: 100%;
    padding-bottom: 140px;
}
.page__thank-slide_wrapp {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.page__thank-slide_item .page__ozovi-item {
    width: 30%;
    margin-right: 30px;
    margin-left: 0;
    max-width: 30%;
    overflow:hidden;
}
.page__thank-slide .slick-arrow {
    top: auto;
    bottom: 30px;
    left: 300px;
}
.page__thank-slide .slick-next {
    right: 300px;
    left: auto;
}
.page__thank-slide .slick-dots button {
    font-size: 20px;
    color: #0a55a0;
    background: transparent;
}
.page__thank-slide .slick-dots button:hover {
    color: #ec6608;
}
.page__thank-slide .slick-dots .slick-active button {
    color: #ec6608;
}
.page__thank-slide .slick-dots {
    bottom: -97px;
    position: relative;
}
.page__thank-slide .slick-list {
    overflow: initial !important;
}
.page__thank-slide .slick-slide {
    opacity: 0;
}
.page__thank-slide .slick-active {
    opacity: 1;
}



/* page info ====================== */
.page__info {
    padding-top: 30px;
}
.page__info-blog {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.page__info-blog_item {
    width: 32%;
    margin-bottom: 30px;
}
.page__info-blog_item img {
    margin-bottom: 15px;
    width: 50%;
}
.page__info-blog_date {
    display: block;
    color: #0c549f;
      font-weight:600;
    margin-bottom: 14px;
    height: 22px;
}
.page__info-blog_title {
    display: block;
    color: #0c549f;
    height: 90px;
    font-size: 20px;
      font-weight:600;
    margin-bottom: 10px;
}
.page__info-blog_title:hover {
    color: #ec6608;
}
.page__info-blog_text {
    color: #6f6f6f;
}
.page__info .element__more {
    width: 890px;
    max-width: 100%;
    display: block;
    margin-top: 0;
}

.page__info-calendar {
    padding-top: 90px;
}
.page__info-calendar h2 {
    text-align: left;
}
.page__info-calendar_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page__info-calendar-wrap
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-width:600px;
}


.page__info-calendar_action {
    width: 300px;
    height: 380px;
    padding: 25px;
    background: #EC6608;
    border-radius: 6px;
}
.page__info-calendar_date {
    display: block;
    color: #fff;
    font-size: 42px;
    line-height: 50px;
      font-weight:700;
    text-align: center;
    margin-bottom: 9px;
}
.page__info-calendar_nedeli {
    display: block;
    color: #fff;
    margin-bottom: 35px;
      font-weight:600;
    text-align: center;
}
.page__info-calendar_subtitle {
    padding-top: 25px;
    border-top: 1px solid #FFFFFF;
}
.page__info-calendar_subtitle ul {
    padding-left: 25px;
    margin-bottom: 11px;
}
.page__info-calendar_subtitle ul li {
    color: #fff;
      font-weight:600;
}
.page__info-calendar_subtitle p {
    color: #fff;
}
.page__info-calendar_dates {
    width: 300px;
    margin-left: 35px;
}
.page__info-calendar_bg {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page__info-calendar_bg img {
    max-height: 100%;
    max-width: 90%;
}


/* page lenta ========================= */
.page__lenta {
    padding-top: 30px;
}
.page__lenta-item {
    display: flex;
    border-bottom: 1px solid rgb(12 84 159 / 50%);
    padding-bottom: 30px;
    margin-bottom: 35px;
}
.page__lenta-item:last-child {
    border-bottom: 0;
}
.page__lenta-item_image {
    height: 265px;
    width: 433px;
    margin-right: 35px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.page__lenta-item_image img {
    width: 100%;

}
.page__lenta-item_content {
    width: 70%;
}
.page__lenta-item_date {
    display: block;
    color: #6f6f6f;
      font-weight:600;
    margin-bottom: 5px;
    font-size:14px;


}
.page__lenta-item_title {
    display: block;
    color: #0c549f;
    font-size: 20px;
      font-weight:600;
    margin-bottom: 20px;
}
.page__lenta-item_title:hover {
    color: #ec6608;
}
.page__lenta-item_subtitle {
    color: #6f6f6f;
}


/* page faq ============================ */
.page__faq {
    padding-top: 30px;
}
.page__faq-item {
    margin-bottom: 30px;
}
.page__faq-item:last-child {
    margin-bottom: 0;
}
.page__faq-head {
    background: #FFFFFF;
    box-shadow: 0px 12px 30px rgba(0, 44, 96, 0.15);
    padding: 26px 30px;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all 0.3s;
}
.page__faq-head:hover {
    border: 1px solid #0A55A0;
}
.page__faq-item.active .page__faq-head {
    border: 1px solid #0A55A0;
}
.page__faq-item.active {
    margin-bottom: 0;
}
.page__faq-head span {
    color: #0a55a0;
    font-size: 20px;
      font-weight:600;
    display: block;
}
.page__faq-text {
    background: linear-gradient(90deg, #E7F3FF 0%, #FFFFFF 46.61%, #E7F3FF 100%);
    padding: 25px;
    display: none;
}
.page__faq-text p {
    color: #535353;
}
.page__faq-text ol,
.page__faq-text ul {
    padding-left: 25px;
}
.page__faq-text li {
    color: #535353;
}


/* single post ===================== */
.single__post {
    padding-top: 30px;
    padding-bottom: 50px;
}
.single__post-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.single__post-content {
    width: 65%;
    padding-right: 30px;

}
.single__post-content.full {
    width: 100%;
}
.single__post-content img {
    max-width: 100%;

}
.single__post-content h2 {
    font-size: 20px;
    line-height: 28px;
  
    margin-bottom: 20px;
    margin-top: 10px;
}
.single__post-content strong {
    display: inline-block;
    font-size: 20px;
    color: #0a55a0;
}

.single__post-content_galery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.single__post-content_galery a {
    /*width: 23%;*/
    height: 170px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.single__post-content_galery img {
    min-width: 100%;
    height: 100%;
}

.single__post-recommend {
    width: 35%;
}
.novost .single__post-recommend
{
    font-size: 16px;
}

.single__post-recommend_title {
    color: #353535;
    font-size: 25px;
    line-height: 20px;
    display: block;
      font-weight:600;
    margin-bottom: 20px;
}


.single__post-recommend_item {
    border-bottom: 2px solid rgb(12 84 159 / 50%);
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.single__post-recommend_item:last-child {
    margin-bottom: 0;
}
.single__post-recommend_item a {
    display: block;
    color: #0c549f;
      font-weight:600;
    margin-bottom: 15px;
}

.novost .single__post-recommend_item a
{
   margin-bottom: 13px;
}


.single__post-recommend_item a:hover {
    color: #ec6608;
}
.single__post-recommend_item p {
    color: #6f6f6f;
}


/* page contact ======================= */
.page__contact {
    padding-top: 30px;
    padding-bottom: 50px;
}
.page__contact-row {
    display: flex;
    justify-content: space-between;
}
.page__contact-address {
    width: 60%;
}
.page__contact-address_colons {
    display: flex;
    margin-bottom: 30px;
}
.page__contact-address_colon {
    width: 50%;
    padding-right: 30px;
}
.page__contact-address_colon:last-child {
    padding-right: 0;
}
.page__contact-address_title {
    font-size: 20px;
    color: #0c549f;
      font-weight:600;
    display: block;
    margin-bottom: 20px;
}
.page__contact-address ul li {
    color: #6f6f6f;
    list-style: none;
    line-height: 26px;
}
.page__contact-address ul li strong {
    width: 100px;
    color: #515151;
      font-weight:600;
    display: inline-block;
}
.page__contact-address a {
    display: block;
    color: #0a55a0;
}
.page__contact-address a:hover {
    text-decoration: underline;
}
.page__contact-social {
    display: flex;
}
.page__contact-social_colon {
    width: 50%;
    padding-right: 30px;
}
.page__contact-social_colon:last-child {
    padding-right: 0;
}
.page__contact-social_item {
    margin-bottom: 17px;
}
.page__contact-social_item:last-child {
    margin-bottom: 0;
}
.page__contact-social_item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.page__contact-social_item img {
    margin-right: 15px;
}
.page__contact-social_item span {
    color: #6f6f6f;
}
.page__contact-social_item a:hover span {
    color: #0A55A0;
}


.page__contact-bg, .rotated_valve {
   width: 40%;
   display: flex;
   align-items: center;
   justify-content: center;
   /*background-image: url(../img/valve/pipes.png);
   background-repeat: no-repeat;*/
}
.rotated_valve
{
    position:relative;
    width: 100%;
}

.rotated_valve .valve {
    max-width: 100%;

    position: absolute;
}


.page__contact-bg .image-wrap
{
    position: relative;
    max-width: 260px;
    max-height: 170px;
}
.page__contact-bg .image-wrap .td
{
    max-width: 100%;
}

.page__contact-bg .image-wrap .fire
{
    position: absolute;
    right: 55px;
    top: 43px;
    transform: rotateY(45deg);
    animation: rotateAnimation 2s linear infinite;
    width: 40px

}
@keyframes rotateAnimation {
	from {transform: rotateY(0deg);}
	to {transform: rotateY(365deg);}
}



.contact__departments {
    position: relative;
    padding-bottom: 70px;
}
.contact__departments:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    height: 175px;
    background: linear-gradient(90deg, #E7F3FF 0%, #FFFFFF 46.61%, #E7F3FF 100%);
}
.contact__departments-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contact__departments-item {
    background: #FFFFFF;
    box-shadow: 0px 24px 50px rgba(0, 44, 96, 0.15);
    width: 48.7%;
    padding: 0px 60px;
    margin-bottom: 30px;
}
.contact__departments-head {
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.contact__departments-head_image {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contact__departments-head span {
    font-size: 20px;
    width: 77%;
    color: #0c549f;
    font-weight:600;
    display: block;
}
.contact__departments-head.active svg path {
    fill: #EC6608;
}
.contact__departments-head.active span {
    color: #ec6608;
}
.contact__departments-head:hover span {
    color: #ec6608;
}
.contact__departments-body {
    margin-top: 40px;
    margin-bottom: 90px;
    display: none;
}
.contact__departments-body_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.contact__departments-body_item:last-child {
    margin-bottom: 0;
}
.contact__departments-body_avatar {
    width: 167px;
    border-radius: 10px;
}
.contact__departments-body_item p {
    width: 64%;
    color: #6f6f6f;
}
.contact__departments-body_item p span {
    display: block;
    color: #0c549f;
      font-weight:600;
}


.contact__map #map {
    width: 100%;
    height: 525px;
}


/* popup */
.popup__check {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    padding: 30px 0;
}
.popup__check-close {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.popup__check-close_image {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.popup__check-wrapp {
    width: 500px;
    padding: 70px 15px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.popup__check-title {
    font-size: 36px;
    margin-bottom: 30px;
    display: block;
    color: #0c549f;
    text-align: center;
      font-weight:700;
}
.popup__check-sub {
    color: #575757;
    text-align: center;
}


.popup_stat_dilery {
    display: none;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    padding: 30px 0;
}
.popup_stat_dilery-close {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.popup_stat_dilery-close_image {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.popup_stat_dilery-wrapp {
    display: flex;
    align-items: flex-start;
    overflow: auto;
}
.popup_stat_dilery .form_stat_dilery {
    max-width: 100%;
    width: 500px;
    padding: 50px 30px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.popup_stat_dilery-title {
    font-size: 24px;
    margin-bottom: 30px;
    display: block;
    color: #0c549f;
    text-align: center;
      font-weight:700;
}
.popup_stat_dilery input,
.popup_stat_dilery textarea {
    margin-bottom: 10px;
}
.popup_stat_dilery input[type=submit] {
    width: 100%;
}


.popup__message {
    display: none;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    padding: 30px 0;
}
.popup__message-close {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.popup__message-close_image {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.popup__message-wrapp {
    display: flex;
    align-items: flex-start;
    overflow: auto;
    position: relative;
}
.popup__message .form_popup__message {
    width: 500px;
    padding: 50px 30px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.popup__message-title {
    font-size: 24px;
    margin-bottom: 30px;
    display: block;
    color: #0c549f;
    text-align: center;
      font-weight:700;
}
.popup__message input,
.popup__message textarea {
    margin-bottom: 10px;
}
.popup__message input[type=submit] {
    width: 100%;
}


.popup__opross {
    display: none;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    padding: 50px 0;
}
.popup__opross-close {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.popup__opross-close_image {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.popup__opross-wrapp {
    display: flex;
    align-items: center;
    overflow: auto;
    position: relative;
}
.popup__opross .form_popup__opross {
    width: 500px;
    padding: 50px 30px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.popup__opross-title {
    font-size: 24px;
    margin-bottom: 30px;
    display: block;
    color: #0c549f;
    text-align: center;
      font-weight:700;
}
.popup__opross h4 {
    font-size: 24px;
    margin-bottom: 30px;
    display: block;
    color: #0c549f;
    text-align: center;
      font-weight:700;
}
.popup__opross input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 0px 20px;
    border: 1px solid #0A55A0;
    margin-bottom: 10px;
    outline: none;
}
.popup__opross textarea {
    width: 100%;
    height: 90px;
    padding: 20px;
    border: 1px solid #0A55A0;
    margin-bottom: 10px;
    outline: none;
}
.popup__opross input[type=submit] {
    width: 100%;
    height: 64px;
    line-height: 60px;
    border: 2px solid #0A55A0;
    background: #fff;
    border-radius: 6px;
    display: block;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
      font-weight:600;
    font-size: 14px;
    background: transparent;
    color: #0c549f;
}
.popup__opross input[type=submit]:hover {
    border-color: transparent;
    border-width: 2px 0;
    background: linear-gradient(78.52deg, #0C549F -7.2%, #55A8FF 112.53%);
    color: #fff;
}
.popup__opross input[type=submit] {
    width: 100%;
}
.popup__opross label {
    color: #0a55a0;
    font-size: 14px;
}
@media (max-height: 620px) {
    .popup__opross-wrapp {align-items: flex-start;}
}


.popup__document {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    padding: 30px 0;
    overflow: auto;
}
.popup__document-close_image {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width:20px;
}
.popup__document-close {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.popup__document-wrapp {
    width: 80%;
    height: 90vh;
    padding: 40px 5px 5px 5px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.popup__document-wrapp iframe {
    width: 100%;
    height: 100%;
}


/* page account ======================= */
.page__login {
    padding-bottom: 50px;
    padding-top: 30px;
    min-height: 750px;
}
.page__login-row {
    display: flex;
    justify-content: center;
}
.page__login-wrapp {
    width: 600px;
    max-width: 100%;
}
.page__login-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page__login-btn a {
    color: #0a55a0;
      font-weight:600;
}
.page__login-btn a:hover {
    text-decoration: underline;
}
.page__login-error {
    color: red;
    text-align: center;
    margin-bottom: 10px;
      font-weight:600;
}

.page__login-tip {
    display: flex;
    border: 1px solid #0A55A0;
    margin-bottom: 25px;
}
.page__login-tip a {
    width: 50%;
    line-height: 50px;
    text-align: center;
    border-right: 1px solid #0A55A0;
}
.page__login-tip a.current {
    border-color: transparent;
    background: linear-gradient(78.52deg, #0C549F -7.2%, #55A8FF 112.53%);
    color: #fff;
}
.page__login-tip a:last-child {
    border-right: 0;
}
#email_success_fiz {
    display: none;
}
.page__login-email_success {
    display: flex;
}
.page__login-email_success input {
    margin-right: 20px;
}
.page__login-email_success button {
    width: 220px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #0A55A0;
    background: #fff;
    border-radius: 6px;
    display: block;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
      font-weight:600;
    font-size: 14px;
    color: #0c549f;
}

.account_password {
    margin-bottom: 30px;
}
.account_password input {
    margin-bottom: 10px;
}
.account_password .line {
    margin-bottom: 5px;
}
.account_password .line span {
    display: block;
    height: 5px;
    transition: 1s;
}
.account_password span {
    font-size: 14px;
    color: #575757;
}

.account__home {
    padding-top: 30px;
    padding-bottom: 300px;
    background: url(../img/consultation-btn.svg) no-repeat;
    background-position-y: bottom;
    background-size: 100% auto;
}
.account__home-row {
    display: flex;
}
.account__home-head {
    display: flex;
    justify-content: space-between;
}
.account__home-user {
    display: flex;
    align-items: center;
}
.account__home-user .name {
    font-size: 18px;
    color: #575757;
    margin-right: 20px;
      font-weight:600;
}
.account__home-user .avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #d4d9e0;
    background-size: cover;
    background-position: center;
    display: block;
    position: relative;
}
.account__home-user .avatar.no:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    height: 20px;
    color: #d4d9e0;
    content: "\f129";
}


.account__menu {
    width: 25%;
    border-right: 1px solid rgb(10 85 160 / 50%);
}
.account__menu li {
    padding-left: 25px;
    position: relative;
    width: 100%;
    list-style: none;
}
.account__menu a {
    font-size: 18px;
    line-height: 28px;
    color: #575757;
      font-weight:600;
}
.account__menu a:hover {
    color: #ec6608;
}
.account__menu li.current a {
    color: #ec6608;
}
.account__menu li.current:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -38px;
    margin: auto;
    width: 38px;
    height: 17px;
    background: url(../img/account-current-menu.svg) no-repeat;
    background-position: right;
}


.account__support {
    width: 60%;
}
.account__support-form {
    padding-left: 85px;
    margin-bottom: 40px;
}
.account__support-form input {
    width: 500px;
    max-width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgb(10 85 160 / 50%);
    margin-bottom: 25px;
    outline: none;
}
.account__support-form textarea {
    width: 100%;
    height: 140px;
    padding: 20px;
    border: 1px solid rgb(10 85 160 / 50%);
    outline: none;
    margin-bottom: 25px;
}
.account__support-file {
    display: flex;
    color: #6f6f6f;
    line-height: 22px;
    margin-bottom: 25px;
}
.account__support-file input {
    display: none;
}
.account__support-file .upload_files_button {
    display: none;
}
.account__support-file_btn {
    cursor: pointer;
    text-decoration: underline;
    margin-right: 10px;
    white-space: nowrap;
}
.account__support-file_btn:hover {
    text-decoration: none;
}
.account__support-file_name {
    font-size: 14px;
}
.account__support-btn_row {
    display: flex;
    align-items: center;
}
.account__support-btn_row span {
    color: #008000;
    margin-left: 15px;
    display: none;
}

.account__support-team {
    padding-left: 85px;
    padding-top: 30px;
    border-top: 1px solid rgb(10 85 160 / 50%);
}
.account__support-team_head {
    display: flex;
    margin-bottom: 10px;
}
.account__support-team_title {
    color: #6F6F6F;
    padding: 5px;
    display: flex;
    align-items: center;
}
.account__support-team_title span {
    color: #0C549F;
    font-size: 20px;
      font-weight:600;
}
.account__support-team .id {
    width: 15%;
}
.account__support-team .name {
    width: 35%;
}
.account__support-team .date {
    width: 50%;
}

.account__support-team_item {
    display: flex;
    border-radius: 5px;
    position: relative;
}

@-webkit-keyframes opas { 0% {opacity: 0.2;} 60% {opacity: 1;} 100% {opacity: 0.2;} }
@keyframes opas { 0% {opacity: 0.2;} 60% {opacity: 1;} 100% { opacity: 0.2;} }

.account__support-team_item.new:after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 20px;
    position: absolute;
    background-color: #ec6608;
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: opas 2s infinite linear;
	animation: opas 2s infinite linear;
}
.account__support-team_item:hover {
    background: linear-gradient(78.52deg, #0C549F -7.2%, #55A8FF 112.53%);
}
.account__support-team_item:hover > div {
    color: #fff;
}
.account__support-message.bg {
    background: linear-gradient(90deg, #E7F3FF 0%, rgba(231, 243, 255, 0) 50%);
}
.account__support-message {
    border-top: 1px solid rgb(10 85 160 / 50%);
    padding: 30px 40px 30px 85px;
}
.account__support-message h4 {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.account__support-message p {
    color: #6f6f6f;
}
.account__support-message_file {
    margin-top: 20px;
    display: block;
    color: #6f6f6f;
}
.account__support-message_file a {
    color: #0c549f;
}
.account__support-message_file a:hover {
    text-decoration: underline;
}


.account__question {
    width: 60%;
    padding-left: 65px;
}
.account__question-item {
    margin-bottom: 15px;
}
.account__question-head {
    background: #FFFFFF;
    box-shadow: 0px 12px 30px rgb(0 44 96 / 15%);
    padding: 15px 20px;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all 0.3s;
}
.account__question-head span {
    color: #0a55a0;
    font-size: 16px;
      font-weight:600;
    display: block;
}
.account__question-head:hover {
    border: 1px solid #0A55A0;
}
.account__question-item.active .account__question-head {
    border: 1px solid #0A55A0;
}
.account__question-item.active {
    margin-bottom: 0;
}
.account__question-text {
    background: linear-gradient(90deg, #E7F3FF 0%, #FFFFFF 46.61%, #E7F3FF 100%);
    padding: 15px 20px;
    display: none;
}
.account__question-text p {
    color: #535353;
}


.account__options {
    width: 60%;
    padding-left: 65px;
}
.account__options-form {
    display: flex;
    justify-content: space-between;
}
.account__options-info {
    width: 60%;
}
.account__options-info label {
    margin-bottom: 15px;
    color: #3e3e3e;
    font-size: 18px;
    display: block;
      font-weight:600;
}

.account__options-ava .upload_files_button {
    display: none;
}
.account__options-ava input {
    display: none;
}
.account__options-ava .ava {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 1px solid #d4d9e0;
    display: block;
    position: relative;
    cursor: pointer;
    background-size: cover;
    background-position: center;
}
.account__options-ava .ava:hover {
    border: 1px solid #0A55A0;
}
.account__options-ava .ava:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 40px;
    height: 40px;
    color: #d4d9e0;
    content: "\f129";
}
.account__options-ava .ava-subtitle {
    display: none;
}
.account__options-btn_row {
    display: flex;
    align-items: center;
}
.account__options-btn_row p {
    margin-left: 15px;
    display: none;
}




.filter-product {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.filter-product #catalog__filter {
    display: flex;
    align-items: flex-start;
}
.filter-product_search {
    width: 250px;
    position: relative;
}
.filter-product_search input {
    outline: none;
    padding: 0px 10px;
    padding-left: 50px;
    width: 100%;
    background: transparent;
    font-family: "OpenSans";
    font-style: italic;
    height: 44px;
    border: 1px solid #0A55A0;
}
.filter-product_search svg {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.filter-product-select {
    width: 300px;
    height: 44px;
    position: relative;
    margin-left: 20px;
    /* box-shadow: 1px 3px 18px 0px rgb(0 98 153 / 20%); */
}
.filter-product-select .top {
    background: #fffdfc;
    padding-left: 15px;
    /* line-height: 44px; */
    /* padding: 5px 55px 5px 10px; */
    position: relative;
    border: 1px solid #d4d9e0;
    cursor: pointer;
    height: 44px;
    display: flex;
    align-items: center;
}
.filter-product-select .title {
    color: #575757;
    /*font-weight: 600;*/
    position: relative;
    display: block;
}
.filter-product-select .option {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filter-product-select .option span {
    font-size: 14px;
    white-space: nowrap;
    display: none;
}
.filter-product-select .top svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    transform: rotate(90deg);
    transition: all .4s;
}
.filter-product-select .top.current svg {
    transform: rotate(-90deg);
}
.filter-product-select ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0px);
    padding: 10px 0px 10px 0px;
    border: 1px solid #d4d9e0;
    border-top: 0;
    background-color: #fff;
    z-index: 999;
}
.filter-product-select ul li {
    list-style: none;
    display: flex;
    align-items: center;
}
.filter-product-select ul input {
    display: none;
}
.filter-product-select ul label {
    font-size: 14px;
    line-height: 16px;
    color: #343333;
    width: 316px;
    cursor: pointer;
    padding-left: 27px;
    position: relative;
}
.filter-product-select ul label:before {
    content: "";
    border: 1px solid #8D8D8D;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.filter-product-select ul input:checked + label:after {
    content: "";
    border: 1px solid #fff;
    width: 11px;
    height: 9px;
    background: url(../img/form-check.png) no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 1px;
}
.filter-product-select ul li {
    padding: 15px 10px 10px 10px;
    line-height: 1.5;
}
.filter-view_product {
    display: flex;
    align-items: center;
}
.filter-view_product span {
    width: 57px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
}
.filter-view_product span:last-child {
    margin-right: 0;
}
.filter-view_product svg {
    width: 20px;
}
.filter-view_product .current {
    background: #0c549f;
}
.filter-view_product .current svg * {
    fill: #fff;
}
.filter-view_product span:hover {
    background: #f0f0f0;
}
.filter-view_product span.current:hover {
    background: #0c549f;
}

.about_news {
    padding-bottom: 30px;
}
.about_news.mt {
    margin-top: -170px;
    padding-top: 200px;
    background: linear-gradient(180deg, #EDEDED 0%, rgba(230, 243, 255, 0) 70%);
}
.about_news-item {
    display: flex;
    justify-content: space-between;
}
.about_news-img {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_news-img img {
    max-width: 100%;
    box-shadow: 0px 7px 25px rgb(0 44 96 / 25%);
    border: 1px solid #d4d9e0;
}
.about_news-img img:hover {
    scale: 1.1;
    transition: scale 1s;
}
.about_news-content {
    width: 55%;
}
.about_news-button {
    display: flex;
    justify-content: flex-end;
}
.about_news-content hr {
    width: 100%;
}
.about_news-text {
    color: #575757;
    margin-bottom: 50px;
}
.about_news-text ul {
    padding-left: 20px;
}



/* КАЛЬКУЛЯТОР*/

.calculator {
    padding: 30px 0;
    font-size:16px;
}
.calculator-logo
{
    margin-bottom:20px;
    display:none;
}
.calculator-logo img{
    max-width:200px;
}
.calculator-input
{
    display: flex;
    justify-content: space-between;
    margin-top:30px;
    gap: 10px;
}
.calculator-input p
{
    border: 1px solid #d4d9e0;
    padding: 5px;
    font-size: 12px;

}
.calculator h1 {
    text-align: center;
}
.calculator__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.calculator__row:last-child {
    margin-bottom: 0;
}
.calculator__colon {
    width: 45%;
}
.calculator__hr {
    width: 1px;
    background: #0a55a0;
}
.calculator__title {
    text-align: center;
    margin-bottom: 35px;
    font-size:24px;
}
.calculator__line {
    margin-bottom: 20px;
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
}
.calculator__label {
    color: #575757;

    font-weight: 600;
    margin-bottom: 5px;
}
.tumbr {
    display: flex;
    align-items: center;
    gap: 20px;
}
.tumbr__wrapp {
    /*height: 40px;
    width: 80px;*/
    padding: 12px 30px;
    background-color: #f8f8f8;
    border-radius: 30px;
    position: relative;
    box-shadow: 0px 7px 25px rgb(0 44 96 / 25%);
    border: 1px solid #d4d9e0;
    cursor: pointer;
}
.tumbr__title {
    opacity: 0.5;
}
.tumbr__title.current {
    opacity: 1;
}
.tumbr__wrapp:after {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 100%;
    background: #0a55a0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s;
    left: 7px;
}
.tumbr__wrapp.active:after {
    left: auto;
    right: 7px;
}
.tumbr input {
    display: none;
}
.input-parametr {
    display: flex;
    align-items: center;
    width: 300px;
    position: relative;
}
.input-parametr input {
    width: 65%;
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #d4d9e0;
    border-right: 0;
    outline: none;
}
.parametr-select {
    width: 35%;
    position: relative;
}
.parametr-select__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    height: 40px;
    cursor: pointer;
    background: #0a55a0;
    padding: 5px 10px;
}
.parametr-select__top span {
    color: #fff;
}
.parametr-select__top svg {
    transform: rotate(90deg);
    transition: all .3s;
}
.parametr-select__top.open svg {
    transform: rotate(270deg);
}
.parametr-select__list {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    top: calc(100% + 0px);
    border: 1px solid #d4d9e0;
    background-color: #fff;
    display: none;
}
.parametr-select__list li {
    padding: 5px 10px;
    list-style: none;
    cursor: pointer;
}
.parametr-select__list li:hover {
    color: #0a55a0;
}
.input-parametr__error {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    box-shadow: 0px 7px 25px rgb(0 44 96 / 25%);
    border: 1px solid #d4d9e0;
    z-index: 1;
    display: none;
}
.input-parametr__error span {
    position: relative;
    padding: 5px;
    font-size: 14px;
    z-index: 1;
    display: block;
    background-color: #fff;
}
.input-parametr__error:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -5px;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    box-shadow: 0px 7px 25px rgb(0 44 96 / 25%);
    border-left: 1px solid #d4d9e0;
    border-top: 1px solid #d4d9e0;
    background-color: #fff;
    z-index: -1;
}
.calculator__suitable .calculator__label {
    color: #0a55a0;
    margin-bottom: 15px;
}
.suitable__header {
    display: flex;
    gap: 20px;
    border: 1px solid #d4d9e0;
}
.suitable__header span {
    width: 32%;
    flex: auto;
    display: block;
}
.suitable__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: end;
}
.suitable__item {
    width: 100%;
    padding: 10px;
    border: 1px solid #d4d9e0;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}
.suitable__item:hover {
    border-color: #0a55a0;
}
.suitable__mess {
    padding: 10px;
    border: 1px solid #d4d9e0;
    display: inline-block;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.suitable__subtitle {
   /* width: 32%;*/
    flex: auto;
    display: block;

    font-weight: 500;
}
.suitable__subtitle span {
    font-size: 14px;
    font-weight: 300;
    display: block;
}
.suitable__check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #0a55a0;
    position: relative;
    box-sizing: border-box;
}
.suitable__item.current .suitable__check:after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background-color: #0a55a0;
    border-radius: 20px;
}
.input-select {
    width: 250px;
    position: relative;
}
.input-select__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    height: 40px;
    cursor: pointer;
    background: #0a55a0;
    padding: 5px 10px;
}
.input-select__top span {
    color: #fff;
}
.input-select__top svg {
    transform: rotate(90deg);
    transition: all .3s;
}
.input-select__top.open svg {
    transform: rotate(270deg);
}
.input-select__list {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    top: calc(100% + 0px);
    border: 1px solid #d4d9e0;
    background-color: #fff;
    display: none;
}
.input-select__list li {
    padding: 5px 10px;
    list-style: none;
    cursor: pointer;
}
.input-select__list li:hover {
    color: #0a55a0;
}
.calculator__buttons {
    display: flex;
    justify-content: center;
}

.calculator-output #tables
{
     display:none;
}
.calculator-output #output_table
{
    width:100%;
    border: 1px solid;
    font-size:12px;

}

.calculator-output #output_table th, .calculator-output .output_table td
{
    padding: 5px;
    border: 1px solid #ccc;
}
.calculator-output #output_table th
{
    background-color: #ccc;
}


.calculator__chart {
    padding-bottom: 50px;
    width: 100%;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
}
.calculator__result {
    display: none;
    padding-top: 50px;
}
.calculator__canvas {
    width: 75%;
}
.calculator__canvas canvas {
    width: 100% !important;
    height: auto !important;
}

/*
.table-chart {
    flex: none;
    width: 25%;
}
.table-chart__line {
    border: 1px solid #d4d9e0;
    display: flex;
    margin-top: -1px;
}
.table-chart__line span {
    width: 50%;
    font-size: 12px;
    display: block;
    padding: 5px;
    text-align: center;
    border-right: 1px solid #d4d9e0;
}
.table-chart__line span:last-child {
    border-right: 0;
}
.table-chart__line_head
{
    background: #0a55a0;
    color:#fff;
}
*/
.calculator__chart {
    display:block;
}
.calculator__canvas {
    width: 100%;
}
.table-chart {
    width: 100%;
    display: flex;
    margin-bottom:30px;
    flex-wrap: nowrap;
}
.table-chart__line-right
{
    display: flex;
    flex-wrap: wrap;
}
.table-chart__line {
    border: 1px solid #d4d9e0;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    
}
.table-chart__line span {
    font-size: 12px;
    display: block;
    padding: 3px;
    text-align: center;
    border-bottom: 1px solid #d4d9e0;
}
.table-chart__line span:last-child {
    border-bottom: 0;
}
.table-chart__line_head
{
    background: #0a55a0;
    color:#fff;
}


.calculator__sale {
    text-align: center;
}
.calculator__sale .element-button {
    display: inline-block;
}
.calculator-output-new .calculator__result .tables {
    margin-bottom: 35px;
    overflow: auto;
}
.calculator-output-new .calculator__result .tables table {
    min-width: 560px;
}
.grecaptcha-badge
{
    display:none;
}



#cookie-banner {
  position: fixed;
  bottom: 10px;
  right: 10px;
  max-width: 100%;
  width: 304px;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  z-index: 9999;
  box-shadow: 0 0px 8px 4px rgba(0, 0, 0, 0.2);
}

#cookie-banner p {
  margin-bottom: 10px;
  font-size: 14px;
}
#cookie-banner a {
  text-decoration: underline;
}

#cookie-close-btn {
  line-height: 40px;
  height: 44px;
  width: 100%;
}

.captchac {
  margin-top: 15px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  width: 100%;
}
.forma__consultation .captchac {
	width: 250px;
	margin: auto;
}
.captchac p {
  font-size: 14px;
  padding: 10px;
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 5px 5px 0 0;
}
.captchac__row {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.captchac__row input {
  height: 30px !important;
  outline: none;
  width: 100px !important;
  border: 0;
  margin: 0;
  padding: 0;
  padding: 0px 10px;
  border-bottom: 1px solid #2329B9;
}
.captchac .wpcf7-form-control-wrap {
  display: block;
  margin: 0;
  position: static;
}
.captchac .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -10px;
}