body {
  box-sizing: border-box;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  background: linear-gradient(180deg, #040d21 0%, #052951 100%);
}
.title {
  font-size: 24px;
  text-align: center;
  margin: 2em;
}
.sub_title_1,
.sub_title_2 {
  font-size: 20px;
  text-align: center;
  margin: 1em 0;
}

a {
  text-decoration: none;
  background-color: transparent;
  color: white;
}
a:hover {
  text-decoration: underline;
}

.lang_img {
  width: 32px;
}
.lang {
  float: right;
}
.user_guide {
  float: left;
}
.accord_img {
  width: 150px;
  margin: 20px 15px;
}
.img_conteiner {
  border-right: solid 1px #dedede;
}
.text_description {
  margin: 20px 15px;
}
.text_description p {
  color: white;
}
.topick {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700;
  margin: 15px;
  color: white;
}
/* header================================================================================ */
.main_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20vw;
}
.main_menu a:hover {
  text-decoration: underline;
}
.logo {
  min-width: 100px;
  max-width: 100px;
  margin-right: 20vw;
  padding-top: 7px;
}
.conteiner-header {
  padding: 0.5em 0;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.btn-back:hover {
  cursor: pointer;
}

.btn-back {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: #00a197;
  border-radius: 17px;
}
.btn-back:hover {
  background-color: #008a81;
}
header {
  background: linear-gradient(-120.14deg, #ffffff 28.98%, #052951 162.17%);
  border-bottom: 1px solid #19385c;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 200;
}
.main_menu a::before {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin: 0 5px 0 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.sub_title_1 a::after {
  content: "";
  border: solid #08c;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin: 0 5px 0 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Accordion settings================================================================================ */
h1 {
  color: white;
}

.accordion {
  margin: 2vw 20vw 0 20vw;
  display: flex;
  align-items: center;
  border: solid 1px #dedede;
  border-radius: 5px;
  transition: 0.4s;
}
.accordion:hover {
  cursor: pointer;
}
.active,
.accordion:hover {
  background-color: #93a2b2;
}
.panel {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
  margin: 0 20vw 2vw 20vw;
  /*border: solid 1px #dedede;*/
  align-items: center;
}

/* Table================================================================================ */
table {
  font-size: 14px;
  /* background: white;*/
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0 15px 0;
  /* border: solid 1px #dedede;*/
}
.column_N {
  width: 20%;
}
.column_2 {
  width: 40%;
}
.column_3 {
  width: 50%;
}
.subcolumn {
  width: 5%;
}

td:first-child {
  text-align: left;
}
th {
  text-align: center;
  font-weight: normal;
  color: white;
  padding: 10px 15px;
  font-weight: 600;
}
td {
  color: white;
  /* border: 1px solid#dedede;*/
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  padding: 10px 15px;
  text-align: center;
}
/*tr:hover td,
th {
  background: #f5f5f5;
}*/

/* footer================================================================================ */
.footer {
  flex: 1 1 auto;
  margin-top: 75px;
}
.footer-container ul,
.footer-container ol {
  list-style: none;
}
.footer_content {
  color: white;
  font-family: "Istok Web", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
  background: #ffffff;
}
.footer_bottom {
  text-align: center;
}
.footer_top {
  background: linear-gradient(180deg, #042347 0%, #fcfcfc 150.57%);
  width: 100%;
}
.footer_top_conteiner {
  padding: 30px 0;
  overflow: hidden;
  margin: 0 10vw;
  display: flex;
  justify-content: space-evenly;
}
#block_1 div {
  margin-bottom: 15px;
  color: white;
  font-family: "Istok Web", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
}
#footer #block_1 {
  line-height: 23px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 35px;
}
.footer_area {
  width: 18%;
}
.footer_area img {
  width: 180px;
}
#footer .footer_area {
  float: left;
  padding-left: 20px;
  padding-right: 5px;
}
h6 {
  color: white;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
}
ul,
ol {
  list-style: none;
  padding: 0;
}
.footer li {
  padding: 0px 0 6px;
}
.footer a {
  color: white;
}
.footer a:hover {
  text-decoration: underline;
}
.inner_contact {
  color: white;
  font-weight: normal;
}
.footer_bottom {
  clear: both;
  overflow: hidden;
  padding: 20px 0;
  font-size: 13px;
  color: white;
}
address {
  font-style: normal;
  margin: 0px;
  padding: 0;
}
.links {
  padding: 0;
}
.footer ul.links li.last {
  background: none;
}
#footer .active .mobile_togglemenu {
  background-position: right -52px;
}
.active .mobile_togglecolumn {
  background-position: right -51px;
}
/* end */
/*Media================================================================================ */
@media (max-width: 1300px) {
  .main_menu {
    margin-right: 10vw;
  }
  .logo {
    margin-left: 10vw;
  }
  .footer_top_conteiner {
    justify-content: space-between;
  }
  .footer_area {
    width: 25%;
  }
}
@media (max-width: 998px) {
  .footer_top_conteiner {
    display: block;
  }
  /* footer start*/

  .social_block {
    width: 100%;
    margin: 0;
  }
  .footer_top_conteiner,
  .footer_bottom {
    margin-left: 5vw;
  }
  .footer_top_conteiner {
    margin: 0 5vw;
  }
  #block_1 div {
    text-align: center;
  }
  .footer_area {
    width: 100%;
    margin: 0 5vw;
    padding: 0px;
  }
  #footer #block_1,
  #footer #block_2,
  #footer #block_3,
  #footer #block_4 {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  h6 {
    display: flex;
    justify-content: center;
  }
  .footer_area ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }
  #block_2 a {
    padding: 10px;
  }
  .social_block li {
    padding: 0 15px;
  }
  #block_3 li,
  #block_4 li {
    margin-left: 2vw;
  }
  .phoneno,
  .email {
    display: flex;
    align-items: center;
  }
  #block_4 li:nth-child(2),
  #block_4 li:nth-child(3) {
    display: flex;
    align-items: center;
  }
  .footer {
    margin-top: 25px;
  }
}
@media (max-width: 820px) {
  .accordion {
    margin: 0 5vw 0 5vw;
  }
  .panel {
    margin: 0 5vw 2vw 5vw;
  }
  .main_menu {
    margin-right: 5vw;
  }
  .logo {
    margin-left: 5vw;
  }
  .footer_cms {
    display: flex;
  }
  .social_block {
    width: 100%;
    margin: 0 5vw;
  }
  .footer_top_conteiner,
  .footer_bottom {
    margin-left: 5vw;
  }
  .footer_top_conteiner {
    margin: 0 5vw;
  }
  #block_1 div:first-child {
    text-align: center;
  }
  .footer_area {
    width: 100%;
    margin: 0 5vw;
    padding: 0px;
  }
  #footer #block_1,
  #footer #block_2,
  #footer #block_3 {
    margin: 0;
    padding: 0;
  }
  h6 {
    display: flex;
    justify-content: center;
  }
  .footer_area ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }
  #block_2 a {
    padding: 10px;
  }
  .social_block li {
    padding: 0 15px;
  }
}
@media (max-width: 730px) {
  .column_N,
  .column_2,
  .column_3,
  .subcolumn {
    width: 0;
  }
  table {
    font-size: 10px;
  }
  th,
  td {
    padding: 5px 10px;
  }
}
@media (max-width: 530px) {
  table {
    font-size: 10px;
  }
  th,
  td {
    padding: 1px 2px;
  }
  .accordion {
    margin: 0 2.5vw 0 2.5vw;
  }
  .panel {
    margin: 0 2.5vw 2vw 2.5vw;
  }
}
@media (max-width: 400px) {
  table {
    font-size: 8px;
  }
  th,
  td {
    padding: 1px;
  }
  .accordion {
    margin: 0;
  }
  .panel {
    margin: 0;
  }
  .conteiner-header {
    flex-direction: column;
    align-items: center;
  }
  .main_menu,
  .logo {
    margin: 5px auto;
  }
  .title {
    font-size: 12px;
  }
  .text_description {
    font-size: 70%;
  }
}
