/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

@font-face {
  font-family: 'SPSL-New-Cyrillic';
  src: url('font/spsl_new_cyrillic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none !important;
}

body{
	  font-family: Mulish;
}
.logo img {
  margin-left: 50px;
	height: 100%;
}
.sidenav {
  height: 100%;
  width: 295px;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 20px;
  background: #223141;
  border-right: 0.5px solid #B5F3FF;
  color: #fff;
  font-family: 'Mulish', sans-serif;
}
.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 31px;
  margin-top: 30px;
}
.sidenav ul li {
  margin-bottom: 10px;
  padding: 15px 0;
  padding-left: 50px;
}
.sidenav ul li:hover {
  background: #075F70;
}
.sidenav ul li:nth-last-child(1){
	background: transparent !important;
	display: flex;
} 
.sidenav ul li a {
  color: #fff;
}

.footer {
  background: #223141;
  border-top: 0.5px solid #B5F3FF;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 190px;
  width: 100%;
  color: #fff;
  padding-left: 130px;
  padding-top: 30px;
  font-family: Mulish;
	z-index: 2;
}
.body_press {
	position: relative !important;
}
.body_press + .footer {
	position: inherit;
}
.footer .row {
  align-items: center;
}
.footer .policy {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.footer .policy .text {
  margin-top: 20px;
}
.footer a {
  color: #fff;
}
.footer .text {
	width: 100%;
	font-size: 16px;
}
.footer .logo {
    text-align: left;
}

.body {
  height: calc(100% - 190px);
  width: 100%;
  padding-left: 295px;
  background-color: #223141;
  color: #fff;
	position: absolute;
}
.body.main {
  height: calc(100vh - 190px);
}
.back {
  height: calc(100% - 190px);
  background-blend-mode: multiply;
  background: rgb(34 49 65 / 61%);
  background-repeat: no-repeat;
  background-size: cover;
}
.body .back {
  height: calc(100vh - 190px);
}
.banner-text {
  color: #fff;
  padding-top: 15%;
  padding-left: 80px;
}
.banner-text h1 {
  font-family: SPSL-New-Cyrillic;
  font-size: 80px;
  font-weight: 400;
  line-height: 69px;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
.under-title {
  font-family: Mulish;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}
.text {
  font-family: Mulish;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  width: 70%;
}
#carouselOne {
  height: 100%;
  overflow: hidden;
}
.owl-nav {
  position: absolute;
  top: 70%;
  left: 80px;
}

.info-banner {
  background-blend-mode: multiply;
  background: rgb(34 49 65 / 61%);
  height: 330px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  font-family: SPSL-New-Cyrillic;
}
.info-banner h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 69px;
  letter-spacing: 0em;
  text-align: left;
}
.info_text {
  margin-bottom: 0;
  padding-bottom: 1rem;
      width: 85%;
    padding-left: 40px;
    padding-top: 10px;
  font-family: Mulish;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}
.soc {
  width: auto;
  float: left;
  margin-right: 50px;
}
.soc img {
  padding-right: 10px;
}
.mail img {
  padding-right: 10px;
}
.press {
  padding-top: 40px;
  padding-left: 40px;
  width: 70%;
}
.press-item {
  border: 0.5px solid #FFFFFF;
  padding: 25px;
  margin-bottom: 30px;
}
.press .link {
  text-decoration-line: underline !important;
  color: #B5F3FF;
}
.press .link div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar {
  display: none;
}

.navbar-light .navbar-toggler {
  border: none !important;
  color: #fff !important;
}
.navbar-collapse {
  border: none !important;
  background: #223141 !important;
  border-top: 0.5px solid #B5F3FF !important;
  color: #fff !important;
  padding: 0 40px !important;
	max-height: 380px !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  font-family: Mulish !important;
  font-size: 18px !important;
}
.footer {
  padding-left: 0;
  bottom: 0;
/*   height: 100%; */
  text-align: center;
}
.footer .logo img {
  margin-left: 0;
  margin-bottom: 30px;
}
.footer .policy {
  text-align: left;
  margin-bottom: 20px;
}
.social {
  padding-bottom: 40px;
}
.navbar {
  display: none;
}
img.issled_img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    border-radius: 166px;
}
.issled {
    width: 67%;
    padding-left: 65px;
    padding-top: 10px;
}

.text-issled {
	font-size: 15px;
}
@media screen and (max-width: 1720px) {
	.footer {
    padding-left: 20%;
    position: relative;
    overflow: hidden;
}
	.body.main + .footer {
		position: fixed;
	}
	.issled {
    padding: 30px;
}
	.banner-text {
    color: #fff;
    padding-top: 5%;
    padding-left: 85px;
}
	.footer {
		position: relative;
}
	.body  {
		position: relative;
	}
}
}
@media screen and (max-width: 1530px) {
	.footer {
    padding-left: 15%;
		position: relative;
}
	.body  {
		position: relative;
	}
}
	.footer .logo {
    text-align: right;
}
}
@media screen and (max-width: 1430px) {
	.footer {
    padding-left: 20%;
		position: relative;
}
	.body  {
		position: relative;
	}
}
@media screen and (max-width: 1200px) {
	.footer {
    padding-left: 25%;
}
}
@media screen and (max-width: 1024px) {
	.footer {
		position:relative;
		    overflow: hidden;
	}
	.body.main + .footer {
		position: fixed;
	}
  .sidenav {
    width: 265px;
    height: 100vh;
  }
  .sidenav .logo img {
    width: 70%;
  }
  .sidenav ul li {
    margin-bottom: 10px;
    padding: 5px 0;
    padding-left: 50px;
  }
  .owl-nav {
    margin-top: 35px !important;
  }
  .footer {
    padding-left: 265px;
    z-index: 3;
    height: 180px;
  }
  .footer .text {
    font-size: 14px;
    width: 90%;
  }
  .body {
    padding-left: 265px;
  }
  .body.main {
    height: calc(100vh - 178px);
  }
  .body .back {
    height: calc(100vh - 178px);
  }
  .banner-text {
    padding-top: 5%;
  }
  .owl-nav {
    top: 65%;
  }
  .info-banner {
    height: 270px;
  }
  .social {
    float: none;
    text-align: left;
  }
  .soc {
    margin-bottom: 20px;
    float: none;
  }
  .policy {
    font-size: 16px;
  }
  .banner-text h1 {
    font-size: 65px;
    margin-bottom: ;
  }
  .under-title {
    font-size: 25px;
  }
	.issled {
    padding: 25px;
}

.issled img {
    width: 100%;
    margin-bottom: 20px;
}
	.footer .policy {
    text-align: left;
    margin-bottom: 0;
    margin-right: 45px;
}
	.footer .policy p {
    margin: 0;
    padding: 0;
}
}
@media screen and (max-width: 768px) {
  .body {
    padding-left: 0;
  }
  .footer {
    height: 320px;
    text-align: center;
    position: inherit;
    padding-left: 0;
  }
  .social, .policy {
    text-align: center;
  }
  .sidenav {
    display: none;
  }
  .navbar {
    display: block;
    position: absolute;
    z-index: 10;
    margin: 0 !important;
	  background: transparent !important;
}
	div#navbarNav {
    width: 100%;
    position: fixed;
}
	.navbar-light .navbar-toggler-icon {
		background: none;
    width: 30px;
    height: 30px;
	}
	span.navbar-toggler-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
	.info_text {
		width: 95%;
	}
	img.issled_img {
        width: 52%;
    margin: 12px;
    height: 78%;
}
	.text-issled {
    padding: 10px;
}
	
	.body.main + .footer {
		position: inherit;
	}
	.footer .policy {
    text-align: left;
    margin-bottom: 0;
    margin-right: 0;
}
	.issled {
    width: 100%;
}
}
@media screen and (max-width: 425px) {
	.footer {
    height: 400px;
  }
	.banner-text {
    padding-left: 15px;
}
	.banner-text h1 {
    font-size: 42px;
    margin-bottom: 10px;
    line-height: 1;
}
	.under-title {
    font-size: 19px;
}
	.body .back {
    height: calc(100vh - 100px);
}
	.body.main {
    height: calc(100vh - 100px);
}
	.owl-nav {
    top: 82%;
}
	.info-banner h2 {
    font-size: 47px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
}
	.text {
		width: 95%
	}
	.banner-text {
    padding-top: 20%;
}
	.footer .policy .text {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
	.footer .policy {
    margin-bottom: 20px;
    text-align: center;
}
	.soc {
    margin-bottom: 20px;
    float: none;
    text-align: center;
    margin-right: 0;
}
	.press {
    width: 90%;
}
}