html {
  overflow-x: hidden;
}
body {
  font-family: 'FuturaPTMedium', sans-serif;
  background: url('images/site-bg.png') bottom left no-repeat #eeeeee;
  padding-right: 0 !important;
  cursor: default;
}
p,
span,
div,
a {
  font-size: 18px;
  color: #000;
  line-height: 1.7;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  p,
  span,
  div,
  a {
    line-height: 1.4;
  }
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #000;
  outline: 0;
}
h3 {
  font-family: 'FuturaPTBold', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 0 20px;
  width: 220px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 20px;
  }
}
.bold {
  font-family: 'FuturaPTBold', sans-serif;
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-7,
  .col-md-8 {
    padding-left: 0;
    padding-right: 0;
  }
}
nav {
  height: 140px;
}
@media (max-width: 991px) {
  nav {
    height: auto;
  }
}
@media (max-width: 767px) {
  nav {
    margin-bottom: -1px;
  }
}
nav div.logo {
  position: relative;
  background: #000;
  text-align: right;
  padding-right: 0;
}
@media (max-width: 991px) {
  nav div.logo {
    text-align: center;
  }
}
@media (max-width: 767px) {
  nav div.logo {
    text-align: left;
  }
}
nav div.logo img {
  margin-right: 35px;
}
@media (max-width: 767px) {
  nav div.logo img {
    max-width: 70%;
    margin-right: 0;
    margin-left: 10px;
  }
}
nav div.logo div.wide-bg {
  position: absolute;
  width: 2000px;
  height: 140px;
  background: #000;
  right: 100%;
  top: 0;
}
nav div.logo a.menu-toggle {
  position: absolute;
  display: block;
  font-size: 40px;
  color: #fff;
  top: 30px;
  right: 40px;
}
@media (max-width: 435px) {
  nav div.logo a.menu-toggle {
    top: 25px;
  }
}
@media (max-width: 370px) {
  nav div.logo a.menu-toggle {
    top: 20px;
  }
}
nav div.headright {
  height: 140px;
  padding-left: 0;
}
@media (max-width: 767px) {
  nav div.headright {
    height: auto;
  }
}
nav div.headright div.signin,
nav div.headright div.topmenu {
  height: 70px;
  padding-left: 15px;
  clear: both;
}
@media (max-width: 767px) {
  nav div.headright div.signin,
  nav div.headright div.topmenu {
    height: auto;
    padding-left: 0;
  }
}
nav div.headright div.signin a,
nav div.headright div.topmenu a {
  line-height: 1;
}
nav div.headright div.signin {
  position: relative;
  background: #fff;
}
nav div.headright div.signin a {
  display: block;
  float: left;
  font-size: 20px;
  margin: 24px 17px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav div.headright div.signin a {
    margin: 24px 5px 0;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  nav div.headright div.signin a {
    margin: 24px 16px 0;
  }
}
nav div.headright div.signin a.register {
  background: url('images/plus.png') bottom left no-repeat;
  padding-left: 30px;
  height: 24px;
}
nav div.headright div.signin a.join {
  background: url('images/bag.png') bottom left no-repeat;
  padding-left: 33px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav div.headright div.signin a.register,
  nav div.headright div.signin a.join {
    background: none;
    padding-left: 5px;
  }
}
nav div.headright div.signin span {
  display: block;
  float: left;
  height: 69px;
  width: 1px;
  background: #eeeeee;
  margin: 0 10px;
}
nav div.headright div.signin div.wide-bg {
  position: absolute;
  width: 2000px;
  height: 70px;
  background: #fff;
  left: 100%;
  top: 0;
}
@media screen and (max-width: 991px) {
  nav div.headright div.signin div.wide-bg {
    display: none;
  }
}
nav div.headright div.topmenu {
  background: #eeeeee;
  position: relative;
}
@media (min-width: 767px) {
  nav div.headright div.topmenu.collapse {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  nav div.headright div.topmenu {
    height: 0;
    visibility: hidden;
  }
  nav div.headright div.topmenu.collapsing {
    visibility: visible;
  }
  nav div.headright div.topmenu.collapse {
    display: none;
    visibility: hidden;
  }
  nav div.headright div.topmenu.collapse.in {
    display: block;
    visibility: visible;
    height: auto;
  }
}
nav div.headright div.topmenu a {
  display: block;
  float: left;
  padding: 27px 17px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav div.headright div.topmenu a {
    padding: 27px 5px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  nav div.headright div.topmenu a {
    padding: 27px 16px;
  }
}
@media (max-width: 767px) {
  nav div.headright div.topmenu a {
    float: none;
    text-align: center;
    margin: 0;
  }
}
nav div.headright div.topmenu a:hover {
  background: #dddddd;
}
div#message div.modal-body div.line {
  margin: 20px 0;
  /* Firefox 19+ */
  /* Firefox 18- */
}
div#message div.modal-body p label {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
div#message div.modal-body p label input {
  width: 186px;
  padding-left: 10px;
  border: 0;
  font-weight: 400;
}
div#message div.modal-body label input:focus {
  outline: 0;
}
div#message div.modal-body label input::-webkit-input-placeholder {
  color: #fff;
}
div#message div.modal-body label input::-moz-placeholder {
  color: #fff;
}
div#message div.modal-body label input:-moz-placeholder {
  color: #fff;
}
div#message div.modal-body label input:-ms-input-placeholder {
  color: #fff;
}
div#message div.modal-body label input[type="text"],
div#message div.modal-body label input[type="email"] {
  background: #000;
  color: #fff;
}
div#message div.modal-body label input[type="tel"] {
  background: #b7b7b7;
  color: #fff;
}
div#message div.modal-body .wpcf7-submit{
  display: block;
  text-align: right;
  text-transform: uppercase;
  margin: 20px 0 0;
  background-color: transparent;
  border: none;
}
div#message div.modal-body a.register {
  font-size: 22px;
  border-top: 1px solid #000;
  margin: 20px 0 40px 0;
  text-transform: uppercase;
}
.privacy-field {
  display: flex;
  justify-content: flex-start;
  margin-top: 5px;
}
.privacy-field input {
  margin-top: 5px;
}
.privacy-field label {
  margin-left: 10px;
  font-size: 14px;
}
.privacy-field label a {
  font-size: inherit;
  text-decoration: underline;
}
header {
  height: 860px;
  background: url('images/bg.jpg') top center no-repeat;
  overflow: hidden;
}
@media (max-width: 991px) {
  header {
    height: auto;
  }
}
header div.container {
  position: relative;
  padding-top: 415px;
}
header div.container div.border-block {
  position: absolute;
  width: 667px;
  height: 600px;
  top: 195px;
  left: 15px;
  background: url('images/border.png') no-repeat;
}
@media (max-width: 991px) {
  header div.container div.border-block {
    background: none;
    left: 0;
  }
}
header div.container div.border-block div.border-text {
  margin-left: 55px;
  margin-top: 385px;
}
@media (max-width: 991px) {
  header div.container div.border-block div.border-text {
    margin-top: 0;
  }
}
header div.container div.border-block div.border-text p {
  color: #fff;
  line-height: 0.8;
}
header div.container div.border-block div.border-text p.big {
  font-size: 145px;
  font-family: 'FuturaPTHeavy', sans-serif;
}
header div.container div.border-block div.border-text p.not-so-big {
  font-size: 45px;
  font-family: 'FuturaPTHeavy', sans-serif;
  text-transform: uppercase;
}
header div.container div.border-block div.border-text p.little {
  font-size: 24px;
  font-family: 'FuturaPTBook', sans-serif;
}
header div.container div.block1 {
  height: 175px;
  background: #fff;
  padding: 25px 70px;
}
header div.container div.block1 h3 {
  width: 100%;
}
@media (max-width: 991px) {
  header div.container div.block1 {
    height: auto;
  }
}
header div.container div.block2wrapper {
  padding-right: 0;
}
header div.container div.block2wrapper div.block2 {
  background: url('images/display.png') right center no-repeat #219cb3;
  height: 270px;
  padding-top: 200px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  header div.container div.block2wrapper div.block2 {
    padding-top: 150px;
    padding-bottom: 50px;
    height: auto;
  }
}
header div.container div.block2wrapper div.block2 p {
  display: block;
  font-size: 18px;
  background: url('images/play.png') left center no-repeat;
  padding-left: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'FuturaPTBold', sans-serif;
  line-height: 1.1;
}
section#razdeli div.block3wrapper {
  padding-right: 0;
}
section#razdeli div.block3wrapper div.block3 {
  height: 790px;
  padding: 20px 70px 70px;
  background: #fff;
}
@media (max-width: 991px) {
  section#razdeli div.block3wrapper div.block3 {
    height: auto;
  }
}
section#razdeli div.block3wrapper div.block3 p.missiya {
  font-family: 'FuturaPTHeavy', sans-serif;
  font-size: 46px;
  text-transform: uppercase;
}
section#razdeli div.block3wrapper div.block3 p.missiya span {
  font-size: 230px;
  font-style: italic;
  line-height: 1;
}
@media (max-width: 991px) {
  section#razdeli div.block3wrapper div.block3 p.missiya span {
    font-size: 70px;
  }
}
section#razdeli div.block3wrapper div.block3 p.smalltitle {
  font-size: 25px;
  margin: 0 0 30px;
  line-height: 1.2;
  font-style: italic;
}
section#razdeli div.block3wrapper div.block3 p.quote {
  padding-left: 120px;
  font-style: italic;
  font-size: 28px;
  margin: 40px 0;
  background: url('images/quote.png') left center no-repeat;
  line-height: 1;
}
@media (max-width: 991px) {
  section#razdeli div.block3wrapper div.block3 p.quote {
    background: none;
    padding-left: 0;
  }
}
section#razdeli div.block3wrapper div.block3 p.quote span {
  font-size: 28px;
  color: #4f4e4e;
  line-height: 1;
}
section#razdeli div.columnright {
  padding-left: 0;
}
section#razdeli div.columnright div {
  width: 100%;
}
section#razdeli div.columnright div.block4wrapper {
  height: 170px;
  position: relative;
}
@media (max-width: 991px) {
  section#razdeli div.columnright div.block4wrapper {
    height: auto;
  }
}
section#razdeli div.columnright div.block4wrapper div.block4 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 440px;
  background: url('images/setting.png') right bottom no-repeat #411147;
  padding: 80px 70px;
}
@media (max-width: 991px) {
  section#razdeli div.columnright div.block4wrapper div.block4 {
    position: relative;
    height: auto;
  }
}
section#razdeli div.columnright div.block4wrapper div.block4 h3,
section#razdeli div.columnright div.block4wrapper div.block4 p {
  color: #fff;
}
section#razdeli div.columnright div.block5 {
  height: 320px;
  background: url('images/list.png') center center no-repeat #bb004d;
  padding: 60px 70px;
}
@media (max-width: 991px) {
  section#razdeli div.columnright div.block5 {
    height: auto;
  }
}
section#razdeli div.columnright div.block5 h3,
section#razdeli div.columnright div.block5 p {
  color: #fff;
}
section#razdeli div.columnright div.block6 {
  height: 300px;
  background: url('images/student.png') center center no-repeat #e2e2e2;
  padding: 60px 70px;
}
@media (max-width: 991px) {
  section#razdeli div.columnright div.block6 {
    height: auto;
  }
}
section#razdeli div.columnright div.block6 a.news-more {
  display: block;
  text-transform: uppercase;
  font-size: 21px;
  padding-left: 25px;
  background: url('images/arrow-orrange.png') left center no-repeat;
  margin-top: 45px;
}
section#novosti a.news-more {
  display: block;
  text-transform: uppercase;
  font-size: 21px;
  padding-left: 25px;
  background: url('images/arrow-orrange.png') left center no-repeat;
  margin-top: 15px;
}
section#novosti h3.news-header {
  width: 100%;
  text-transform: none;
}
section#novosti div.news-left {
  padding-right: 0;
}
section#novosti div.news-left div.block7 {
  background: url('images/news-bg-1.png') center center no-repeat #1b469d;
  height: 355px;
  border-bottom: 7px solid #e8432e;
  padding: 40px 70px 20px 70px;
}
@media (max-width: 991px) {
  section#novosti div.news-left div.block7 {
    height: auto;
  }
}
section#novosti div.news-left div.block7 h3,
section#novosti div.news-left div.block7 p,
section#novosti div.news-left div.block7 a {
  color: #fff;
}
section#novosti div.news-left div.block8 {
  height: 325px;
}
section#novosti div.news-left div.block9 {
  position: relative;
  height: 335px;
  background: #fff;
  padding: 40px 0;
}
@media (max-width: 991px) {
  section#novosti div.news-left div.block9 {
    height: auto;
  }
}
section#novosti div.news-left div.block9 div.wide-bg {
  position: absolute;
  width: 2000px;
  height: 335px;
  background: #fff;
  right: 100%;
  top: 0;
}
@media (max-width: 991px) {
  section#novosti div.news-left div.block9 {
    display: none;
  }
}
section#novosti div.news-left div.block9 div.news-date,
section#novosti div.news-left div.block9 div.news-text {
  float: left;
  height: 100%;
}
section#novosti div.news-left div.block9 div.news-date {
  width: 15%;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}
section#novosti div.news-left div.block9 div.news-date span {
  font-family: 'FuturaPTHeavy', sans-serif;
  color: #818181;
  text-transform: uppercase;
  line-height: 0.8;
}
section#novosti div.news-left div.block9 div.news-date span.month {
  font-size: 22px;
}
section#novosti div.news-left div.block9 div.news-date span.day {
  font-size: 38px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
section#novosti div.news-left div.block9 div.news-text {
  width: 85%;
  padding: 0 20px;
}
section#novosti div.news-left div.block9 div.news-text h3.news-header {
  font-family: 'FuturaPTMedium', sans-serif;
  text-transform: uppercase;
}
section#novosti div.news-left div.block9 div.news-text p {
  color: #4d4d4d;
}
section#novosti div.news-right {
  padding-left: 0;
}
section#novosti div.news-right div.block11 {
  height: 420px;
  background: #fff;
  padding: 40px 70px 20px 70px;
}
@media (max-width: 991px) {
  section#novosti div.news-right div.block11 {
    height: auto;
  }
}
section#novosti div.news-right div.block11 p {
  color: #4d4d4d;
}
section#novosti div.news-right div.block12 {
  height: 335px;
  background: #e8432e;
  padding: 40px 70px 20px 70px;
}
@media (max-width: 991px) {
  section#novosti div.news-right div.block12 {
    height: auto;
  }
}
section#novosti div.news-right div.block12 h3,
section#novosti div.news-right div.block12 p,
section#novosti div.news-right div.block12 a {
  color: #fff;
}
section#novosti div.news-right div.block12 a.news-more {
  background: url('images/arrow-white.png') left center no-repeat;
}
section#novosti div.block10 {
  position: relative;
  background: #000;
  height: 260px;
  padding: 80px 0 0 50px;
}
@media (max-width: 991px) {
  section#novosti div.block10 {
    padding: 40px 0 40px 50px;
    height: auto;
  }
}
section#novosti div.block10 div.wide-bg {
  position: absolute;
  height: 260px;
  background: #000;
  left: 100%;
  top: 0;
}
section#novosti div.block10 div.block10inner {
  height: 100px;
  width: 100%;
  padding-left: 110px;
  background: url('images/microphone.png') left center no-repeat;
}
@media (max-width: 991px) {
  section#novosti div.block10 div.block10inner {
    display: flex;
    align-items: center;
  }
}
section#novosti div.block10 div.block10inner h3 {
  width: 100%;
  color: #fff;
}
section#novosti div.block10 div.block10inner p {
  color: #fff;
}
section#joinus div.block13wrapper {
  padding-right: 0;
}
section#joinus div.block13wrapper div.block13 {
  position: relative;
  height: 357px;
  background: url('images/blue-bg.png') repeat-x;
  padding: 40px;
}
@media (max-width: 991px) {
  section#joinus div.block13wrapper div.block13 {
    height: auto;
    padding-left: 60px;
    background-repeat: repeat;
  }
}
section#joinus div.block13wrapper div.block13 h3 {
  color: #1c2527;
  font-size: 33px;
  line-height: 0.5;
}
section#joinus div.block13wrapper div.block13 h3 span {
  color: #fff;
  font-size: 33px;
}
section#joinus div.block13wrapper div.block13 p {
  color: #fff;
}
section#joinus div.block13wrapper div.block13 p.quote {
  padding-left: 70px;
  width: 360px;
  background: url('images/kavichki.png') left top no-repeat;
  font-style: italic;
  font-size: 22px;
  line-height: 1.2;
}
@media (max-width: 430px) {
  section#joinus div.block13wrapper div.block13 p.quote {
    width: 100%;
    background: none;
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section#joinus div.block13wrapper div.block13 p.quote {
    background: none;
    padding-left: 0;
    width: 300px;
  }
}
section#joinus div.block13wrapper div.block13 p.quote span {
  font-size: 22px;
  line-height: 1.2;
  color: #136575;
}
section#joinus div.block13wrapper div.block13 p.author,
section#joinus div.block13wrapper div.block13 p.company {
  line-height: 1;
}
section#joinus div.block13wrapper div.block13 p.author {
  font-family: 'FuturaPTHeavy', sans-serif;
  font-size: 29px;
  padding-top: 15px;
}
section#joinus div.block13wrapper div.block13 div.biznesman {
  position: absolute;
  width: 308px;
  height: 401px;
  background: url('images/biznesman.png') no-repeat;
  right: -50px;
  bottom: 0;
  z-index: 100;
}
@media (max-width: 991px) {
  section#joinus div.block13wrapper div.block13 div.biznesman {
    display: none;
  }
}
section#joinus div.block14wrapper {
  padding-left: 0;
}
section#joinus div.block14wrapper div.block14 {
  position: absolute;
  width: 2500px;
  height: 357px;
  background: url('images/pink-bg.png') repeat-x;
  padding: 40px 10px 10px 60px;
  left: 0;
  top: 0;
}
section#joinus h3 {
  width: auto!important;
}
@media (max-width: 991px) {
  section#joinus div.block14wrapper div.block14 {
    position: relative;
    height: auto;
    width: 100%;
    padding-bottom: 30px;
    background-repeat: repeat;
  }
}
section#joinus div.block14wrapper div.block14 h3 {
  color: #5a0f38;
  font-size: 33px;
  line-height: 0.5;
}
section#joinus div.block14wrapper div.block14 h3 span {
  color: #fff;
  font-size: 33px;
}
section#joinus div.block14wrapper div.block14 p {
  color: #fff;
}
section#joinus div.block14wrapper div.block14 p.quote {
  width: 360px;
  font-style: italic;
  font-size: 22px;
  line-height: 1.2;
}
@media (max-width: 430px) {
  section#joinus div.block14wrapper div.block14 p.quote {
    width: 100%;
  }
}
section#joinus div.block14wrapper div.block14 p.quote span {
  font-size: 22px;
  line-height: 1.2;
  color: #680a31;
}
section#joinus div.block14wrapper div.block14 div.check {
  padding-left: 60px;
  background: url('images/ok.png') left center no-repeat;
  margin-top: 150px;
  cursor: pointer;
}
section#joinus div.block14wrapper div.block14 div.check p.author,
section#joinus div.block14wrapper div.block14 div.check p.company {
  line-height: 1;
}
section#joinus div.block14wrapper div.block14 div.check p.author {
  font-family: 'FuturaPTHeavy', sans-serif;
  font-size: 29px;
}
footer div.block15wrapper {
  padding-right: 0;
}
footer div.block15wrapper div.block15 {
  height: 168px;
  background: url('images/black-bg.png') repeat-x;
}
@media (max-width: 991px) {
  footer div.block15wrapper div.block15 {
    height: auto;
    padding: 20px;
  }
}
footer div.block15wrapper div.block15 h3 {
  font-size: 33px;
  color: #fff;
  padding: 50px 10px 10px 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer div.block15wrapper div.block15 h3 {
    font-size: 28px;
    padding: 50px 10px 10px 40px;
  }
}
@media (max-width: 991px) {
  footer div.block15wrapper div.block15 h3 {
    text-align: center;
    width: 100%;
    padding: 0;
  }
}
footer div.block16wrapper {
  padding-left: 0;
  background: #e6e6e6;
}
footer div.block16wrapper div.wide-bg {
  position: absolute;
  width: 2000px;
  height: 168px;
  background: #e6e6e6;
  left: 100%;
  top: 0;
}
footer div.block16wrapper div.block16 {
  height: 168px;
  width: 100%;
}
@media (max-width: 991px) {
  footer div.block16wrapper div.block16 {
    height: auto;
  }
}
footer div.block16wrapper div.block16 img {
  padding: 60px 20px 0 20px;
}
@media (max-width: 991px) {
  footer div.block16wrapper div.block16 img {
    width: 90%;
    max-width: 992px;
    margin: 0 5%;
    padding: 40px 0;
  }
}
footer div.block17wrapper {
  padding-right: 0;
}
footer div.block17wrapper div.block17 {
  height: 435px;
  background: #fff;
  padding: 50px;
}
@media (max-width: 991px) {
  footer div.block17wrapper div.block17 {
    height: auto;
  }
}
footer div.block17wrapper div.block17 h3 {
  padding-bottom: 5px;
  font-size: 33px;
  border-bottom: 7px solid #2aa5bc;
  width: 100%;
}
footer div.block17wrapper div.block17 p.phone {
  font-family: 'FuturaPTBold', sans-serif;
  font-size: 33px;
}
footer div.block17wrapper div.block17 p.phone a {
  font-size: inherit;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer div.block17wrapper div.block17 p.phone {
    font-size: 24px;
  }
}
footer div.block17wrapper div.block17 p.phone span {
  font-family: 'FuturaPTBold', sans-serif;
  font-size: 33px;
  color: #2aa5bc;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer div.block17wrapper div.block17 p.phone span {
    font-size: 24px;
  }
}
footer div.block17wrapper div.block17 p.email {
  padding-top: 10px;
}
footer div.block17wrapper div.block17 p.email a {
  color: #2aa5bc;
  text-decoration: underline;
}
footer div.block17wrapper div.block17 p.copyright {
  padding-top: 25px;
}
footer div.block17wrapper div.block17 p.copyright a {
  color: #2AA5BC;
}
footer div.block17wrapper div.block17 p.copyright a:hover {
  text-decoration: underline;
  color: #1a6574;
}
footer div.block18wrapper {
  padding-left: 0;
}
footer div.block18wrapper div.block18 {
  position: absolute;
  width: 2000px;
  height: 435px;
  left: 0;
  top: 0;
}
section#content-page {
  margin-top: 70px;
  font-family: 'FuturaPTBook', sans-serif;
}
@media (max-width: 991px) {
  section#content-page {
    margin-top: 0;
  }
}
section#content-page p,
section#content-page a,
section#content-page span {
  font-family: 'FuturaPTBook', sans-serif;
}
@media (max-width: 991px) {
  section#content-page .col-xs-12 {
    padding: 0;
  }
}
section#content-page div.content {
  min-height: 94px;
  background: url('images/kvadrati.png') left top no-repeat #ffffff;
}
section#content-page div.content div.textwrapper {
  padding: 120px;
}
@media (max-width: 767px) {
  section#content-page div.content div.textwrapper {
    padding: 80px 40px 40px;
  }
}
section#content-page div.content div.textwrapper h3 {
  font-family: 'FuturaPTHeavy', sans-serif;
  width: 100%;
  font-size: 29px;
}
section#content-page div.content div.textwrapper h3 font.title-blue {
  color: #2a468c;
}
section#content-page div.content div.textwrapper h3 small {
  font-family: 'FuturaPTMedium', sans-serif;
}
section#content-page div.content div.textwrapper div.text {
  text-align: justify;
}
@media (min-width: 992px) {
  section#content-page div.content div.textwrapper div.text {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 100px;
    -moz-column-gap: 100px;
    -webkit-column-gap: 100px;
  }
}
section#content-page div.content div.textwrapper div.text p {
  margin-bottom: 30px;
}
section#content-page div.content div.textwrapper div.service-blocks {
  margin-top: 20px;
}
section#content-page div.content div.textwrapper div.service-blocks div.service-block {
  position: relative;
  background-size: cover !important;
}
@media (min-width: 1200px) {
  section#content-page div.content div.textwrapper div.service-blocks div.service-block {
    height: 286px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section#content-page div.content div.textwrapper div.service-blocks div.service-block {
    height: 196px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section#content-page div.content div.textwrapper div.service-blocks div.service-block {
    height: 170px;
  }
}
@media (max-width: 767px) {
  section#content-page div.content div.textwrapper div.service-blocks div.service-block {
    height: 250px;
    background-position: center center !important;
  }
}
section#content-page div.content div.textwrapper div.service-blocks div.service-block#service_site {
  background: url("images/service-site.jpg") center right no-repeat;
}
section#content-page div.content div.textwrapper div.service-blocks div.service-block#service_computer {
  background: url("images/service-computer.jpg") top left no-repeat;
}
section#content-page div.content div.textwrapper div.service-blocks div.service-block#service_video {
  background: url("images/service-video.jpg") top right no-repeat;
}
section#content-page div.content div.textwrapper div.service-blocks div.service-block#service_ats {
  background: url("images/service-ats.jpg") top left no-repeat;
}
section#content-page div.content div.textwrapper div.service-blocks div.service-block h4 {
  position: absolute;
  top: 15px;
  left: 30px;
  font-family: 'FuturaPTHeavy', sans-serif;
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
  z-index: 9999;
}
section#content-page div.content div.textwrapper div.service-blocks div.service-block a {
  font-family: 'FuturaPTMedium', sans-serif;
  position: absolute;
  bottom: 15px;
  left: 30px;
  background: #e03d29;
  display: block;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 10px;
  transition: background 0.3s linear;
  z-index: 9999;
}
section#content-page div.content div.textwrapper div.service-blocks div.service-block a:hover {
  background: #2a468c;
}
section#content-page div.content div.textwrapper div.service-blocks div.service-block div.block-checked {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 1;
}
section#content-page div.content div.textwrapper div.service-blocks div.service-title {
  background: #2a468c;
}
section#content-page div.content div.textwrapper div.service-blocks div.service-title h3 {
  font-family: 'FuturaPTHeavy', sans-serif;
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
  margin: 20px;
  text-align: center;
}
section#content-page div.content div.textwrapper div.service-blocks div.service-form {
  border: 1px solid #dbdbdb;
  padding: 25px;
}
section#content-page div.content div.textwrapper div.service-blocks div.service-form form input[type="text"] {
  border: 1px solid #dbdbdb;
  border-radius: 0;
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 25px;
}
section#content-page div.content div.textwrapper div.service-blocks div.service-form form h4 {
  font-family: 'FuturaPTMedium', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
section#content-page div.content div.textwrapper div.service-blocks div.service-form form label {
  display: block;
  width: 100%;
  font-weight: normal;
}
section#content-page div.content div.textwrapper div.service-blocks div.service-form form input[type="submit"] {
  font-family: 'FuturaPTHeavy', sans-serif;
  background: #000000;
  display: block;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 15px;
  padding: 5px 40px;
  transition: background 0.3s linear;
  cursor: pointer;
  outline: 0;
  border: 0;
}
section#content-page div.content div.textwrapper div.service-blocks div.service-form form input[type="submit"]:hover {
  background: #2a468c;
}
section#content-page div.content div.black-block {
  position: relative;
  width: 100%;
  background: #000;
  height: 275px;
  padding: 50px;
}
@media (max-width: 991px) {
  section#content-page div.content div.black-block {
    height: auto;
  }
}
section#content-page div.content div.black-block h3 {
  color: #fff;
  font-size: 30px;
  width: 100%;
}
section#content-page div.content div.black-block p {
  color: #bababa;
}
section#content-page div.content div.black-block div.wide-bg {
  position: absolute;
  width: 2000px;
  height: 275px;
  background: #000;
  left: 100%;
  top: 0;
}
@media (max-width: 991px) {
  section#content-page div.content div.black-block div.wide-bg {
    display: none;
  }
}
section#content-page div.content div.blue-block {
  position: relative;
  width: 100%;
  background: #2a468c;
  height: 275px;
  padding: 41px;
}
@media (max-width: 768px) {
  section#content-page div.content div.blue-block {
    height: auto;
  }
}
@media (max-width: 768px) {
  section#content-page div.content div.blue-block div.photo {
    text-align: center;
  }
}
@media (min-width: 992px) {
  section#content-page div.content div.blue-block div.photo img {
    float: right;
  }
}
@media (max-width: 768px) {
  section#content-page div.content div.blue-block div.photo img {
    display: inline;
  }
}
section#content-page div.content div.blue-block div.text p {
  color: #fff;
  font-size: 21px;
}
@media (min-width: 768px) and (max-width: 991px) {
  section#content-page div.content div.blue-block div.text p {
    font-size: 18px;
    padding-left: 10px;
  }
}
section#content-page div.content div.blue-block div.text p.name {
  font-family: 'FuturaPTHeavy', sans-serif;
  padding-top: 15px;
}
section#content-page div.content div.blue-block div.text p.author {
  font-size: 16px;
  line-height: 0.8;
}
section#content-page div.content div.blue-block div.wide-bg {
  position: absolute;
  width: 2000px;
  height: 275px;
  background: #2a468c;
  right: 100%;
  top: 0;
}
@media (max-width: 991px) {
  section#content-page div.content div.blue-block div.wide-bg {
    display: none;
  }
}
section#content-page div.content div.join {
  padding: 120px;
  text-align: center;
}
@media (max-width: 767px) {
  section#content-page div.content div.join {
    padding: 80px 40px 40px;
  }
}
section#content-page div.content div.join h3 {
  font-size: 29px;
  width: 100%;
}
.page {
  padding: 50px 50px 120px;
  background-color: #fff;
}
@media screen and (max-width: 430px){
  .page {
    padding: 30px 15px 50px;
  }
}
.page-title {
  margin-bottom: 35px;
  font-size: 42px;
}
.contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 499px) {
  .contacts {
    grid-template-columns: 1fr;
  }
}
.contacts p{
  margin-bottom: 10px;
  font-size: 18px;
}
.contacts p a {
  text-decoration: underline;
}
.page-content p {
  margin-bottom: 10px;
}
.page-content a {
  color: rgba(0,0,0,0.5);
  background-position: 0 95%;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-size: 0 0.0625rem;
  transition: color 0.3s ease-in-out, background-size 0.3s ease-in-out;
}
.page-content a:hover {
  color: #000;
  background-size: 100% 0.0625rem;
}
.page-content .button {
  margin-top: 25px;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #000;
}

/* Участники */
.category {
  display: grid;
}
.participants {
  grid-template-columns: 1fr;
  gap: 50px;
}
.participant {
  display: flex;
  flex-direction: column;
}
.participant__image {
  width: 100%;
  max-width: 450px;
  align-self: center;
  margin-bottom: 10px;
}
.participant__title {
  margin-bottom: 10px;
}
.participant__description {
  margin-bottom: 15px;
}
.participant__description p {
  margin-bottom: 10px;
}
.participant__data__element {
  margin-bottom: 5px;
  display: grid;
  grid-template-columns: 150px auto;
}
.participant__data__element span {
  margin-right: 10px;
}
.participant__data__element:last-child {
  margin-bottom: 0;
}
.participant__link {
  color: rgba(0,0,0,0.5);
  background-position: 0 90%;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-size: 0 0.0625rem;
  transition: color 0.3s ease-in-out, background-size 0.3s ease-in-out;
}
.participant__link:hover {
  color: #000;
  background-size: 100% 0.0625rem;
}
@media screen and (max-width: 439px) {
  .participant__data__element {
    margin-bottom: 10px;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

/* Детальная страница участника */
.post .participant__image {
  margin-bottom: 30px;
}
.post .participant__data {
  margin-top: 30px;
}
.post .participant__data__element p {
  margin-bottom: 0;
}

/* Новости */
.news-list {
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.news__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;

}
.news__title {
  margin-bottom: 10px;
  display: inline-block;
}
.news__title h2{
  display: inline;
  font-size: 24px;
  background-position: 0 100%;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-size: 0 0.0625rem;
  transition: background-size 0.3s ease-in-out;
}
.news__title:hover h2{
  background-size: 100% 0.0625rem;
}
.news__date {
  font-size: 14px;
  margin-bottom: 15px;
  color: rgba(0,0,0,0.7);
}
.news__link {
  margin-top: 15px;
  color: rgba(0,0,0,0.5);
  background-position: 0 90%;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-size: 0 0.0625rem;
  transition: color 0.3s ease-in-out, background-size 0.3s ease-in-out;
}
.news__link:hover {
  color: #000;
  background-size: 100% 0.0625rem;
}

@media screen and (max-width: 767px) {
  .news-list {
    grid-template-columns: 1fr;
  }
}

/* Постаничная навигация  */
.paginator {
  margin-top: 50px;
}
.paginator nav {
  height: auto;
}
.paginator .pagination {
  margin: 0;
}
.paginator .nav-links {
  display: flex;
  flex-wrap: wrap;
}
.paginator .nav-links > a span{
  padding-bottom: 2px;
  color: inherit;
}
.paginator .nav-links > a,
.paginator .nav-links > span {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  margin-right: 10px;
  border: 1px solid #000;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.paginator .nav-links > .dots {
  border: none;
}

.paginator .nav-links > a:last-child,
.paginator .nav-links > span:last-child {
  margin-right: 0;
}

.paginator .nav-links > .current,
.paginator .nav-links > a:hover {
  color: #fff;
  background-color: #000;
}

@media screen and (max-width: 499px) {
  header div.container div.border-block div.border-text {
    margin-left: 25px
  }
  header div.container div.block1 {
    padding: 25px;
  }
  section#razdeli div.block3wrapper div.block3 {
    padding: 25px 25px 70px;
  }
  section#razdeli div.columnright div.block4wrapper div.block4,
  section#razdeli div.columnright div.block5,
  section#razdeli div.columnright div.block6,
  section#novosti div.block10,
  section#novosti div.news-left div.block7,
  section#novosti div.news-right div.block11,
  section#novosti div.news-right div.block12,
  section#joinus div.block13wrapper div.block13,
  section#joinus div.block14wrapper div.block14,
  footer div.block17wrapper div.block17 {
    padding-right: 25px;
    padding-left: 25px;
  }
  section#novosti div.block10 div.block10inner {
    padding-left: 80px;
    background-size: 70px;
  }
  section#novosti div.block10 div.block10inner h3 {
    margin-bottom: 0;
  }
  section#joinus div.block14wrapper div.block14 div.check {
    margin-top: 90px;
  }
}
.cookie {
  width: 100%;
  position: fixed;
  z-index: 105;
  bottom: 0;
  left: 0;
  padding: 25px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #000;
}

.cookie__text {
  color: #fff;
  font-size: 16px;
}

.cookie__button {
  margin-top: 20px;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}