@charset "UTF-8";
/*
Theme Name: GomelEnergo
Author: Николай Аникин ака "жесткий косячник" //Вам тоже накосячит и свалит!
Description:  Тема для РУП "ГомельЭнерго".
Tags:  translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires PHP: 7.0
Text Domain: gomelenergotheme
*/

p {
  margin: 0 0 1.5em;
  padding-top:1.0em;
  padding-bottom:1.0em;
}

@font-face {
  font-family: "Conv_Akrobat";
  src: url("./assets/fonts/Akrobat/Akrobat-regular/fonts/Akrobat.eot");
  src: local("☺"), url("./assets/fonts/Akrobat/Akrobat-regular/fonts/Akrobat.woff") format("woff"), url("./assets/fonts/Akrobat/Akrobat-regular/fonts/Akrobat.woff2") format("woff2"), url("./assets/fonts/Akrobat/Akrobat-regular/fonts/Akrobat.ttf") format("truetype"), url("./assets/fonts/Akrobat/Akrobat-regular/fonts/Akrobat.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_PFDinTextPro-Regular";
  src: url("./assets/fonts/PFDinTextPro/PFDinTextPro-Regular/fonts/PFDinTextPro-Regular.eot");
  src: local("☺"), url("./assets/fonts/PFDinTextPro/PFDinTextPro-Regular/fonts/PFDinTextPro-Regular.woff") format("woff"), url("./assets/fonts/PFDinTextPro/PFDinTextPro-Regular/fonts/PFDinTextPro-Regular.woff2") format("woff2"), url("./assets/fonts/PFDinTextPro/PFDinTextPro-Regular/fonts/PFDinTextPro-Regular.ttf") format("truetype"), url("./assets/fonts/PFDinTextPro/PFDinTextPro-Regular/fonts/PFDinTextPro-Regular.svg") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "PFDinTextPro-Light";
  font-style: normal;
  font-weight: normal;
  src: local("PFDinTextPro-Light"), url("./assets/fonts/PFDinTextPro/light/PFDinTextPro-Light.woff") format("woff"), url("./assets/fonts/PFDinTextPro/light/PFDinTextPro-Light.ttf") format("ttf");
}
@font-face {
  font-family: "PFDinTextPro-LightItalic";
  font-style: normal;
  font-weight: normal;
  src: local("PFDinTextPro-LightItalic"), url("./assets/fonts/PFDinTextPro/light/PFDinTextPro-LightItalic.woff") format("woff");
}
html {
  background: #E5E5E5;
  /*Сброс и общие стили*/
  /*------------------------------*/
  /*-----------------------------*/
  /*****Подвал**********/
  /*-------------------------------*/
}
html input[type=search]::-webkit-search-decoration,
html input[type=search]::-webkit-search-cancel-button,
html input[type=search]::-webkit-search-results-button,
html input[type=search]::-webkit-search-results-decoration {
  display: none;
}
html * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html a {
  text-decoration: none;
  color: #FFFFFF;
}
html ul, html nav {
  list-style-type: none;
}
html h1, html h2, html h3 {
  font-family: Conv_Akrobat;
  font-style: normal;
  font-weight: bold;
}
html h1, html h2 {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0.025em;
  padding-bottom: 30px;
}
@media (max-width: 480px) {
  html h1, html h2 {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 15px;
  }
}
html h3 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.015em;
  padding-bottom: 30px;
}
@media (max-width: 480px) {
  html h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
html p, html div, html li {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 135%;
  letter-spacing: 0.015em;
}
@media (max-width: 480px) {
  html p, html div, html li {
    font-size: 14px;
  }
}
html body {
  background: #ffffff;
  font-family: Conv_PFDinTextPro-Regular, Sans-Serif;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  /*Шапка*/
  /*-----------------------------*/
  /*Главная страница*/
}
html body header {
  width: 100%;
  max-width: 1920px;
  z-index: 5;
  position: fixed;
  top: 0;
}
html body header .beforeNav {
  background: #004673;
  padding: 17px 12.81%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-family: "PFDinTextPro-Light";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  max-height: 128px;
}
@media (max-width: 768px) {
  html body header .beforeNav {
    padding: 16px 3.1%;
  }
}
html body header .beforeNav a {
  color: #fff;
  position: relative;
}
html body header .beforeNav > div {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  html body header .beforeNav .phoneWrapper .number {
    display: none;
  }
}
html body header .beforeNav .phoneWrapper #phoneIcon {
  transform: translateY(20%);
  margin-right: 15px;
}
@media (max-width: 520px) {
  html body header .beforeNav .phoneWrapper #phoneIcon {
    margin-right: 7px;
  }
}
html body header .beforeNav .searchInputWrapper {
  width: 45%;
}
@media (max-width: 450px) {
  html body header .beforeNav .searchInputWrapper {
    width: 60%;
  }
}
@media (max-width: 320px) {
  html body header .beforeNav .searchInputWrapper {
    width: 67%;
  }
}
html body header .beforeNav .searchInputWrapper form {
  width: 100%;
}
html body header .beforeNav .searchInputWrapper form .is-search-submit {
  background: none !important;
  outline: none !important;
  border: none !important;
}
html body header .beforeNav .searchInputWrapper form .is-search-icon {
  border: none !important;
  background: #FFFFFF !important;
}
html body header .beforeNav .searchInputWrapper form #is-search-input-196, html body header .beforeNav .searchInputWrapper form input[type=search] {
  width: 100%;
  padding: 0.6vh 15px;
  font-size: 13px;
  border: none !important;
}
html body header .beforeNav .searchInputWrapper form #is-search-input-196:focus, html body header .beforeNav .searchInputWrapper form input[type=search]:focus {
  outline: none;
}
html body header .beforeNav .viewVariantsWrapper {
  position: relative;
}
html body header .beforeNav .viewVariantsWrapper #changeLanguage select {
  background: #004673 !important;
  color: white !important;
  font-size: 15px;
  border: none !important;
  width: 45px;
}
html body header .beforeNav .viewVariantsWrapper #changeLanguage select option {
  color: black !important;
  background: #FFFFFF !important;
}
html body header .beforeNav .viewVariantsWrapper:hover {
  cursor: pointer;
}
html body header .beforeNav .viewVariantsWrapper .bt_widget-vi-on {
  width: 30px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
html body header .beforeNav .viewVariantsWrapper #eyeIcon {
  margin-right: 50px;
}
@media (max-width: 600px) {
  html body header .beforeNav .viewVariantsWrapper #eyeIcon {
    margin-right: 30px;
  }
}
@media (max-width: 390px) {
  html body header .beforeNav .viewVariantsWrapper #eyeIcon {
    margin-right: 15px;
  }
}
@media (max-width: 290px) {
  html body header .beforeNav .viewVariantsWrapper #eyeIcon {
    margin-right: 8px;
  }
}

html body header .menuWrapper {
  background-color: white;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 12.81%;
  padding-right: 12.81%;
}
@media (max-width: 768px) {
  html body header .menuWrapper {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}


@media (max-width: 320px) {
  html body header .menuWrapper {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1270px) {
  html body header .menuWrapper {
    padding: 30px 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  html body header .menuWrapper {
    padding: 25px 0;
  }
}
html body header .menuWrapper .logoWrapper {
  height: max-content;
  display: flex;
}
@media (max-width: 1270px) {
  html body header .menuWrapper .logoWrapper {
    flex-grow: 1;
    justify-content: space-between;
    padding-left: 12.81%;
  }
}
@media (max-width: 768px) {
  html body header .menuWrapper .logoWrapper {
    padding-left: 3.1%;
  }
}
html body header .menuWrapper .logoWrapper .logo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 103px;
  height: 58px;
}
@media (max-width: 480px) {
  html body header .menuWrapper .logoWrapper .logo {
    width: 76px;
    height: 42px;
  }
}
html body header .menuWrapper .logoWrapper .organizationName {
  width: 240px;
  padding-right: 69px;
  padding-left: 30px;
  padding-top: 10px;
  box-sizing: content-box;
}
html body header .menuWrapper .logoWrapper .organizationName p {
  font-family: Conv_PFDinTextPro-Regular;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.025em;
  color: #004673;
}
@media (max-width: 1520px) {
  html body header .menuWrapper .logoWrapper .organizationName {
    padding-right: 30px;
  }
}
@media (max-width: 1400px) {
  html body header .menuWrapper .logoWrapper .organizationName {
    padding-right: 10px;
    padding-left: 15px;
    width: 230px;
  }
}
@media (max-width: 1320px) {
  html body header .menuWrapper .logoWrapper .organizationName {
    width: 220px;
  }
}
@media (max-width: 1270px) {
  html body header .menuWrapper .logoWrapper .organizationName {
    text-align: center;
    flex-basis: 63%;
  }
  html body header .menuWrapper .logoWrapper .organizationName p {
    width: 274px;
  }
}
@media (max-width: 720px) {
  html body header .menuWrapper .logoWrapper .organizationName {
    flex-basis: 66%;
  }
}
@media (max-width: 520px) {
  html body header .menuWrapper .logoWrapper .organizationName {
    flex-basis: 68%;
  }
}
@media (max-width: 480px) {
  html body header .menuWrapper .logoWrapper .organizationName {
    display: none;
  }
}
@media (max-width: 1270px) {
  html body header .menuWrapper .navigationMenu.opened {
    display: flex;
  }
}
html body header .menuWrapper .navigationMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-grow: 1;
  transition: 0.3s all ease;
}
@media (max-width: 1270px) {
  html body header .menuWrapper .navigationMenu {
    display: none;
    margin-top: 38px;
    width: 100%;
    order: 4;
    background-color: #004673;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 25px;
  }
}
@media (max-width: 480px) {
  html body header .menuWrapper .navigationMenu {
    margin-top: 25px;
    padding: 45px 15px;
  }
}
html body header .menuWrapper .navigationMenu .menu-item-has-children > a {
  position: relative;
}
html body header .menuWrapper .navigationMenu .menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  right: -15px;
}

html body header .menuWrapper .navigationMenu .sub-menu .menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  right: -16px;
  top: 6px;
}

@media (max-width: 1320px) {
  html body header .menuWrapper .navigationMenu .menu-item-has-children > a:after {
    right: -10px;
  }
}
@media (max-width: 1270px) {
  html body header .menuWrapper .navigationMenu .menu-item-has-children > a:after {
    display: none;
  }
}
html body header .menuWrapper .navigationMenu .menu-item {
  position: relative;
  height: content-box;
}
@media (max-width: 1270px) {
  html body header .menuWrapper .navigationMenu .menu-item {
    position: static;
  }
}
html body header .menuWrapper .navigationMenu .menu-item a:not(.sub-menu a) {
  display: flex;
  align-items: center;
  height: 41px;
}
@media (max-width: 1270px) {
  html body header .menuWrapper .navigationMenu .menu-item a:not(.sub-menu a) {
    padding-bottom: 25px;
    height: auto;
  }
}
@media (max-width: 768px) {
  html body header .menuWrapper .navigationMenu .menu-item a:not(.sub-menu a) {
    padding-bottom: 15px;
  }
}
html body header .menuWrapper .navigationMenu .menu-item a:not(.sub-menu a):hover {
  border-bottom: 1px solid #004673;
  font-weight: bold;
}
@media (max-width: 1270px) {
  html body header .menuWrapper .navigationMenu .menu-item a:not(.sub-menu a):hover {
    font-weight: 600;
    color: #FFFFFF;
  }
}
html body header .menuWrapper .navigationMenu .menu-item a:not(.sub-menu a):hover + ul.sub-menu {
  transition: 0.3s all ease;
  display: block;
}
html body header .menuWrapper .navigationMenu .menu-item a:not(.sub-menu a):focus + ul.sub-menu {
  transition: 0.3s all ease;
  display: block;
}
html body header .menuWrapper .navigationMenu a {
  font-family: Conv_Akrobat;
  letter-spacing: 1px;
  color: black;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 1270px) {
  html body header .menuWrapper .navigationMenu a {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.015em;
    color: rgba(255, 255, 255, 0.5);
  }
}
html body header .menuWrapper .navigationMenu .sub-menu {
  z-index: 1;
  transition: 0.3s all ease;
  display: none;
  position: absolute;
  top: 35px;
  width: max-content;
  background: #FFFFFF;
  box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
  padding: 30px 45px;
  border-bottom: 4px solid #004673;
  left: -45px;
}


  html body header .menuWrapper .navigationMenu .sub-menu li .sub-menu {
    position: absolute;
    top: -30px;
    left: calc(100% - 100px);
    left: -webkit-calc(100% - 100px);
    z-index: 1;
  }

@media (max-width: 1980px) {
  html body header .menuWrapper .navigationMenu .sub-menu li .sub-menu {
    position: absolute;
    top: -30px;
    left: calc(100% - 0px);
    left: -webkit-calc(100% - 0px);
    z-index: 1;
  }
}

html body header .menuWrapper .navigationMenu .sub-menu li:hover > .sub-menu {
  display: block;
}

html body header .menuWrapper .navigationMenu .sub-menu:hover {
  display: block;
}
html body header .menuWrapper .navigationMenu .sub-menu .sub-menu:hover ~ a {
  border-bottom: 1px solid #004673;
  font-weight: bold;
}
@media (max-width: 1270px) {
  html body header .menuWrapper .navigationMenu .sub-menu {
    left: 400px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    padding: 0;
    box-shadow: none;
  }
}
@media (max-width: 740px) {
  html body header .menuWrapper .navigationMenu .sub-menu {
    left: 350px;
  }
}
@media (max-width: 640px) {
  html body header .menuWrapper .navigationMenu .sub-menu {
    left: 320px;
  }
}
@media (max-width: 639px) {
  html body header .menuWrapper .navigationMenu .sub-menu {
    position: static;
    transform: none;
  }
}
html body header .menuWrapper .navigationMenu .sub-menu li {
  padding-bottom: 20px;
}
@media (max-width: 1270px) {
  html body header .menuWrapper .navigationMenu .sub-menu li {
    padding-bottom: 12px;
    max-width: 280px;
  }
}
@media (max-width: 640px) {
  html body header .menuWrapper .navigationMenu .sub-menu li {
    max-width: 480px;
  }
}
@media (max-width: 480px) {
  html body header .menuWrapper .navigationMenu .sub-menu li {
    max-width: 320px;
  }
}
@media (max-width: 280px) {
  html body header .menuWrapper .navigationMenu .sub-menu li {
    max-width: 260px;
  }
}
@media (max-width: 1270px) {
  html body header .menuWrapper .navigationMenu .sub-menu li a {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.015em;
  }
}


html body header .menuWrapper .navigationMenu .sub-menu li a:hover {
  font-weight: bold;
}
html body header .menuWrapper .navigationMenu .sub-menu li:last-child {
  padding-bottom: 0;
}
@media (max-width: 1270px) {
  html body header .menuWrapper .navigationMenu .sub-menu li:last-child {
    padding-bottom: 15px;
  }
}
html body header .menuWrapper .navigationMenu .visible {
  display: block;
  z-index: 0;
}
html body header .menuWrapper .navigationMenu .bold {
  font-weight: bold;
}
html body header .menuWrapper #burgerMenuBtn {
  transition: 0.3s all ease;
  display: none;
  width: calc(31px + 3.7%);
  transform: translateY(36%);
  max-height: 129px;
  cursor: pointer;
}
@media (max-width: 1270px) {
  html body header .menuWrapper #burgerMenuBtn {
    transition: 0.3s all ease;
    display: block;
    padding-right: 12.81%;
  }
  html body header .menuWrapper #burgerMenuBtn #open {
    display: inline;
    transition: 0.3s all ease;
  }
  html body header .menuWrapper #burgerMenuBtn #close {
    display: none;
    transition: 0.3s all ease;
  }
}
@media (max-width: 768px) {
  html body header .menuWrapper #burgerMenuBtn {
    transition: 0.3s all ease;
    padding-right: 3.1%;
  }
}
html body header .menuWrapper #burgerMenuBtn.opened {
  transition: 0.3s all ease;
  transition: 0.3s all ease;
}
html body header .menuWrapper #burgerMenuBtn.opened #open {
  transition: 0.3s all ease;
  display: none;
}
html body header .menuWrapper #burgerMenuBtn.opened #close {
  transition: 0.3s all ease;
  display: inline;
}
html body main {
  padding-top: 179px;
}
@media (max-width: 1270px) {
  html body main {
    padding-top: 169px;
  }
}
@media (max-width: 768px) {
  html body main {
    padding-top: 159px;
  }
}
html body main.mainPage {
  position: relative;
}
html body main.mainPage > div.hotDirectTelephoneNumbers {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
}
html body main.mainPage > div.hotDirectTelephoneNumbers .modal {
  background-color: white;
  z-index: 21;
  width: max-content;
  height: max-content;
  padding: 60px;
  max-width: 90%;
  overflow: auto;
}
html body main.mainPage > div.hotDirectTelephoneNumbers .modal h3 {
  text-align: center;
}
html body main.mainPage > div.hotDirectTelephoneNumbers .modal .close {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 45px;
  transition: 0.1s all ease;
}
html body main.mainPage > div.hotDirectTelephoneNumbers .modal .close svg:hover {
  cursor: pointer;
  transform: scale(1.03);
}
html body main.mainPage > div.hotDirectTelephoneNumbers .modal .tableWrapper {
  overflow: auto;
}
html body main.mainPage > div.hotDirectTelephoneNumbers .modal .tableWrapper .table {
  width: max-content;
  border-bottom: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
}
html body main.mainPage > div.hotDirectTelephoneNumbers .modal .tableWrapper .table .row {
  display: flex;
}
html body main.mainPage > div.hotDirectTelephoneNumbers .modal .tableWrapper .table .col {
  width: 50%;
  box-sizing: content-box;
  border-left: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
  padding: 25px;
}
html body main.mainPage > div.hotDirectTelephoneNumbers .modal .tableWrapper .table .header {
  color: #004673;
}
html body main.mainPage .previewMain {
  padding-top: 97px;
  display: flex;
  justify-content: space-between;
  padding-left: 12.81%;
  padding-right: 12.81%;
}
@media (max-width: 768px) {
  html body main.mainPage .previewMain {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  html body main.mainPage .previewMain {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1520px) {
  html body main.mainPage .previewMain {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 120px;
  }
}
@media (max-width: 480px) {
  html body main.mainPage .previewMain {
    padding-top: 45px;
  }
}
html body main.mainPage .previewMain .previewTextContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1520px) {
  html body main.mainPage .previewMain .previewTextContent {
    align-items: center;
    padding-bottom: 60px;
  }
}
html body main.mainPage .previewMain .previewTextContent .sliderIndicator {
  width: max-content;
  height: max-content;
  display: flex;
  justify-content: space-between;
}
html body main.mainPage .previewMain .previewTextContent .sliderIndicator .indicatorItem {
  width: 7px;
  height: 7px;
  background: #D9DADA;
  border-radius: 50%;
  margin-right: 25px;
}
html body main.mainPage .previewMain .previewTextContent .sliderIndicator .indicatorItem.active {
  background-color: #004673;
}
html body main.mainPage .previewMain .previewTextContent .sliderIndicator .indicatorItem:hover {
  cursor: pointer;
}
@media (max-width: 1520px) {
  html body main.mainPage .previewMain .previewTextContent .sliderIndicator .indicatorItem {
    margin: 0 12px;
  }
}
html body main.mainPage .previewMain .previewTextContent .sliderIndicator .active {
  background: #004673;
}
@media (max-width: 1520px) {
  html body main.mainPage .previewMain .previewTextContent .textContentWrapper {
    text-align: center;
    padding-top: 50px;
  }
}
html body main.mainPage .previewMain .previewTextContent .textContentWrapper h2 span {
  color: #004673;
}
html body main.mainPage .previewMain .previewTextContent .textContentWrapper p {
  max-width: 332px;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 10px 0 0 15px;
}
html body main.mainPage .previewMain .previewTextContent .textContentWrapper p > p {
  padding-right: 15px;
}
html body main.mainPage .previewMain .previewTextContent .textContentWrapper p > p:last-child {
  padding: 0 15px 10px 0;
  background-image: url(./assets/images/miniBorderRightBottom.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
html body main.mainPage .previewMain .previewTextContent .handleArrowsWrapper {
  display: flex;
}
@media (max-width: 1520px) {
  html body main.mainPage .previewMain .previewTextContent .handleArrowsWrapper {
    padding-top: 50px;
  }
}
html body main.mainPage .previewMain .previewTextContent .handleArrowsWrapper .left {
  margin-right: 25px;
}
html body main.mainPage .previewMain .previewTextContent .handleArrowsWrapper .left:hover {
  cursor: pointer;
}
html body main.mainPage .previewMain .previewTextContent .handleArrowsWrapper .right:hover {
  cursor: pointer;
}
html body main.mainPage .previewMain .previewImagesWrapper {
  width: 850px;
  height: 466px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  html body main.mainPage .previewMain .previewImagesWrapper {
    height: auto;
  }
}
html body main.mainPage .previewMain .previewImagesWrapper img {
  width: 100%;
}
html body main.mainPage .previewMain .previewImagesWrapper .countNumberIndicator {
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: white;
  bottom: 0;
  right: -50px;
  transform: translateY(43%);
  color: black;
}
@media (max-width: 1520px) {
  html body main.mainPage .previewMain .previewImagesWrapper .countNumberIndicator {
    display: none;
  }
}
html body main.mainPage .previewMain .previewImagesWrapper .countNumberIndicator span {
  position: absolute;
  top: 41px;
  left: 39px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.035em;
  color: #434242;
}
html body main.mainPage .actual {
  padding-top: 150px;
  padding-left: 12.81%;
  padding-right: 12.81%;
}
@media (max-width: 768px) {
  html body main.mainPage .actual {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  html body main.mainPage .actual {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
html body main.mainPage .actual .container {
  position: relative;
}
@media (max-width: 640px) {
  html body main.mainPage .actual .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
html body main.mainPage .actual .container .showMore {
  transform: rotate(-90deg);
  width: 230px;
  position: absolute;
  left: -70px;
  top: 21%;
}
@media (max-width: 1270px) {
  html body main.mainPage .actual .container .showMore {
    left: auto;
    right: -70px;
    top: 65%;
  }
}
@media (max-width: 640px) {
  html body main.mainPage .actual .container .showMore {
    position: static;
    transform: none;
    order: 2;
    width: auto;
    display: flex;
    align-items: center;
  }
}
html body main.mainPage .actual .container .showMore:hover {
  cursor: pointer;
}
html body main.mainPage .actual .container .showMore span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: PFDinTextPro-LightItalic;
  color: #004673;
  padding: 0 25px;
}
@media (max-width: 640px) {
  html body main.mainPage .actual .container .showMore span {
    position: static;
    transform: none;
  }
}
@media (max-width: 640px) {
  html body main.mainPage .actual .container .showMore svg.left {
    display: none;
  }
}
html body main.mainPage .actual .container .showMore svg.right {
  display: none;
}
@media (max-width: 640px) {
  html body main.mainPage .actual .container .showMore svg.right {
    display: inline-block;
  }
}
html body main.mainPage .actual .container .actualItemsWrapper {
  display: flex;
  justify-content: flex-end;
  #flex-wrap: wrap;
}
@media (max-width: 1270px) {
  html body main.mainPage .actual .container .actualItemsWrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  html body main.mainPage .actual .container .actualItemsWrapper {
    justify-content: center;
    order: 1;
  }
}
html body main.mainPage .actual .container .actualItemsWrapper .item {
  /*max-width: 286px;*/
  max-width: 230px;
  margin-left: 44px;
}



@media (max-width: 1680px) {
  html body main.mainPage .actual .container .actualItemsWrapper .item {
    width: 25%;
    max-width: 180px;
  }
}

@media (max-width: 1440px) {
  html body main.mainPage .actual .container .actualItemsWrapper .item {
    max-width: 165px;
  }
}

@media (max-width: 1400px) {
  html body main.mainPage .actual .container .actualItemsWrapper .item {
    max-width: 215px;
    width: 30%;
  }
}

@media (max-width: 1366px) {
  html body main.mainPage .actual .container .actualItemsWrapper .item {
    width: 30%;
  }
}
@media (max-width: 1040px) {
  html body main.mainPage .actual .container .actualItemsWrapper .item {
    width: 70%;
    /*width: 50%;*/
  }
}
@media (max-width: 1270px) {
  html body main.mainPage .actual .container .actualItemsWrapper .item {
    margin-left: 0;
  }
  html body main.mainPage .actual .container .actualItemsWrapper .item:last-child {
    /*padding-top: 60px;*/
    /*margin: 0 auto;*/
    margin: 0;
  }
}
@media (max-width: 640px) {
  html body main.mainPage .actual .container .actualItemsWrapper .item {
    padding-bottom: 45px;
    margin: 10px;
  }
  html body main.mainPage .actual .container .actualItemsWrapper .item:last-child {
    padding-top: 0;
  }
}
html body main.mainPage .actual .container .actualItemsWrapper .item .imageWrapper {
  height: 188px;
  background-repeat: no-repeat;
}
html body main.mainPage .actual .container .actualItemsWrapper .item .previewTxt {
  padding: 30px 0;
  max-width: 286px;
}
html body main.mainPage .actual .container .actualItemsWrapper .item .previewTxt a {
  color: black;
}
html body main.mainPage .actual .container .actualItemsWrapper .item .dateWrapper {
  font-size: 13px;
  color: #C9C9C9;
}
@media (max-width: 1270px) {
  html body main.mainPage .actual .container .actualItemsWrapper .item .dateWrapper {
    text-align: center;
  }
}
html body main.mainPage .actual h3 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 60px;
}
html body main.mainPage .actual h3:before {
  content: "";
  display: block;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  margin-right: 30px;
  transform: translateY(-40%);
}
@media (max-width: 480px) {
  html body main.mainPage .actual h3:before {
    display: none;
  }
}
@media (max-width: 768px) {
  html body main.mainPage .actual h3 {
    text-align: center;
    justify-content: center;
  }
  html body main.mainPage .actual h3:before {
    display: none;
  }
}
html body main.mainPage .newsHeaders {
  padding-top: 150px;
  padding-left: 12.81%;
  padding-right: 12.81%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  html body main.mainPage .newsHeaders {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  html body main.mainPage .newsHeaders {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
html body main.mainPage .newsHeaders h3:first-child {
  max-width: 442px;
}
html body main.mainPage .newsHeaders h3:last-child {
  width: 58%;
}
@media (max-width: 1040px) {
  html body main.mainPage .newsHeaders h3:last-child {
    display: none;
  }
}
html body main.mainPage .newsContainer {
  padding-top: 45px;
  padding-left: 12.81%;
  padding-right: 12.81%;
  /*display: flex;*/
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  html body main.mainPage .newsContainer {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  html body main.mainPage .newsContainer {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1040px) {
  html body main.mainPage .newsContainer {
    justify-content: center;
  }
}
html body main.mainPage .newsContainer .movieWrapper {
  float: left;
  margin-right: auto;
}

html body main.mainPage .newsContainer .movie {
  width: max-content;
  height: auto;
  background: gray;
  margin-bottom: 120px;
}

html body main.mainPage .newsContainer .newsWrapper h3 {
  display: inline-block;
  padding-left: 90px;
}

html body main.mainPage .newsContainer .newsWrapper .newsList .news {
  max-width: 360px;
  display: inline-block;
  margin: 0px 45px 5px 45px;
  text-align: left;
  vertical-align:top;
}

html body main.mainPage .newsContainer .newsWrapper .newsList .news .categoryName {
  font-family: Conv_Akrobat;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #AAC5D6;
}

html body main.mainPage .newsContainer .newsWrapper .newsList {
  /*
  text-align: right;
  vertical-align:top;
  margin-top: -55px;
  */
}


html body main.mainPage .newsContainer .newsWrapper .newsList .news h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #004673;
  padding-top: 30px;
}
html body main.mainPage .newsContainer .newsWrapper .newsList .news .previewTxt {
  text-align: justify;
  padding-top: 20px;
  padding-bottom: 40px;
}
html body main.mainPage .newsContainer .newsWrapper .newsList .news .learnMore {
  display: flex;
  justify-content: space-between;
}
html body main.mainPage .newsContainer .newsWrapper .newsList .news .learnMore a {
  font-family: PFDinTextPro-Light;
  font-weight: 600;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #C9C9C9;
}


html body main.mainPage .newsContainer .movieWrapper .movie {
  width: max-content;
  height: auto;
  background: white;
  padding-top: 50px;
}

@media (max-width: 480px) {
  html body main.mainPage .newsContainer .movie {
    width: 100%;
  }
}
html body main.mainPage .newsContainer .news {
  max-width: 285px;
  display: inline-block;
  margin: 45px 45px 75px 45px;
  text-align: left;
}
html body main.mainPage .newsContainer .news .categoryName {
  font-family: Conv_Akrobat;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #AAC5D6;
  padding-bottom: 30px;
}
html body main.mainPage .newsContainer .news h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #004673;
}
html body main.mainPage .newsContainer .news .previewTxt {
  padding-top: 20px;
  height: 140px;
  overflow: hidden;
}
@media (max-width: 480px) {
  html body main.mainPage .newsContainer .news .previewTxt {
    height: 130px;
  }
}
html body main.mainPage .newsContainer .news .previewTxt p {
  text-align: justify;
}
html body main.mainPage .newsContainer .news .learnMore {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  html body main.mainPage .newsContainer .news .learnMore {
    padding-top: 20px;
  }
}
html body main.mainPage .newsContainer .news .learnMore a {
  font-family: PFDinTextPro-Light;
  font-weight: 600;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #C9C9C9;
}
html body main.mainPage .newsContainer .news .learnMore a svg {
  margin-left: 20px;
  transform: translateY(10%);
}
html body main.mainPage .newsContainer .news .date {
  font-family: PFDinTextPro-Light;
  font-weight: 600;
  font-size: 13px;
  color: #C9C9C9;
}
html body main.mainPage .schema {
  padding-top: 50px;
  padding-left: 12.81%;
  padding-right: 12.81%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  html body main.mainPage .schema {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  html body main.mainPage .schema {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1400px) {
  html body main.mainPage .schema {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 1400px) {
  html body main.mainPage .schema .descriptionWrapper {
    width: 100%;
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  html body main.mainPage .schema .descriptionWrapper {
    padding-bottom: 45px;
  }
}
html body main.mainPage .schema .descriptionWrapper div {
  max-width: 422px;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 10px 0 0 15px;
}
@media (max-width: 1400px) {
  html body main.mainPage .schema .descriptionWrapper div {
    max-width: 100%;
  }
  html body main.mainPage .schema .descriptionWrapper div p {
    padding-right: 15px;
    text-align: center;
  }
  html body main.mainPage .schema .descriptionWrapper div p:last-child {
    padding: 0 15px 10px 0;
    background-image: url(./assets/images/miniBorderRightBottom.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
  }
}
html body main.mainPage .schema .descriptionWrapper h3 {
  position: relative;
  width: max-content;
  padding-bottom: 0;
  margin-bottom: 32px;
}
html body main.mainPage .schema .descriptionWrapper h3:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  top: 55%;
  right: -100px;
}
@media (max-width: 480px) {
  html body main.mainPage .schema .descriptionWrapper h3:after {
    display: none;
  }
}
@media (max-width: 1400px) {
  html body main.mainPage .schema .descriptionWrapper h3 {
    text-align: center;
    width: 100%;
  }
  html body main.mainPage .schema .descriptionWrapper h3:after {
    display: none;
  }
}
html body main.mainPage .schema .imageWrapper {
  background-repeat: no-repeat;
  width: 636px;
  height: 436px;
  background-size: contain;
}
@media (max-width: 768px) {
  html body main.mainPage .schema .imageWrapper {
    width: 100%;
  }
}
@media (max-width: 480px) {
  html body main.mainPage .schema .imageWrapper {
    height: 200px;
  }
}
html body main.mainPage .ourActivities {
  padding-top: 150px;
  padding-left: 12.81%;
  padding-right: 12.81%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  html body main.mainPage .ourActivities {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  html body main.mainPage .ourActivities {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1520px) {
  html body main.mainPage .ourActivities {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
html body main.mainPage .ourActivities .sliderImagesWrapper {
  height: 360px;
  max-width: 50%;
  overflow: hidden;
}
html body main.mainPage .ourActivities .sliderImagesWrapper img {
  height: 100%;
  width: auto;
}
@media (max-width: 1520px) {
  html body main.mainPage .ourActivities .sliderImagesWrapper {
    height: auto;
    order: 2;
  }
}
html body main.mainPage .ourActivities .sliderHandler {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1520px) {
  html body main.mainPage .ourActivities .sliderHandler {
    order: 2;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
  }
  html body main.mainPage .ourActivities .sliderHandler .arrow.top {
    transform: rotate(-90deg);
    cursor: pointer;
  }
  html body main.mainPage .ourActivities .sliderHandler .arrow.bottom {
    transform: rotate(-90deg);
    cursor: pointer;
  }
}
@media (max-width: 480px) {
  html body main.mainPage .ourActivities .sliderHandler {
    width: 90%;
  }
}
html body main.mainPage .ourActivities .sliderHandler .dottedIndicator {
  width: 7px;
  height: 7px;
  background: #D9DADA;
  border-radius: 50%;
}
html body main.mainPage .ourActivities .sliderHandler .dottedIndicator.active {
  background-color: #004673;
}
html body main.mainPage .ourActivities .sliderHandler .dottedIndicator:hover {
  cursor: pointer;
}
@media (max-width: 1520px) {
  html body main.mainPage .ourActivities .previewTextContent {
    order: 1;
    padding-bottom: 80px;
  }
}
@media (max-width: 1520px) {
  html body main.mainPage .ourActivities .previewTextContent div {
    text-align: center;
  }
}
html body main.mainPage .ourActivities .previewTextContent div h5 {
  font-weight: bold;
  font-size: 15px;
  line-height: 130%;
  text-align: right;
  letter-spacing: 0.015em;
  color: #004673;
  padding-bottom: 15px;
}
@media (max-width: 1520px) {
  html body main.mainPage .ourActivities .previewTextContent div h5 {
    text-align: center;
  }
}
html body main.mainPage .ourActivities .previewTextContent div p {
  max-width: 400px;
  text-align: right;
  padding-bottom: 15px;
}
@media (max-width: 1520px) {
  html body main.mainPage .ourActivities .previewTextContent div p {
    text-align: center;
  }
}
html body main.mainPage .ourActivities .previewTextContent div p:last-child {
  padding-bottom: 30px;
}
html body main.mainPage .ourActivities .previewTextContent .learnMoreBtn {
  margin-left: auto;
  padding: 11px 40px;
  font-family: Conv_Akrobat;
  background-color: #004673;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.015em;
  color: #FFFFFF;
  width: max-content;
  outline: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 1520px) {
  html body main.mainPage .ourActivities .previewTextContent .learnMoreBtn {
    margin: 0 auto;
  }
}
html body main.mainPage .ourActivities h3 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 60px;
}
html body main.mainPage .ourActivities h3:before {
  content: "";
  display: block;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  margin-right: 30px;
  transform: translateY(-40%);
}
@media (max-width: 480px) {
  html body main.mainPage .ourActivities h3:before {
    display: none;
  }
}
@media (max-width: 1520px) {
  html body main.mainPage .ourActivities h3 {
    justify-content: center;
    width: 100%;
  }
  html body main.mainPage .ourActivities h3:before {
    display: none;
  }
}
html body main.mainPage .disconnectionSchedule {
  padding-top: 150px;
  padding-left: 12.81%;
  padding-right: 12.81%;
  display: flex;
}
@media (max-width: 768px) {
  html body main.mainPage .disconnectionSchedule {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  html body main.mainPage .disconnectionSchedule {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1540px) {
  html body main.mainPage .disconnectionSchedule {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  html body main.mainPage .disconnectionSchedule {
    padding-top: 80px;
  }
}
html body main.mainPage .disconnectionSchedule h3 {
  padding-bottom: 45px;
}
@media (max-width: 1540px) {
  html body main.mainPage .disconnectionSchedule h3 {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 1540px) {
  html body main.mainPage .disconnectionSchedule .disconnectionWidget {
    margin: 0 auto;
  }
}
html body main.mainPage .disconnectionSchedule .disconnectionWidget h3 {
  max-width: 440px;
}
html body main.mainPage .disconnectionSchedule .disconnectionWidget .widgetFormWrapper {
  background: #F7F8F9;
  padding: 50px 60px;
}
@media (max-width: 480px) {
  html body main.mainPage .disconnectionSchedule .disconnectionWidget .widgetFormWrapper {
    padding: 40px;
  }
}
@media (max-width: 420px) {
  html body main.mainPage .disconnectionSchedule .disconnectionWidget .widgetFormWrapper {
    padding: 25px;
  }
}
html body main.mainPage .disconnectionSchedule .disconnectionWidget .widgetFormWrapper div.input {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  width: 325px;
}
@media (max-width: 480px) {
  html body main.mainPage .disconnectionSchedule .disconnectionWidget .widgetFormWrapper div.input {
    max-width: 100%;
  }
}
@media (max-width: 420px) {
  html body main.mainPage .disconnectionSchedule .disconnectionWidget .widgetFormWrapper div.input {
    width: 90%;
  }
}
@media (max-width: 290px) {
  html body main.mainPage .disconnectionSchedule .disconnectionWidget .widgetFormWrapper div.input {
    width: 80%;
  }
}
html body main.mainPage .disconnectionSchedule .disconnectionWidget .widgetFormWrapper div.input label {
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #434242;
}
html body main.mainPage .disconnectionSchedule .disconnectionWidget .widgetFormWrapper div.input input {
  padding: 8px 5px;
  background: #F7F8F9;
  outline: none;
  border: none;
  border-bottom: 1px solid #C9C9C9;
  font-size: 15px;
}
html body main.mainPage .disconnectionSchedule .disconnectionWidget .widgetFormWrapper .handleWrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  html body main.mainPage .disconnectionSchedule .disconnectionWidget .widgetFormWrapper .handleWrapper {
    flex-wrap: wrap;
  }
}
html body main.mainPage .disconnectionSchedule .disconnectionWidget .widgetFormWrapper .handleWrapper .changeWidget {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.015em;
  color: #C9C9C9;
  max-width: 135px;
}
@media (max-width: 480px) {
  html body main.mainPage .disconnectionSchedule .disconnectionWidget .widgetFormWrapper .handleWrapper .changeWidget {
    max-width: 100%;
    width: 100%;
  }
}
html body main.mainPage .disconnectionSchedule .disconnectionWidget .widgetFormWrapper .handleWrapper .changeWidget svg {
  margin-left: 18px;
  margin-top: 7px;
}
html body main.mainPage .disconnectionSchedule .disconnectionWidget .widgetFormWrapper .handleWrapper .btn {
  padding: 11px 40px;
  font-family: Conv_Akrobat;
  background-color: #004673;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.015em;
  color: #FFFFFF;
  width: max-content;
  outline: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 480px) {
  html body main.mainPage .disconnectionSchedule .disconnectionWidget .widgetFormWrapper .handleWrapper .btn {
    margin-bottom: 30px;
  }
}
html body main.mainPage .disconnectionSchedule .schedules {
  padding-left: 7.4%;
  flex-grow: 1;
}
@media (max-width: 1540px) {
  html body main.mainPage .disconnectionSchedule .schedules {
    width: 100%;
    padding-left: 0;
  }
}
html body main.mainPage .disconnectionSchedule .schedules .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 920px) {
  html body main.mainPage .disconnectionSchedule .schedules .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 660px) {
  html body main.mainPage .disconnectionSchedule .schedules .container {
    justify-content: center;
  }
}
html body main.mainPage .disconnectionSchedule .schedules .container .description {
  max-width: 300px;
  width: max-content;
}
html body main.mainPage .disconnectionSchedule .schedules .container .water img {
  max-width: 100%;
}
html body main.mainPage .disconnectionSchedule .schedules .container .water .imageWrapper {
  padding-top: 10px;
}
html body main.mainPage .disconnectionSchedule .schedules .container .water .description {
  padding-top: 28px;
}
html body main.mainPage .disconnectionSchedule .schedules .container .power img {
  max-width: 100%;
}
html body main.mainPage .disconnectionSchedule .schedules .container .power div.description, html body main.mainPage .disconnectionSchedule .schedules .container .power div.date {
  padding-left: 12px;
}
html body main.mainPage .disconnectionSchedule .schedules .container .item {
  max-width: 286px;
}
html body main.mainPage .disconnectionSchedule .schedules .container .item .date {
  padding-top: 30px;
  font-size: 13px;
  color: #C9C9C9;
}
html body main.mainPage .appeals {
  padding-top: 34px;
  position: relative;
  padding-left: 12.81%;
  padding-right: 12.81%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html body main.mainPage .appeals a {
  color: #C9C9C9;
  font-size: 13px;
}
@media (max-width: 768px) {
  html body main.mainPage .appeals {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  html body main.mainPage .appeals {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1366px) {
  html body main.mainPage .appeals {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  html body main.mainPage .appeals {
    justify-content: center;
  }
}
html body main.mainPage .appeals .goBack {
  width: 300px;
  transform: rotate(-90deg);
}
@media (max-width: 1366px) {
  html body main.mainPage .appeals .goBack {
    order: 3;
  }
}
@media (max-width: 768px) {
  html body main.mainPage .appeals .goBack {
    transform: none;
    text-align: center;
    padding-top: 35px;
  }
}
html body main.mainPage .appeals .goBack a {
  display: flex;
  align-items: center;
  font-family: PFDinTextPro-LightItalic;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #004673;
}
@media (max-width: 768px) {
  html body main.mainPage .appeals .goBack a {
    justify-content: center;
  }
}
html body main.mainPage .appeals .goBack a svg {
  margin-left: 25px;
}
html body main.mainPage .appeals .usefulLinkNavigation {
  padding: 45px 50px;
  border: 1px solid #EBEBEB;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-width: 660px;
  align-self: flex-end;
}
@media (max-width: 1366px) {
  html body main.mainPage .appeals .usefulLinkNavigation {
    width: 100%;
  }
}
@media (max-width: 768px) {
  html body main.mainPage .appeals .usefulLinkNavigation {
    min-width: 0;
    margin-bottom: 45px;
    padding: 30px;
  }
}
@media (max-width: 315px) {
  html body main.mainPage .appeals .usefulLinkNavigation {
    padding: 20px;
  }
}
@media (max-width: 292px) {
  html body main.mainPage .appeals .usefulLinkNavigation {
    padding: 15px;
  }
}
html body main.mainPage .appeals .usefulLinkNavigation .item {
  width: 50%;
}
@media (max-width: 768px) {
  html body main.mainPage .appeals .usefulLinkNavigation .item {
    width: 100%;
    min-width: auto;
    padding-bottom: 45px;
  }
}
html body main.mainPage .appeals .usefulLinkNavigation .item svg {
  margin-left: 81px;
}
html body main.mainPage .appeals .usefulLinkNavigation .item h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.015em;
  max-width: 233px;
  color: #004673;
  padding-bottom: 30px;
}
html body main.mainPage .appeals .usefulLinkNavigation .item:first-child {
  padding-bottom: 71px;
}
@media (max-width: 768px) {
  html body main.mainPage .appeals .usefulLinkNavigation .item:first-child {
    padding-bottom: 45px;
  }
}
html body main.mainPage .appeals .usefulLinkNavigation .item:nth-child(2) a, html body main.mainPage .appeals .usefulLinkNavigation .item:nth-child(4) a {
  display: flex;
  align-items: center;
}
html body main.mainPage .appeals .usefulLinkNavigation .item .select {
  display: flex;
}
@media (max-width: 330px) {
  html body main.mainPage .appeals .usefulLinkNavigation .item .select {
    justify-content: space-between;
  }
}
html body main.mainPage .appeals .usefulLinkNavigation .item .select .selectItem {
  min-width: 110px;
  text-align: center;
  padding: 9px 25px;
  border: 1px solid #C9C9C9;
}
html body main.mainPage .appeals .usefulLinkNavigation .item .select .selectItem:first-child {
  margin-right: 30px;
}
@media (max-width: 330px) {
  html body main.mainPage .appeals .usefulLinkNavigation .item .select .selectItem:first-child {
    margin-right: 0;
  }
}
@media (max-width: 330px) {
  html body main.mainPage .appeals .usefulLinkNavigation .item .select .selectItem {
    padding: 7px 13px;
  }
}
@media (max-width: 315px) {
  html body main.mainPage .appeals .usefulLinkNavigation .item .select .selectItem {
    padding: 7px 10px;
  }
}
@media (max-width: 292px) {
  html body main.mainPage .appeals .usefulLinkNavigation .item .select .selectItem {
    padding: 7px 8px;
  }
}
html body main.mainPage .appeals .usefulLinkNavigation .item .select .selectItem a {
  font-family: Conv_Akrobat;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.015em;
}
html body main.mainPage .appeals .appealInfoContainer {
  margin-left: 7.4%;
  border: 1px solid #EBEBEB;
  height: 460px;
}
@media (max-width: 768px) {
  html body main.mainPage .appeals .appealInfoContainer {
    margin-left: 0;
  }
}
html body main.mainPage .appeals .appealInfoContainer h5 {
  padding: 55px 45px 30px 45px;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #004673;
}
html body main.mainPage .appeals .appealInfoContainer p {
  max-width: 200px;
  width: max-content;
  padding: 0 45px 50px 45px;
  box-sizing: content-box;
}
html body main.mainPage .appeals .appealInfoContainer .linkWrapper {
  border-top: 1px solid #EBEBEB;
  width: 100%;
  padding: 15px 15px 15px 45px;
}
html body main.mainPage .appeals .appealInfoContainer .linkWrapper a {
  display: flex;
  align-items: center;
}
html body main.mainPage .appeals .appealInfoContainer .linkWrapper a svg {
  margin-left: 97px;
}
html body main.mainPage .bannersSlider {
  position: relative;
  padding: 163px;
  padding-left: 12.81%;
  padding-right: 12.81%;
  width: 100%;
}
@media (max-width: 768px) {
  html body main.mainPage .bannersSlider {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  html body main.mainPage .bannersSlider {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
html body main.mainPage .bannersSlider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
html body main.mainPage .bannersSlider .left {
  left: 7%;
}
@media (max-width: 1040px) {
  html body main.mainPage .bannersSlider .left {
    left: 28px;
  }
}
@media (max-width: 480px) {
  html body main.mainPage .bannersSlider .left {
    left: 10px;
  }
}
html body main.mainPage .bannersSlider .right {
  right: 7%;
}
@media (max-width: 1040px) {
  html body main.mainPage .bannersSlider .right {
    right: 28px;
  }
}
@media (max-width: 480px) {
  html body main.mainPage .bannersSlider .right {
    right: 10px;
  }
}
html body main.mainPage .bannersSlider .bannersWrapper {
  overflow: hidden;
  display: flex;
  align-items: center;
  max-width: 100%;
}
@media (max-width: 768px) {
  html body main.mainPage .bannersSlider .bannersWrapper {
    margin: 0 auto;
    max-width: 70%;
    justify-content: center;
  }
}
html body main.mainPage .bannersSlider .bannersWrapper .banner {
  margin-right: 10%;
  max-height: 200px;
}
@media (max-width: 768px) {
  html body main.mainPage .bannersSlider .bannersWrapper .banner {
    margin: 0 10px;
  }
}
@media (max-width: 480px) {
  html body main.mainPage .bannersSlider .bannersWrapper .banner {
    width: 100%;
    margin: 0 10px;
  }
}
html body main.mainPage .bannersSlider .bannersWrapper .banner a {
  display: block;
}
html body main.mainPage .bannersSlider .bannersWrapper .banner a img {
  max-width: 200px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s all ease;
}
html body main.mainPage .bannersSlider .bannersWrapper .banner a img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  cursor: pointer;
}
html footer {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 150px;
  padding-bottom: 30vh;
  background-color: #004673;
  background-repeat: repeat-x;
  background-position: bottom;
}
@media (max-width: 768px) {
  html footer {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  html footer {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 600px) {
  html footer {
    padding-top: 80px;
    padding-bottom: 20vh;
  }
}
html footer .footer-navigation-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
html footer .footer-navigation-container .footer-navigation {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1190px) {
  html footer .footer-navigation-container .footer-navigation {
    flex-wrap: wrap;
  }
  html footer .footer-navigation-container .footer-navigation > .menu-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  html footer .footer-navigation-container .footer-navigation {
    text-align: center;
  }
  html footer .footer-navigation-container .footer-navigation > .menu-item {
    width: 100%;
  }
}
html footer .footer-navigation-container .footer-navigation .menu-item-has-children .sub-menu {
  flex-basis: 50%;
  padding: 30px 0 45px 0;
}
@media (max-width: 1190px) {
  html footer .footer-navigation-container .footer-navigation .menu-item-has-children .sub-menu {
    padding: 25px 0 45px 0;
  }
}
@media (max-width: 600px) {
  html footer .footer-navigation-container .footer-navigation .menu-item-has-children .sub-menu {
    padding: 20px 0 45px 0;
  }
}
html footer .footer-navigation-container .footer-navigation .menu-item-has-children .sub-menu .menu-item {
  padding-bottom: 15px;
  width: 100%;
  max-width: 230px;
}
@media (max-width: 1190px) {
  html footer .footer-navigation-container .footer-navigation .menu-item-has-children .sub-menu .menu-item {
    max-width: 300px;
  }
}
@media (max-width: 600px) {
  html footer .footer-navigation-container .footer-navigation .menu-item-has-children .sub-menu .menu-item {
    max-width: inherit;
    padding-bottom: 12px;
  }
}
html footer .footer-navigation-container .footer-navigation .menu-item-has-children .sub-menu .menu-item a {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.015em;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.1s all ease;
}
html footer .footer-navigation-container .footer-navigation .menu-item-has-children .sub-menu .menu-item a:hover {
  color: #ffffff;
}
html footer .footer-navigation-container .footer-navigation .menu-item-has-children > a {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #FFFFFF;
}
html footer .infoWrapper {
  display: flex;
  padding-top: 50px;
  color: #FFFFFF;
  justify-content: space-between;
}
@media (max-width: 1190px) {
  html footer .infoWrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  html footer .infoWrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  html footer .infoWrapper .logoRightsWrapper {
    padding-top: 45px;
    order: 3;
    -ms-flex-order: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
html footer .infoWrapper .logoRightsWrapper .logo {
  width: 99px;
  height: 60px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
}
html footer .infoWrapper .logoRightsWrapper p {
  color: rgba(201, 201, 201, 0.4);
}
@media (max-width: 480px) {
  html footer .infoWrapper .logoRightsWrapper p {
    text-align: center;
  }
}
html footer .infoWrapper .logoRightsWrapper .© {
  padding-bottom: 20px;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  html footer .infoWrapper .logoRightsWrapper .© {
    padding-bottom: 12px;
  }
}
html footer .infoWrapper .address {
  flex-grow: 0.5;
  color: #FFFFFF;
}
@media (max-width: 1190px) {
  html footer .infoWrapper .address {
    order: 3;
    width: 100%;
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  html footer .infoWrapper .address {
    order: 2;
    -ms-flex-order: 2;
    padding-top: 45px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  html footer .infoWrapper .contacts {
    order: 1;
    -ms-flex-order: 1;
  }
}
html footer .infoWrapper .contacts h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #FFFFFF;
  padding-bottom: 30px;
}
@media (max-width: 480px) {
  html footer .infoWrapper .contacts h4 {
    text-align: center;
    padding-bottom: 25px;
  }
}
html footer .infoWrapper .contacts .iconsWrapper a {
  padding-right: 15px;
}
html footer .infoWrapper .contacts .iconsWrapper a:last-child {
  padding-right: 0;
}

/*Импорты стилей для других страниц*/
main.news-item .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.news-item .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.news-item .showPageNavBtn {
    display: block;
  }
}
main.news-item .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.news-item .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.news-item .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.news-item .pageMenu li:first-child {
  padding-left: 0;
}
main.news-item .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.news-item .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.news-item .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.news-item .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.news-item .pageMenu:hover {
    display: flex;
  }
}
main.news-item .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.news-item .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.news-item .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.news-item .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.news-item .pageMenu li a {
  color: #C9C9C9;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.news-item .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.news-item .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.news-item .pageMenu li a:hover {
    color: #000000;
  }
}
main.news-item .newsWrapper {
  padding: 150px 27%;
}
main.news-item .newsWrapper .dateWrapper {
  padding-bottom: 30px;
}
main.news-item .newsWrapper .dateWrapper span {
  color: #C9C9C9;
}
main.news-item h3 {
  padding-bottom: 35px;
}
main.news-item .content img {
  margin-top: 60px;
  width: 100%;
  height: auto;
}

main.page {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-top: 300px;
}
@media (max-width: 768px) {
  main.page {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.page {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}

.preview {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #E5E5E5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

@media (max-width: 1366px) {
  .preview {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .preview {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  .preview {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 600px) {
  .preview {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.preview .contentWrapper {
  min-height: 40vh;
  position: relative;
}
.preview .contentWrapper .previewNav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 690px) {
  .preview .contentWrapper .previewNav {
    display: none;
  }
}
.preview .contentWrapper .previewNav .italic {
  font-family: "PFDinTextPro-LightItalic";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.015em;
  color: #EFF5FB;
}
.preview .contentWrapper .previewNav .arrowRight {
  margin-left: 15px;
}
.preview .contentWrapper .previewNav li {
  padding-bottom: 10px;
}
.preview .contentWrapper .previewNav li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-family: "PFDinTextPro-Light";
  letter-spacing: 0.015em;
  color: #EFF5FB;
}
.preview .contentWrapper .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.preview .contentWrapper .description h2 {
  font-family: "Conv_Akrobat";
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0.025em;
  padding-bottom: 35px;
  max-width: 712px;
}
@media (max-width: 480px) {
  .preview .contentWrapper .description h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.preview .contentWrapper .description p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "PFDinTextPro-Light";
  max-width: 700px;
  text-align: center;
}
@media (max-width: 1366px) {
  .preview .contentWrapper .description p {
    max-width: 600px;
  }
}
@media (max-width: 1270px) {
  .preview .contentWrapper .description p {
    max-width: 540px;
  }
}
@media (max-width: 480px) {
  .preview .contentWrapper .description p {
    font-size: 14px;
  }
}
.preview .contentWrapper .description .line {
  width: 93px;
  height: 1px;
  background: white;
  margin: 35px auto;
  opacity: 0.9;
}
.showMoreWrapper {
  display: none;
}
.preview .contentWrapper .showMoreWrapper {
  position: absolute;
  right: -60px;
  bottom: 0;
}
@media (max-width: 690px) {
  .preview .contentWrapper .showMoreWrapper {
    display: none;
  }
}
.preview .contentWrapper .showMoreWrapper .showMoreIcon {
  transform: rotate(-90deg);
  transition: 0.3s all ease;
}
.preview .contentWrapper .showMoreWrapper .showMoreIcon a {
  display: flex;
  align-items: center;
  font-family: PFDinTextPro-LightItalic;
}
.preview .contentWrapper .showMoreWrapper .showMoreIcon a span {
  transition: 0.3s all ease;
}
.preview .contentWrapper .showMoreWrapper .showMoreIcon a:hover span {
  transform: scale(1.1);
}
.preview .contentWrapper .showMoreWrapper .showMoreIcon a svg {
  transform: rotate(90deg);
  margin-right: 25px;
  width: 46px;
  height: 46px;
}
.preview .contentWrapper .showMoreWrapper .showMoreIcon:hover {
  cursor: pointer;
}

main.socialSphere .content .infoWrapper:first-child {
  padding-top: 150px;
}
@media (max-width: 480px) {
  main.socialSphere .content .infoWrapper:first-child {
    padding-top: 80px;
  }
}
main.socialSphere .content .infoWrapper:last-child {
  padding-bottom: 150px;
}
@media (max-width: 480px) {
  main.socialSphere .content .infoWrapper:last-child {
    padding-bottom: 80px;
  }
}
main.socialSphere .content .infoWrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 150px;
  padding-left: 12.81%;
  padding-right: 12.81%;
}
@media (max-width: 1366px) {
  main.socialSphere .content .infoWrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  main.socialSphere .content .infoWrapper {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  main.socialSphere .content .infoWrapper {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.socialSphere .content .infoWrapper {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.socialSphere .content .infoWrapper .textWrapper {
  width: 45%;
  margin: auto 0;
}
@media (max-width: 1366px) {
  main.socialSphere .content .infoWrapper .textWrapper {
    text-align: center !important;
    width: 100%;
    order: 1;
  }
}
main.socialSphere .content .infoWrapper .textWrapper h3 {
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 1366px) {
  main.socialSphere .content .infoWrapper .textWrapper h3 {
    text-align: center !important;
  }
}
@media (max-width: 480px) {
  main.socialSphere .content .infoWrapper .textWrapper h3 {
    padding-bottom: 20px;
  }
}
@media (max-width: 1366px) {
  main.socialSphere .content .infoWrapper .textWrapper p {
    text-align: center !important;
  }
  main.socialSphere .content .infoWrapper .textWrapper p:last-child {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  main.socialSphere .content .infoWrapper .textWrapper p:last-child {
    padding-bottom: 30px;
  }
}
main.socialSphere .content .infoWrapper .textWrapper a {
  display: inline-block;
  margin-top: 35px;
  padding: 11px 40px;
  font-family: Conv_Akrobat;
  background-color: #004673;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.015em;
  color: #FFFFFF;
  width: max-content;
  outline: none;
  border: none;
  cursor: pointer;
}
main.socialSphere .content .infoWrapper .imageWrapper {
  width: 540px;
  height: 379px;
  overflow: hidden;
  background-color: rgba(179, 179, 179, 0.1);
}
main.socialSphere .content .infoWrapper .imageWrapper img {
  width: 100%;
  height: inherit;
}
@media (max-width: 480px) {
  main.socialSphere .content .infoWrapper .imageWrapper {
    height: 204px !important;
  }
}
@media (max-width: 480px) {
  main.socialSphere .content .infoWrapper .imageWrapper img {
    height: 204px !important;
  }
}
main.socialSphere .content .infoWrapper.left .textWrapper {
  order: 1;
}
main.socialSphere .content .infoWrapper.left .textWrapper p {
  padding-top: 15px;
  padding-left: 15px;
}
main.socialSphere .content .infoWrapper.left .textWrapper p:nth-child(2) {
  background-image: url("./assets/images/miniBorderLeftTop.svg");
  background-position: left top;
  background-repeat: no-repeat;
}
main.socialSphere .content .infoWrapper.left .imageWrapper {
  order: 2;
}
main.socialSphere .content .infoWrapper.right .textWrapper {
  order: 2;
  text-align: right;
}
main.socialSphere .content .infoWrapper.right .textWrapper p {
  padding-top: 15px;
  padding-right: 15px;
}
main.socialSphere .content .infoWrapper.right .textWrapper p:nth-child(2) {
  background-image: url("./assets/images/miniBorderRightTop.svg");
  background-position: right top;
  background-repeat: no-repeat;
}
main.socialSphere .content .infoWrapper.right .imageWrapper {
  order: 1;
}
@media (max-width: 1366px) {
  main.socialSphere .content .infoWrapper.right .imageWrapper {
    order: 2;
  }
}

main.occupationalSafety .linkWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 320px;
}
main.occupationalSafety .linkWrapper a {
  color: #004673;
  font-family: PFDinTextPro-LightItalic;
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.015em;
}

main.adminProcedures {
  padding-left: 12.81%;
  padding-right: 12.81%;
}
@media (max-width: 768px) {
  main.adminProcedures {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.adminProcedures {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.adminProcedures .divisionsContactsData {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  justify-content: center;
}
main.adminProcedures .divisionsContactsData .modal {
  max-height: 99vh;
  overflow-y: auto;
  background-color: white;
  z-index: 21;
  width: max-content;
  height: max-content;
  padding: 60px 40px;
  max-width: 99%;
}
main.adminProcedures .divisionsContactsData .modal .close {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 45px;
  transition: 0.1s all ease;
}
main.adminProcedures .divisionsContactsData .modal .close svg:hover {
  cursor: pointer;
  transform: scale(1.03);
}
main.adminProcedures .divisionsContactsData .modal .contactsTable {
  overflow: auto;
}
main.adminProcedures .divisionsContactsData .modal .contactsTable .table {
  width: max-content;
  border-bottom: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
}
main.adminProcedures .divisionsContactsData .modal .contactsTable .table .row {
  display: flex;
}
main.adminProcedures .divisionsContactsData .modal .contactsTable .table .row .subDivisionName {
  width: 133px;
}
main.adminProcedures .divisionsContactsData .modal .contactsTable .table .row .address {
  width: 130px;
}
main.adminProcedures .divisionsContactsData .modal .contactsTable .table .row .workingDays {
  width: 130px;
}
main.adminProcedures .divisionsContactsData .modal .contactsTable .table .row .saturday {
  width: 130px;
}
main.adminProcedures .divisionsContactsData .modal .contactsTable .table .row .workerPhone {
  width: 250px;
}
main.adminProcedures .divisionsContactsData .modal .contactsTable .table .row .phone {
  width: 125px;
}
main.adminProcedures .divisionsContactsData .modal .contactsTable .table .row .timeWrapper {
  border-top: 1px solid #EBEBEB;
}
main.adminProcedures .divisionsContactsData .modal .contactsTable .table .row .time {
  width: 290px;
  border-top: none;
}
main.adminProcedures .divisionsContactsData .modal .col {
  padding: 20px;
  box-sizing: content-box;
  border-left: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
main.adminProcedures .divisionsContactsData .modal .header {
  color: #004673;
}
main.adminProcedures .show {
  display: flex;
}
main.adminProcedures .getContacts {
  padding-top: 25px;
  color: #C9C9C9;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.adminProcedures h1 {
  padding-top: 40px;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  main.adminProcedures h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
main.adminProcedures h1 + p {
  display: flex;
  justify-content: center;
  padding: 35px 0;
  text-align: center;
}
@media (max-width: 640px) {
  main.adminProcedures h1 + p {
    font-size: 14px;
  }
}
main.adminProcedures .miniBorder {
  width: 93px;
  height: 1px;
  margin: 0 auto;
  background-color: black;
}
main.adminProcedures .tableWrapper {
  padding-top: 80px;
  padding-bottom: 150px;
  margin: 0 auto;
  overflow: auto;
  width: max-content;
}
@media (max-width: 1250px) {
  main.adminProcedures .tableWrapper {
    width: auto;
  }
}
main.adminProcedures .tableWrapper .table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: max-content;
  border-bottom: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
}
main.adminProcedures .tableWrapper .table .col {
  max-width: 200px;
  padding: 20px;
  border-left: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
}
@media (max-width: 640px) {
  main.adminProcedures .tableWrapper .table .col {
    font-size: 14px;
  }
}
main.adminProcedures .tableWrapper .table .header {
  color: #004673;
  font-weight: bolder;
}
@media (max-width: 640px) {
  main.adminProcedures .tableWrapper .table .header {
    font-size: 14px;
  }
}
main.adminProcedures .tableWrapper .table .procedureDocumentsValue a {
  display: block;
  padding-top: 25px;
  color: #004673;
  font-family: PFDinTextPro-LightItalic;
}
@media (max-width: 1250px) {
  main.adminProcedures .tableWrapper .table {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  main.adminProcedures .tableWrapper .table .procedureName {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  main.adminProcedures .tableWrapper .table .organizationName {
    grid-column-start: 1;
    grid-row-start: 2;
  }
  main.adminProcedures .tableWrapper .table .procedureDocuments {
    grid-column-start: 1;
    grid-row-start: 3;
  }
  main.adminProcedures .tableWrapper .table .procedureCost {
    grid-column-start: 1;
    grid-row-start: 4;
  }
  main.adminProcedures .tableWrapper .table .procedureTime {
    grid-column-start: 1;
    grid-row-start: 5;
  }
  main.adminProcedures .tableWrapper .table .procedureTerm {
    grid-column-start: 1;
    grid-row-start: 6;
  }
  main.adminProcedures .tableWrapper .table .procedure123 {
    grid-column-start: 1;
    grid-row-start: 7;
  }
  main.adminProcedures .tableWrapper .table .procedureNameValue {
    grid-row-start: 1;
  }
  main.adminProcedures .tableWrapper .table .organizationNameValue {
    grid-row-start: 2;
  }
  main.adminProcedures .tableWrapper .table .procedureDocumentsValue {
    grid-row-start: 3;
  }
  main.adminProcedures .tableWrapper .table .procedureCostValue {
    grid-row-start: 4;
  }
  main.adminProcedures .tableWrapper .table .procedureTimeValue {
    grid-row-start: 5;
  }
  main.adminProcedures .tableWrapper .table .procedureTermValue {
    grid-row-start: 6;
  }
  main.adminProcedures .tableWrapper .table .procedure123Value {
    grid-row-start: 7;
  }
}

main.about .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.about .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.about .showPageNavBtn {
    display: block;
  }
}
main.about .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.about .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.about .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.about .pageMenu li:first-child {
  padding-left: 0;
}
main.about .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.about .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.about .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.about .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.about .pageMenu:hover {
    display: flex;
  }
}
main.about .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.about .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.about .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.about .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.about .pageMenu li a {
  color: #C9C9C9;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.about .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.about .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.about .pageMenu li a:hover {
    color: #000000;
  }
}
main.about .basicInformation {
  position: relative;
  padding: 150px 0;
  padding-left: 12.81%;
  padding-right: 12.81%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  main.about .basicInformation {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.about .basicInformation {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1600px) {
  main.about .basicInformation {
    justify-content: center;
    padding: 400px 0 150px 0;
  }
}
@media (max-width: 480px) {
  main.about .basicInformation {
    justify-content: center;
    padding: 400px 0 80px 0;
  }
}
main.about .basicInformation .imageWrapper {
  height: 570px;
  width: 796px;
  background-color: bisque;
}
main.about .basicInformation .infoSliderWrapper {
  position: absolute;
  padding: 82px;
  background-color: #EFF5FB;
  height: 450px;
  width: 535px;
  top: 210px;
  right: 860px;
}
@media (max-width: 1600px) {
  main.about .basicInformation .infoSliderWrapper {
    top: 92px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 580px) {
  main.about .basicInformation .infoSliderWrapper {
    max-width: 90%;
  }
}
main.about .basicInformation .infoSliderWrapper h3 {
  padding-bottom: 30px;
}
@media (max-width: 1600px) {
  main.about .basicInformation .infoSliderWrapper h3 {
    text-align: center;
  }
}
main.about .basicInformation .infoSliderWrapper div.info {
  padding: 15px 0 0 15px;
  background-image: url("./assets/images/miniBorderLeftTop.svg");
  background-position: left top;
  background-repeat: no-repeat;
  height: 230px;
  overflow: hidden;
  opacity: 1;
  position: relative;
  transition: opacity 0.4s ease-in-out;
  -webkit-animation-name: fade_in;
  -webkit-animation-duration: 1s;
  animation-name: fade_in;
  animation-duration: 1s;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1600px) {
  main.about .basicInformation .infoSliderWrapper div.info {
    text-align: center;
  }
}
main.about .basicInformation .infoSliderWrapper .arrowsWrapper {
  display: flex;
  /*padding-top: 40px;*/
}
@media (max-width: 1600px) {
  main.about .basicInformation .infoSliderWrapper .arrowsWrapper {
    justify-content: center;
  }
}
main.about .basicInformation .infoSliderWrapper .arrowsWrapper .arrow {
  cursor: pointer;
}
main.about .basicInformation .infoSliderWrapper .arrowsWrapper .leftArrow {
  margin-right: 26px;
}
main.about .keyIndicators {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 150px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  main.about .keyIndicators {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.about .keyIndicators {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 480px) {
  main.about .keyIndicators {
    padding-top: 80px;
  }
}
main.about .keyIndicators .description h3 {
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  main.about .keyIndicators .description h3 {
    padding-bottom: 20px;
  }
}
main.about .keyIndicators .description .text {
  width: 640px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  main.about .keyIndicators .description .text {
    width: 90%;
  }
}
main.about .keyIndicators .description .text:after {
  content: "";
  display: block;
  padding-top: 40px;
  width: 93px;
  border-bottom: 1px solid #AEC0D0;
  margin: 0 auto;
}
@media (max-width: 480px) {
  main.about .keyIndicators .description .text:after {
    padding-top: 25px;
  }
}
main.about .keyIndicators .indicatorsWrapper {
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 480px) {
  main.about .keyIndicators .indicatorsWrapper {
    padding-top: 30px;
    padding-bottom: 73px;
  }
}
main.about .keyIndicators .indicatorsWrapper .indicator {
  padding-bottom: 70px;
  width: 25%;
}
@media (max-width: 1280px) {
  main.about .keyIndicators .indicatorsWrapper .indicator {
    width: 33.3%;
  }
}
@media (max-width: 768px) {
  main.about .keyIndicators .indicatorsWrapper .indicator {
    width: 50%;
  }
}
@media (max-width: 480px) {
  main.about .keyIndicators .indicatorsWrapper .indicator {
    padding-bottom: 27px;
  }
}
main.about .keyIndicators .indicatorsWrapper .indicator .number {
  font-weight: bold;
  font-size: 60px;
  line-height: 130%;
  padding-bottom: 21px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #004673;
}
@media (max-width: 480px) {
  main.about .keyIndicators .indicatorsWrapper .indicator .number {
    font-size: 30px;
  }
}
main.about .keyIndicators .indicatorsWrapper .indicator .desc {
  max-width: 230px;
  text-align: center;
  color: #000000;
  margin: 0 auto;
}
main.about .companyStructure {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 150px;
}
@media (max-width: 768px) {
  main.about .companyStructure {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.about .companyStructure {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.about .companyStructure h3 {
  text-align: center;
  padding-bottom: 62px;
}
main.about .companyStructure .structureWrapper {
  width: 100%;
  text-align: center;
  overflow: auto;
}
main.about .leaderModal {
  position: fixed;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 6;
}
main.about .leaderModal .wrapper {
  background-color: #FFFFFF;
  min-height: 100px;
  min-width: 100px;
  padding: 30px 50px 70px 50px;
}
main.about .leaderModal .wrapper .close {
  text-align: end;
  padding: 10px 0;
}
main.about .leaderModal .wrapper .close svg:hover {
  cursor: pointer;
}
main.about .leaderModal .wrapper .leaderInfoWrapper {
  display: flex;
}
@media (max-width: 1280px) {
  main.about .leaderModal .wrapper .leaderInfoWrapper {
    flex-direction: column;
    align-items: center;
  }
}
main.about .leaderModal .wrapper .leaderInfoWrapper .photoWrapper {
  width: 354px;
  height: 296px;
  background-repeat: no-repeat;
  background-size: contain;
}
main.about .leaderModal .wrapper .leaderInfoWrapper .information {
  padding-left: 66px;
  max-width: 555px;
}
@media (max-width: 1280px) {
  main.about .leaderModal .wrapper .leaderInfoWrapper .information {
    text-align: center;
  }
}
main.about .leaderModal .wrapper .leaderInfoWrapper .information h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  /* identical to box height */
  letter-spacing: 0.015em;
  color: #004673;
}
@media (max-width: 1280px) {
  main.about .leaderModal .wrapper .leaderInfoWrapper .information h5 {
    padding-top: 45px;
  }
}
main.about .leaderModal .wrapper .leaderInfoWrapper .information p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 135%;
  /* or 20px */
  letter-spacing: 0.015em;
  color: #000000;
}
main.about .leaderModal .wrapper .leaderInfoWrapper .information .position {
  font-family: PFDinTextPro-LightItalic;
  font-weight: normal;
  font-size: 15px;
  line-height: 135%;
  padding: 28px 0;
  /* or 20px */
  letter-spacing: 1px;
  color: #C9C9C9;
}
main.about .leadershipStaff {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 150px;
}
@media (max-width: 768px) {
  main.about .leadershipStaff {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.about .leadershipStaff {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.about .leadershipStaff .leaderInfoWrapper {
  padding-top: 60px;
  display: flex;
}
@media (max-width: 1280px) {
  main.about .leadershipStaff .leaderInfoWrapper {
    flex-direction: column;
    align-items: center;
  }
}
main.about .leadershipStaff .leaderInfoWrapper .photoWrapper {
  width: 354px;
  height: 296px;
}
main.about .leadershipStaff .leaderInfoWrapper .information {
  padding-left: 66px;
  max-width: 555px;
}
@media (max-width: 1280px) {
  main.about .leadershipStaff .leaderInfoWrapper .information {
    text-align: center;
  }
}
main.about .leadershipStaff .leaderInfoWrapper .information h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  /* identical to box height */
  letter-spacing: 0.015em;
  color: #004673;
}
@media (max-width: 1280px) {
  main.about .leadershipStaff .leaderInfoWrapper .information h5 {
    padding-top: 45px;
  }
}
main.about .leadershipStaff .leaderInfoWrapper .information p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 135%;
  /* or 20px */
  letter-spacing: 0.015em;
  color: #000000;
}
main.about .leadershipStaff .leaderInfoWrapper .information .position {
  font-family: PFDinTextPro-LightItalic;
  font-weight: normal;
  font-size: 15px;
  line-height: 135%;
  padding: 28px 0;
  /* or 20px */
  letter-spacing: 1px;
  color: #C9C9C9;
}
main.about .leadershipStaff h3 {
  position: relative;
  width: max-content;
  padding-bottom: 0;
}
main.about .leadershipStaff h3:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  top: 55%;
  right: -100px;
}
@media (max-width: 480px) {
  main.about .leadershipStaff h3:after {
    display: none;
  }
}
@media (max-width: 1280px) {
  main.about .leadershipStaff h3 {
    text-align: center;
    margin: 0 auto;
  }
}
main.about .leadershipStaff .leadershipList {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
main.about .leadershipStaff .leadershipList .card:last-child {
  align-self: flex-start;
}
main.about .leadershipStaff .leadershipList .card {
  margin-top: 70px;
  padding: 60px;
  margin-right: 6%;
  z-index: 3;
  border: 1px solid #D9DADA;
}
main.about .leadershipStaff .leadershipList .card:hover {
  cursor: pointer;
  background: #f7f7f7;
  transition: 0.3s all ease;
}
main.about .leadershipStaff .leadershipList .card h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.015em;
  color: #004673;
  padding-top: 30px;
  max-width: 230px;
}
main.about .leadershipStaff .leadershipList .card .photoWrapper {
  width: 230px;
  height: 193px;
  background-size: cover;
  background-position: center;
}
main.about .leadershipStaff .leadershipList .card .position {
  max-width: 230px;
  font-weight: lighter;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 1px;
  padding-top: 25px;
  color: #C9C9C9;
}
main.about .history {
  padding-top: 150px;
  padding-right: 12.81%;
}
@media (max-width: 1600px) {
  main.about .history {
    padding-left: 12.81%;
    padding-right: 12.81%;
  }
}
@media (max-width: 1600px) and (max-width: 768px) {
  main.about .history {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 1600px) and (max-width: 320px) {
  main.about .history {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.about .history h3 {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
main.about .history h3:before {
  content: "";
  display: block;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  margin-right: 30px;
  transform: translateY(-40%);
}
main.about .history .wrapper {
  padding-top: 60px;
  display: flex;
}
main.about .history .wrapper h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #004673;
  padding-bottom: 25px;
}
@media (max-width: 1600px) {
  main.about .history .wrapper {
    flex-wrap: wrap;
  }
}
main.about .history .wrapper .dateDescription {
  background-color: #F7F8F9;
  margin: 50px 0;
  padding: 85px 114px 0 207px;
  max-height: 470px;
  overflow: auto;
}
main.about .history .wrapper .dateDescription p {
  max-width: 400px;
  padding-bottom: 15px;
  padding-left: 15px;
}
main.about .history .wrapper .dateDescription h5 + div {
  padding-top: 15px;
  background-image: url("./assets/images/miniBorderLeftTop.svg");
  background-repeat: no-repeat;
  margin-bottom: 85px;
}
main.about .history .timeLineWrapper {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1600px) {
  main.about .history .timeLineWrapper {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
main.about .history .timeLineWrapper .date.active {
  color: #004673;
}
main.about .history .timeLineWrapper .date {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  position: relative;
  font-size: 13px;
  line-height: 130%;
  /* identical to box height, or 17px */
  text-align: right;
  letter-spacing: 0.015em;
  /* серый для текста */
  color: #C9C9C9;
}
@media (max-width: 1600px) {
  main.about .history .timeLineWrapper .date {
    display: block;
  }
}
main.about .history .timeLineWrapper .date .circle {
  width: 8px;
  height: 8px;
  background: #D9DADA;
  border-radius: 50%;
  margin-left: 27px;
}
main.about .history .timeLineWrapper .date .circle .line {
  width: 1px;
  background: #D9DADA;
  height: 60px;
  position: absolute;
  right: 4px;
  top: 15px;
}
@media (max-width: 1600px) {
  main.about .history .timeLineWrapper .date .circle .line {
    height: 1px;
    width: 100%;
    left: 0;
    top: 10px;
  }
}
main.about .history .timeLineWrapper .date .circle.active {
  background: #004673;
}
main.about .requisites {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 150px;
}
@media (max-width: 768px) {
  main.about .requisites {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.about .requisites {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 480px) {
  main.about .requisites {
    padding-top: 80px;
  }
}
main.about .requisites h3 {
  position: relative;
  width: max-content;
}
main.about .requisites h3:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  top: 55%;
  right: -100px;
}
@media (max-width: 768px) {
  main.about .requisites h3 {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
  }
  main.about .requisites h3:after {
    display: none;
  }
}
main.about .requisites .contactsWrapper {
  padding-top: 60px;
  display: flex;
  height: 404px;
}
@media (max-width: 1170px) {
  main.about .requisites .contactsWrapper {
    flex-wrap: wrap;
    justify-content: center;
    height: max-content;
  }
}
@media (max-width: 480px) {
  main.about .requisites .contactsWrapper {
    padding-top: 30px;
  }
}
main.about .requisites .contactsWrapper .contactsData {
  display: flex;
  flex-direction: column;
  padding: 0 60px;
  justify-content: center;
  background-color: #EFF5FB;
  width: 30%;
}
@media (max-width: 1750px) {
  main.about .requisites .contactsWrapper .contactsData {
    width: 40%;
  }
}
@media (max-width: 1310px) {
  main.about .requisites .contactsWrapper .contactsData {
    width: 45%;
  }
}
@media (max-width: 1170px) {
  main.about .requisites .contactsWrapper .contactsData {
    order: 1;
    width: 60%;
    padding: 60px 60px;
  }
}
@media (max-width: 900px) {
  main.about .requisites .contactsWrapper .contactsData {
    width: 70%;
  }
}
@media (max-width: 768px) {
  main.about .requisites .contactsWrapper .contactsData {
    order: 1;
    width: 70%;
    padding: 60px 60px;
  }
}
@media (max-width: 640px) {
  main.about .requisites .contactsWrapper .contactsData {
    width: 75%;
  }
}
@media (max-width: 540px) {
  main.about .requisites .contactsWrapper .contactsData {
    width: 85%;
  }
}
@media (max-width: 480px) {
  main.about .requisites .contactsWrapper .contactsData {
    width: 100%;
    padding: 35px 35px;
  }
}
@media (max-width: 330px) {
  main.about .requisites .contactsWrapper .contactsData {
    padding: 25px 25px;
  }
}
@media (max-width: 310px) {
  main.about .requisites .contactsWrapper .contactsData {
    padding: 15px 15px;
  }
}
main.about .requisites .contactsWrapper .contactsData p {
  padding-bottom: 15px;
}
main.about .requisites .contactsWrapper .contactsData p span {
  font-weight: bolder;
  color: #004673;
}
main.about .requisites .contactsWrapper .contactsData p .italic {
  font-family: PFDinTextPro-LightItalic;
  color: #004673;
  font-weight: normal;
}
main.about .requisites .contactsWrapper .contactsData p svg {
  margin-right: 23px;
}
@media (max-width: 480px) {
  main.about .requisites .contactsWrapper .contactsData p {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  main.about .requisites .contactsWrapper .contactsData p {
    font-size: 12px;
  }
}
main.about .requisites .contactsWrapper .map {
  width: 70%;
  background: #1e8cbe;
}
@media (max-width: 1750px) {
  main.about .requisites .contactsWrapper .map {
    width: 60%;
  }
}
@media (max-width: 1310px) {
  main.about .requisites .contactsWrapper .map {
    width: 55%;
  }
}
@media (max-width: 1170px) {
  main.about .requisites .contactsWrapper .map {
    width: 100%;
    order: 2;
    height: 60vh;
    padding-top: 80px;
    background-color: white;
  }
}
@media (max-width: 480px) {
  main.about .requisites .contactsWrapper .map {
    padding-top: 45px;
  }
}
main.about .requisites .requisitesWrapper {
  padding-top: 60px;
}
@media (max-width: 768px) {
  main.about .requisites .requisitesWrapper {
    padding-top: 80px;
  }
  main.about .requisites .requisitesWrapper * {
    text-align: center;
  }
}
@media (max-width: 480px) {
  main.about .requisites .requisitesWrapper {
    padding-top: 45px;
  }
}
main.about .requisites .requisitesWrapper h6 {
  font-family: Conv_Akrobat;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 0.015em;
  color: #000000;
  padding-bottom: 25px;
  font-weight: bolder;
}
@media (max-width: 480px) {
  main.about .requisites .requisitesWrapper h6 {
    font-size: 15px;
  }
}
main.about .requisites .requisitesWrapper p {
  font-family: PFDinTextPro-LightItalic;
  color: #004673;
  padding-bottom: 15px;
}
main.about .requisites .requisitesWrapper p:last-child {
  padding-bottom: 0;
}
main.about .wpContent {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  main.about .wpContent {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.about .wpContent {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 480px) {
  main.about .wpContent {
    padding-bottom: 80px;
  }
}

main.contacts .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.contacts .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.contacts .showPageNavBtn {
    display: block;
  }
}
main.contacts .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.contacts .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.contacts .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.contacts .pageMenu li:first-child {
  padding-left: 0;
}
main.contacts .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.contacts .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.contacts .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.contacts .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.contacts .pageMenu:hover {
    display: flex;
  }
}
main.contacts .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.contacts .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.contacts .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.contacts .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.contacts .pageMenu li a {
  color: #C9C9C9;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.contacts .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.contacts .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.contacts .pageMenu li a:hover {
    color: #000000;
  }
}
main.contacts .contactsContainer {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 150px;
}
@media (max-width: 768px) {
  main.contacts .contactsContainer {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.contacts .contactsContainer {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 480px) {
  main.contacts .contactsContainer {
    padding-top: 80px;
  }
}
main.contacts .contactsContainer h3 {
  position: relative;
  width: max-content;
  padding-bottom: 0;
}
main.contacts .contactsContainer h3:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  top: 55%;
  right: -100px;
}
@media (max-width: 480px) {
  main.contacts .contactsContainer h3:after {
    display: none;
  }
}
@media (max-width: 768px) {
  main.contacts .contactsContainer h3 {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
  }
  main.contacts .contactsContainer h3:after {
    display: none;
  }
}
main.contacts .contactsContainer .contactsWrapper {
  padding-top: 60px;
  display: flex;
  height: 404px;
}
@media (max-width: 1170px) {
  main.contacts .contactsContainer .contactsWrapper {
    flex-wrap: wrap;
    justify-content: center;
    height: max-content;
  }
}
@media (max-width: 480px) {
  main.contacts .contactsContainer .contactsWrapper {
    padding-top: 30px;
  }
}
main.contacts .contactsContainer .contactsWrapper .contactsData {
  display: flex;
  flex-direction: column;
  padding: 0 60px;
  justify-content: center;
  background-color: #EFF5FB;
  width: 30%;
}
@media (max-width: 1750px) {
  main.contacts .contactsContainer .contactsWrapper .contactsData {
    width: 40%;
  }
}
@media (max-width: 1310px) {
  main.contacts .contactsContainer .contactsWrapper .contactsData {
    width: 45%;
  }
}
@media (max-width: 1170px) {
  main.contacts .contactsContainer .contactsWrapper .contactsData {
    order: 1;
    width: 60%;
    padding: 60px 60px;
  }
}
@media (max-width: 900px) {
  main.contacts .contactsContainer .contactsWrapper .contactsData {
    width: 70%;
  }
}
@media (max-width: 768px) {
  main.contacts .contactsContainer .contactsWrapper .contactsData {
    order: 1;
    width: 70%;
    padding: 60px 60px;
  }
}
@media (max-width: 640px) {
  main.contacts .contactsContainer .contactsWrapper .contactsData {
    width: 75%;
  }
}
@media (max-width: 540px) {
  main.contacts .contactsContainer .contactsWrapper .contactsData {
    width: 85%;
  }
}
@media (max-width: 480px) {
  main.contacts .contactsContainer .contactsWrapper .contactsData {
    width: 100%;
    padding: 35px 35px;
  }
}
@media (max-width: 330px) {
  main.contacts .contactsContainer .contactsWrapper .contactsData {
    padding: 25px 25px;
  }
}
@media (max-width: 310px) {
  main.contacts .contactsContainer .contactsWrapper .contactsData {
    padding: 15px 15px;
  }
}
main.contacts .contactsContainer .contactsWrapper .contactsData p {
  color: black;
  padding-bottom: 15px;
}
main.contacts .contactsContainer .contactsWrapper .contactsData p span {
  font-weight: bolder;
  color: #004673;
}
main.contacts .contactsContainer .contactsWrapper .contactsData p .italic {
  font-family: PFDinTextPro-LightItalic;
  color: #004673;
  font-weight: normal;
}
main.contacts .contactsContainer .contactsWrapper .contactsData p svg {
  margin-right: 23px;
}
@media (max-width: 480px) {
  main.contacts .contactsContainer .contactsWrapper .contactsData p {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  main.contacts .contactsContainer .contactsWrapper .contactsData p {
    font-size: 12px;
  }
}
main.contacts .contactsContainer .contactsWrapper .contactsData p:last-child {
  padding-bottom: 0;
}
main.contacts .contactsContainer .contactsWrapper .map {
  width: 70%;
  background: #1e8cbe;
}
@media (max-width: 1750px) {
  main.contacts .contactsContainer .contactsWrapper .map {
    width: 60%;
  }
}
@media (max-width: 1310px) {
  main.contacts .contactsContainer .contactsWrapper .map {
    width: 55%;
  }
}
@media (max-width: 1170px) {
  main.contacts .contactsContainer .contactsWrapper .map {
    width: 100%;
    order: 2;
    height: 60vh;
    padding-top: 80px;
    background-color: white;
  }
}
@media (max-width: 480px) {
  main.contacts .contactsContainer .contactsWrapper .map {
    padding-top: 45px;
  }
}
main.contacts .branchContacts {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 150px;
  padding-bottom: 126px;
}
@media (max-width: 768px) {
  main.contacts .branchContacts {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.contacts .branchContacts {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 480px) {
  main.contacts .branchContacts {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
main.contacts .branchContacts h3 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 60px;
}
main.contacts .branchContacts h3:before {
  content: "";
  display: block;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  margin-right: 30px;
  transform: translateY(-40%);
}
@media (max-width: 480px) {
  main.contacts .branchContacts h3:before {
    display: none;
  }
}
@media (max-width: 480px) {
  main.contacts .branchContacts h3 {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
    justify-content: center;
    padding-bottom: 32px;
  }
}
main.contacts .branchContacts .branchContactsList {
  border-bottom: 1px solid #EBEBEB;
}
main.contacts .branchContacts .branchContactsList .close .closeBtn {
  display: none;
}
main.contacts .branchContacts .branchContactsList .close .contactsWrapper {
  display: none;
}
main.contacts .branchContacts .branchContactsList .open .openBtn {
  display: none;
}
main.contacts .branchContacts .branchContactsList .open .contactsWrapper {
  display: block;
}
main.contacts .branchContacts .branchContactsList li {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 135%;
  /* identical to box height, or 27px */
  letter-spacing: 0.015em;
  color: #004673;
  padding: 45px 0;
  border-top: 1px solid #EBEBEB;
}
@media (max-width: 480px) {
  main.contacts .branchContacts .branchContactsList li {
    padding: 25px 0;
  }
}
main.contacts .branchContacts .branchContactsList li div {
  color: black;
}
main.contacts .branchContacts .branchContactsList li h4 {
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
}
@media (max-width: 640px) {
  main.contacts .branchContacts .branchContactsList li h4 {
    font-size: 16px;
    background-size: 20px;
  }
}
@media (max-width: 540px) {
  main.contacts .branchContacts .branchContactsList li h4 {
    font-size: 15px;
    background-size: 18px;
  }
}
@media (max-width: 470px) {
  main.contacts .branchContacts .branchContactsList li h4 {
    font-size: 14px;
    background-position-y: 5px;
  }
}
main.contacts .branchContacts .branchContactsList li h4:hover {
  cursor: pointer;
}
main.contacts .branchContacts .branchContactsList li .contactsWrapper {
  padding-top: 30px;
}
main.contacts .branchContacts .branchContactsList li .contactsWrapper .info {
  padding-bottom: 20px;
}
@media (max-width: 470px) {
  main.contacts .branchContacts .branchContactsList li .contactsWrapper .info {
    padding-right: 20px;
  }
}
main.contacts .branchContacts .branchContactsList li .contactsWrapper .info .paramName {
  font-weight: bold;
}
main.contacts .otherContactDetails {
  display: flex;
  padding-bottom: 150px;
}
@media (max-width: 1270px) {
  main.contacts .otherContactDetails {
    flex-direction: column;
    align-items: center;
  }
}
main.contacts .otherContactDetails .contactsWrapper {
  background-color: #F7F8F9;
  padding: 100px 192px 70px 192px;
}
@media (max-width: 1330px) {
  main.contacts .otherContactDetails .contactsWrapper {
    padding: 100px 160px 70px 160px;
  }
}
@media (max-width: 1270px) {
  main.contacts .otherContactDetails .contactsWrapper {
    width: 80%;
  }
  main.contacts .otherContactDetails .contactsWrapper * {
    text-align: center;
    width: 100%;
  }
}
main.contacts .otherContactDetails .contactsWrapper h3 {
  padding-bottom: 25px;
  width: 100%;
  flex-grow: 2;
}
main.contacts .otherContactDetails .contactsWrapper .contacts {
  padding-top: 15px;
  padding-left: 15px;
  background-repeat: no-repeat;
}
main.contacts .otherContactDetails .contactsWrapper .contacts p {
  width: 100%;
  max-width: 422px;
  padding-bottom: 15px;
}
@media (max-width: 1270px) {
  main.contacts .otherContactDetails .contactsWrapper .contacts p {
    max-width: 100%;
  }
}
main.contacts .otherContactDetails .contactsWrapper .contacts .italic {
  font-family: PFDinTextPro-LightItalic;
  color: #004673;
}
main.contacts .otherContactDetails .linkWrapper {
  border-top: 1px solid #D9DADA;
  border-bottom: 1px solid #D9DADA;
  flex-grow: 1;
}
main.contacts .contactsOfTheParentOrganization {
  display: flex;
  justify-content: space-between;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  main.contacts .contactsOfTheParentOrganization {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.contacts .contactsOfTheParentOrganization {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1365px) {
  main.contacts .contactsOfTheParentOrganization {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  main.contacts .contactsOfTheParentOrganization {
    padding-bottom: 80px;
  }
}
@media (max-width: 1365px) {
  main.contacts .contactsOfTheParentOrganization .imgWrapper {
    order: 2;
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  main.contacts .contactsOfTheParentOrganization .imgWrapper {
    padding-top: 45px;
  }
}
@media (max-width: 1450px) {
  main.contacts .contactsOfTheParentOrganization .imgWrapper img {
    width: 90%;
  }
}
@media (max-width: 1365px) {
  main.contacts .contactsOfTheParentOrganization .imgWrapper img {
    width: auto;
  }
}
main.contacts .contactsOfTheParentOrganization .contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1365px) {
  main.contacts .contactsOfTheParentOrganization .contacts {
    order: 1;
  }
}
@media (max-width: 1365px) {
  main.contacts .contactsOfTheParentOrganization .contacts {
    align-items: center;
  }
}
main.contacts .contactsOfTheParentOrganization .contacts h3 {
  padding-bottom: 30px;
  max-width: 385px;
}
@media (max-width: 1365px) {
  main.contacts .contactsOfTheParentOrganization .contacts h3 {
    width: 90%;
    max-width: 100%;
    text-align: center;
  }
}
main.contacts .contactsOfTheParentOrganization .contacts p {
  max-width: 449px;
  padding-bottom: 15px;
}
main.contacts .contactsOfTheParentOrganization .contacts p:last-child {
  padding-bottom: 0;
}
main.contacts .contactsOfTheParentOrganization .contacts * {
  text-align: right;
}
@media (max-width: 1365px) {
  main.contacts .contactsOfTheParentOrganization .contacts * {
    text-align: center;
  }
}
main.contacts .contactsOfTheParentOrganization .contacts .container {
  padding-top: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: top right;
}
@media (max-width: 1365px) {
  main.contacts .contactsOfTheParentOrganization .contacts .container {
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  main.contacts .contactsOfTheParentOrganization .contacts .container {
    background-image: none !important;
    padding-top: 0;
    padding-right: 0;
  }
}
@media (max-width: 1365px) {
  main.contacts .contactsOfTheParentOrganization .contacts .container p {
    text-align: center;
    max-width: 100%;
  }
}
main.contacts .contactsOfTheParentOrganization .contacts .container p span {
  font-weight: bold;
  color: #004673;
}
main.contacts .contactsOfTheParentOrganization .contacts .container p .italic {
  font-family: PFDinTextPro-LightItalic;
}

main.educationalCenter .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.educationalCenter .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.educationalCenter .showPageNavBtn {
    display: block;
  }
}
main.educationalCenter .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.educationalCenter .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.educationalCenter .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.educationalCenter .pageMenu li:first-child {
  padding-left: 0;
}
main.educationalCenter .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.educationalCenter .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.educationalCenter .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.educationalCenter .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.educationalCenter .pageMenu:hover {
    display: flex;
  }
}
main.educationalCenter .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.educationalCenter .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.educationalCenter .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.educationalCenter .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.educationalCenter .pageMenu li a {
  color: #999999;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.educationalCenter .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.educationalCenter .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.educationalCenter .pageMenu li a:hover {
    color: #000000;
  }
}
main.educationalCenter .content {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 80px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  main.educationalCenter .content {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.educationalCenter .content {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1600px) {
  main.educationalCenter .content {
    padding-top: 90px;
  }
}
@media (max-width: 480px) {
  main.educationalCenter .content {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
main.educationalCenter .content .blue {
  color: #004673;
  font-weight: bolder;
}
main.educationalCenter .content .goals {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
@media (max-width: 1600px) {
  main.educationalCenter .content .goals {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 480px) {
  main.educationalCenter .content .goals {
    padding-bottom: 80px;
  }
}
main.educationalCenter .content .goals p {
  padding-bottom: 20px;
  max-width: 623px;
}
main.educationalCenter .content .goals h3 {
  padding-bottom: 35px;
  max-width: 390px;
}
main.educationalCenter .content .goals ul {
  list-style-type: disc;
}
@media (max-width: 1600px) {
  main.educationalCenter .content .goals ul {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  main.educationalCenter .content .goals ul {
    padding-bottom: 45px;
  }
}
main.educationalCenter .content .goals ul li {
  margin-left: 25px;
}
main.educationalCenter .content .goals .imageWrapper img {
  max-width: 100%;
}
@media (max-width: 1600px) {
  main.educationalCenter .content .goals .imageWrapper {
    width: 100%;
  }
}
main.educationalCenter .content .certificatesContainer p {
  font-family: PFDinTextPro-LightItalic;
  text-align: center;
  color: #004673;
  padding-bottom: 80px;
}
main.educationalCenter .content .certificatesContainer .certificatesImagesWrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1060px) {
  main.educationalCenter .content .certificatesContainer .certificatesImagesWrapper {
    justify-content: space-between;
  }
}
@media (max-width: 710px) {
  main.educationalCenter .content .certificatesContainer .certificatesImagesWrapper {
    justify-content: center;
  }
}
main.educationalCenter .content .certificatesContainer .certificatesImagesWrapper img {
  padding: 30px;
}
@media (max-width: 1060px) {
  main.educationalCenter .content .certificatesContainer .certificatesImagesWrapper img {
    padding: 0 0 55px 0;
  }
}
@media (max-width: 900px) {
  main.educationalCenter .content .certificatesContainer .certificatesImagesWrapper img {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  main.educationalCenter .content .certificatesContainer .certificatesImagesWrapper img {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  main.educationalCenter .content .certificatesContainer .certificatesImagesWrapper img {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 1060px) {
  main.educationalCenter .content .certificatesContainer .certificatesImagesWrapper img:last-child {
    margin: 0 auto;
    padding-bottom: 0;
  }
}

main.learningCenter_Programs .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.learningCenter_Programs .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.learningCenter_Programs .showPageNavBtn {
    display: block;
  }
}
main.learningCenter_Programs .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.learningCenter_Programs .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.learningCenter_Programs .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.learningCenter_Programs .pageMenu li:first-child {
  padding-left: 0;
}
main.learningCenter_Programs .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.learningCenter_Programs .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.learningCenter_Programs .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.learningCenter_Programs .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.learningCenter_Programs .pageMenu:hover {
    display: flex;
  }
}
main.learningCenter_Programs .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.learningCenter_Programs .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.learningCenter_Programs .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.learningCenter_Programs .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.learningCenter_Programs .pageMenu li a {
  color: #999999;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.learningCenter_Programs .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.learningCenter_Programs .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.learningCenter_Programs .pageMenu li a:hover {
    color: #000000;
  }
}
main.learningCenter_Programs .programsWrapper {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 90px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  main.learningCenter_Programs .programsWrapper {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.learningCenter_Programs .programsWrapper {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 480px) {
  main.learningCenter_Programs .programsWrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
main.learningCenter_Programs .programsWrapper .programsList:last-child {
  margin-bottom: 0;
}
main.learningCenter_Programs .programsWrapper h3 {
  max-width: 1100px;
  padding-bottom: 60px;
}
@media (max-width: 480px) {
  main.learningCenter_Programs .programsWrapper h3 {
    padding-bottom: 30px;
    max-width: 90%;
  }
}
main.learningCenter_Programs .programsWrapper .programsList {
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 150px;
}
@media (max-width: 480px) {
  main.learningCenter_Programs .programsWrapper .programsList {
    margin-bottom: 80px;
  }
}
main.learningCenter_Programs .programsWrapper .programsList .close .closeBtn {
  display: none;
}
main.learningCenter_Programs .programsWrapper .programsList .close .aboutProgram {
  display: none;
}
main.learningCenter_Programs .programsWrapper .programsList .open .openBtn {
  display: none;
}
main.learningCenter_Programs .programsWrapper .programsList .open .aboutProgram {
  display: block;
}
main.learningCenter_Programs .programsWrapper .programsList li {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 135%;
  padding: 45px 0;
  letter-spacing: 0.015em;
  border-top: 1px solid #EBEBEB;
}
@media (max-width: 480px) {
  main.learningCenter_Programs .programsWrapper .programsList li {
    padding: 25px 0;
  }
}
main.learningCenter_Programs .programsWrapper .programsList li h4 {
  color: #004673;
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 28px;
  padding-right: 45px;
}
@media (max-width: 480px) {
  main.learningCenter_Programs .programsWrapper .programsList li h4 {
    font-size: 14px;
    background-size: 18px;
    padding-right: 35px;
  }
}
main.learningCenter_Programs .programsWrapper .programsList li h4 span {
  display: inline-block;
  max-width: 950px;
}
main.learningCenter_Programs .programsWrapper .programsList li h4 span:hover {
  cursor: context-menu;
}
main.learningCenter_Programs .programsWrapper .programsList li h4:hover {
  cursor: pointer;
}
main.learningCenter_Programs .programsWrapper .programsList li .aboutProgram {
  padding-top: 30px;
}
@media (max-width: 480px) {
  main.learningCenter_Programs .programsWrapper .programsList li .aboutProgram {
    padding-top: 20px;
  }
}
main.learningCenter_Programs .programsWrapper .programsList li .aboutProgram .info {
  padding-bottom: 20px;
}

main.learningCenter_Structure .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.learningCenter_Structure .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.learningCenter_Structure .showPageNavBtn {
    display: block;
  }
}
main.learningCenter_Structure .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.learningCenter_Structure .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.learningCenter_Structure .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.learningCenter_Structure .pageMenu li:first-child {
  padding-left: 0;
}
main.learningCenter_Structure .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.learningCenter_Structure .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.learningCenter_Structure .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.learningCenter_Structure .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.learningCenter_Structure .pageMenu:hover {
    display: flex;
  }
}
main.learningCenter_Structure .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.learningCenter_Structure .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.learningCenter_Structure .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.learningCenter_Structure .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.learningCenter_Structure .pageMenu li a {
  color: #999999;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.learningCenter_Structure .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.learningCenter_Structure .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.learningCenter_Structure .pageMenu li a:hover {
    color: #000000;
  }
}
main.learningCenter_Structure .structureWrapper {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 90px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  main.learningCenter_Structure .structureWrapper {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.learningCenter_Structure .structureWrapper {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 480px) {
  main.learningCenter_Structure .structureWrapper {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
main.learningCenter_Structure .structureWrapper h3 {
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 480px) {
  main.learningCenter_Structure .structureWrapper h3 {
    padding-bottom: 30px;
  }
}
main.learningCenter_Structure .structureWrapper .imageWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

main.learningCenter_Documents .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.learningCenter_Documents .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.learningCenter_Documents .showPageNavBtn {
    display: block;
  }
}
main.learningCenter_Documents .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.learningCenter_Documents .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.learningCenter_Documents .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.learningCenter_Documents .pageMenu li:first-child {
  padding-left: 0;
}
main.learningCenter_Documents .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.learningCenter_Documents .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.learningCenter_Documents .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.learningCenter_Documents .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.learningCenter_Documents .pageMenu:hover {
    display: flex;
  }
}
main.learningCenter_Documents .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.learningCenter_Documents .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.learningCenter_Documents .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.learningCenter_Documents .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.learningCenter_Documents .pageMenu li a {
  color: #999999;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.learningCenter_Documents .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.learningCenter_Documents .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.learningCenter_Documents .pageMenu li a:hover {
    color: #000000;
  }
}
main.learningCenter_Documents .documentsInfo {
  padding: 20px 0;
  display: flex;
}
@media (max-width: 1490px) {
  main.learningCenter_Documents .documentsInfo {
    flex-wrap: wrap;
  }
}
@media (max-width: 1300px) {
  main.learningCenter_Documents .documentsInfo {
    justify-content: center;
    position: relative;
    padding: 468px 0 150px 0;
  }
}
@media (max-width: 480px) {
  main.learningCenter_Documents .documentsInfo {
    padding: 380px 0 80px 0;
  }
}
main.learningCenter_Documents .documentsInfo .infoWrapper {
  background-color: #F7F8F9;
  padding: 90px 200px;
}
@media (max-width: 1300px) {
  main.learningCenter_Documents .documentsInfo .infoWrapper {
    padding: 80px 70px;
    position: absolute;
    top: 150px;
  }
}
@media (max-width: 600px) {
  main.learningCenter_Documents .documentsInfo .infoWrapper {
    padding: 40px 30px;
    position: absolute;
    top: 150px;
  }
}
@media (max-width: 600px) and (max-width: 480px) {
  main.learningCenter_Documents .documentsInfo .infoWrapper {
    top: 60px;
    padding: 25px 15px;
    background-image: url("./assets/images/miniBorderRightBottom.svg");
    background-repeat: no-repeat;
    background-position: 91% 96%;
  }
}
@media (max-width: 600px) and (max-width: 330px) {
  main.learningCenter_Documents .documentsInfo .infoWrapper {
    padding: 15px 10px;
  }
}
main.learningCenter_Documents .documentsInfo .infoWrapper p {
  /*width: 85%; */
  min-width: 211px;
  position: relative;
  padding-top: 10px;
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
}
@media (max-width: 540px) {
  main.learningCenter_Documents .documentsInfo .infoWrapper p {
    text-align: center;
  }
}
main.learningCenter_Documents .documentsInfo .infoWrapper p, main.learningCenter_Documents .documentsInfo .infoWrapper ul {
  padding-left: 15px;
}
@media (max-width: 520px) {
  main.learningCenter_Documents .documentsInfo .infoWrapper p, main.learningCenter_Documents .documentsInfo .infoWrapper ul {
    width: 230px;
    margin: 0 auto;
  }
}
@media (max-width: 360px) {
  main.learningCenter_Documents .documentsInfo .infoWrapper p, main.learningCenter_Documents .documentsInfo .infoWrapper ul {
    width: 211px;
  }
}
@media (max-width: 540px) {
  main.learningCenter_Documents .documentsInfo .infoWrapper p li, main.learningCenter_Documents .documentsInfo .infoWrapper ul li {
    text-align: center;
  }
}
main.learningCenter_Documents .documentsInfo .infoWrapper h3 {
  position: relative;
  width: max-content;
  padding-bottom: 0;
  margin-bottom: 30px;
}
main.learningCenter_Documents .documentsInfo .infoWrapper h3:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  top: 55%;
  right: -100px;
}
@media (max-width: 480px) {
  main.learningCenter_Documents .documentsInfo .infoWrapper h3:after {
    display: none;
  }
}
@media (max-width: 1300px) {
  main.learningCenter_Documents .documentsInfo .infoWrapper h3 {
    text-align: center;
    width: 100%;
  }
  main.learningCenter_Documents .documentsInfo .infoWrapper h3:after {
    display: none;
  }
}
main.learningCenter_Documents .documentsInfo .infoWrapper .docsList li {
  padding-bottom: 10px;
}
main.learningCenter_Documents .documentsInfo .infoWrapper .docsList li:first-child {
  padding-top: 10px;
}
main.learningCenter_Documents .documentsInfo .imageWrapper {
  min-width: 448px;
  max-width: 99%;
}
@media (max-width: 450px) {
  main.learningCenter_Documents .documentsInfo .imageWrapper {
    min-width: 0;
  }
}
main.learningCenter_Documents .documentsInfo .imageWrapper img {
  max-width: 100%;
  /*height: 100%;*/
}
@media (max-width: 450px) {
  main.learningCenter_Documents .documentsInfo .imageWrapper img {
    height: auto;
  }
}
@media (max-width: 1300px) {
  main.learningCenter_Documents .documentsInfo .imageWrapper img[alt=first] {
    display: none;
  }
}
main.learningCenter_Documents .documentsInfo .imageWrapper img[alt=second] {
  display: none;
}
@media (max-width: 1300px) {
  main.learningCenter_Documents .documentsInfo .imageWrapper img[alt=second] {
    display: inline-block;
  }
}
main.learningCenter_Documents .documentsInfo .pdfWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #D9DADA;
  border-top: 1px solid #D9DADA;
  flex-grow: 1;
}
@media (max-width: 1490px) {
  main.learningCenter_Documents .documentsInfo .pdfWrapper {
    width: 100%;
    border-bottom: none;
    border-top: none;
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  main.learningCenter_Documents .documentsInfo .pdfWrapper {
    margin-top: 30px;
  }
}
main.learningCenter_Documents .documentsInfo .pdfWrapper a {
  display: flex;
  align-items: center;
  color: #0a5b88;
  width: max-content;
  transform: rotate(-90deg);
}
@media (max-width: 1490px) {
  main.learningCenter_Documents .documentsInfo .pdfWrapper a {
    transform: none;
  }
}
main.learningCenter_Documents .documentsInfo .pdfWrapper a #rightArrow {
  display: none;
}
@media (max-width: 1490px) {
  main.learningCenter_Documents .documentsInfo .pdfWrapper a #rightArrow {
    display: inline-block;
    margin-left: 25px;
  }
}
main.learningCenter_Documents .documentsInfo .pdfWrapper a #downArrow {
  margin-right: 25px;
}
@media (max-width: 1490px) {
  main.learningCenter_Documents .documentsInfo .pdfWrapper a #downArrow {
    display: none;
  }
}
main.learningCenter_Documents .documentsInfo .pdfWrapper a:hover {
  cursor: pointer;
}

main.learningCenter_Equipment .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.learningCenter_Equipment .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.learningCenter_Equipment .showPageNavBtn {
    display: block;
  }
}
main.learningCenter_Equipment .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.learningCenter_Equipment .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.learningCenter_Equipment .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.learningCenter_Equipment .pageMenu li:first-child {
  padding-left: 0;
}
main.learningCenter_Equipment .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.learningCenter_Equipment .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.learningCenter_Equipment .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.learningCenter_Equipment .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.learningCenter_Equipment .pageMenu:hover {
    display: flex;
  }
}
main.learningCenter_Equipment .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.learningCenter_Equipment .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.learningCenter_Equipment .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.learningCenter_Equipment .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.learningCenter_Equipment .pageMenu li a {
  color: #C9C9C9;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.learningCenter_Equipment .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.learningCenter_Equipment .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.learningCenter_Equipment .pageMenu li a:hover {
    color: #000000;
  }
}
main.learningCenter_Equipment .content {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 12.81%;
  padding-right: 12.81%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  main.learningCenter_Equipment .content {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.learningCenter_Equipment .content {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.learningCenter_Equipment .content .sliderImagesWrapper {
  width: 530px;
  height: 360px;
  overflow: hidden;
}
main.learningCenter_Equipment .content .sliderHandler {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
main.learningCenter_Equipment .content .sliderHandler .dottedIndicator {
  width: 7px;
  height: 7px;
  background: #D9DADA;
  border-radius: 50%;
}
main.learningCenter_Equipment .content .sliderHandler .dottedIndicator.active {
  background-color: #004673;
}
main.learningCenter_Equipment .content .sliderHandler .dottedIndicator:hover {
  cursor: pointer;
}
main.learningCenter_Equipment .content .previewTextContent div {
  padding-left: 15px;
  padding-top: 15px;
  background-image: url(./assets/images/miniBorderLeftTop.svg);
  background-repeat: no-repeat;
}
main.learningCenter_Equipment .content .previewTextContent div p {
  max-width: 434px;
  padding-bottom: 15px;
}
main.learningCenter_Equipment .content h3 {
  position: relative;
  width: max-content;
  padding-bottom: 0;
  margin-bottom: 30px;
}
main.learningCenter_Equipment .content h3:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  top: 55%;
  right: -100px;
}
@media (max-width: 480px) {
  main.learningCenter_Equipment .content h3:after {
    display: none;
  }
}

main.electrical-safety .content .infoWrapper:first-child {
  padding-top: 150px;
}
@media (max-width: 480px) {
  main.electrical-safety .content .infoWrapper:first-child {
    padding-top: 80px;
  }
}
main.electrical-safety .content .infoWrapper:last-child {
  padding-bottom: 150px;
}
@media (max-width: 480px) {
  main.electrical-safety .content .infoWrapper:last-child {
    padding-bottom: 80px;
  }
}
main.electrical-safety .content .infoWrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 150px;
  padding-left: 12.81%;
  padding-right: 12.81%;
}
@media (max-width: 1366px) {
  main.electrical-safety .content .infoWrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  main.electrical-safety .content .infoWrapper {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  main.electrical-safety .content .infoWrapper {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.electrical-safety .content .infoWrapper {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.electrical-safety .content .infoWrapper .textWrapper {
  width: 45%;
  margin: auto 0;
}
@media (max-width: 1366px) {
  main.electrical-safety .content .infoWrapper .textWrapper {
    text-align: center !important;
    width: 100%;
    order: 1;
  }
}
main.electrical-safety .content .infoWrapper .textWrapper h3 {
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 1366px) {
  main.electrical-safety .content .infoWrapper .textWrapper h3 {
    text-align: center !important;
  }
}
@media (max-width: 480px) {
  main.electrical-safety .content .infoWrapper .textWrapper h3 {
    padding-bottom: 20px;
  }
}
@media (max-width: 1366px) {
  main.electrical-safety .content .infoWrapper .textWrapper p {
    text-align: center !important;
  }
  main.electrical-safety .content .infoWrapper .textWrapper p:last-child {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  main.electrical-safety .content .infoWrapper .textWrapper p:last-child {
    padding-bottom: 30px;
  }
}
main.electrical-safety .content .infoWrapper .videoWrapper {
  width: 540px;
  height: 379px;
  background-color: rgba(179, 179, 179, 0.1);
}
@media (max-width: 480px) {
  main.electrical-safety .content .infoWrapper .videoWrapper {
    height: 204px !important;
  }
}
@media (max-width: 480px) {
  main.electrical-safety .content .infoWrapper .videoWrapper iframe {
    height: 204px !important;
  }
}
main.electrical-safety .content .infoWrapper.left .textWrapper {
  order: 1;
}
main.electrical-safety .content .infoWrapper.left .textWrapper p {
  padding-top: 15px;
  padding-left: 15px;
}
main.electrical-safety .content .infoWrapper.left .textWrapper p:nth-child(2) {
  background-image: url("./assets/images/miniBorderLeftTop.svg");
  background-position: left top;
  background-repeat: no-repeat;
}
main.electrical-safety .content .infoWrapper.left .videoWrapper {
  order: 2;
}
main.electrical-safety .content .infoWrapper.right .textWrapper {
  order: 2;
  text-align: right;
}
main.electrical-safety .content .infoWrapper.right .textWrapper p {
  padding-top: 15px;
  padding-right: 15px;
}
main.electrical-safety .content .infoWrapper.right .textWrapper p:nth-child(2) {
  background-image: url("./assets/images/miniBorderRightTop.svg");
  background-position: right top;
  background-repeat: no-repeat;
}
main.electrical-safety .content .infoWrapper.right .videoWrapper {
  order: 1;
}
@media (max-width: 1366px) {
  main.electrical-safety .content .infoWrapper.right .videoWrapper {
    order: 2;
  }
}

main.purchases .preview {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #E5E5E5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  main.purchases .preview {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.purchases .preview {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 600px) {
  main.purchases .preview {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
main.purchases .preview .contentWrapper {
  min-height: 40vh;
  position: relative;
}
main.purchases .preview .contentWrapper .previewNav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 690px) {
  main.purchases .preview .contentWrapper .previewNav {
    display: none;
  }
}
main.purchases .preview .contentWrapper .previewNav .italic {
  font-family: "PFDinTextPro-LightItalic";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.015em;
  color: #EFF5FB;
}
main.purchases .preview .contentWrapper .previewNav .arrowRight {
  margin-left: 15px;
}
main.purchases .preview .contentWrapper .previewNav li {
  padding-bottom: 10px;
}
main.purchases .preview .contentWrapper .previewNav li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-family: "PFDinTextPro-Light";
  letter-spacing: 0.015em;
  color: #EFF5FB;
}
main.purchases .preview .contentWrapper .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
main.purchases .preview .contentWrapper .description h2 {
  font-family: "Conv_Akrobat";
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0.025em;
  padding-bottom: 35px;
  max-width: 712px;
}
@media (max-width: 480px) {
  main.purchases .preview .contentWrapper .description h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
main.purchases .preview .contentWrapper .description p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "PFDinTextPro-Light";
  max-width: 700px;
  text-align: center;
}
@media (max-width: 1366px) {
  main.purchases .preview .contentWrapper .description p {
    max-width: 600px;
  }
}
@media (max-width: 1270px) {
  main.purchases .preview .contentWrapper .description p {
    max-width: 540px;
  }
}
@media (max-width: 480px) {
  main.purchases .preview .contentWrapper .description p {
    font-size: 14px;
  }
}
main.purchases .preview .contentWrapper .description .line {
  width: 93px;
  height: 1px;
  background: white;
  margin: 35px auto;
  opacity: 0.9;
}
main.purchases .preview .contentWrapper .showMoreWrapper {
  position: absolute;
  right: -60px;
  bottom: 0;
}
@media (max-width: 690px) {
  main.purchases .preview .contentWrapper .showMoreWrapper {
    display: none;
  }
}
main.purchases .preview .contentWrapper .showMoreWrapper .showMoreIcon {
  transform: rotate(-90deg);
  transition: 0.3s all ease;
}
main.purchases .preview .contentWrapper .showMoreWrapper .showMoreIcon a {
  display: flex;
  align-items: center;
  font-family: PFDinTextPro-LightItalic;
}
main.purchases .preview .contentWrapper .showMoreWrapper .showMoreIcon a span {
  transition: 0.3s all ease;
}
main.purchases .preview .contentWrapper .showMoreWrapper .showMoreIcon a:hover span {
  transform: scale(1.1);
}
main.purchases .preview .contentWrapper .showMoreWrapper .showMoreIcon a svg {
  transform: rotate(90deg);
  margin-right: 25px;
  width: 46px;
  height: 46px;
}
main.purchases .preview .contentWrapper .showMoreWrapper .showMoreIcon:hover {
  cursor: pointer;
}
main.purchases .documentsInfo {
  padding: 150px 0;
  display: flex;
}
main.purchases .documentsInfo .infoWrapper {
  padding: 120px 200px 120px 205px;
  border-bottom: 1px solid #D9DADA;
}
main.purchases .documentsInfo .infoWrapper p {
  width: 440px;
  min-width: 211px;
  position: relative;
  padding-top: 10px;
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
}
main.purchases .documentsInfo .infoWrapper p, main.purchases .documentsInfo .infoWrapper ul {
  padding-left: 15px;
}
main.purchases .documentsInfo .infoWrapper h3 {
  max-width: 500px;
  margin-bottom: 30px;
}
main.purchases .documentsInfo .imageWrapper {
  width: 448px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #1e8cbe;
}
main.purchases .documentsInfo .pdfWrapper {
  position: relative;
  border-top: 1px solid #D9DADA;
  flex-grow: 1;
}
main.purchases .documentsInfo .pdfWrapper a {
  display: block;
  color: #0a5b88;
  position: absolute;
  width: max-content;
  left: 97px;
  top: 50%;
}
main.purchases .documentsInfo .pdfWrapper a span {
  display: block;
  transform: rotate(-90deg);
  -webkit-transform-origin-x: left;
  -webkit-transform-origin-y: center;
  max-width: 313px;
}
main.purchases .documentsInfo .pdfWrapper a svg {
  transform: translate(-20px, 80px);
}
main.purchases .documentsInfo .pdfWrapper a:hover {
  cursor: pointer;
}

main.news .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.news .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.news .showPageNavBtn {
    display: block;
  }
}
main.news .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.news .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.news .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.news .pageMenu li:first-child {
  padding-left: 0;
}
main.news .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.news .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.news .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.news .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.news .pageMenu:hover {
    display: flex;
  }
}
main.news .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.news .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.news .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.news .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.news .pageMenu li a {
  color: #C9C9C9;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.news .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.news .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.news .pageMenu li a:hover {
    color: #000000;
  }
}
main.news .filtersWrapper {
  display: flex;
  padding-left: 12.81%;
  padding-right: 12.81%;
  justify-content: flex-end;
  padding-top: 60px;
}
@media (max-width: 768px) {
  main.news .filtersWrapper {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.news .filtersWrapper {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.news .filtersWrapper div {
  padding-left: 60px;
  font-family: "Conv_Akrobat";
  font-style: normal;
  font-weight: 500;
  text-align: right;
  position: relative;
}
main.news .filtersWrapper div:after {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  right: -15px;
}
main.news .newsWrapper {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 12.81%;
  padding-right: 12.81%;
}
@media (max-width: 870px) {
  main.news .newsWrapper {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  main.news .newsWrapper {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.news .newsWrapper {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.news .newsWrapper .card {
  min-height: 378px;
  border: 1px solid #D9DADA;
  max-width: 500px;
  width: 28.5%;
  margin-bottom: 70px;
}
@media (max-width: 1500px) {
  main.news .newsWrapper .card {
    width: 31%;
  }
}
@media (max-width: 1366px) {
  main.news .newsWrapper .card {
    width: 40%;
  }
}
@media (max-width: 1290px) {
  main.news .newsWrapper .card {
    width: 45%;
  }
}
@media (max-width: 1000px) {
  main.news .newsWrapper .card {
    width: 48%;
  }
}
@media (max-width: 870px) {
  main.news .newsWrapper .card {
    width: 90%;
  }
}
main.news .newsWrapper .card h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: 0.015em;
  color: #004673;
  padding: 60px 60px 35px 60px;
}
main.news .newsWrapper .card p {
  text-align: justify;
  padding: 0 60px 40px 60px;
}
main.news .newsWrapper .card .linkWrapper {
  border-top: 1px solid #EBEBEB;
  padding: 20px 60px;
}
main.news .newsWrapper .card .linkWrapper a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #C9C9C9;
}
main.news .btnWrapper {
  padding-top: 10px;
  display: flex;
  padding-left: 12.81%;
  padding-right: 12.81%;
  justify-content: center;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  main.news .btnWrapper {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.news .btnWrapper {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.news .btnWrapper #btn {
  background-color: #004673;
  padding: 15px 40px;
  color: white;
  font-family: "Conv_Akrobat";
}
main.news .btnWrapper #btn:hover {
  cursor: pointer;
}
main.news nav.navigation.pagination .nav-links {
  display: flex;
}
main.news nav.navigation.pagination a, main.news nav.navigation.pagination span {
  display: block;
  padding: 4px 10px;
  color: #004673;
  border-left: 1px solid gainsboro;
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
}
main.news nav.navigation.pagination a:last-child, main.news nav.navigation.pagination span:last-child {
  border-right: 1px solid gainsboro;
}
main.news nav.navigation.pagination span.current {
  background-color: #004673;
  color: white;
  padding: 4px 12px;
}

main.press-center .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.press-center .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.press-center .showPageNavBtn {
    display: block;
  }
}
main.press-center .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.press-center .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.press-center .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.press-center .pageMenu li:first-child {
  padding-left: 0;
}
main.press-center .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.press-center .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.press-center .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.press-center .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.press-center .pageMenu:hover {
    display: flex;
  }
}
main.press-center .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.press-center .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.press-center .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.press-center .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.press-center .pageMenu li a {
  color: #C9C9C9;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.press-center .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.press-center .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.press-center .pageMenu li a:hover {
    color: #000000;
  }
}
main.press-center .newsReleaseWrapper {
  padding-top: 150px;
  padding-left: 12.81%;
  padding-right: 12.81%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  main.press-center .newsReleaseWrapper {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.press-center .newsReleaseWrapper {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1600px) {
  main.press-center .newsReleaseWrapper {
    flex-wrap: wrap;
    position: relative;
  }
}
@media (max-width: 768px) {
  main.press-center .newsReleaseWrapper {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  main.press-center .newsReleaseWrapper {
    padding-top: 80px;
  }
}
main.press-center .newsReleaseWrapper .mainRelease {
  max-width: 500px;
}
@media (max-width: 1600px) {
  main.press-center .newsReleaseWrapper .mainRelease {
    max-width: 90%;
  }
}
main.press-center .newsReleaseWrapper .mainRelease h3 {
  position: relative;
  width: max-content;
  padding-bottom: 0;
}
main.press-center .newsReleaseWrapper .mainRelease h3:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  top: 55%;
  right: -100px;
}
@media (max-width: 480px) {
  main.press-center .newsReleaseWrapper .mainRelease h3:after {
    display: none;
  }
}
@media (max-width: 620px) {
  main.press-center .newsReleaseWrapper .mainRelease h3:after {
    display: none;
  }
}
main.press-center .newsReleaseWrapper .mainRelease .categoryAndDateWrapper {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
main.press-center .newsReleaseWrapper .mainRelease .categoryAndDateWrapper .category {
  font-family: Conv_Akrobat;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #AAC5D6;
}
main.press-center .newsReleaseWrapper .mainRelease .categoryAndDateWrapper .date {
  font-family: PFDinTextPro-Light;
  font-size: 13px;
  color: #C9C9C9;
}
main.press-center .newsReleaseWrapper .mainRelease h4 {
  padding-top: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: 0.015em;
  color: #004673;
}
main.press-center .newsReleaseWrapper .mainRelease p {
  padding-top: 35px;
}
main.press-center .newsReleaseWrapper .mainRelease a {
  padding-top: 20px;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #004673;
  font-family: PFDinTextPro-LightItalic;
}
@media (max-width: 1600px) {
  main.press-center .newsReleaseWrapper .mainRelease a {
    /*position: absolute;
    transform: rotate(90deg);*/
    padding-top: 0;
    right: 0;
    top: 350px;
  }
}
@media (max-width: 1024px) {
  main.press-center .newsReleaseWrapper .mainRelease a {
    right: -50px;
  }
}
@media (max-width: 768px) {
  main.press-center .newsReleaseWrapper .mainRelease a {
    position: static;
    padding-top: 20px;
    transform: none;
  }
}
main.press-center .newsReleaseWrapper .mainRelease a svg {
  transform: translateY(50%);
  display: inline-block;
  margin-left: 20px;
}
main.press-center .newsReleaseWrapper .otherReleaseWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 108px;
  width: 50%;
}
@media (max-width: 1600px) {
  main.press-center .newsReleaseWrapper .otherReleaseWrapper {
    width: 100%;
  }
}
@media (max-width: 480px) {
  main.press-center .newsReleaseWrapper .otherReleaseWrapper {
    justify-content: center;
  }
}
main.press-center .newsReleaseWrapper .otherReleaseWrapper .release {
  max-width: 270px;
  position: relative;
  max-height: 125px;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 1366px) {
  main.press-center .newsReleaseWrapper .otherReleaseWrapper .release {
    margin-bottom: 80px;
    max-width: none;
    width: 35%;
  }
}
@media (max-width: 690px) {
  main.press-center .newsReleaseWrapper .otherReleaseWrapper .release {
    width: 45%;
  }
}
@media (max-width: 480px) {
  main.press-center .newsReleaseWrapper .otherReleaseWrapper .release {
    width: 80%;
  }
  main.press-center .newsReleaseWrapper .otherReleaseWrapper .release:last-child {
    margin-bottom: 0;
  }
}
main.press-center .newsReleaseWrapper .otherReleaseWrapper .release .dateWrapper {
  position: absolute;
  top: 0;
  right: 0;
  font-style: normal;
  font-weight: normal;
  font-family: PFDinTextPro-Light;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #C9C9C9;
}
main.press-center .newsReleaseWrapper .otherReleaseWrapper .release h5 {
  padding-top: 46px;
  max-width: 215px;
  padding-right: 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 135%;
  /* or 20px */
  letter-spacing: 0.015em;
  color: #004673;
}
main.press-center .newsReleaseWrapper .otherReleaseWrapper .release a {
  position: absolute;
  bottom: 0;
  right: 0;
}
main.press-center .media {
  padding-top: 150px;
  padding-left: 12.81%;
  padding-right: 12.81%;
}
@media (max-width: 1230px) {
  main.press-center .media {
    padding-bottom: 500px;
  }
}
@media (max-width: 768px) {
  main.press-center .media {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.press-center .media {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1366px) {
  main.press-center .media {
    padding-top: 80px;
  }
}
main.press-center .media h3 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 60px;
}
main.press-center .media h3:before {
  content: "";
  display: block;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  margin-right: 30px;
  transform: translateY(-40%);
}
@media (max-width: 480px) {
  main.press-center .media h3:before {
    display: none;
  }
}
@media (max-width: 768px) {
  main.press-center .media h3 {
    justify-content: center;
  }
  main.press-center .media h3:before {
    display: none;
  }
}
@media (max-width: 520px) {
  main.press-center .media h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
main.press-center .media .slider {
  position: relative;
}
@media (max-width: 1280px) {
  main.press-center .media .slider {
    width: 340px;
    margin: 0 auto;
  }
}
main.press-center .media .slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
main.press-center .media .slider .left {
  left: -106px;
}
main.press-center .media .slider .right {
  right: -106px;
}
main.press-center .media .slider .videosContainer {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  transition: 0.3s all ease;
  height: max-content;
}
@media (max-width: 1280px) {
  main.press-center .media .slider .videosContainer {
    justify-content: center;
  }
}
main.press-center .media .slider .videosContainer div {
  transition: 0.3s all ease;
  min-width: 340px;
  height: 223px;
  background: gray;
  margin-right: 5%;
}
@media (max-width: 1380px) {
  main.press-center .media .slider .videosContainer div {
    width: 32%;
  }
}
@media (max-width: 1280px) {
  main.press-center .media .slider .videosContainer div {
    width: 340px;
    display: inline-block;
  }
}
main.press-center .pollsAndQuestionnaires {
  display: flex;
  position: relative;
  padding-top: 150px;
}
@media (max-width: 1600px) {
  main.press-center .pollsAndQuestionnaires {
    flex-wrap: wrap;
  }
}
@media (max-width: 1230px) {
  main.press-center .pollsAndQuestionnaires {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }
}
main.press-center .pollsAndQuestionnaires .infoWrapper {
  padding: 120px 200px;
  background-color: #F7F8F9;
}
@media (max-width: 1366px) {
  main.press-center .pollsAndQuestionnaires .infoWrapper {
    padding: 100px 170px;
  }
}
@media (max-width: 1230px) {
  main.press-center .pollsAndQuestionnaires .infoWrapper {
    padding: 85px 70px;
    position: absolute;
    top: -350px;
  }
}
@media (max-width: 620px) {
  main.press-center .pollsAndQuestionnaires .infoWrapper {
    padding: 40px 30px;
    top: -300px;
  }
}
main.press-center .pollsAndQuestionnaires .infoWrapper div {
  width: 440px;
  min-width: 211px;
  position: relative;
  padding-top: 10px;
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
}
@media (max-width: 1230px) {
  main.press-center .pollsAndQuestionnaires .infoWrapper div {
    text-align: center;
  }
}
@media (max-width: 620px) {
  main.press-center .pollsAndQuestionnaires .infoWrapper div {
    width: auto;
    max-width: 311px;
  }
}
main.press-center .pollsAndQuestionnaires .infoWrapper p {
  padding-left: 15px;
  padding-bottom: 15px;
}
main.press-center .pollsAndQuestionnaires .infoWrapper p:last-child {
  padding-bottom: 0;
}
main.press-center .pollsAndQuestionnaires .infoWrapper h3 {
  max-width: 500px;
  position: relative;
  width: max-content;
  padding-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
main.press-center .pollsAndQuestionnaires .infoWrapper h3:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  top: 55%;
  right: -100px;
}
@media (max-width: 480px) {
  main.press-center .pollsAndQuestionnaires .infoWrapper h3:after {
    display: none;
  }
}
@media (max-width: 1230px) {
  main.press-center .pollsAndQuestionnaires .infoWrapper h3 {
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
  }
  main.press-center .pollsAndQuestionnaires .infoWrapper h3:after {
    display: none;
  }
}
main.press-center .pollsAndQuestionnaires .imageWrapper {
  width: 448px;
  height: auto;
}
@media (max-width: 1230px) {
  main.press-center .pollsAndQuestionnaires .imageWrapper {
    width: auto;
  }
  main.press-center .pollsAndQuestionnaires .imageWrapper img:first-child {
    display: none;
  }
}
main.press-center .pollsAndQuestionnaires .imageWrapper .mediaChange {
  display: none;
}
@media (max-width: 1230px) {
  main.press-center .pollsAndQuestionnaires .imageWrapper .mediaChange {
    display: block;
  }
}
@media (max-width: 768px) {
  main.press-center .pollsAndQuestionnaires .imageWrapper .mediaChange {
    max-width: 100%;
  }
}
@media (max-width: 1600px) {
  main.press-center .pollsAndQuestionnaires .imageWrapper {
    flex-grow: 1;
  }
}
main.press-center .pollsAndQuestionnaires .pdfWrapper {
  position: relative;
  border-top: 1px solid #D9DADA;
  border-bottom: 1px solid #D9DADA;
  flex-grow: 1;
}
@media (max-width: 1600px) {
  main.press-center .pollsAndQuestionnaires .pdfWrapper {
    width: 100%;
    border: none;
    display: flex;
    justify-content: center;
  }
}
main.press-center .pollsAndQuestionnaires .pdfWrapper a {
  display: block;
  color: #0a5b88;
  position: absolute;
  width: max-content;
  left: 97px;
  top: 50%;
}
@media (max-width: 1600px) {
  main.press-center .pollsAndQuestionnaires .pdfWrapper a {
    position: static;
    display: flex;
    align-items: center;
    margin-top: 60px;
  }
}
main.press-center .pollsAndQuestionnaires .pdfWrapper a span {
  display: block;
  transform: rotate(-90deg);
  -webkit-transform-origin-x: left;
  -webkit-transform-origin-y: center;
  max-width: 313px;
}
@media (max-width: 1600px) {
  main.press-center .pollsAndQuestionnaires .pdfWrapper a span {
    transform: none;
  }
}
main.press-center .pollsAndQuestionnaires .pdfWrapper a .rightArrow {
  display: none;
}
@media (max-width: 1600px) {
  main.press-center .pollsAndQuestionnaires .pdfWrapper a .rightArrow {
    display: inline-block;
    margin-left: 25px;
  }
}
main.press-center .pollsAndQuestionnaires .pdfWrapper a .downArrow {
  transform: translate(-20px, 80px);
}
@media (max-width: 1600px) {
  main.press-center .pollsAndQuestionnaires .pdfWrapper a .downArrow {
    display: none;
  }
}
main.press-center .pollsAndQuestionnaires .pdfWrapper a:hover {
  cursor: pointer;
}
main.press-center .formStyle {
  padding-top: 150px;
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
}
@media (max-width: 1366px) {
  main.press-center .formStyle {
    flex-wrap: wrap;
    justify-content: center;
    background-position: top center;
    padding-top: 0;
    margin-top: 150px;
  }
}
@media (max-width: 620px) {
  main.press-center .formStyle {
    background-size: contain;
  }
}
main.press-center .formStyle .styleDemonstration {
  min-width: 55%;
}
@media (max-width: 1366px) {
  main.press-center .formStyle .styleDemonstration {
    width: 100%;
    order: 2;
  }
}
main.press-center .formStyle .styleDemonstration .desc {
  font-family: "Conv_Akrobat";
  max-width: 178px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding-bottom: 25px;
  color: #434242;
}
@media (max-width: 620px) {
  main.press-center .formStyle .styleDemonstration .desc {
    font-size: 14px;
  }
}
main.press-center .formStyle .styleDemonstration .wrapper .logoVariantsContainer {
  display: flex;
  justify-content: space-between;
}
main.press-center .formStyle .styleDemonstration .wrapper .logoVariantsContainer .variant {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
@media (max-width: 620px) {
  main.press-center .formStyle .styleDemonstration .wrapper .logoVariantsContainer .variant img {
    max-width: 100px;
  }
}
@media (max-width: 480px) {
  main.press-center .formStyle .styleDemonstration .wrapper .logoVariantsContainer .variant img {
    max-width: 80px;
  }
}
@media (max-width: 350px) {
  main.press-center .formStyle .styleDemonstration .wrapper .logoVariantsContainer .variant img {
    max-width: 70px;
  }
}
main.press-center .formStyle .styleDemonstration .wrapper .logoVariantsContainer .variant a {
  font-family: PFDinTextPro-LightItalic;
  font-weight: normal;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #004673;
  font-weight: bold;
  padding-top: 20px;
}
@media (max-width: 480px) {
  main.press-center .formStyle .styleDemonstration .wrapper .logoVariantsContainer .variant a {
    font-size: 12px;
    padding-top: 12px;
    max-width: 90%;
  }
}
main.press-center .formStyle .styleDemonstration .colorSchemes .desc {
  margin-left: auto;
  text-align: right;
  padding-top: 80px;
}
@media (max-width: 620px) {
  main.press-center .formStyle .styleDemonstration .colorSchemes .desc {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  main.press-center .formStyle .styleDemonstration .colorSchemes .desc {
    padding-top: 45px;
  }
}
main.press-center .formStyle .styleDemonstration .colorSchemes .schemesContainer {
  display: flex;
  justify-content: space-between;
}
main.press-center .formStyle .styleDemonstration .colorSchemes .schemesContainer .schema {
  display: flex;
}
main.press-center .formStyle .styleDemonstration .colorSchemes .schemesContainer .schema:nth-child(2) .square {
  background: #434242;
}
main.press-center .formStyle .styleDemonstration .colorSchemes .schemesContainer .schema:nth-child(2) .figuresWrapper .rectangle {
  background: #434242;
}
main.press-center .formStyle .styleDemonstration .colorSchemes .schemesContainer .schema:nth-child(2) .figuresWrapper .round {
  background: #434242;
}
main.press-center .formStyle .styleDemonstration .colorSchemes .schemesContainer .schema:nth-child(3) .square {
  background: #D9DADA;
}
main.press-center .formStyle .styleDemonstration .colorSchemes .schemesContainer .schema:nth-child(3) .figuresWrapper .rectangle {
  background: #D9DADA;
}
main.press-center .formStyle .styleDemonstration .colorSchemes .schemesContainer .schema:nth-child(3) .figuresWrapper .round {
  background: #D9DADA;
}
main.press-center .formStyle .styleDemonstration .colorSchemes .schemesContainer .schema .square {
  width: 92px;
  height: 91px;
  background: #004673;
}
@media (max-width: 560px) {
  main.press-center .formStyle .styleDemonstration .colorSchemes .schemesContainer .schema .square {
    width: 67px;
    height: 66px;
  }
}
@media (max-width: 420px) {
  main.press-center .formStyle .styleDemonstration .colorSchemes .schemesContainer .schema .square {
    width: 43px;
    height: 42px;
  }
}
main.press-center .formStyle .styleDemonstration .colorSchemes .schemesContainer .schema .figuresWrapper {
  padding-left: 19px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main.press-center .formStyle .styleDemonstration .colorSchemes .schemesContainer .schema .figuresWrapper .rectangle {
  width: 44px;
  height: 13px;
  background: #004673;
}
@media (max-width: 560px) {
  main.press-center .formStyle .styleDemonstration .colorSchemes .schemesContainer .schema .figuresWrapper .rectangle {
    width: 33px;
    height: 10px;
  }
}
@media (max-width: 420px) {
  main.press-center .formStyle .styleDemonstration .colorSchemes .schemesContainer .schema .figuresWrapper .rectangle {
    width: 21px;
    height: 7px;
  }
}
main.press-center .formStyle .styleDemonstration .colorSchemes .schemesContainer .schema .figuresWrapper .round {
  width: 44px;
  height: 44px;
  background: #004673;
  border-radius: 50%;
}
@media (max-width: 560px) {
  main.press-center .formStyle .styleDemonstration .colorSchemes .schemesContainer .schema .figuresWrapper .round {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 420px) {
  main.press-center .formStyle .styleDemonstration .colorSchemes .schemesContainer .schema .figuresWrapper .round {
    width: 21px;
    height: 21px;
  }
}
@media (max-width: 768px) {
  main.press-center .formStyle {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.press-center .formStyle {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1366px) {
  main.press-center .formStyle .info {
    padding-bottom: 60px;
  }
}
main.press-center .formStyle .info h3 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 60px;
}
main.press-center .formStyle .info h3:before {
  content: "";
  display: block;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  margin-right: 30px;
  transform: translateY(-40%);
}
@media (max-width: 480px) {
  main.press-center .formStyle .info h3:before {
    display: none;
  }
}
@media (max-width: 1366px) {
  main.press-center .formStyle .info h3 {
    justify-content: center;
  }
  main.press-center .formStyle .info h3:before {
    display: none;
  }
}
main.press-center .formStyle .info h3 + p {
  background-image: url(./assets/images/miniBorderRightTop.svg);
  background-repeat: no-repeat;
  background-position: right top;
}
@media (max-width: 1366px) {
  main.press-center .formStyle .info h3 + p {
    background-image: url(./assets/images/miniBorderLeftTop.svg);
    background-position: left top;
  }
}
main.press-center .formStyle .info p {
  padding-right: 15px;
  padding-top: 15px;
  text-align: right;
  max-width: 415px;
}
@media (max-width: 1366px) {
  main.press-center .formStyle .info p {
    text-align: center;
  }
}
main.press-center .formStyle .info a {
  padding-top: 40px;
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #004673;
  font-family: PFDinTextPro-LightItalic;
  text-align: right;
  margin-left: auto;
  padding-right: 15px;
}
@media (max-width: 1366px) {
  main.press-center .formStyle .info a {
    text-align: center;
    padding-top: 30px;
    padding-right: 0;
  }
}
main.press-center .formStyle .info a #leftArrowLink {
  margin-right: 20px;
}
@media (max-width: 1366px) {
  main.press-center .formStyle .info a #leftArrowLink {
    display: none;
  }
}
main.press-center .formStyle .info a #rightArrowLink {
  margin-left: 20px;
  display: none;
}
@media (max-width: 1366px) {
  main.press-center .formStyle .info a #rightArrowLink {
    display: inline-block;
  }
}
main.press-center .formStyle .info a svg {
  transform: translateY(50%);
  display: inline-block;
}
main.press-center .contactsForMedia {
  padding-top: 150px;
  padding-bottom: 150px;
  height: max-content;
  padding-left: 12.81%;
  padding-right: 12.81%;
}
@media (max-width: 768px) {
  main.press-center .contactsForMedia {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.press-center .contactsForMedia {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.press-center .contactsForMedia h3 {
  position: relative;
  width: max-content;
  padding-bottom: 0;
}
main.press-center .contactsForMedia h3:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  top: 55%;
  right: -100px;
}
@media (max-width: 480px) {
  main.press-center .contactsForMedia h3:after {
    display: none;
  }
}
main.press-center .contactsForMedia .contactsWrapper {
  padding-top: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1170px) {
  main.press-center .contactsForMedia .contactsWrapper {
    flex-wrap: wrap;
    justify-content: center;
    height: max-content;
  }
}
@media (max-width: 480px) {
  main.press-center .contactsForMedia .contactsWrapper {
    padding-top: 30px;
  }
}
main.press-center .contactsForMedia .contactsWrapper .contactsInfo {
  background: #EFF5FB;
  padding: 60px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1750px) {
  main.press-center .contactsForMedia .contactsWrapper .contactsInfo {
    width: 40%;
  }
}
@media (max-width: 1310px) {
  main.press-center .contactsForMedia .contactsWrapper .contactsInfo {
    width: 45%;
  }
}
@media (max-width: 1170px) {
  main.press-center .contactsForMedia .contactsWrapper .contactsInfo {
    order: 1;
    width: 60%;
    padding: 60px 60px;
  }
}
@media (max-width: 900px) {
  main.press-center .contactsForMedia .contactsWrapper .contactsInfo {
    width: 70%;
  }
}
@media (max-width: 768px) {
  main.press-center .contactsForMedia .contactsWrapper .contactsInfo {
    order: 1;
    width: 70%;
    padding: 60px 60px;
  }
}
@media (max-width: 640px) {
  main.press-center .contactsForMedia .contactsWrapper .contactsInfo {
    width: 75%;
  }
}
@media (max-width: 540px) {
  main.press-center .contactsForMedia .contactsWrapper .contactsInfo {
    width: 85%;
  }
}
@media (max-width: 480px) {
  main.press-center .contactsForMedia .contactsWrapper .contactsInfo {
    width: 100%;
    padding: 35px 35px;
  }
}
@media (max-width: 330px) {
  main.press-center .contactsForMedia .contactsWrapper .contactsInfo {
    padding: 25px 25px;
  }
}
@media (max-width: 310px) {
  main.press-center .contactsForMedia .contactsWrapper .contactsInfo {
    padding: 15px 15px;
  }
}
main.press-center .contactsForMedia .contactsWrapper .contactsInfo .photoWrapper {
  width: 221px;
}
main.press-center .contactsForMedia .contactsWrapper .contactsInfo .specialistName {
  font-weight: bold;
  color: #004673;
  padding-bottom: 15px;
  padding-top: 25px;
  max-width: 230px;
}
main.press-center .contactsForMedia .contactsWrapper .contactsInfo .specialistPosition {
  font-family: PFDinTextPro-LightItalic;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #C9C9C9;
  padding-bottom: 20px;
  max-width: 230px;
}
main.press-center .contactsForMedia .contactsWrapper .contactsInfo .phone {
  padding-bottom: 20px;
  max-width: 230px;
}
main.press-center .contactsForMedia .contactsWrapper .contactsInfo .phone svg {
  margin-right: 15px;
  transform: translateY(20%);
}
main.press-center .contactsForMedia .contactsWrapper .contactsInfo .e-mail {
  max-width: 280px;
}
main.press-center .contactsForMedia .contactsWrapper .contactsInfo .e-mail span {
  font-weight: bold;
  color: #004673;
}
main.press-center .contactsForMedia .contactsWrapper .map {
  width: 70%;
  background-color: green;
}
@media (max-width: 1750px) {
  main.press-center .contactsForMedia .contactsWrapper .map {
    width: 60%;
  }
}
@media (max-width: 1310px) {
  main.press-center .contactsForMedia .contactsWrapper .map {
    width: 55%;
  }
}
@media (max-width: 1170px) {
  main.press-center .contactsForMedia .contactsWrapper .map {
    width: 100%;
    order: 2;
    height: 60vh;
    padding-top: 80px;
    background-color: white;
  }
}
@media (max-width: 480px) {
  main.press-center .contactsForMedia .contactsWrapper .map {
    padding-top: 45px;
  }
}

@media (max-width: 768px) {
  main.answersAndQuestions .preview .contentWrapper .description h2 {
    max-width: 530px !important;
  }
}
main.answersAndQuestions .categoryWrapper {
  display: flex;
  padding-left: 12.81%;
  padding-right: 12.81%;
  justify-content: center;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.answersAndQuestions .categoryWrapper {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.answersAndQuestions .categoryWrapper {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.answersAndQuestions .categoryWrapper .categoryList div {
  font-family: "Conv_Akrobat";
  font-weight: 500;
  text-align: center;
  transition: 0.2s all ease;
}
main.answersAndQuestions .categoryWrapper .categoryList div:hover {
  font-weight: 600;
}
main.answersAndQuestions .categoryWrapper .categoryList div:hover + ul {
  display: block;
}
main.answersAndQuestions .categoryWrapper .categoryList div svg {
  color: black;
}
main.answersAndQuestions .categoryWrapper .categoryList ul {
  display: none;
  background: #FFFFFF;
  box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
  border-bottom: 4px solid #004673;
  padding: 30px 45px;
}
main.answersAndQuestions .categoryWrapper .categoryList ul:hover {
  display: block;
}
main.answersAndQuestions .categoryWrapper .categoryList ul li:first-child {
  padding-top: 0;
}
main.answersAndQuestions .categoryWrapper .categoryList ul li {
  padding-top: 20px;
}
main.answersAndQuestions .categoryWrapper .categoryList ul li a {
  font-family: Conv_Akrobat;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #000000;
}
main.answersAndQuestions .categoryWrapper .categoryList ul li a:hover {
  font-weight: 600;
}
main.answersAndQuestions .answersAndQuestionsWrapper {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  main.answersAndQuestions .answersAndQuestionsWrapper {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.answersAndQuestions .answersAndQuestionsWrapper {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 480px) {
  main.answersAndQuestions .answersAndQuestionsWrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
main.answersAndQuestions .answersAndQuestionsWrapper .answersAndQuestionsList:last-child {
  margin-bottom: 0;
}
main.answersAndQuestions .answersAndQuestionsWrapper h3 {
  max-width: 1100px;
  padding-bottom: 60px;
}
@media (max-width: 480px) {
  main.answersAndQuestions .answersAndQuestionsWrapper h3 {
    padding-bottom: 30px;
    max-width: 90%;
  }
}
main.answersAndQuestions .answersAndQuestionsWrapper .answersAndQuestionsList {
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 150px;
}
@media (max-width: 480px) {
  main.answersAndQuestions .answersAndQuestionsWrapper .answersAndQuestionsList {
    margin-bottom: 80px;
  }
}
main.answersAndQuestions .answersAndQuestionsWrapper .answersAndQuestionsList .close .closeBtn {
  display: none;
}
main.answersAndQuestions .answersAndQuestionsWrapper .answersAndQuestionsList .close .aboutProgram {
  display: none;
}
main.answersAndQuestions .answersAndQuestionsWrapper .answersAndQuestionsList .open .openBtn {
  display: none;
}
main.answersAndQuestions .answersAndQuestionsWrapper .answersAndQuestionsList .open .aboutProgram {
  display: block;
}
main.answersAndQuestions .answersAndQuestionsWrapper .answersAndQuestionsList li {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: 0.015em;
  color: #004673;
  padding: 45px 0;
  border-top: 1px solid #EBEBEB;
}
@media (max-width: 480px) {
  main.answersAndQuestions .answersAndQuestionsWrapper .answersAndQuestionsList li {
    padding: 25px 0;
  }
}
main.answersAndQuestions .answersAndQuestionsWrapper .answersAndQuestionsList li h4 {
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 28px;
  padding-right: 45px;
}
@media (max-width: 480px) {
  main.answersAndQuestions .answersAndQuestionsWrapper .answersAndQuestionsList li h4 {
    font-size: 14px;
    background-size: 18px;
    padding-right: 35px;
  }
}
main.answersAndQuestions .answersAndQuestionsWrapper .answersAndQuestionsList li h4 p {
  color: black;
}
main.answersAndQuestions .answersAndQuestionsWrapper .answersAndQuestionsList li h4 span {
  display: inline-block;
  max-width: 950px;
}
main.answersAndQuestions .answersAndQuestionsWrapper .answersAndQuestionsList li h4:hover {
  cursor: pointer;
}
main.answersAndQuestions .answersAndQuestionsWrapper .answersAndQuestionsList li .aboutProgram {
  padding-top: 30px;
}
main.answersAndQuestions .answersAndQuestionsWrapper .answersAndQuestionsList li .aboutProgram p {
  padding-right: 30px;
  max-width: 100%;
  color: black;
}
main.answersAndQuestions .answersAndQuestionsWrapper .answersAndQuestionsList li .aboutProgram p a {
  color: #004673;
}
@media (max-width: 480px) {
  main.answersAndQuestions .answersAndQuestionsWrapper .answersAndQuestionsList li .aboutProgram {
    padding-top: 20px;
  }
}

main.digitalServices .servicesNavWrapper {
  padding-left: 12.81%;
  padding-right: 12.81%;
}
@media (max-width: 768px) {
  main.digitalServices .servicesNavWrapper {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.digitalServices .servicesNavWrapper {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.digitalServices .servicesNavWrapper nav {
  padding: 150px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  main.digitalServices .servicesNavWrapper nav {
    padding: 120px 0;
  }
}
@media (max-width: 480px) {
  main.digitalServices .servicesNavWrapper nav {
    padding: 80px 0;
  }
}
main.digitalServices .servicesNavWrapper nav ul li {
  padding-bottom: 15px;
}
main.digitalServices .servicesNavWrapper nav ul li:last-child {
  padding-bottom: 0;
}
main.digitalServices .servicesNavWrapper nav ul li a {
  font-family: "PFDinTextPro-LightItalic";
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.015em;
  color: #004673;
}
@media (max-width: 480px) {
  main.digitalServices .servicesNavWrapper nav ul li a {
    font-size: 14px;
  }
}

main.appointmentToManagement {
  padding-left: 12.81%;
  padding-right: 12.81%;
}
@media (max-width: 768px) {
  main.appointmentToManagement {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.appointmentToManagement {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.appointmentToManagement .goBack {
  color: black;
  font-family: "PFDinTextPro-LightItalic";
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}
main.appointmentToManagement .goBack svg {
  margin-right: 15px;
}
main.appointmentToManagement h1 {
  margin: 43px auto;
  max-width: 750px;
  text-align: center;
}
main.appointmentToManagement form {
  padding-top: 80px;
  padding-bottom: 150px;
}
main.appointmentToManagement form label {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #004673;
}
main.appointmentToManagement form input[type=text] {
  outline: none;
  width: 80%;
  padding: 20px 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 45px;
  border: 1px solid #EBEBEB;
  margin-top: 20px;
}
main.appointmentToManagement form input[type=submit] {
  margin-top: 60px;
  padding: 11px 40px;
  font-family: Conv_Akrobat;
  background-color: #004673;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.015em;
  color: #FFFFFF;
  width: max-content;
  outline: none;
  border: none;
  cursor: pointer;
}
main.appointmentToManagement form textarea {
  height: 180px;
  margin-bottom: 60px;
  width: 80%;
  padding: 20px 25px;
  border: 1px solid #EBEBEB;
  outline: none;
  margin-top: 20px;
}
main.appointmentToManagement form input[type=checkbox] {
  margin-right: 15px;
}
main.appointmentToManagement form .acceptTxt {
  line-height: 130%;
  /* identical to box height, or 20px */
  letter-spacing: 0.015em;
  color: #000000;
}
main.appointmentToManagement form .acceptTxt a {
  font-family: PFDinTextPro-LightItalic;
  color: #004673;
}

main.checkPersonalAccount {
  padding-left: 12.81%;
  padding-right: 12.81%;
}
@media (max-width: 768px) {
  main.checkPersonalAccount {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.checkPersonalAccount {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.checkPersonalAccount .goBack {
  color: black;
  font-family: "PFDinTextPro-LightItalic";
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}
main.checkPersonalAccount .goBack svg {
  margin-right: 15px;
}
main.checkPersonalAccount h1 {
  margin: 43px auto;
  max-width: 750px;
  text-align: center;
}
main.checkPersonalAccount form {
  padding-top: 80px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.checkPersonalAccount form .field {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.checkPersonalAccount form .field label {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #004673;
}
main.checkPersonalAccount form .field input[type=text] {
  outline: none;
  width: 80%;
  padding: 20px 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 45px;
  border: 1px solid #EBEBEB;
  margin-top: 20px;
  width: 461px;
}
main.checkPersonalAccount form .field input[type=submit] {
  margin-top: 60px;
  padding: 11px 40px;
  font-family: Conv_Akrobat;
  background-color: #004673;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.015em;
  color: #FFFFFF;
  width: max-content;
  outline: none;
  border: none;
  cursor: pointer;
}
main.checkPersonalAccount form .field textarea {
  height: 180px;
  margin-bottom: 60px;
  width: 80%;
  padding: 20px 25px;
  border: 1px solid #EBEBEB;
  outline: none;
  margin-top: 20px;
}
main.checkPersonalAccount form .field input[type=checkbox] {
  margin-right: 15px;
}
main.checkPersonalAccount form .check {
  display: block;
}

main.checkConnectionStatus {
  padding-top: 230px;
  padding-left: 12.81%;
  padding-right: 12.81%;
}
@media (max-width: 768px) {
  main.checkConnectionStatus {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.checkConnectionStatus {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.checkConnectionStatus .goBack {
  color: black;
  font-family: PFDinTextPro-LightItalic;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}
main.checkConnectionStatus .goBack svg {
  margin-right: 15px;
}
main.checkConnectionStatus h3 {
  margin: 43px auto;
  max-width: 830px;
  text-align: center;
}
main.checkConnectionStatus form {
  padding-top: 80px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.checkConnectionStatus form .field {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.checkConnectionStatus form .field label {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #004673;
}
main.checkConnectionStatus form .field input[type=text] {
  outline: none;
  width: 80%;
  padding: 20px 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 45px;
  border: 1px solid #EBEBEB;
  margin-top: 20px;
  width: 461px;
}
main.checkConnectionStatus form .field input[type=submit] {
  margin-top: 60px;
  padding: 11px 40px;
  font-family: Conv_Akrobat;
  background-color: #004673;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.015em;
  color: #FFFFFF;
  width: max-content;
  outline: none;
  border: none;
  cursor: pointer;
}
main.checkConnectionStatus form .field textarea {
  height: 180px;
  margin-bottom: 60px;
  width: 80%;
  padding: 20px 25px;
  border: 1px solid #EBEBEB;
  outline: none;
  margin-top: 20px;
}
main.checkConnectionStatus form .field input[type=checkbox] {
  margin-right: 15px;
}
main.checkConnectionStatus form .check {
  display: block;
}

main.electronicAppeal {
  padding-left: 12.81%;
  padding-right: 12.81%;
}
@media (max-width: 768px) {
  main.electronicAppeal {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.electronicAppeal {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.electronicAppeal .goBack {
  color: black;
  font-family: "PFDinTextPro-LightItalic";
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}
main.electronicAppeal .goBack svg {
  margin-right: 15px;
}
main.electronicAppeal h1 {
  margin: 43px auto;
  max-width: 750px;
  text-align: center;
}
main.electronicAppeal .requirementsForApplying {
  border-bottom: 1px solid #AEC0D0;
  padding-bottom: 80px;
}
main.electronicAppeal .requirementsForApplying h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #004673;
  padding-bottom: 35px;
  padding-top: 60px;
}
main.electronicAppeal .requirementsForApplying ul li {
  padding-bottom: 15px;
}
main.electronicAppeal form {
  padding-top: 80px;
  padding-bottom: 150px;
}
main.electronicAppeal form .field {
  display: flex;
  flex-direction: column;
}
main.electronicAppeal form .field label {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #004673;
}
main.electronicAppeal form .field input[type=text] {
  outline: none;
  width: 80%;
  padding: 20px 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 45px;
  border: 1px solid #EBEBEB;
  margin-top: 20px;
}
main.electronicAppeal form .field input[type=email] {
  outline: none;
  width: 80%;
  padding: 20px 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 45px;
  border: 1px solid #EBEBEB;
  margin-top: 20px;
}
main.electronicAppeal form .field input[type=tel] {
  outline: none;
  width: 80%;
  padding: 20px 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 45px;
  border: 1px solid #EBEBEB;
  margin-top: 20px;
}

main.electronicAppeal form .field input[type=file] {
  outline: none;
  width: 80%;
  padding: 20px 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 45px;
  border: 1px solid #EBEBEB;
  margin-top: 20px;
}

main.electronicAppeal form .field input[type=submit] {
  margin-top: 60px;
  padding: 11px 40px;
  font-family: Conv_Akrobat;
  background-color: #004673;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.015em;
  color: #FFFFFF;
  width: max-content;
  outline: none;
  border: none;
  cursor: pointer;
}
main.electronicAppeal form .field textarea {
  height: 180px;
  margin-bottom: 60px;
  width: 80%;
  padding: 20px 25px;
  border: 1px solid #EBEBEB;
  outline: none;
  margin-top: 20px;
}
main.electronicAppeal form .field input[type=checkbox] {
  margin-right: 15px;
}
main.electronicAppeal form .btnsWrapper {
  display: flex;
  align-items: flex-end;
}
main.electronicAppeal form .btnsWrapper button {
  padding: 11px 40px;
  font-family: Conv_Akrobat;
  background-color: #004673;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.015em;
  color: #FFFFFF;
  width: max-content;
  outline: none;
  border: none;
  cursor: pointer;
  margin-left: 35px;
}
main.electronicAppeal form .check {
  display: block;
}

main.electronicAppeal form .field select {
  outline: none;
  width: 80%;
  padding: 20px 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 45px;
  border: 1px solid #EBEBEB;
  margin-top: 20px;
  height: 60px;
}

main.electricalConnection {
  padding-bottom: 150px;
}
main.electricalConnection .firstVariant {
  padding-top: 150px;
  padding-left: 12.81%;
  padding-right: 12.81%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  main.electricalConnection .firstVariant {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.electricalConnection .firstVariant {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.electricalConnection .firstVariant .textContent h3 {
  position: relative;
  width: max-content;
  padding-bottom: 0;
  margin-bottom: 32px;
}
main.electricalConnection .firstVariant .textContent h3:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  top: 55%;
  right: -100px;
}
@media (max-width: 480px) {
  main.electricalConnection .firstVariant .textContent h3:after {
    display: none;
  }
}
main.electricalConnection .firstVariant .textContent .first {
  padding-top: 15px;
  background-image: url(./assets/images/miniBorderLeftTop.svg);
  background-repeat: no-repeat;
}
main.electricalConnection .firstVariant .textContent p {
  max-width: 560px;
  padding-bottom: 15px;
  padding-left: 15px;
}
main.electricalConnection .firstVariant .slider {
  display: flex;
  justify-content: space-between;
  flex-basis: 50%;
}
main.electricalConnection .firstVariant .slider .imagesWrapper {
  background-color: darkgray;
  width: 330px;
  height: 442px;
}
main.electricalConnection .connectionStages {
  padding-top: 150px;
  display: flex;
  justify-content: flex-end;
}
main.electricalConnection .connectionStages .linkWrapper {
  border-top: 1px solid #D9DADA;
  border-bottom: 1px solid #D9DADA;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.electricalConnection .connectionStages .linkWrapper a {
  color: #004673;
  transform: rotate(-90deg);
  font-family: PFDinTextPro-LightItalic;
}
main.electricalConnection .connectionStages .linkWrapper a svg {
  margin-right: 25px;
  transform: translateY(40%);
}
main.electricalConnection .connectionStages .imageWrapper img {
  height: 100%;
}
main.electricalConnection .connectionStages .contentWrapper {
  text-align: right;
  background-color: #F7F8F9;
  padding: 80px 200px 80px 150px;
}
main.electricalConnection .connectionStages .contentWrapper h3 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 60px;
}
main.electricalConnection .connectionStages .contentWrapper h3:before {
  content: "";
  display: block;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  margin-right: 30px;
  transform: translateY(-40%);
}
@media (max-width: 480px) {
  main.electricalConnection .connectionStages .contentWrapper h3:before {
    display: none;
  }
}
main.electricalConnection .connectionStages .contentWrapper ul li:first-child {
  background-image: url(./assets/images/miniBorderRightTop.svg);
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 15px;
}
main.electricalConnection .connectionStages .contentWrapper p, main.electricalConnection .connectionStages .contentWrapper li {
  max-width: 430px;
  padding-right: 15px;
  padding-bottom: 10px;
}
main.electricalConnection .connectionRequirements {
  padding-top: 150px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
main.electricalConnection .connectionRequirements p {
  max-width: 402px;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 150px;
  background-image: url(./assets/images/miniBorderLeftTop.svg);
  background-repeat: no-repeat;
}
main.electricalConnection .connectionRequirements .imageWrapper {
  margin-left: 120px;
}
main.electricalConnection .advantagesWrapper {
  display: flex;
}
main.electricalConnection .advantagesWrapper h3 {
  position: relative;
  width: max-content;
  padding-bottom: 0;
  margin-bottom: 35px;
}
main.electricalConnection .advantagesWrapper h3:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  top: 55%;
  right: -100px;
}
@media (max-width: 480px) {
  main.electricalConnection .advantagesWrapper h3:after {
    display: none;
  }
}
main.electricalConnection .advantagesWrapper .advantagesList {
  background-color: #EFF5FB;
  padding: 80px 100px 80px 200px;
}
main.electricalConnection .advantagesWrapper .advantagesList ul li {
  padding-bottom: 20px;
  display: flex;
}
main.electricalConnection .advantagesWrapper .advantagesList ul li span {
  color: #004673;
  font-weight: bolder;
  font-size: 17px;
  line-height: 130%;
  display: inline-block;
  padding-right: 25px;
  /* identical to box height, or 20px */
  letter-spacing: 0.015em;
  height: 100%;
}
main.electricalConnection .advantagesWrapper .conclusionWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
main.electricalConnection .advantagesWrapper .conclusionWrapper p {
  max-width: 340px;
  background-image: url(./assets/images/miniBorderRightTop.svg);
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 15px;
  padding-right: 15px;
  text-align: justify;
}
main.electricalConnection .secondVariant {
  padding-top: 150px;
  display: flex;
}
main.electricalConnection .secondVariant .linkWrapper {
  border-top: 1px solid #D9DADA;
  border-bottom: 1px solid #D9DADA;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.electricalConnection .secondVariant .linkWrapper a {
  color: #004673;
  transform: rotate(-90deg);
  font-family: PFDinTextPro-LightItalic;
}
main.electricalConnection .secondVariant .linkWrapper a svg {
  margin-right: 25px;
  transform: translateY(40%);
}
main.electricalConnection .secondVariant .imageWrapper img {
  height: auto;
}
main.electricalConnection .secondVariant .contentWrapper {
  /*text-align: right;*/
  padding: 0px 100px 0px 0px;
  margin-left: 20px;
}
main.electricalConnection .secondVariant .contentWrapper h3 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 60px;
}
main.electricalConnection .secondVariant .contentWrapper h3:before {
  content: "";
  display: block;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  margin-right: 30px;
  transform: translateY(-40%);
}
@media (max-width: 480px) {
  main.electricalConnection .secondVariant .contentWrapper h3:before {
    display: none;
  }
}
main.electricalConnection .secondVariant .contentWrapper p:first-child {
  background-image: url(./assets/images/miniBorderRightTop.svg);
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 15px;
}
main.electricalConnection .secondVariant .contentWrapper p {
  max-width: 430px;
  padding-right: 15px;
  padding-bottom: 10px;
}

main.listOfItems .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.listOfItems .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.listOfItems .showPageNavBtn {
    display: block;
  }
}
main.listOfItems .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.listOfItems .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.listOfItems .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.listOfItems .pageMenu li:first-child {
  padding-left: 0;
}
main.listOfItems .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.listOfItems .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.listOfItems .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.listOfItems .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.listOfItems .pageMenu:hover {
    display: flex;
  }
}
main.listOfItems .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.listOfItems .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.listOfItems .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.listOfItems .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.listOfItems .pageMenu li a {
  color: #C9C9C9;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.listOfItems .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.listOfItems .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.listOfItems .pageMenu li a:hover {
    color: #000000;
  }
}
main.listOfItems .content {
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
}
@media (max-width: 480px) {
  main.listOfItems .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  main.listOfItems .content {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.listOfItems .content {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.listOfItems .content h2 {
  text-align: center;
  max-width: 860px;
  padding-bottom: 60px;
}
main.listOfItems .content .descriptionWrapper {
  padding-bottom: 80px;
  max-width: 1120px;
  text-align: center;
}
main.listOfItems .content .descriptionWrapper span {
  font-family: "PFDinTextPro-LightItalic";
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #004673;
}
main.listOfItems .content .pdfWrapper {
  max-width: 1200px;
  width: 100%;
  height: 80vh;
}

main.scarer .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.scarer .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.scarer .showPageNavBtn {
    display: block;
  }
}
main.scarer .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.scarer .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.scarer .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.scarer .pageMenu li:first-child {
  padding-left: 0;
}
main.scarer .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.scarer .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.scarer .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.scarer .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.scarer .pageMenu:hover {
    display: flex;
  }
}
main.scarer .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.scarer .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.scarer .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.scarer .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.scarer .pageMenu li a {
  color: #C9C9C9;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.scarer .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.scarer .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.scarer .pageMenu li a:hover {
    color: #000000;
  }
}
main.scarer .content {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 150px;
}
@media (max-width: 768px) {
  main.scarer .content {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.scarer .content {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.scarer .content > div {
  display: flex;
  justify-content: space-between;
  padding-bottom: 150px;
}
main.scarer .content .txt {
  text-align: justify;
}
main.scarer .content h3 {
  text-align: left;
}
main.scarer .content p {
  max-width: 600px;
  background-repeat: no-repeat;
}
main.scarer .content .scarerDescription h3 {
  max-width: 400px;
}
main.scarer .content .scarerDescription p {
  padding-left: 15px;
  padding-top: 15px;
}
main.scarer .content .scarerNodesDescription p {
  background-position: top right;
  padding-top: 15px;
  padding-right: 15px;
}
main.scarer .content .schema h3 {
  max-width: 500px;
}
main.scarer .content .schema p {
  padding-left: 15px;
  padding-top: 15px;
}

main.clutchTermo .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.clutchTermo .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.clutchTermo .showPageNavBtn {
    display: block;
  }
}
main.clutchTermo .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.clutchTermo .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.clutchTermo .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.clutchTermo .pageMenu li:first-child {
  padding-left: 0;
}
main.clutchTermo .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.clutchTermo .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.clutchTermo .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.clutchTermo .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.clutchTermo .pageMenu:hover {
    display: flex;
  }
}
main.clutchTermo .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.clutchTermo .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.clutchTermo .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.clutchTermo .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.clutchTermo .pageMenu li a {
  color: #C9C9C9;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.clutchTermo .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.clutchTermo .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.clutchTermo .pageMenu li a:hover {
    color: #000000;
  }
}
main.clutchTermo .content {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 150px;
  padding-bottom: 150px;
}
main.clutchTermo .content h1 {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 60px;
}
main.clutchTermo .content h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  padding-bottom: 30px;
  /* identical to box height, or 26px */
  letter-spacing: 0.015em;
  color: #004673;
}
main.clutchTermo .content .italic {
  font-family: PFDinTextPro-LightItalic;
}
main.clutchTermo .content p {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  main.clutchTermo .content {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.clutchTermo .content {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.clutchTermo .content .bold {
  font-weight: bolder;
}
main.clutchTermo .content .equipment {
  padding-bottom: 80px;
}
main.clutchTermo .content .equipment ul.list {
  list-style-type: disc;
  padding: 20px 0 20px 20px;
}
main.clutchTermo .content .equipment ul.list li {
  padding-bottom: 10px;
}
main.clutchTermo .content .shrinkageProcessFeatures {
  padding-bottom: 80px;
}
main.clutchTermo .content .shrinkageProcessFeatures ul li:first-child {
  padding-top: 15px;
}
main.clutchTermo .content .shrinkageProcessFeatures ul li {
  padding-bottom: 15px;
}
main.clutchTermo .content .shrinkageProcessFeatures ul li span {
  font-weight: bold;
  color: #004673;
}
main.clutchTermo .content .instructionsWrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
main.clutchTermo .content .instructionsWrapper .instruction h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #004673;
  padding-bottom: 30px;
}
main.clutchTermo .content .links {
  padding-top: 80px;
}
main.clutchTermo .content .links div:first-child {
  padding-bottom: 15px;
}
main.clutchTermo .content .links div a span {
  color: #004673;
  font-family: PFDinTextPro-LightItalic;
}

main.aluminumTips .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.aluminumTips .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.aluminumTips .showPageNavBtn {
    display: block;
  }
}
main.aluminumTips .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.aluminumTips .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.aluminumTips .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.aluminumTips .pageMenu li:first-child {
  padding-left: 0;
}
main.aluminumTips .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.aluminumTips .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.aluminumTips .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.aluminumTips .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.aluminumTips .pageMenu:hover {
    display: flex;
  }
}
main.aluminumTips .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.aluminumTips .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.aluminumTips .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.aluminumTips .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.aluminumTips .pageMenu li a {
  color: #C9C9C9;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.aluminumTips .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.aluminumTips .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.aluminumTips .pageMenu li a:hover {
    color: #000000;
  }
}
main.aluminumTips .content {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  main.aluminumTips .content {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.aluminumTips .content {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.aluminumTips .content h1 {
  padding-bottom: 30px;
  text-align: center;
}
main.aluminumTips .content .type {
  text-align: center;
  font-weight: bolder;
  padding-bottom: 60px;
}
main.aluminumTips .content .bold {
  font-weight: bolder;
}
main.aluminumTips .content p {
  padding-bottom: 20px;
  text-align: center;
}
main.aluminumTips .content .imageWrapper {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
main.aluminumTips .content .tableWrapper {
  padding-top: 80px;
  overflow: auto;
}
main.aluminumTips .content .tableWrapper .table {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: min-content;
  border-bottom: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
}
main.aluminumTips .content .tableWrapper .table .header {
  padding: 30px 15px;
  min-height: 207px;
}
main.aluminumTips .content .tableWrapper .table .col {
  padding: 15px;
  width: 70px;
  border-top: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  text-align: center;
}
main.aluminumTips .content .tableWrapper .table .designation {
  padding: 15px 25px;
  width: 140px;
  border-top: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
}
main.aluminumTips .content .tableWrapper .table .header, main.aluminumTips .content .tableWrapper .table .designation {
  background-color: #EFF5FB;
  color: #004673;
}
main.aluminumTips .content .tableWrapper .table .row {
  display: flex;
}
main.aluminumTips .content .tableWrapper .table .row .rotate {
  position: relative;
  text-align: left;
}
main.aluminumTips .content .tableWrapper .table .row .rotate span {
  display: block;
  width: max-content;
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: rotate(-90deg);
}
main.aluminumTips .content .tableWrapper .table .row .diameter span {
  bottom: 40%;
  left: -50%;
}

main.clutches .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.clutches .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.clutches .showPageNavBtn {
    display: block;
  }
}
main.clutches .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.clutches .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.clutches .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.clutches .pageMenu li:first-child {
  padding-left: 0;
}
main.clutches .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.clutches .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.clutches .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.clutches .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.clutches .pageMenu:hover {
    display: flex;
  }
}
main.clutches .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.clutches .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.clutches .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.clutches .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.clutches .pageMenu li a {
  color: #C9C9C9;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.clutches .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.clutches .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.clutches .pageMenu li a:hover {
    color: #000000;
  }
}
main.clutches {
  position: relative;
}
main.clutches div.clutchFirstModal, main.clutches div.clutchSecondModal {
  display: none;
  width: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
}
main.clutches div.clutchFirstModal .modal, main.clutches div.clutchSecondModal .modal {
  background-color: white;
  z-index: 21;
  width: max-content;
  height: max-content;
  padding: 60px;
  max-width: 90%;
  overflow: auto;
  max-height: 99vh;
  text-align: center;
}
main.clutches div.clutchFirstModal .modal h3, main.clutches div.clutchSecondModal .modal h3 {
  text-align: center;
}
main.clutches div.clutchFirstModal .modal .close, main.clutches div.clutchSecondModal .modal .close {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 45px;
  transition: 0.1s all ease;
}
main.clutches div.clutchFirstModal .modal .close svg:hover, main.clutches div.clutchSecondModal .modal .close svg:hover {
  cursor: pointer;
  transform: scale(1.03);
}
main.clutches div.clutchFirstModal .modal .tableWrapper, main.clutches div.clutchSecondModal .modal .tableWrapper {
  text-align: left;
}
main.clutches div.clutchFirstModal .modal .tableWrapper .table, main.clutches div.clutchSecondModal .modal .tableWrapper .table {
  overflow: auto;
  width: max-content;
  border-bottom: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
}
main.clutches div.clutchFirstModal .modal .tableWrapper .table .col, main.clutches div.clutchSecondModal .modal .tableWrapper .table .col {
  width: 33.3%;
}
main.clutches div.clutchFirstModal .modal .tableWrapper .table > .row, main.clutches div.clutchSecondModal .modal .tableWrapper .table > .row {
  display: flex;
}
main.clutches div.clutchFirstModal .modal .tableWrapper .table > .row .desc, main.clutches div.clutchSecondModal .modal .tableWrapper .table > .row .desc {
  padding: 25px;
  border-left: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
}
main.clutches div.clutchFirstModal .modal .tableWrapper .table > .row > .col .row .col, main.clutches div.clutchSecondModal .modal .tableWrapper .table > .row > .col .row .col {
  width: 100%;
  border-left: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
  padding: 25px;
  text-align: center;
}
main.clutches div.clutchFirstModal .modal .tableWrapper .table .col.center, main.clutches div.clutchSecondModal .modal .tableWrapper .table .col.center {
  text-align: center;
}
main.clutches div.clutchFirstModal .modal .tableWrapper .table .header, main.clutches div.clutchSecondModal .modal .tableWrapper .table .header {
  color: #004673;
  padding: 25px;
  border-left: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
  text-align: center;
}
main.clutches div.clutchFirstModal .modal .tableWrapper .table .header:first-child, main.clutches div.clutchSecondModal .modal .tableWrapper .table .header:first-child {
  text-align: left;
}
main.clutches .content {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  main.clutches .content {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.clutches .content {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.clutches .content h2 {
  padding-bottom: 60px;
  text-align: center;
}
main.clutches .content p {
  padding-bottom: 20px;
}
main.clutches .content h5 {
  font-style: normal;
  font-weight: bolder;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.015em;
  text-align: center;
  color: #004673;
}
main.clutches .content p.italic {
  font-family: PFDinTextPro-LightItalic;
}
main.clutches .content ul {
  list-style-type: disc;
  padding-bottom: 20px;
}
main.clutches .content ul li {
  margin-left: 25px;
}
main.clutches .content .structure {
  padding-top: 80px;
}
main.clutches .content .structure .desc {
  font-size: 13px;
  color: #D9DADA;
  text-align: center;
  padding-bottom: 30px;
}
main.clutches .content .structure h5 {
  padding-bottom: 30px;
  font-weight: bolder;
}
main.clutches .content span.bold {
  font-weight: bold;
}
main.clutches .content .imgWrapper {
  width: min-content;
  margin: 0 auto;
  padding-bottom: 80px;
}
main.clutches .content #sertificate {
  font-family: PFDinTextPro-LightItalic;
  color: #004673;
}
main.clutches .content .techInstruction {
  padding-top: 80px;
}
main.clutches .content .techInstruction h5 {
  padding-bottom: 60px;
}
main.clutches .content .techInstruction p {
  text-align: center;
  padding-bottom: 0;
}
main.clutches .content .techInstruction .next {
  width: min-content;
  margin: 0 auto;
  padding: 30px 0;
}
main.clutches .content .schemaWrapper {
  padding-top: 80px;
  width: min-content;
  margin: 0 auto;
}

main.shield .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.shield .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.shield .showPageNavBtn {
    display: block;
  }
}
main.shield .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.shield .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.shield .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.shield .pageMenu li:first-child {
  padding-left: 0;
}
main.shield .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.shield .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.shield .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.shield .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.shield .pageMenu:hover {
    display: flex;
  }
}
main.shield .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.shield .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.shield .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.shield .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.shield .pageMenu li a {
  color: #C9C9C9;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.shield .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.shield .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.shield .pageMenu li a:hover {
    color: #000000;
  }
}
main.shield .content {
  padding: 150px 0;
}
main.shield .content span.bold {
  font-weight: bold;
}
main.shield .content h3 {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
main.shield .content .typeWrapper {
  text-align: center;
  font-weight: bold;
}
main.shield .content p.desc {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
}
main.shield .content .constructionDescription {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  main.shield .content .constructionDescription {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.shield .content .constructionDescription {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.shield .content .constructionDescription p {
  max-width: 500px;
  padding-top: 15px;
  padding-left: 15px;
  background-image: url(./assets/images/miniBorderLeftTop.svg);
  background-repeat: no-repeat;
}
main.shield .content .constructionDescription .imagesWrapper {
  display: flex;
}
main.shield .content .constructionDescription .dimensionsWrapper {
  transform: rotate(90deg);
}
main.shield .content .constructionDescription .dimensionsWrapper span {
  font-weight: bolder;
  color: #004673;
  font-size: 16px;
}
main.shield .content .rename {
  padding-left: 12.81%;
  padding-right: 12.81%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 150px;
}
@media (max-width: 768px) {
  main.shield .content .rename {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.shield .content .rename {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.shield .content .rename .txtContent {
  width: 40%;
}
main.shield .content .rename .txtContent p {
  max-width: 100%;
  padding-top: 15px;
  padding-right: 15px;
}
main.shield .content .rename .txtContent p:first-child {
  background-image: url(./assets/images/miniBorderRightTop.svg);
  background-repeat: no-repeat;
  background-position: right top;
}
main.shield .content .benefits {
  padding-top: 150px;
  display: flex;
}
main.shield .content .benefits div:first-child {
  background-color: #EFF5FB;
}
main.shield .content .shieldStructure {
  padding-top: 150px;
  padding-left: 12.81%;
  padding-right: 12.81%;
}
@media (max-width: 768px) {
  main.shield .content .shieldStructure {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.shield .content .shieldStructure {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.antiCorruption .content {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  main.antiCorruption .content {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.antiCorruption .content {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.antiCorruption .content .pdfWrapper {
  height: 100vh;
}

main.personalWelcome .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.personalWelcome .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.personalWelcome .showPageNavBtn {
    display: block;
  }
}
main.personalWelcome .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.personalWelcome .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.personalWelcome .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.personalWelcome .pageMenu li:first-child {
  padding-left: 0;
}
main.personalWelcome .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.personalWelcome .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.personalWelcome .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.personalWelcome .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.personalWelcome .pageMenu:hover {
    display: flex;
  }
}
main.personalWelcome .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.personalWelcome .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.personalWelcome .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.personalWelcome .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.personalWelcome .pageMenu li a {
  color: #C9C9C9;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.personalWelcome .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.personalWelcome .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.personalWelcome .pageMenu li a:hover {
    color: #000000;
  }
}
main.personalWelcome .content {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  main.personalWelcome .content {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.personalWelcome .content {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.personalWelcome .content h2 {
  max-width: 825px;
  margin: 0 auto;
  padding-bottom: 60px;
}
main.personalWelcome .content p {
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
}
main.personalWelcome .content p:last-child {
  padding-bottom: 0;
}
main.personalWelcome .content .blue {
  color: #004673;
  font-weight: bolder;
}
main.personalWelcome .content ul {
  padding-bottom: 20px;
}
main.personalWelcome .content ul li {
  text-align: center;
  width: 100%;
}
main.personalWelcome .content ul li:first-child {
  padding-bottom: 15px;
}
main.personalWelcome .content .tableWrapper {
  padding-top: 60px;
}
main.personalWelcome .content .tableWrapper .table {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.personalWelcome .content .tableWrapper .table .row {
  display: flex;
}
main.personalWelcome .content .tableWrapper .table .row .header {
  font-weight: bolder;
  color: #004673;
  border-top: 1px solid #EBEBEB;
}
main.personalWelcome .content .tableWrapper .table .row .col {
  padding: 25px;
  border-bottom: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  width: 180px;
}
main.personalWelcome .content .tableWrapper .table .row .col:first-child, main.personalWelcome .content .tableWrapper .table .row .col:nth-child(2), main.personalWelcome .content .tableWrapper .table .row .col:nth-child(3) {
  width: 215px;
}
main.personalWelcome .content .tableWrapper .table .row .col:last-child {
  border-right: 1px solid #EBEBEB;
}
main.personalWelcome .content .tableWrapper .table .row .col:last-child:not(.header) {
  display: flex;
  justify-content: center;
}
main.personalWelcome .content .tableWrapper .table .row .col:last-child:not(.header) a {
  color: white;
  background-color: #004673;
  padding: 12px 31px;
  font-family: Conv_Akrobat;
  font-weight: bolder;
  letter-spacing: 0.015em;
}

main.parentOrganization .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.parentOrganization .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.parentOrganization .showPageNavBtn {
    display: block;
  }
}
main.parentOrganization .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.parentOrganization .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.parentOrganization .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.parentOrganization .pageMenu li:first-child {
  padding-left: 0;
}
main.parentOrganization .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.parentOrganization .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.parentOrganization .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.parentOrganization .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.parentOrganization .pageMenu:hover {
    display: flex;
  }
}
main.parentOrganization .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.parentOrganization .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.parentOrganization .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.parentOrganization .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.parentOrganization .pageMenu li a {
  color: #C9C9C9;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.parentOrganization .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.parentOrganization .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.parentOrganization .pageMenu li a:hover {
    color: #000000;
  }
}
main.parentOrganization .content {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 150px;
  padding-bottom: 150px;
  background-repeat: no-repeat;
  background-position: 65% center;
}
@media (max-width: 768px) {
  main.parentOrganization .content {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.parentOrganization .content {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.parentOrganization .content a {
  color: black;
}
main.parentOrganization .content span.blue {
  color: #004673;
  font-weight: bolder;
}
main.parentOrganization .content h2 {
  padding-bottom: 60px;
}
main.parentOrganization .content p {
  padding-bottom: 25px;
}
main.parentOrganization .content p:last-child {
  padding-bottom: 0;
}
main.parentOrganization .content ul {
  padding-bottom: 25px;
}
main.parentOrganization .content ul li {
  font-family: PFDinTextPro-LightItalic;
  padding-bottom: 20px;
}
main.parentOrganization .content ul li:last-child {
  padding-bottom: 0;
}

main.procedureForConsideration .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.procedureForConsideration .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.procedureForConsideration .showPageNavBtn {
    display: block;
  }
}
main.procedureForConsideration .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.procedureForConsideration .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.procedureForConsideration .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.procedureForConsideration .pageMenu li:first-child {
  padding-left: 0;
}
main.procedureForConsideration .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.procedureForConsideration .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.procedureForConsideration .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.procedureForConsideration .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.procedureForConsideration .pageMenu:hover {
    display: flex;
  }
}
main.procedureForConsideration .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.procedureForConsideration .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.procedureForConsideration .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.procedureForConsideration .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.procedureForConsideration .pageMenu li a {
  color: #C9C9C9;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.procedureForConsideration .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.procedureForConsideration .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.procedureForConsideration .pageMenu li a:hover {
    color: #000000;
  }
}
main.procedureForConsideration .content {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 80px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  main.procedureForConsideration .content {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.procedureForConsideration .content {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.procedureForConsideration .content p {
  padding-bottom: 20px;
}
main.procedureForConsideration .content ul {
  list-style-type: disc;
}
main.procedureForConsideration .content ul li {
  padding-bottom: 15px;
  margin-left: 20px;
}
main.procedureForConsideration .content ol > li {
  margin-left: 15px;
  padding-bottom: 20px;
}
main.procedureForConsideration .content p a {
  color: #004673;
  font-family: PFDinTextPro-LightItalic;
}
main.procedureForConsideration .content h2 {
  padding-bottom: 60px;
}
main.procedureForConsideration .content span.blue {
  color: #004673;
  font-weight: bolder;
}
main.procedureForConsideration .content nav.linksWrapper {
  padding-top: 60px;
  padding-bottom: 80px;
}
main.procedureForConsideration .content nav.linksWrapper p {
  padding-bottom: 25px;
}
main.procedureForConsideration .content div.linksWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
main.procedureForConsideration .content div.linksWrapper a {
  color: #004673;
  font-family: PFDinTextPro-LightItalic;
  padding-bottom: 20px;
}

main.educationalCenterContacts .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.educationalCenterContacts .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.educationalCenterContacts .showPageNavBtn {
    display: block;
  }
}
main.educationalCenterContacts .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.educationalCenterContacts .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.educationalCenterContacts .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.educationalCenterContacts .pageMenu li:first-child {
  padding-left: 0;
}
main.educationalCenterContacts .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.educationalCenterContacts .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.educationalCenterContacts .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.educationalCenterContacts .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.educationalCenterContacts .pageMenu:hover {
    display: flex;
  }
}
main.educationalCenterContacts .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.educationalCenterContacts .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.educationalCenterContacts .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.educationalCenterContacts .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.educationalCenterContacts .pageMenu li a {
  color: #999999;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.educationalCenterContacts .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.educationalCenterContacts .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.educationalCenterContacts .pageMenu li a:hover {
    color: #000000;
  }
}
main.educationalCenterContacts .content {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 90px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  main.educationalCenterContacts .content {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.educationalCenterContacts .content {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 480px) {
  main.educationalCenterContacts .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
main.educationalCenterContacts .content h3 {
  position: relative;
  width: max-content;
  padding-bottom: 0;
}
main.educationalCenterContacts .content h3:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  top: 55%;
  right: -100px;
}
@media (max-width: 480px) {
  main.educationalCenterContacts .content h3:after {
    display: none;
  }
}
@media (max-width: 768px) {
  main.educationalCenterContacts .content h3 {
    width: 100%;
    text-align: center;
  }
}
main.educationalCenterContacts .content .contactsWrapper {
  padding-top: 60px;
  display: flex;
  height: 404px;
}
@media (max-width: 1170px) {
  main.educationalCenterContacts .content .contactsWrapper {
    flex-wrap: wrap;
    justify-content: center;
    height: max-content;
  }
}
@media (max-width: 480px) {
  main.educationalCenterContacts .content .contactsWrapper {
    padding-top: 30px;
  }
}
main.educationalCenterContacts .content .contactsWrapper .contactsData {
  display: flex;
  flex-direction: column;
  padding: 0 60px;
  justify-content: center;
  background-color: #EFF5FB;
  width: 30%;
}
@media (max-width: 1750px) {
  main.educationalCenterContacts .content .contactsWrapper .contactsData {
    width: 40%;
  }
}
@media (max-width: 1310px) {
  main.educationalCenterContacts .content .contactsWrapper .contactsData {
    width: 45%;
  }
}
@media (max-width: 1170px) {
  main.educationalCenterContacts .content .contactsWrapper .contactsData {
    order: 1;
    width: 60%;
    padding: 60px 60px;
  }
}
@media (max-width: 900px) {
  main.educationalCenterContacts .content .contactsWrapper .contactsData {
    width: 70%;
  }
}
@media (max-width: 768px) {
  main.educationalCenterContacts .content .contactsWrapper .contactsData {
    order: 1;
    width: 70%;
    padding: 60px 60px;
  }
}
@media (max-width: 640px) {
  main.educationalCenterContacts .content .contactsWrapper .contactsData {
    width: 75%;
  }
}
@media (max-width: 540px) {
  main.educationalCenterContacts .content .contactsWrapper .contactsData {
    width: 85%;
  }
}
@media (max-width: 480px) {
  main.educationalCenterContacts .content .contactsWrapper .contactsData {
    width: 100%;
    padding: 35px 35px;
  }
}
@media (max-width: 330px) {
  main.educationalCenterContacts .content .contactsWrapper .contactsData {
    padding: 25px 25px;
  }
}
@media (max-width: 310px) {
  main.educationalCenterContacts .content .contactsWrapper .contactsData {
    padding: 15px 15px;
  }
}
main.educationalCenterContacts .content .contactsWrapper .contactsData p {
  padding-bottom: 15px;
}
main.educationalCenterContacts .content .contactsWrapper .contactsData p span {
  font-weight: bolder;
  color: #004673;
}
@media (max-width: 480px) {
  main.educationalCenterContacts .content .contactsWrapper .contactsData p {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  main.educationalCenterContacts .content .contactsWrapper .contactsData p {
    font-size: 12px;
  }
}
main.educationalCenterContacts .content .contactsWrapper .contactsData p:last-child {
  padding-bottom: 0;
}
main.educationalCenterContacts .content .contactsWrapper .map {
  width: 70%;
  background: #1e8cbe;
}
@media (max-width: 1750px) {
  main.educationalCenterContacts .content .contactsWrapper .map {
    width: 60%;
  }
}
@media (max-width: 1310px) {
  main.educationalCenterContacts .content .contactsWrapper .map {
    width: 55%;
  }
}
@media (max-width: 1170px) {
  main.educationalCenterContacts .content .contactsWrapper .map {
    width: 100%;
    order: 2;
    height: 60vh;
    padding-top: 80px;
    background-color: white;
  }
}
@media (max-width: 480px) {
  main.educationalCenterContacts .content .contactsWrapper .map {
    padding-top: 45px;
  }
}
main.educationalCenterContacts .content .additionalInformation {
  padding-top: 150px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  main.educationalCenterContacts .content .additionalInformation {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  main.educationalCenterContacts .content .additionalInformation {
    padding-top: 80px;
  }
}
main.educationalCenterContacts .content .additionalInformation .travel {
  max-width: 45%;
}
@media (max-width: 1280px) {
  main.educationalCenterContacts .content .additionalInformation .travel {
    max-width: 100%;
    width: 100%;
  }
}
main.educationalCenterContacts .content .additionalInformation .travel h3 {
  position: relative;
  width: max-content;
  padding-bottom: 0;
  margin-bottom: 30px;
}
main.educationalCenterContacts .content .additionalInformation .travel h3:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #AEC0D0;
  width: 70px;
  top: 55%;
  right: -100px;
}
@media (max-width: 480px) {
  main.educationalCenterContacts .content .additionalInformation .travel h3:after {
    display: none;
  }
}
@media (max-width: 768px) {
  main.educationalCenterContacts .content .additionalInformation .travel h3 {
    text-align: center;
    width: 100%;
  }
  main.educationalCenterContacts .content .additionalInformation .travel h3:after {
    display: none;
  }
}
main.educationalCenterContacts .content .additionalInformation .travel .info {
  padding-bottom: 25px;
}
main.educationalCenterContacts .content .additionalInformation .travel p {
  padding-bottom: 15px;
}
main.educationalCenterContacts .content .additionalInformation .travel p span {
  color: #004673;
  font-weight: bolder;
}
main.educationalCenterContacts .content .additionalInformation .bankRequisites {
  max-width: 45%;
}
@media (max-width: 1280px) {
  main.educationalCenterContacts .content .additionalInformation .bankRequisites {
    max-width: 100%;
    width: 100%;
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  main.educationalCenterContacts .content .additionalInformation .bankRequisites {
    padding-top: 30px;
  }
}
main.educationalCenterContacts .content .additionalInformation .bankRequisites h5 {
  text-align: center;
  padding-bottom: 25px;
  font-size: 15px;
  font-family: Conv_Akrobat;
}
main.educationalCenterContacts .content .additionalInformation .bankRequisites p {
  font-family: PFDinTextPro-LightItalic;
  text-align: center;
  color: #004673;
  padding-bottom: 15px;
}
main.educationalCenterContacts .content .additionalInformation .bankRequisites p:last-child {
  padding-bottom: 0;
}

main.educationalCenterHistory .showPageNavBtn {
  display: none;
  width: max-content;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
main.educationalCenterHistory .showPageNavBtn:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  main.educationalCenterHistory .showPageNavBtn {
    display: block;
  }
}
main.educationalCenterHistory .showPageNavBtn:hover + .pageMenu {
  display: flex;
}
main.educationalCenterHistory .showPageNavBtn:focus + .pageMenu {
  display: flex;
}
main.educationalCenterHistory .pageMenu li:last-child {
  border-right: none;
  padding-right: 0;
}
main.educationalCenterHistory .pageMenu li:first-child {
  padding-left: 0;
}
main.educationalCenterHistory .pageMenu {
  display: flex;
  justify-content: center;
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main.educationalCenterHistory .pageMenu {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.educationalCenterHistory .pageMenu {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 1280px) {
  main.educationalCenterHistory .pageMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 20px 45px;
    box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #004673;
  }
  main.educationalCenterHistory .pageMenu:hover {
    display: flex;
  }
}
main.educationalCenterHistory .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}
main.educationalCenterHistory .pageMenu li {
  border-right: 1px solid #C9C9C9;
  padding: 0 50px;
}
@media (max-width: 1620px) {
  main.educationalCenterHistory .pageMenu li {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  main.educationalCenterHistory .pageMenu li {
    padding: 10px 0;
    border: none;
  }
}
main.educationalCenterHistory .pageMenu li a {
  color: #999999;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  transition: 0.05s all ease;
}
main.educationalCenterHistory .pageMenu li a:hover {
  color: #004673;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main.educationalCenterHistory .pageMenu li a {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: Conv_Akrobat;
    color: #000000;
  }
  main.educationalCenterHistory .pageMenu li a:hover {
    color: #000000;
  }
}
main.educationalCenterHistory h3 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 720px) {
  main.educationalCenterHistory h3 {
    padding-bottom: 45px;
  }
}
main.educationalCenterHistory .timeLine {
  padding-left: 12.81%;
  padding-right: 12.81%;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  main.educationalCenterHistory .timeLine {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.educationalCenterHistory .timeLine {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
@media (max-width: 720px) {
  main.educationalCenterHistory .timeLine {
    padding-bottom: 0;
  }
}
main.educationalCenterHistory .timeLine .eventGroup {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 720px) {
  main.educationalCenterHistory .timeLine .eventGroup {
    justify-content: center;
    flex-wrap: wrap;
  }
}
main.educationalCenterHistory .timeLine .eventGroup .eventsTxtWrapper {
  width: 45%;
  padding-bottom: 150px;
}
@media (max-width: 720px) {
  main.educationalCenterHistory .timeLine .eventGroup .eventsTxtWrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 720px) {
  main.educationalCenterHistory .timeLine .eventGroup .eventsTxtWrapper {
    width: 100%;
  }
}
main.educationalCenterHistory .timeLine .eventGroup .eventsTxtWrapper p {
  text-align: justify;
  padding-bottom: 15px;
}
@media (max-width: 720px) {
  main.educationalCenterHistory .timeLine .eventGroup .eventsTxtWrapper p {
    text-align: center;
  }
}
main.educationalCenterHistory .timeLine .eventGroup .eventsTxtWrapper p:last-child {
  padding-bottom: 0;
}
main.educationalCenterHistory .timeLine .eventGroup .eventsTxtWrapper .dateWrapper {
  font-size: 20px;
  text-align: right;
  color: #004673;
  padding-bottom: 30px;
}
@media (max-width: 720px) {
  main.educationalCenterHistory .timeLine .eventGroup .eventsTxtWrapper .dateWrapper {
    text-align: center;
    padding-bottom: 20px;
  }
}
main.educationalCenterHistory .timeLine .eventGroup .eventsTxtWrapper .dateWrapper span {
  font-weight: bolder;
}
main.educationalCenterHistory .timeLine .eventGroup .eventsTxtWrapper p, main.educationalCenterHistory .timeLine .eventGroup .eventsTxtWrapper .dateWrapper {
  max-width: 550px;
}
@media (max-width: 720px) {
  main.educationalCenterHistory .timeLine .eventGroup .eventsTxtWrapper p, main.educationalCenterHistory .timeLine .eventGroup .eventsTxtWrapper .dateWrapper {
    max-width: 100%;
    width: 100%;
  }
}
main.educationalCenterHistory .timeLine .eventGroup .lineWrapper {
  margin: 0 1%;
  width: 1px;
  height: inherit;
  background-color: #EBEBEB;
}
@media (max-width: 720px) {
  main.educationalCenterHistory .timeLine .eventGroup .lineWrapper {
    display: none;
  }
}
main.educationalCenterHistory .timeLine .eventGroup .lineWrapper .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #004673;
  transform: translateX(-45%);
}
main.educationalCenterHistory .timeLine .eventGroup .imgWrapper {
  width: 45%;
  padding-bottom: 150px;
  overflow: hidden;
}
@media (max-width: 720px) {
  main.educationalCenterHistory .timeLine .eventGroup .imgWrapper {
    width: 100%;
    padding-bottom: 80px;
  }
}
main.educationalCenterHistory .timeLine .eventGroup .imgWrapper img {
  height: 311px;
  width: auto;
  background-color: darkgray;
}
main.educationalCenterHistory .timeLine .eventGroup:first-child .lineWrapper, main.educationalCenterHistory .timeLine .eventGroup:first-child .eventsTxtWrapper {
  padding-top: 102px;
}
@media (max-width: 720px) {
  main.educationalCenterHistory .timeLine .eventGroup:first-child .lineWrapper, main.educationalCenterHistory .timeLine .eventGroup:first-child .eventsTxtWrapper {
    padding-top: 0;
  }
}
main.educationalCenterHistory .timeLine .eventGroup:first-child .imgWrapper {
  padding-top: 51px;
}
@media (max-width: 720px) {
  main.educationalCenterHistory .timeLine .eventGroup:first-child .imgWrapper {
    padding-top: 0;
  }
}
main.educationalCenterHistory .timeLine .eventGroup.left .eventsTxtWrapper {
  order: 1;
}
main.educationalCenterHistory .timeLine .eventGroup.left .eventsTxtWrapper > div, main.educationalCenterHistory .timeLine .eventGroup.left .eventsTxtWrapper p {
  margin-left: auto;
}
@media (max-width: 720px) {
  main.educationalCenterHistory .timeLine .eventGroup.left .eventsTxtWrapper > div, main.educationalCenterHistory .timeLine .eventGroup.left .eventsTxtWrapper p {
    margin: 0;
  }
}
main.educationalCenterHistory .timeLine .eventGroup.left .lineWrapper {
  order: 2;
}
main.educationalCenterHistory .timeLine .eventGroup.left .imgWrapper {
  order: 3;
}
@media (max-width: 720px) {
  main.educationalCenterHistory .timeLine .eventGroup.left .imgWrapper {
    order: 2;
  }
}
main.educationalCenterHistory .timeLine .eventGroup.left .imgWrapper img {
  display: block;
  margin-right: auto;
}
@media (max-width: 720px) {
  main.educationalCenterHistory .timeLine .eventGroup.left .imgWrapper img {
    margin: 0 auto;
  }
}
main.educationalCenterHistory .timeLine .eventGroup.right .imgWrapper {
  order: 1;
}
@media (max-width: 720px) {
  main.educationalCenterHistory .timeLine .eventGroup.right .imgWrapper {
    order: 2;
  }
}
main.educationalCenterHistory .timeLine .eventGroup.right .imgWrapper img {
  display: block;
  margin-left: auto;
}
@media (max-width: 720px) {
  main.educationalCenterHistory .timeLine .eventGroup.right .imgWrapper img {
    margin: 0 auto;
  }
}
main.educationalCenterHistory .timeLine .eventGroup.right .lineWrapper {
  order: 2;
}
main.educationalCenterHistory .timeLine .eventGroup.right .eventsTxtWrapper {
  order: 3;
}
@media (max-width: 720px) {
  main.educationalCenterHistory .timeLine .eventGroup.right .eventsTxtWrapper {
    order: 1;
  }
}
main.educationalCenterHistory .timeLine .eventGroup.right .eventsTxtWrapper .dateWrapper {
  text-align: left;
}
@media (max-width: 720px) {
  main.educationalCenterHistory .timeLine .eventGroup.right .eventsTxtWrapper .dateWrapper {
    text-align: center;
  }
}

main.tariffs {
  padding-left: 12.81%;
  padding-right: 12.81%;
}
@media (max-width: 768px) {
  main.tariffs {
    padding-left: 3.1%;
    padding-right: 3.1%;
  }
}
@media (max-width: 320px) {
  main.tariffs {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}
main.tariffs * {
  text-align: center;
}
main.tariffs h1 {
  padding-top: 60px;
  padding-bottom: 35px;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  main.tariffs h1 {
    padding-bottom: 25px;
  }
}
main.tariffs p:after {
  content: "";
  display: block;
  height: 1px;
  background-color: black;
  width: 93px;
  margin: 35px auto 80px auto;
}
@media (max-width: 480px) {
  main.tariffs p:after {
    margin: 25px auto 45px auto;
  }
}
main.tariffs ul {
  padding-bottom: 150px;
}
@media (max-width: 480px) {
  main.tariffs ul {
    padding-bottom: 80px;
  }
}
main.tariffs ul li {
  font-family: PFDinTextPro-LightItalic;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #004673;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  main.tariffs ul li {
    font-size: 14px;
  }
}
main.tariffs ul li:last-child {
  padding-bottom: 0;
}

/*-----------------------own products -----*/

main .pageMenu .current_page_item a {
  color: #004673;
  font-weight: 600;
}

main .pageMenu .sub-menu li:first-child{
  padding-left: 30px;
}
main.listOfItems .pageMenu li {
  padding: 0 50px;
}

main .pageMenu .sub-menu li{
  padding: 0 30px;
  padding-bottom: 12px;
  border-right: 0px;
}
main .pageMenu .sub-menu {
  z-index: 1;
  transition: 0.3s all ease;
  display: none;
  position: absolute;
  top: auto;
  width: 350px;
  background: #FFFFFF;
  box-shadow: 0 8px 10px rgba(0, 66, 113, 0.1);
  padding: 30px 10px 25px 0px;
  border-bottom: 4px solid #004673;
  margin-top: -3px;
}

main .pageMenu .sub-menu .level-2 {padding-top: 5px !important; display: block;}
main .pageMenu .sub-menu .level-3 {padding-top: 5px !important; display: block;}
main .pageMenu .sub-menu .level-2 {
  width: 275px !important;
  /*display: block;*/
}

main .pageMenu .sub-menu > .level-2 {
  width: 275px !important;
}


/*
main .pageMenu ul.sub-menu {
  width: 260px !important;
}
*/
/*main .pageMenu .sub-menu .menu-item-has-children .level-2 {display: block;}*/

main .pageMenu .sub-menu li .sub-menu .menu-item-has-children {
display: block;
}

main .pageMenu .sub-menu .level-2 > a:after {
  right: -35px;
  top: 10px!important;
  margin-right: -4px;
}

main .pageMenu li a:hover + .sub-menu{
  display: block;
}

main .pageMenu .menu-item-has-children:hover {
  display: block;
}

main .pageMenu li ul:hover {
  display: block;
}

main .pageMenu li ul:hover {
  display: block;
}

main .pageMenu .sub-menu .sub-menu:hover ~ a {
  border-bottom: 1px solid #004673;
  font-weight: bold;
}


main .pageMenu .sub-menu li a:hover {
  font-weight: bold;
}
main .pageMenu .sub-menu li:last-child {
  padding-bottom: 0;
}


main .pageMenu .menu-item-has-children > a {
  position: relative;
}

main .pageMenu .menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 5px;
  height: 4px;
  transform: rotate(45deg);
  right: -15px;
  top: 7px;
}


@media (max-width: 1270px) {
  main .pageMenu .menu-item-has-children > a:after {
    display: block;
  }
}

@media (max-width: 1270px) {
  main .pageMenu .sub-menu li:last-child {
    /*padding-bottom: 15px;*/
  }
}

@media (max-width: 1270px) {
    main .pageMenu .sub-menu li a {
        text-align: center;
        letter-spacing: 0.04em;
        font-family: Conv_Akrobat;
        color: #000;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.015em;
        font-size: 14px;
    }
}


@media (max-width: 1270px) {
    main .pageMenu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        width: max-content;
        margin: 0 auto;
        position: absolute;
        z-index: 3;
        background-color: #FFFFFF;
        padding: 20px 45px;
        box-shadow: 0 8px 10px rgb(0 66 113 / 10%);
        left: 50%;
        transform: translateX(-50%);
        border-bottom: 4px solid #004673;
        padding: 10px 10px 10px 30px;
    }
}

@media (max-width: 1280px) {
    main.listOfItems .pageMenu li {
      padding: 10px 10px 10px 30px;
      border: none;
    }
}

@media (max-width: 1270px) {
    main .pageMenu li {
        padding: 10px 10px 10px 30px;
    }
}

@media (max-width: 1270px) {
    main .pageMenu .sub-menu li {
    padding-bottom: 12px;
    max-width: 280px;
  }
}



@media (max-width: 740px) {
  main .pageMenu .sub-menu {
    left: 350px;
  }
}
@media (max-width: 640px) {
  main .pageMenu .sub-menu {
    left: 320px;
  }
}
@media (max-width: 639px) {
  main .pageMenu .sub-menu {
    position: static;
    transform: none;
  }
}


@media (max-width: 640px) {
  main .pageMenu .sub-menu li {
    max-width: 480px;
  }
}
@media (max-width: 480px) {
  main .pageMenu .sub-menu li {
    max-width: 320px;
  }
}
@media (max-width: 280px) {
  main .pageMenu .sub-menu li {
    max-width: 260px;
  }
}

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}



/*-----------------------END of own products -----*/


/*# sourceMappingURL=style.css.map */
