@font-face {
  src: url("../../font/PTS55F.ttf");
  font-family: PTSans;
}
body {
  font-family: PTSans, sans-serif;
}
.stopScroll {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  padding: 0;
  margin: 0;
}
.wrapper {
  padding: 1px 15px;
  width: 1140px;
  margin: 0 auto;
}
#success {
  display: none;
  position: fixed;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
}
#success img {
  width: 300px;
  margin-top: 50px;
}
#success p {
  color: white;
  font-size: 50px;
  margin-top: 0;
}
#main_Header {
  height: 650px;
  background: bottom center url("../../img/header_bg.png") no-repeat;
  background-size: cover;
  color: white;
}
#main_Header #main_Menu {
  list-style: none;
  margin-top: 30px;
  text-align: center;
}
#main_Header #main_Menu li {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
#main_Header #main_Menu li:not(:first-child) {
  margin-left: 30px;
}
#main_Header h1 {
  margin-top: 180px;
  text-align: center;
}
#main_Header p {
  text-align: center;
}
#main_Header .small_Menu {
  display: none !important;
}
#main_Header img.small_Menu {
  display: block;
  margin: 40px auto 0;
}
#main_Header #menu_Button {
  width: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: width 1s;
}
#main_Header #menu_Button div {
  height: 5px;
  background-color: white;
  transform-origin: 0 50%;
  transition: all 1s;
}
#main_Header #menu_Button div:not(:first-child) {
  margin-top: 5px;
}
#main_Header .active_Menu_Button {
  width: 29px !important;
}
#main_Header .active_Menu_Button div:first-child {
  transform: rotate(45deg);
}
#main_Header .active_Menu_Button div:nth-child(2) {
  opacity: 0;
}
#main_Header .active_Menu_Button div:last-child {
  transform: rotate(-45deg);
}
#main_Header ul.small_Menu {
  position: absolute;
  overflow: hidden;
  list-style: none;
  width: 100%;
  background-color: #2773a2;
  text-align: center;
  max-height: 0;
  transition: max-height 1s;
  z-index: 1000;
}
#main_Header ul.small_Menu li:first-child {
  margin-top: 40px;
}
#main_Header ul.small_Menu li {
  line-height: 50px;
  font-size: 13px;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
}
#main_Header ul.small_Menu li:not(:last-child) {
  border-bottom: 2px solid white;
}
#main_Header .active_Menu {
  max-height: 1000px !important;
}
#main_Header .current-menu-item {
  color: black;
}
@media screen and (max-width: 1170px) {
  .wrapper {
    width: 90%;
    padding: 1px 2%;
  }
  #main_Header {
    height: 460px;
  }
  #main_Header h1 {
    margin-top: 60px;
  }
  #main_Header .full_Menu {
    display: none;
  }
  #main_Header .small_Menu {
    display: block !important;
  }
}
#privilege .text_Content {
  margin-top: 50px;
  font-size: 14px;
  text-align: center;
}
#privilege h1 {
  margin-top: 60px;
  text-align: center;
  color: #2773a2;
}
#privilege #privilege_Icons {
  text-align: justify;
}
#privilege #privilege_Icons li {
  text-align: center;
  vertical-align: top;
  display: inline-block;
  width: 180px;
  font-size: 14px;
  margin: 20px;
}
#privilege #privilege_Icons li img {
  display: block;
  margin: 0 auto 30px auto;
}
#privilege #privilege_Icons li p:nth-child(2) {
  text-transform: uppercase;
  font-weight: bold;
}
#privilege #privilege_Icons li.helper {
  width: 100%;
  height: 0;
  visibility: hidden;
  margin: 0;
}
@media screen and (max-width: 540px) {
  #privilege #privilege_Icons {
    text-align: center;
  }
}
#start {
  background-color: #2773a2;
  padding-bottom: 50px;
  text-align: center;
  /* #form_Button {
    width: 200px;
    line-height: 50px;
    margin: 50px auto;
    color: #2773a2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: white;
    border-radius: 10px;
    cursor: pointer;
  }*/
}
#start h1 {
  text-transform: uppercase;
  color: white;
  text-align: center;
  margin: 50px 0;
}
#start img {
  display: block;
  margin: 0 auto 50px auto;
  width: 80%;
}
#start .form_Button {
  display: inline-block;
  line-height: 50px;
  margin: 50px auto 0;
  padding: 0 20px;
  color: #2773a2;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: white;
  border-radius: 10px;
}
#start .form_Button:last-child {
  margin-top: 15px;
}
#start #startImgV {
  display: none;
  width: 70%;
}
@media screen and (max-width: 800px) {
  #start img {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  #start #startImg {
    display: none;
  }
  #start #startImgV {
    display: block;
  }
}
#main_News {
  background-color: #d6dfe5;
}
#main_News h1 {
  margin: 60px 0 30px;
  text-align: center;
  color: #2773a2;
}
#main_News #news_Cards {
  text-align: justify;
  margin-bottom: 60px;
  font-size: 14px;
}
#main_News #news_Cards li {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  width: 245px;
  margin: 10px;
}
#main_News #news_Cards li p:nth-child(1) {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
}
#main_News #news_Cards li p:nth-child(2) {
  font-style: italic;
}
#main_News #news_Cards li p:nth-child(4) {
  font-weight: bold;
  text-decoration: underline;
  text-align: right;
}
#main_News #news_Cards li.helper {
  width: 100%;
  height: 0;
  visibility: hidden;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #main_News #news_Cards {
    text-align: center;
  }
}
#main_News.news #news_Cards {
  text-align: left;
}
#main_News.news #news_Cards li {
  margin: 50px 0 0;
  padding: 0 1%;
  width: 22%;
}
@media screen and (max-width: 1000px) {
  #main_News.news #news_Cards li {
    margin: 50px 0 0;
    padding: 0 4%;
    width: 41%;
  }
}
@media screen and (max-width: 600px) {
  #main_News.news #news_Cards li {
    margin: 50px 0 0;
    padding: 0 5%;
    width: 90%;
  }
}
.single_New {
  padding: 40px 20px;
}
.single_New p {
  text-indent: 10px;
  font-size: 14px;
}
#main_Contacts {
  background-color: #222c33;
}
#main_Contacts p {
  margin: 45px 0;
  color: white;
  text-align: center;
  font-size: 14px;
}
#form {
  display: none;
  position: fixed;
  top: 0;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#form .center {
  text-align: center;
  margin-bottom: 30px;
}
#form form {
  width: 80%;
  background-color: white;
  margin: 50px auto;
  padding: 50px;
  font-size: 14px;
  font-weight: bold;
}
#form form a {
  color: #2773a2;
  text-decoration: underline;
}
#form form .vertical {
  display: block;
  width: 96%;
}
#form form input[type="text"] {
  line-height: 30px;
  padding: 5px 10px;
  font-size: 16px;
  margin: 10px 0 25px;
  font-family: PTSans, sans-serif;
}
#form form input[type="radio"] {
  margin: 30px 0;
}
#form form .align1 {
  width: 50px;
  display: inline-block;
}
#form form .align2 {
  width: 150px;
  display: inline-block;
}
#form form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
#form form fieldset input {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
#form form button {
  width: 225px;
  height: 45px;
  display: block;
  margin: 50px auto;
  background-color: #00426b;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
}
@media screen and (max-width: 560px) {
  #form form {
    padding: 30px;
  }
}
@media screen and (max-width: 414px) {
  #form form fieldset input[type="text"] {
    width: 45px;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  #form form fieldset input[type="radio"] {
    margin: 30px 0;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  #form form .align1 {
    width: 30px;
  }
  #form form .align2 {
    width: 100px;
  }
}
#main_Header.header2 {
  background: none #2773a2;
  height: 160px;
}
.contacts {
  text-align: center;
  margin: 60px 0 30px;
}
.certificates {
  text-align: justify;
}
.certificates img {
  width: 90%;
  display: block;
  margin: 50px auto;
}
.certificates:after {
  content: " ";
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .certificates {
    text-align: center;
  }
  .certificates img {
    width: 80%;
  }
}
#info h1,
#law h1 {
  text-align: center;
  text-transform: uppercase;
  color: #2773a2;
  font-weight: normal;
  margin-top: 0;
}
#info .drop_Down,
#law .drop_Down {
  width: 100%;
  margin: 70px auto;
  text-align: center;
  font-size: 14px;
}
#info .drop_Down .show_DropDown_Button,
#law .drop_Down .show_DropDown_Button {
  margin-bottom: 30px;
  transition: transform 0.5s;
}
#info .drop_Down .rotate,
#law .drop_Down .rotate {
  transform-origin: 50% 50%;
  transform: rotateX(180deg);
}
#info .drop_Down .info_Wrap,
#law .drop_Down .info_Wrap {
  display: none;
}
#info .drop_Down .info_Wrap.info_Links ul,
#law .drop_Down .info_Wrap.info_Links ul {
  list-style: none;
  margin-bottom: 30px;
}
#info .drop_Down .info_Wrap.info_Links ul li,
#law .drop_Down .info_Wrap.info_Links ul li {
  text-transform: uppercase;
  text-decoration: underline;
  margin: 25px 0;
}
#info .drop_Down .info_Wrap .info_Text,
#law .drop_Down .info_Wrap .info_Text {
  text-align: justify;
  list-style: disc;
}
#info .drop_Down .info_Wrap .info_Text li,
#law .drop_Down .info_Wrap .info_Text li {
  margin: 10px 0;
}
#info .drop_Down .info_Wrap .info_Text .info_Label,
#law .drop_Down .info_Wrap .info_Text .info_Label {
  list-style: none;
  text-indent: 20px;
  font-size: 16px;
}
#info .drop_Down .info_Wrap .info_Text .info_Label .bold,
#law .drop_Down .info_Wrap .info_Text .info_Label .bold {
  font-weight: bold;
}
#info .drop_Down .info_Wrap .download_Doc_Button,
#law .drop_Down .info_Wrap .download_Doc_Button {
  font-size: 17px;
  list-style: none;
  text-align: center;
  margin: 30px 0;
}
#info .drop_Down .info_Wrap .download_Doc_Button a,
#law .drop_Down .info_Wrap .download_Doc_Button a {
  line-height: 50px;
  padding: 10px 15px;
  background-color: #2773a2;
  color: white;
}
#info .drop_Down .border,
#law .drop_Down .border {
  width: 565px;
  margin: 0 auto;
  border-bottom: 1px solid #2773a2;
}
#info .drop_Down .drop_Down_Little h1,
#law .drop_Down .drop_Down_Little h1 {
  font-size: 20px;
}
#info .drop_Down .drop_Down_Little .show_DropDown_Button,
#law .drop_Down .drop_Down_Little .show_DropDown_Button {
  width: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 565px) {
  #info .drop_Down,
  #law .drop_Down,
  #info form,
  #law form {
    width: 95%;
  }
  #info .drop_Down .border,
  #law .drop_Down .border {
    width: 100%;
  }
}
#info form {
  width: 565px;
  margin: 50px auto;
}
#info form label,
#info form input,
#info form textarea {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-family: PTSans, sans-serif;
}
#info form input,
#info form textarea {
  padding: 1%;
}
#info form label {
  font-size: 14px;
  font-weight: bold;
  margin: 5px auto;
}
#info form input {
  line-height: 40px;
}
#info form textarea {
  height: 150px;
}
#info form button {
  width: 225px;
  height: 45px;
  display: block;
  margin: 50px auto;
  background-color: #00426b;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
}
@media screen and (max-width: 565px) {
  #info form {
    width: 95%;
  }
}
#certificates h1 {
  margin-top: 60px;
  text-align: center;
  color: #2773a2;
}
#certificates_galery{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#certificates a {
  width: 40%;
  margin: 5%;
}
#certificates img {
  width: 100%;
}
