@font-face {
  font-family: Montserrat;
  src: url('/Content/font/Montserrat-Regular.woff2') format('woff2');
}
html {
  padding: 0;
  min-width: 830px;
}
body {
  /*font-family: NotoSans, Calibri, Verdana, Arial;*/
  font-family: 'Montserrat', Calibri, Verdana, Arial;
  font-size: 18px;
  color: #222;
  padding: 0;
  margin: 0;
  /*background: #26093c;*/
  background: white;
}
form {
  display: inline-block;
}
div.content-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7em;
}
a,
a:active,
a:visited {
  color: #133f6d;
}
a:hover,
a:active:hover,
a:visited:hover {
  text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-top: 0;
}
/*like bootstrap*/
input[type="text"],
input[type="password"],
input[type="email"] {
  border-radius: 20px;
  outline: none !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
}
.d-inline-block {
  display: inline-block !important;
}
.position-relative {
  position: relative!important;
}
.text-center {
  text-align: center;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.w-100 {
  width: 100%;
}
/*end*/
div.content-block {
  position: relative;
  height: 100vh;
  /*background: black;*/
  background: white;
}
div.content-block.b1 {
  z-index: 5;
  min-height: 985px;
}
div.content-block.b1 div.left-container {
  position: absolute;
  top: 90px;
  left: 35px;
  max-width: 100%;
  width: 260px;
  z-index: 15;
}
div.content-block.b1 div.left-container div.left-block {
  padding: 14px;
  border: solid 1px #cacaca;
  border-radius: 10px;
  margin-bottom: 20px;
  background: white;
}
div.content-block.b1 div.left-container div.left-block a.main {
  display: block;
  /*padding-left: 20px;*/
  font-size: 18px;
}
div.content-block.b1 div.left-container div.left-block h3 {
  text-align: center;
}
div.content-block.b1 div.menu {
  /*
            button, a.button {
                min-width: unset;
            }*/
}
div.content-block.b1 div.menu input {
  /*width: 100%;*/
}
div.content-block.b1 div.menu .login-btn,
div.content-block.b1 div.menu .login-btn button {
  width: 112px;
  min-width: 0;
  margin-bottom: 3px;
}
div.content-block.b1 div.menu .login-caption {
  text-align: center;
}
div.content-block.b1 div.menu div.login-block {
  text-align: center;
  margin-bottom: 14px;
}
div.content-block.b1 div.menu div.login-block button {
  min-width: 110px;
}
div.content-block.b1 div.menu div.vert-block {
  margin-bottom: 5px;
}
div.left-block.service-links a {
  font-size: 18px;
}
/*отступ основного контента первого блока*/
div.logo {
  position: absolute;
  top: 95px;
  left: 50%;
  margin-left: -210px;
  z-index: 2;
}
div.logo img {
  width: 400px;
}
div.logo a {
  display: block;
}
div.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: url(/Content/img/bg/home.jpg);
  background-size: cover;
}
div.content.b1 {
  position: relative;
  padding-top: 10px;
  margin-left: 320px;
  z-index: 10;
}
div.content.b1 h1 {
  margin: 0;
  color: white;
  text-align: center;
}
div.content.b1 h1 span {
  background: rgba(255, 255, 255, 0.1);
  padding: 0 7px;
}
div.nav-main {
  position: relative;
  z-index: 15;
}
div.nav-main a,
div.nav-main a:active,
div.nav-main a:visited {
  display: inline-block;
  width: 275px;
  text-align: center;
  padding: 18px 0;
  font-size: 18px;
  color: #ffffff;
  margin-right: 20px;
  background: rgba(106, 27, 59, 0.2);
}
div.nav-main a:hover,
div.nav-main a:active:hover,
div.nav-main a:visited:hover,
div.nav-main a.act,
div.nav-main a:active.act,
div.nav-main a:visited.act {
  text-decoration: none;
  background: rgba(106, 27, 59, 0.7);
  /*green background: rgba(41, 90, 39, 0.3);*/
}
div.nav-main a:last-child {
  margin-right: 0;
}
div.nav-main nav {
  text-align: center;
}
div.home-video {
  margin-top: 170px;
  text-align: center;
  display: flex;
  padding-right: 20px;
}
div.home-video > div {
  width: 50%;
  box-sizing: border-box;
  display: inline-block;
}
div.home-video > div:nth-child(1) {
  margin-right: 20px;
}
div.home-video > div:nth-child(2) {
  padding-left: 0;
}
div.home-video > div iframe,
div.home-video > div img {
  width: 100%;
  /*            height: 50vh;
            min-height:500px;*/
}
div.home-video > div h3 {
  text-align: center;
}
div.home-video > div h3 a {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px 14px;
}
div.home-video > div p {
  text-align: center;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px 14px;
}
div.home-video.single {
  margin-top: 240px;
  display: block;
}
div.home-video.single > div {
  width: 100%;
  max-width: 685px;
}
/*
    div.content-block:nth-child(even) {
        background: white;
    }
*/
div.home-text {
  color: white;
  text-align: center;
  margin-top: 250px;
  line-height: 47px;
  padding: 0 30px;
  text-transform: uppercase;
}
div.content-text {
  text-align: center;
  background: #133f6d;
  font-size: 1.6rem;
  padding-left: 185px;
}
div.content-text > div {
  display: inline-block;
  width: 100%;
  max-width: 920px;
  padding: 20px;
  background: white;
  text-align: left;
  box-sizing: border-box;
}
div.content-text p {
  margin: 40px 0;
}
div.content-text:nth-child(n) {
  background: white;
}
/*
div.content-text:nth-child(2n) {
    background: wheat;
}*/
div#contentButtons {
  position: fixed;
  left: 9px;
  top: 12px;
}
div#contentButtons a {
  display: block;
  margin-bottom: 26px;
  border: solid 1px #ced4da;
  width: 142px;
  height: 45px;
  box-sizing: border-box;
  padding: 14px 13px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.btn-green {
  background: #28a745;
  /*border-color: #28a745;*/
  border-color: #ced4da !important;
  color: white !important;
}
.btn-green:hover {
  background: #218838;
}
.btn-transparent {
  background: white;
  border-color: #222;
  color: black;
}
.btn-transparent:hover {
  background: #ced4da;
}
div.public-pikchi-block {
  padding: 35px 21px 120px 185px;
}
div.public-pikchi-block div.groups {
  text-align: center;
  margin-bottom: 20px;
}
div.public-pikchi-block div.groups div {
  display: inline-block;
  cursor: pointer;
  padding: 7px 14px;
  margin-bottom: 21px;
  border: solid 1px #222;
  margin-right: 21px;
}
div.public-pikchi-block div.groups div:hover,
div.public-pikchi-block div.groups div.act {
  background-color: #992b6a;
  border-color: #992b6a;
  color: white;
}
div.public-pikchi-block div.group-header {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 21px;
}
div.public-pikchi-block div.group-header img.loading {
  left: 50%;
  top: -18px;
}
div.public-pikchi-block div.feeds {
  text-align: center;
  margin-bottom: 20px;
}
div.public-pikchi-block div.feeds div {
  display: inline-block;
  cursor: pointer;
  padding: 7px 21px;
  margin-bottom: 21px;
  margin-right: 21px;
  font-size: 18px;
  border: solid 1px #222;
}
div.public-pikchi-block div.feeds div:hover,
div.public-pikchi-block div.feeds div.act {
  background-color: #992b6a;
  border-color: #992b6a;
  color: white;
}
div.public-pikchi-block div.images div.pub-img-wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
  min-height: 100px;
  /*padding: 5px 25px;*/
  margin-bottom: 160px;
}
div.public-pikchi-block div.images div.pub-img-wrap img {
  width: auto;
  max-width: 100%;
}
div.public-pikchi-block div.images div.pub-img-wrap:last-child {
  margin-bottom: 21px;
}
div.public-pikchi-block div.images .show-more {
  display: inline-block;
  cursor: pointer;
  padding: 7px 21px;
  margin-bottom: 21px;
  margin-right: 21px;
  font-size: 18px;
  background-color: #992b6a;
  border-color: #992b6a;
  color: white;
}
div#siteCreation,
a#aRaznoe {
  position: absolute;
  left: 35px;
  top: 100%;
  margin-top: -80px;
  z-index: 15;
  color: white;
  text-decoration: underline;
  cursor: pointer;
}
div#siteCreation:hover,
a#aRaznoe:hover {
  text-decoration: none;
}
a#aRaznoe {
  margin-top: -120px;
}
div#siteCreationModal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: white;
  text-align: center;
  z-index: 25;
  padding: 50px 20px 20px 50px;
}
div#siteCreationModal .foto {
  width: 500px;
}
a.close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 43px;
  height: 43px;
  background: url(/Content/img/close.png) no-repeat;
  cursor: pointer;
}
.g-signin2 {
  margin-top: 7px;
}
.g-signin2 > div {
  display: inline-block;
}
/*media*/
@media (min-width: 1015px) {
  div.nav-main {
    margin-left: 320px;
  }
}
@media (max-width: 900px) {
  div.nav-main a {
    width: auto;
    margin-right: 10px;
    padding: 5px 0;
  }
}
@media (max-width: 1100px) {
  div.content.b1 {
    padding-right: 20px;
  }
  div.home-video {
    margin-top: 250px;
    padding-right: 0;
    display: block;
  }
  div.home-video > div {
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin-bottom: 30px;
  }
  div.home-video > div:nth-child(1) {
    padding-right: 0;
  }
  div.home-video > div:nth-child(2) {
    padding-left: 0;
  }
  div.home-video > div:nth-child(2) img {
    height: auto;
  }
  div.nav-main nav {
    text-align: right;
    margin-right: 100px;
  }
}
@media (max-width: 870px) {
  div.home-text.public-pikchi {
    margin-top: 210px;
  }
}
@media (max-width: 950px) {
  div.logo {
    top: 165px;
  }
}
/*меньше 900px переходить на мобильную.*/
