/*  
Theme Name: CSISS
Theme URI: 
Description: Special theme for csiss
Version: 1.0
Author: 
Author URI: 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #484848;
  background: #f3f3f8;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: #484848;
}
button,
input,
textarea {
  border: 0;
  outline: 0;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.btn {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  padding: 10px 26px;
  background: #ED7C7C;
  border-radius: 10px;
}
.btn:hover {
  background: #E65F5F;
  text-decoration: none;
  cursor: pointer;
}
.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (max-width: 750px) {
  .container {
    max-width: 600px;
  }
}
main {
  padding: 40px 0;
  overflow-x: hidden;
}
main > .container > h1,
main > .container > h2,
main > .container > h3,
main > .container > h4,
main > .container > h5,
main > .container > h6 {
  margin: 40px 0;
}
@media screen and (max-width: 600px) {
  main > .container > h1,
  main > .container > h2,
  main > .container > h3,
  main > .container > h4,
  main > .container > h5,
  main > .container > h6 {
    margin: 20px 0;
  }
}
main > .container > p,
main > .container > ul,
main > .container > ol {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  main > .container > p,
  main > .container > ul,
  main > .container > ol {
    margin-bottom: 10px;
  }
}
main > .container > ul {
  padding-left: 20px;
}
main > .container > ul li {
  padding-left: 15px;
  position: relative;
}
main > .container > ul li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #A897EF;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 9px;
}
main > .container > ul li ul {
  margin-top: 10px;
}
main > .container > ul li ul li::before {
  width: 4px;
  height: 4px;
  background: transparent;
  border: 1px solid #A897EF;
}
main > .container > ol {
  padding-left: 20px;
}
main ul li {
  margin-bottom: 10px;
  position: relative;
}
main ol {
  counter-reset: my-awesome-counter;
}
main ol li {
  counter-increment: my-awesome-counter;
  margin-bottom: 10px;
}
main ol li::before {
  content: counter(my-awesome-counter) '.';
  margin-right: 5px;
  color: #a897ef;
}
main h1 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 140%;
}
@media screen and (max-width: 600px) {
  main h1 {
    font-size: 25px;
  }
}
main h2 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 140%;
}
@media screen and (max-width: 600px) {
  main h2 {
    font-size: 23px;
  }
}
main h3 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
}
@media screen and (max-width: 600px) {
  main h3 {
    font-size: 21px;
  }
}
main h4 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 140%;
}
@media screen and (max-width: 600px) {
  main h4 {
    font-size: 19px;
  }
}
main h5 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
}
@media screen and (max-width: 600px) {
  main h5 {
    font-size: 17px;
  }
}
main h6 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
}
@media screen and (max-width: 600px) {
  main h6 {
    font-size: 15px;
  }
}
main p {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
@media screen and (max-width: 600px) {
  main p {
    font-size: 14px;
  }
}
main a {
  color: #ED7C7C;
}
main a:hover {
  text-decoration: underline;
}
main strong {
  font-weight: 700;
}
main em {
  font-style: italic;
}
#totop {
  position: fixed;
  right: 150px;
  bottom: 100px;
  cursor: pointer;
  display: none;
  width: 40px;
  height: 40px;
  background: #A897EF;
  opacity: 0.5;
  border-radius: 8px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
#totop:hover {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  #totop {
    right: 10px;
  }
}
header.bar_fixed {
  position: fixed;
  width: 100%;
  top: -74px;
  z-index: 10;
  background: #303030;
}
header.bar_fixed.topbar {
  top: -44px;
}
header.bar_fixed.topbar + main {
  margin-top: 126px;
}
.mmenu {
  width: 20px;
  height: 12px;
  position: relative;
  cursor: pointer;
  display: none;
}
.mmenu .line {
  height: 2px;
  width: 20px;
  background: #fff;
  border-radius: 1px;
  position: absolute;
  transition: 0.5s;
}
.mmenu .line1 {
  top: 0;
  right: 0;
}
.mmenu .line2 {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mmenu .line3 {
  bottom: 0;
  right: 0;
  width: 10px;
}
.mmmenuopen .line1 {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.mmmenuopen .line2 {
  height: 0;
}
.mmmenuopen .line3 {
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(50%) rotate(-45deg);
  width: 20px;
}
@media screen and (max-width: 1000px) {
  .mmenu {
    display: block;
    margin-left: auto;
  }
}
ul#breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
ul#breadcrumbs::before {
  content: url('img/breadcrumbs_before.svg');
  margin-right: 10px;
  position: relative;
  bottom: 3px;
}
ul#breadcrumbs li {
  margin-left: 0;
  padding-left: 0;
  margin-right: 10px;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #484848;
}
ul#breadcrumbs li::before {
  content: none;
}
ul#breadcrumbs li.separator {
  color: #C63232;
}
ul#breadcrumbs li a {
  color: #484848;
}
figure.wp-block-table table thead tr th {
  padding: 10px 20px;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #484848;
}
figure.wp-block-table table tbody {
  background: #FFFFFF;
  box-shadow: 0px 0px 50px rgba(84, 84, 150, 0.15);
  border-radius: 10px;
}
figure.wp-block-table table tbody tr {
  border-bottom: 1px solid #F3F3F8;
}
figure.wp-block-table table tbody tr td {
  padding: 10px 20px;
}
figure.wp-block-table table tbody tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}
figure.wp-block-table table tbody tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}
figure.wp-block-table table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
figure.wp-block-table table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
header .top-line {
  padding: 20px 0;
  background: #545496;
}
header .top-line .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-line .container .lang-menu {
  position: relative;
}
header .top-line .container .lang-menu .item,
header .top-line .container .lang-menu .sclang li a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .top-line .container .lang-menu .item span.img,
header .top-line .container .lang-menu .sclang li a span.img {
  width: 36px;
  height: 36px;
  padding: 2px;
  border-radius: 50%;
  border: 3px solid #A897EF;
  flex: none;
  margin-right: 15px;
  transition: 0.5s;
}
header .top-line .container .lang-menu .item span.img img,
header .top-line .container .lang-menu .sclang li a span.img img {
  width: 100%;
}
header .top-line .container .lang-menu .item span.text,
header .top-line .container .lang-menu .sclang li a span.text {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  text-transform: capitalize;
  transition: 0.5s;
}
header .top-line .container .lang-menu .sclang {
  position: absolute;
  top: 45px;
  left: 0;
  background: #545496;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #A897EF;
  display: none;
  z-index: 9;
}
header .top-line .container .lang-menu .sclang li {
  margin: 5px 0;
}
header .top-line .container .lang-menu .sclang li:hover span.img {
  transition: 0.5s;
  border: 3px solid #ED7C7C;
}
header .top-line .container .lang-menu .sclang li:hover span.text {
  color: #ed7c7c;
  transition: 0.5s;
}
header .top-line .container .lang-menu .sclang::before {
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
}
header .top-line .container .lang-menu:hover .sclang {
  display: block;
}
header .menu-line {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(84, 84, 150, 0.15);
  position: relative;
}
header .menu-line .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu-line .container .block-menu nav > ul {
  display: flex;
}
header .menu-line .container .block-menu nav > ul li {
  margin-right: 50px;
}
header .menu-line .container .block-menu nav ul li {
  display: flex;
  align-items: center;
}
header .menu-line .container .block-menu nav ul li a {
  padding: 12px 0;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #484848;
}
header .menu-line .container .block-menu nav ul li .menu-arrow {
  margin-left: 6px;
  position: relative;
  bottom: 1px;
}
header .menu-line .container .block-menu nav ul li .sub-menu-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(84, 84, 150, 0.15);
  z-index: 9;
}
header .menu-line .container .block-menu nav ul li .sub-menu {
  display: flex;
  flex-wrap: wrap;
}
header .menu-line .container .block-menu nav ul li .sub-menu li {
  min-width: 33%;
  margin-right: 0;
  position: relative;
  padding-right: 20px;
}
header .menu-line .container .block-menu nav ul li .sub-menu li a {
  white-space: nowrap;
}
header .menu-line .container .block-menu nav ul li .sub-menu .sub-menu-container {
  z-index: 9;
}
header .menu-line .container .block-menu nav ul li .sub-menu .sub-menu {
  display: block;
}
header .menu-line .container .block-menu nav ul li .sub-menu .sub-menu a {
  white-space: nowrap;
  padding: 5px 0;
  font-size: 14px;
}
header .menu-line .container .block-menu nav ul li:hover > a {
  color: #ED7C7C;
}
header .menu-line .container .block-menu nav ul li:hover > .menu-arrow {
  transform: rotate(180deg);
  bottom: -1px;
}
header .menu-line .container .block-menu nav ul li:hover > .menu-arrow path {
  stroke: #ED7C7C !important;
}
.search {
  display: flex;
  align-items: center;
  height: 35px;
  margin-left: auto;
  margin-top: 7px;
  margin-bottom: 8px;
}
.search form.search-form {
  width: 0;
  overflow: hidden;
  transition: 0.5s;
  height: 35px;
  display: flex;
  align-items: center;
  background: #F3F3F8;
  border-radius: 10px;
}
.search form.search-form input.search-field {
  display: block;
  border: 0;
  background: transparent;
  width: 250px;
  padding: 0 10px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #A1A1B7;
}
.search form.search-form input.search-field::placeholder {
  font-family: Lato;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #979797;
}
.search form.search-form input.search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search form.search-form input[type='image'] {
  width: 45px;
  height: 35px;
  background: #F3F3F8;
  border-radius: 10px;
  padding: 9px;
}
.search form.search-form input[type='image']:hover {
  background: #E65F5F;
}
.search .open-search {
  cursor: pointer;
  height: 35px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F3F8;
  border-radius: 10px;
}
.search .open-search::before {
  content: url('img/search.svg');
  width: 14px;
  height: 14px;
  position: relative;
  bottom: 3px;
}
.search .open-search:hover {
  background: #E65F5F;
}
.search .open-search:hover::before {
  content: url('img/search-hover.svg');
}
.search.open .open-search {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #A1A1B7;
  cursor: pointer;
  font-family: 'Nunito';
  background: #F3F3F8;
  border-radius: 10px 0 0 10px;
  position: relative;
}
.search.open .open-search::before {
  content: '\292C';
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}
.search.open .open-search:hover {
  box-shadow: none;
  color: #fff;
}
.search.open form.search-form {
  width: 280px;
  transition: 0.5s;
  border-radius: 0 10px 10px 0;
}
footer {
  background: #545496;
  padding: 80px 0 17px;
}
footer .logo {
  margin-bottom: 20px;
}
footer .center {
  display: flex;
  margin-bottom: 40px;
}
footer .center .left {
  width: 50%;
}
footer .center .left p {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #9F9FD8;
  margin-bottom: 20px;
}
footer .center .left .images {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
footer .center .left .images img {
  flex: none;
  height: 35px;
  margin-right: 25px;
}
footer .center .left .extra-menus ul {
  display: flex;
  flex-wrap: wrap;
}
footer .center .left .extra-menus ul li {
  padding: 0 12px;
  position: relative;
}
footer .center .left .extra-menus ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background: #9F9FD8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .center .left .extra-menus ul li a {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #9F9FD8;
}
footer .center .right {
  width: 50%;
  text-align: right;
}
footer .center .right form.search-form {
  width: 320px;
  overflow: hidden;
  transition: 0.5s;
  height: 40px;
  display: flex;
  align-items: center;
  background: #DFDAF3;
  border-radius: 10px;
  margin-left: auto;
  margin-bottom: 40px;
}
footer .center .right form.search-form input.search-field {
  display: block;
  border: 0;
  background: transparent;
  width: 100%;
  padding: 0 10px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #545496;
}
footer .center .right form.search-form input.search-field::placeholder {
  font-family: Lato;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #545496;
}
footer .center .right form.search-form input.search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
footer .center .right form.search-form input[type='image'] {
  width: 62px;
  height: 40px;
  background: #ED7C7C;
  border-radius: 10px;
  padding: 9px;
  position: relative;
}
footer .center .right form.search-form input[type='image']:hover {
  background: #C42700;
}
footer .center .right .footer-menus {
  display: flex;
  justify-content: flex-end;
}
footer .center .right .footer-menus .item:last-child {
  margin-left: 80px;
}
footer .center .right .footer-menus .item ul li {
  margin-bottom: 10px;
}
footer .center .right .footer-menus .item ul li a {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #9F9FD8;
}
footer .center .right .footer-menus .item ul li a:hover {
  color: #f3f3f8;
}
footer .text p.title {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 3px;
}
footer .text p.span {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #9F9FD8;
  margin-bottom: 20px;
  text-align: center;
}
footer .images-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
footer .images-bottom img {
  flex: none;
  margin: 10px;
}
footer p.copyright {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  color: #9F9FD8;
}
@media screen and (max-width: 1000px) {
  header .top-line .container .lang-menu {
    display: none;
  }
  header {
    position: relative;
  }
  header .menu-line {
    overflow-y: auto;
    max-height: calc(100vh - 52px);
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 2px);
    z-index: 9;
    background: #545496;
    box-shadow: -10px 0px 21px rgba(72, 72, 72, 0.3);
    padding: 20px;
  }
  header .menu-line .container {
    display: block;
  }
  header .menu-line .container .search {
    display: none;
  }
  header .top-line {
    padding: 0;
    height: 50px;
  }
  header .top-line .container {
    height: 100%;
  }
  header .top-line .container .logo img {
    width: 80px;
  }
  header.bar_fixed {
    top: 0;
  }
  header.bar_fixed.topbar {
    top: 30px;
  }
  header.bar_fixed.topbar + main {
    margin-top: 50px;
  }
  header .menu-line .container .block-menu nav > ul {
    display: block;
  }
  header .menu-line .container .block-menu nav > ul li a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
  }
  header .menu-line .container .block-menu nav ul li {
    display: block;
    padding-right: 20px;
    position: relative;
    margin-right: 10px;
    text-align: right;
    margin-bottom: 20px;
  }
  header .menu-line .container .block-menu nav ul li .menu-arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
  }
  header .menu-line .container .block-menu nav ul li .menu-arrow svg {
    transform: scale(2);
  }
  header .menu-line .container .block-menu nav ul li .menu-arrow svg path {
    stroke: #fff;
  }
  header .menu-line .container .block-menu nav ul li:hover > .menu-arrow {
    bottom: auto;
  }
  header .menu-line .container .block-menu nav ul li .sub-menu-container {
    position: relative;
    background: transparent;
  }
  header .menu-line .container .block-menu nav ul li .sub-menu {
    display: block;
  }
  header .menu-line .container .block-menu nav ul li .sub-menu li {
    width: 100%;
  }
  header .menu-line .container .block-menu nav ul li:hover > a {
    color: #fff;
  }
  header .menu-line .container .block-menu nav ul li:hover > .menu-arrow path {
    stroke: #fff !important;
  }
}
@media screen and (max-width: 750px) {
  .btn {
    white-space: nowrap;
  }
  footer .center {
    display: block;
    text-align: center;
  }
  footer .center .right {
    width: 100%;
    text-align: center;
  }
  footer .center .right form.search-form {
    margin-right: auto;
  }
  footer .center .right .footer-menus {
    justify-content: center;
  }
  footer .center .left {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  footer .center .left .images,
  footer .center .left .extra-menus ul {
    justify-content: center;
  }
  footer .logo img {
    margin-left: auto;
    margin-right: auto;
  }
  footer .center .left .images {
    flex-wrap: wrap;
  }
  footer .center .left .images img {
    width: 58px;
    height: auto;
    margin: 5px;
  }
}
@media screen and (max-width: 600px) {
  main {
    padding: 0;
  }
  footer .center .right form.search-form {
    width: 80%;
  }
  ul#breadcrumbs {
    margin-top: 5px;
  }
}
.sc_lang_mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sc_lang_mobile {
    display: block;
    margin-bottom: 20px;
  }
  .sc_lang_mobile ul {
    display: flex;
  }
  .sc_lang_mobile ul li a {
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
  .sc_lang_mobile ul li a span.text {
    color: #fff;
    margin-left: 5px;
  }
}
/*# sourceMappingURL=style.css.map */