@charset "UTF-8";
html {
  font-family: Times, 'Times New Roman', 'serif';
}
* {
  box-sizing: border-box;
}

.d-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.align-items-center {
  align-items: center;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.p-2 {
  padding: 8px;
}
.ml-auto {
  margin-left: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-3 {
  margin-top: 16px;
}

#mainwrapper header {
  /*Header */
  background-color: rgba(11, 215, 238, 1);
  overflow: auto;
  font-style: normal;
  font-weight: 400;
  width: 100%;
}
.navbar {
  overflow: hidden;
  background-color: none;
}
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.navbar a img {
  background: none;
  float: left;
  width: 100%;
}

.dropdown {
  float: right;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  margin: 0;
  font-family: Times, 'Times New Roman', 'serif';
}
.navbar a:hover,
.dropdown:hover .dropbtn {
  background-color: skyblue;
  text-align: left;
  width: auto;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  color: rgba(84, 84, 84, 1);
}
.dropdown-content a {
  float: none;
  color: rgba(77, 77, 77, 1);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;
}
#mainwrapper header #mainlogo {
  /* Company Logo text */
  width: 10%;
  float: left;
  padding-left: 0%;
  padding-top: 1.5%;
  padding-bottom: 0%;
  color: rgba(255, 255, 255, 1);
  background: none;
  padding-right: 0%;
}
#mainwrapper header #mainlogo img {
  /* Company Logo text */
  /* width: 110%; */
}
#mainwrapper header #logo {
  /* Company Logo text */
  width: 50%;
  float: right;
}
#mainwrapper header #title {
  /* Company Logo text */
  /* width: 40%;
  float: left;
  padding-left: 2%;
  padding-top: 1%;
  padding-bottom: 0%; */
  color: rgba(255, 255, 255, 1);
  /* background: none;
  padding-right: 0%;
  align: left; */
}
#mainwrapper header #navi {
  /* Company Logo text */
  width: 98%;
  float: left;
  padding-left: 2%;
  padding-top: 2px;
  padding-bottom: 2px;
  color: rgba(255, 255, 255, 1);
  background: none;
  padding-right: 0%;
  align: left;
}
#mainwrapper header #navdrop {
  /* Company Logo text */
  width: 98%;
  padding-left: 2%;
  padding-top: 0px;
  padding-bottom: 2px;
  color: rgba(255, 255, 255, 1);
  background: none;
  padding-right: 0%;
  align: left;
}
#mainContent #navdrop nav {
  /*Nav bar containing links in header */
  text-align: right;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-right: 0%;
  padding-left: 2%;
  width: 98%;
  color: rgba(255, 255, 255, 1);
}
#mainContent #navdrop nav a {
  /* Links in header */
  padding-left: 2%;
  color: rgba(0, 4, 229, 1);
  /* font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif'; */
  font-style: normal;
  overflow: hidden;
}
#mainContent #navdrop nav a img {
  /* Links in header */
  padding-left: 2%;
  color: rgba(0, 4, 229, 1);
  overflow-x: hidden;
  background-size: contain;
}
#mainwrapper header #logo img {
  /* Company Logo text */
  width: 100%;
  height: auto;
}
#mainwrapper header #title h1 {
  font-style: normal;
  font-weight: normal;
  color: rgba(146, 146, 146, 1);
  font-size: 18px;
  margin-bottom: 0%;
  margin-top: 0%;
}
#mainwrapper header #title h2 {
  color: rgba(146, 146, 146, 1);
  font-size: 15px;
  margin-bottom: 0.1%;
  margin-top: 0.5%;
}
#mainwrapper header #title h3 {
  font-style: normal;
  font-weight: normal;
  color: rgba(146, 146, 146, 1);
  font-size: 16px;
  margin-bottom: 0%;
  margin-top: 0%;
}
#mainwrapper header #navi nav {
  /*Nav bar containing links in header */
  text-align: right;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-right: 2%;
  padding-left: 2%;
  width: 96%;
  color: rgba(255, 255, 255, 1);
}
header #navi nav a {
  /* Links in header */
  padding-right: 2%;
}
#content .mySlides {
  width: auto;
}
#content #mainContent h1 {
  /* Styling for pre-main headings */
  font-style: normal;
  font-weight: 200;
  color: rgba(146, 146, 146, 1);
  margin-bottom: 0%;
  margin-top: 0%;
}
#content #mainContent h1:lang(ru) {
  /*Captions ot Taglines */
  font-style: normal;
  font-weight: 200;
  color: rgba(146, 146, 146, 1);
  margin-bottom: 0%;
  margin-top: 0%;
}
#content #mainContent h2 {
  /* Styling for main headings */
  text-transform: uppercase;
  color: rgba(146, 146, 146, 1);
  margin-bottom: 0.5%;
  margin-top: 0.8%;
}
#content #mainContent h3 {
  /*Captions ot Taglines */
  font-style: normal;
  font-weight: 200;
  color: rgba(146, 146, 146, 1);
  margin-bottom: 0%;
  margin-top: 0%;
}
#content #mainContent h3:lang(ru) {
  /*Captions ot Taglines */
  font-style: normal;
  font-weight: 200;
  color: rgba(146, 146, 146, 1);
  margin-bottom: 0%;
  margin-top: 0%;
}
#content #mainContent #bannerImage {
  /*Container for main banner image */
  width: 100%;
  background-color: rgba(208, 207, 207, 1);
}
#content #mainContent p {
  /* All paragraphs under maincontent */
  color: rgba(43, 43, 43, 1);
  font-style: normal;
  font-weight: normal;
  text-align: justify;
}
#content #mainContent p:lang(ru) {
  /* All paragraphs under maincontent */
  color: rgba(43, 43, 43, 1);
  font-style: normal;
  font-weight: 400;
  text-align: justify;
}
.grid-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.grid-item {
  flex-basis: 25%;
  text-align: center;
}
.grid-item p {
  text-align: center;
  margin: 4px;
}
#content #mainContent #authorInfo h2,
#content #mainContent #authorInfo p {
  color: rgba(115, 116, 116, 1);
  padding-left: 2%;
  padding-top: 0px;
  text-align: center;
}
#content #mainContent #authorInfo h2.sponsor-attraction-message {
  margin: 16px 8px;
  color: black;
  font-size: 18px;
}
#content #mainContent #authorInfo p {
  color: rgba(115, 116, 116, 1);
  padding-left: 2%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 2%;
}
footer article {
  /* Footer articles */
  width: 46%;
  float: left;
  padding-left: 2%;
  padding-right: 2%;
  text-align: center;
  font-style: normal;
  font-weight: 200;
  color: rgba(59, 59, 59, 1);
}
footer article h3 {
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
#mainContent {
  /* Container for the blog post in individal blog view */
  padding-left: 2%;
  padding-right: 2%;
  width: 96%;
  float: none;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 1);
  text-align: left;
}
#mainContent #navbar nav {
  /*Nav bar containing links in header */
  text-align: right;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-right: 0%;
  padding-left: 2%;
  width: 98%;
  color: rgba(255, 255, 255, 1);
}
#mainContent #navbar nav a {
  /* Links in header */
  padding-left: 2%;
  color: rgba(0, 4, 229, 1);
  font-style: normal;
}
#mainContent #slider {
  /* Container for the blog post in individal blog view */
  padding-left: 1%;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 2%;
  object-position: center;
  margin-left: 00%;
}
#mainContent #slider img {
  /* Container for the blog post in individal blog view */
  padding-left: 0%;
  padding-right: 0%;
  width: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  object-fit: cover;
}
#references {
  /* Container for the blog post in individal blog view */
  padding-left: 0%;
  padding-right: 0%;
  width: 100%;
  padding-top: 0px;
  background-color: rgba(246, 246, 246, 0);
  text-align: center;
}
#references a {
  /* Container for the blog post in individal blog view */
  padding-left: 0%;
  padding-right: 0%;
  width: 100%;
  color: rgba(146, 146, 146, 1);
  float: none;
  padding-top: 0px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
}
#mainwrapper #content #sidebar {
  /* Sidebar*/
  width: 19%;
  padding-left: 2%;
  padding-right: 2%;
  float: left;
  background-color: rgba(246, 246, 246, 1);
  margin-top: 150px;
  padding-top: 32px;
}
#mainwrapper {
  /* Container of all content */
  width: 80%;
  overflow: auto;
  margin-left: 10%;
}

#content #sidebar input {
  /* Search box in sidebar */
  width: 98%;
  height: 32px;
}
#content #sidebar #adimage {
  /* Container for Image in sidebar */
  width: 100%;
  background-color: rgba(208, 207, 207, 1);
  margin-top: 46px;
  float: none;
  overflow: auto;
}
nav ul li {
  list-style-type: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
nav ul {
  padding-left: 0%;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: rgba(34, 34, 34, 0);
}

nav ul li a {
  color: rgba(146, 146, 146, 1);
  text-decoration: none;
}

#footerbar {
  /* Footer bar at the bottom of the page */
  height: auto;
  background-color: rgba(11, 215, 238, 1);
  width: 100%;
}

#footerbar h1 {
  /* Footer bar at the bottom of the page */
  width: 100%;
  text-align: center;
  color: rgba(88, 88, 88, 1);
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0%;
  margin-top: 0%;
}

#footerbar a {
  /* Links in header */
  color: rgba(88, 88, 88, 1);
}

footer {
  /* Container for footer artices */
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
}

.notOnDesktop {
  /*element to be displayed only in mobile view and tabet view */
  display: none;
}

.OnMobile {
  /*element to be displayed only in mobile view and tabet view */
  display: none;
}

.OnTablete {
  /*element to be not displayed in mobile view and tabet view */
  display: none;
}
#mainContent #bannerImage img {
  /* Actual banner image */
  width: 100%;
}
#sidebar #adimage img {
  /* Image in sidebar */
  width: 100%;
  float: left;
}
#mainwrapper header nav a {
  /* Links in header */
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}

table th {
  text-align: center;
  padding: 1%;
  width: 30%;
}
table td {
  padding: 1%;
  width: 30%;
}

td:first-child {
  text-align: right;
  color: rgba(85, 85, 85, 1);
}
td:not(:first-child) {
  text-align: left;
  color: rgba(85, 85, 85, 1);
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

ul.circle-list {
  list-style-type: circle;
  margin-top: 8px;
  color: rgba(43, 43, 43, 1);
  font-style: normal;
  font-weight: normal;
  text-align: justify;
}
table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 1%;
  text-align: center;
}

/* Tablet view */
@media screen and (max-width: 768px) and (min-width: 481px) {
  .order-tablet-1 {
    order: 1;
  }
  .notOnDesktop {
    /* Search box shown only in mobile view and Tablet view */
    display: block;
    text-align: right;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 96%;
  }
  /* вид с планшета */
  .OnDesktop {
    /*element to be not displayed in mobile view and tabet view */
    display: none;
  }
  .OnMobile {
    /*element to be not displayed in mobile view and tabet view */
    display: none;
  }
  .OnTablete {
    /*element to be not displayed in mobile view and tabet view */
    display: inline;
  }
  #mainContent #slider {
    /* Container for the blog post in individal blog view */
    padding-left: 0%;
    padding-right: 2%;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    object-position: center;
    margin-left: 00%;
    margin-right: 30%;
    height: 300px;
  }

  #mainwrapper header #mainlogo {
    /* Company Logo text */
    width: 100%;
    float: center;
    padding-left: 0%;
    padding-top: 1.5%;
    padding-bottom: 0%;
    color: rgba(255, 255, 255, 1);
    background: none;
    padding-right: 0%;
  }
  #mainwrapper header #mainlogo img {
    /* Company Logo text */
    width: 24%;
    align-content: center;
  }
  #mainwrapper header #logo img {
    /* Company Logo text */
    width: 42%;
    align-content: center;
  }
  #mainwrapper header #logo {
    /* Company Logo text */
    width: 98%;
    float: right;
    padding-left: 0%;
    padding-top: 4px;
    padding-bottom: 12px;
    color: rgba(255, 255, 255, 1);
    background: none;
    padding-right: 7%;
    align: center;
  }

  #mainwrapper header #title {
    /* Company Logo text */
    width: 98%;
    float: left;
    padding-left: 2%;
    padding-top: 1%;
    padding-bottom: 0%;
    color: rgba(255, 255, 255, 1);
    background: none;
    padding-right: 0%;
    align: left;
  }
  .navbar {
    overflow: hidden;
    background-color: none;
    display: flex;
    flex-direction: column-reverse;
  }

  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
  }
  .dropdown {
    float: left;
    overflow: hidden;
    width: 100%;
  }
  .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    margin: 0;
  }

  .navbar a:hover,
  .dropdown:hover .dropbtn {
    background-color: skyblue;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    color: rgba(84, 84, 84, 1);
  }

  .dropdown-content a {
    float: none;
    color: rgba(77, 77, 77, 1);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  .dropdown-content a:hover {
    background-color: #ddd;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }
  /* вид с телефона */

  #content .notOnDesktop input {
    height: 28px;
  }

  #mainContent {
    /* Container for the blog post */
    padding-top: 0px;
    float: none;
    width: 96%;
  }
  #sidebar input {
    /* Search box in sidebar */
    display: none;
  }
  #mainwrapper #content #sidebar {
    /* Sidebar*/
    float: none;
    width: 92%;
    padding-top: 13px;
    overflow: auto;
    margin-top: 3px;
    margin-left: 2%;
    padding-bottom: 13px;
  }
  #content #sidebar #adimage {
    /* Image in sidebar */
    width: 60%;
    margin-top: 0px;
    float: left;
  }
  #content #sidebar nav {
    /* Navigation links in sidebar */
    width: 36%;
    float: left;
    padding-left: 4%;
  }
  #sidebar nav ul {
    margin-top: 0px;
  }
  footer {
    /* Footer region */
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
  #content footer article {
    /*Each footer article */
    width: 46%;
  }
  #mainwrapper header {
    /* Header */
    width: 100%;
  }
}

/* Mobile view */
@media screen and (max-width: 480px) {
  .order-mobile-1 {
    order: 1;
  }
  .notOnDesktop {
    /* Search box shown only in mobile view and Tablet view */
    display: block;
    text-align: right;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 96%;
  }
  #mainwrapper header #logo {
    /* Company Logo text in header */
    width: 96%;
    margin-left: 2%;
  }
  #mainwrapper header nav {
    /*navigation links in header */
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    width: 98%;
  }
  #content #sidebar #adimage {
    /* Container for image in sidebar */
    width: 100%;
  }
  #content #sidebar nav {
    /* Navigation bar for links in sidebar */
    width: 96%;
    padding-top: 7px;
  }
  #sidebar nav ul li {
    display: inline-block;
    width: 32%;
    text-align: center;
  }
  #mainwrapper #content #sidebar {
    /* sidebar */
    padding-bottom: 0px;
  }
  #content .notOnDesktop {
    /* Search box shown only in mobile and tablet view */
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  #content .notOnDesktop input {
    width: 80%;
    text-align: center;
  }
  #content #mainContent h3 {
    /* Title under maincontent, if any */
    font-size: 14px;
  }
  #content footer article {
    /* Each foter article */
    width: 96%;
  }

  /*  вид с телефона*/
  .OnDesktop {
    /*element to be not displayed in mobile view and tabet view */
    display: none;
  }
  .OnMobile {
    /*element to be not displayed in mobile view and tabet view */
    display: inline;
  }
  .OnTablete {
    /*element to be not displayed in mobile view and tabet view */
    display: none;
  }
  #mainContent #slider {
    /* Container for the blog post in individal blog view */
    padding-left: 0%;
    padding-right: 2%;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    object-position: center;
    margin-left: 00%;
    margin-right: 30%;
    height: 300px;
  }

  #mainwrapper header #mainlogo {
    /* Company Logo text */
    width: 100%;
    float: center;
    padding-left: 0%;
    padding-top: 1.5%;
    padding-bottom: 0%;
    color: rgba(255, 255, 255, 1);
    background: none;
    padding-right: 0%;
  }
  #mainwrapper header #mainlogo img {
    /* Company Logo text */
    width: 48%;
    align-content: center;
  }
  #mainwrapper header #logo img {
    /* Company Logo text */
    width: 42%;
    align-content: center;
  }
  #mainwrapper header #logo {
    /* Company Logo text */
    width: 98%;
    float: right;
    padding-left: 0%;
    padding-top: 4px;
    padding-bottom: 12px;
    color: rgba(255, 255, 255, 1);
    background: none;
    padding-right: 7%;
    align: center;
  }

  #mainwrapper header #title {
    /* Company Logo text */
    width: 98%;
    float: left;
    padding-left: 2%;
    padding-top: 1%;
    padding-bottom: 0%;
    color: rgba(255, 255, 255, 1);
    background: none;
    padding-right: 0%;
    align: left;
  }
  .navbar {
    overflow: hidden;
    background-color: none;
    display: flex;
    flex-direction: column-reverse;
  }

  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
  }
  .dropdown {
    float: left;
    overflow: hidden;
    width: 100%;
  }
  .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    margin: 0;
  }

  .navbar a:hover,
  .dropdown:hover .dropbtn {
    background-color: skyblue;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    color: rgba(84, 84, 84, 1);
  }

  .dropdown-content a {
    float: none;
    color: rgba(77, 77, 77, 1);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  .dropdown-content a:hover {
    background-color: #ddd;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }
}
