@charset "utf-8";
/*
Theme Name: SiteSeed Theme
Theme URI: https://theme.siteseed.ru
Description: Шаблон разработанный веб-мастерской SiteSeed.
Author: Site Seed
Author URI: https://siteseed.ru
Version: 1.0
*/
/* CSS Document */
@import "css/reset.css";
html {
  background: #F1F1F1;
}
body {
  background: #F1F1F1;
}
.content-fit {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.content-full {
  width: 100%;
}
.content-wrap {
  min-height: calc(100vh - 436px);
  margin-top: 100px;
}
.content-wrap p {
  color: #0E0E0E;
}
.content-text {
  margin-bottom: 40px;
}
.content h1 {
  font-size: 26px;
  width: 100%;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
  background: #2A4A9A;
  color: #FFF;
}
.main-blocks {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.main-blocks a,
.main-blocks a:visited,
.main-blocks a:focus {
  width: 31%;
  color: #2A4A9A;
}
.main-blocks h2 {
  font-size: 20px;
  width: 100%;
  border-left: 10px solid #2A4A9A;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
  background: #FFF;
}
.main-blocks h3 {
  margin-bottom: 25px;
}
.main-new {
  background: #FFF;
  padding: 20px;
  border-radius: 15px;
}
.main-link {
  background: #FFF;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-link-img {
  width: 70px;
  height: 70px;
}
.main-link-title {
  padding: 15px;
  width: calc(100% - 70px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-files {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.main-files a,
.main-files a:visited,
.main-files a:focus {
  padding: 20px;
  width: 100%;
  color: #2A4A9A;
  background: #FFF;
  border: 1px solid #2A4A9A;
  margin-bottom: 10px;
}
.main-files h2 {
  font-size: 20px;
  width: 100%;
  border-left: 10px solid #2A4A9A;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
  background: #FFF;
}
.main-files h3 {
  margin-bottom: 25px;
}
.test {
  padding: 100px;
  background: green;
  margin-bottom: 50px;
}
@font-face {
  font-family: 'OpenSans';
  src: url('css/font/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
/* Ресетовые настройки темы */
/* Главный блок */
.submenu-wrap {
  width: 100%;
  height: 70px;
  background: #2A4A9A;
}
/* Навигация */
footer {
  background: #2A4A9A;
  padding: 100px 0;
  color: #FFF;
}
/* Нижний блок */
.footer-about {
  width: 66%;
}
.footer-about-name {
  font-size: 20px;
  margin-bottom: 30px;
}
.footer-about-adres,
.footer-about-phone,
.footer-about-email {
  margin-bottom: 20px;
  font-size: 18px;
}
.footer-about-adres strong,
.footer-about-phone strong,
.footer-about-email strong {
  margin-left: 15px;
}
.footer-about-wrap {
  margin-bottom: 30px;
}
.footer-menu {
  width: 34%;
}
.footer-right-copy,
.footer-right-privat {
  width: 50%;
  font-size: 14px;
}
.footer-right-copy {
  margin-right: 30px;
}
.footer-right-privat {
  margin-left: 30px;
}
.footer-right-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Базовые стили модального окна  */
/* Модальное окно */
.popup {
  min-width: 320px;
  max-width: 600px;
  margin: auto;
  background-color: #fff;
  border: 3px solid #fff;
  display: block;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 15px;
  position: fixed;
  font-size: 14px;
  top: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
  -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
  -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
  -webkit-transition: opacity 0.5s, top 0.5s;
  -moz-transition: opacity 0.5s, top 0.5s;
  -ms-transition: opacity 0.5s, top 0.5s;
  -o-transition: opacity 0.5s, top 0.5s;
  transition: opacity 0.5s, top 0.5s;
}
.popup h1 {
  font: 24px Monotype Corsiva, Arial;
  font-weight: bold;
  text-align: left;
  color: #008000;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.popup h2 {
  font: 22px Monotype Corsiva, Arial;
  color: #008000;
  text-align: left;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.popup p,
.popup div {
  margin-bottom: 10px;
}
.popup embed,
.popup iframe {
  width: 100%;
  display: block;
  min-width: 320px;
  max-width: 600px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.popup-close {
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #ccc;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: -13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 0;
  top: -15px;
  width: 24px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.popup-close:before {
  color: rgba(255, 255, 255, 0.9);
  content: "X";
  font-size: 14px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.popup-close:hover {
  background-color: rgba(64, 128, 128, 0.8);
}
.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.overlay:target + .popup {
  top: 20%;
  opacity: 1;
  visibility: visible;
}
.is-image {
  width: 100%;
  display: inline-block;
  height: auto;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Модальное окон */
@media only screen and (max-width: 1050px) {
  html,
  body {
    min-width: 100%;
  }
  .content-fit {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
  }
}
/* Медизапросы */
.navigation {
  height: 70px;
  background: #2A4A9A;
}
.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 12px;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}
.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}
nav {
  /*float: right;*/
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: #2A4A9A;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #2581dc;
  color: #ffffff;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}
nav ul li ul li {
  width: 100%;
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
.sub-menu {
  position: absolute;
  width: 600px;
  /*column-count: 3;*/
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #2A4A9A;
  height: 70px;
  width: 70px;
}
@media only screen and (max-width: 1050px) {
  .nav-mobile {
    display: block;
  }
  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  .sub-menu {
    position: static;
  }
}
@media screen and (min-width: 1050px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
