/*
 * Box-sizing-model
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 * Responsive images
*/
/*img {
  max-width: 100%;
  height: auto;
}*/
/*
 * Cursor change on hover on Buttons
*/
input[type="submit"] {
  cursor: pointer;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  visibility: hidden;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: 'Roboto', sans-serif;
  min-width: 320px;
  margin: 0;
  padding: 0;
  color: #303030;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #777;
}
ul {
  list-style-type: none;
}
.block {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  color: red;
  background-color: #c6c6c6;
}
.line {
  width: 95%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #cccccc;
}
.section__paragraf.margin-40 {
  margin-bottom: 70px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-20 img {
  margin-bottom: 40px;
}
section {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 0px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  section {
    padding-top: 115px;
    padding-left: 0;
    padding-right: 0;
  }
}
.section__small-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 768px) {
  .section__small-title {
    font-size: 20px;
  }
}
.section__title {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
.section__paragraf {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px;
  color: #000;
  text-align: justify;
}
@media (min-width: 480px) {
  .section__paragraf {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .section__paragraf {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .section__paragraf {
    font-size: 24px;
    line-height: 28px;
  }
}
.section-top-row {
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .section-top-row {
    margin-bottom: 80px;
  }
}
.section__paragraf-pad-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.bold-text {
  font-weight: 700;
}
.italic-text {
  font-style: italic;
}
.section__paragraf-special {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #000;
  /*@media (min-width: 992px){
		font-size: 28px;
	}
	@media (min-width: 1200px){
		font-size: 30px;
	}*/
}
@media (min-width: 768px) {
  .section__paragraf-special {
    font-size: 24px;
  }
}
.paragraf-center {
  text-align: center;
}
.paragraf-center-gray {
  background-color: #eee;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-style: italic;
}
.img-block {
  width: 100%;
  background-color: blue;
  height: 315px;
  position: relative;
}
.img-block img {
  margin-left: auto;
  margin-right: auto;
}
.center-slogan {
  position: relative;
  max-width: 100%;
  height: 315px;
  background-color: rgba(78, 102, 130, 0.95);
  background: url('../img/bg/bg6.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  /*&:before{
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1;
      top:0;
      left: 0;
      box-shadow: -1px 11px 17px -7px #000000;
	}*/
}
.center-slogan::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.center-slogan-text {
  z-index: 10;
  position: relative;
}
.slogan-content {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(0, 0, 0, 0.8);
}
.center-slogan h2 {
  font-size: 22px;
}
h2.bottom-head {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 99%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.text-lowcase {
  text-transform: lowercase;
}
.bottom-head.visible-xs {
  font-size: 15px;
}
@media (min-width: 360px) {
  .bottom-head.visible-xs {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .bottom-head.visible-xs {
    font-size: 20px;
  }
}
.title-mobill {
  display: block;
}
@media (min-width: 480px) {
  .title-mobill {
    display: none;
  }
}
.title-mobill-decstop {
  display: none;
}
@media (min-width: 480px) {
  .title-mobill-decstop {
    display: block;
  }
}
.button-item {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 280px;
  height: 60px;
  background-color: #e03c38;
  z-index: 15;
  text-align: center;
}
.button-item:hover {
  background-color: rgba(224, 60, 56, 0.5);
}
@media (min-width: 768px) {
  .button-item {
    width: 326px;
    height: 63px;
  }
}
.button-link {
  padding: 20px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .button-link {
    font-size: 16px;
  }
}
.button-link:hover {
  color: #777;
}
.button-link:active {
  color: #333;
}
header a {
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}
header a:hover {
  color: red;
}
.button-bottom {
  background-color: #e03c38;
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.75);
}
.button-bottom:hover {
  background-color: rgba(224, 60, 56, 0.5);
  color: #777;
}
.btn-bottom {
  color: #fff;
  font-size: 18px;
}
.btn-bottom hover {
  color: #777;
}
.btn-bottom active {
  color: #333;
}
.cmn-toggle-switch {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 25px;
  right: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 16;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 45px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (min-width: 768px) {
  .cmn-toggle-switch {
    display: none;
  }
}
.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 20px;
  left: 5px;
  right: 5px;
  height: 5px;
  background: #fff;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
}
.cmn-toggle-switch span::before {
  top: -12px;
}
.cmn-toggle-switch span::after {
  bottom: -12px;
}
/**
 * Style 2
 */
.cmn-toggle-switch__htx {
  background-color: transparent;
}
.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
/* active state*/
.cmn-toggle-switch__htx.active {
  position: fixed;
}
.cmn-toggle-switch__htx.active span {
  background: none;
}
.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
/***********************************/
/* Стили для содержимого popup окна */
input,
textarea {
  color: #000;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  margin: 0 0 10px;
  padding: 5px;
  width: 100%;
  line-height: 1.5;
}
input:focus {
  border-color: #808080;
  outline: none;
}
textarea:focus {
  border-color: #808080;
  outline: none;
}
/* Окно */
.overlay_popup {
  /*display: block;*/
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}
.popup {
  display: none;
  /*display: block;*/
  position: relative;
  z-index: 1000;
  margin: 0 25% 0 25%;
  width: 50%;
}
/* Ещё немного стилей для popup окна */
.object {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.8);
  position: fixed;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media (min-width: 768px) {
  .object {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .object {
    width: 55%;
  }
}
.object h4 {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
}
input[type="submit"] {
  color: #fff;
  background-color: inherit;
  display: block;
  width: 150px;
  float: right;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
input[type="submit"]:hover {
  color: #999999;
  background-color: #3c444799;
}
input[type="submit"]:active {
  color: #333;
  background-color: #cccccc;
}
label.error {
  font-size: 12px;
  color: red;
}
/*окно благодарность*/
.contact-form__success {
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  line-height: 34px;
  width: 100%;
  height: auto;
  background-color: #f3f8fb;
  color: #333333;
  font-size: 18px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#answer {
  font-size: 0;
}
/*крестик закрыть окно*/
#form-close {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #aac4d4;
  font-size: 24px;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
#form-close:hover {
  color: #fff;
}
.form-block-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.form-block-container input,
.form-block-container textarea {
  padding: 12px;
  font-size: 14px;
}
.form-left-container,
.form-right-container {
  width: 49%;
}
#contact-form {
  padding: 20px;
}
@media (min-width: 680px) {
  .contact-block {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}
input {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #fff;
}
@media (min-width: 768px) {
  input {
    display: inline-block;
    margin-right: 5px;
  }
}
#back-top {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 10px;
  right: 0px;
  padding-top: 8px;
  padding-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: red;
}
#back-top a {
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 28px;
  /* background color transition */
  -webkit-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  color: #000;
}
/* графическая стрелка ВВЕРХ */
#back-top span {
  width: 34px;
  height: 34px;
  display: block;
  margin-bottom: 7px;
  /* rounded corners */
  border-radius: 15px;
  /* background color transition */
  -webkit-transition: 1s;
  transition: 1s;
}
#back-top a:hover span {
  background-color: transparent;
}
header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 25px;
  background-color: #777;
  color: #fff;
  background: url('../img/bg/bg7.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
header::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.header__logo {
  position: absolute;
  z-index: 14;
  top: 10px;
  left: 6%;
}
@media (min-width: 1200px) {
  .header__logo {
    left: 10%;
  }
}
@media (min-width: 1500px) {
  .header__logo {
    left: 15%;
  }
}
/*стили для навигации*/
.header__nav {
  position: absolute;
  z-index: 15;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
}
@media (min-width: 768px) {
  .header__nav {
    position: absolute;
    z-index: 15;
    top: 25px;
    right: 6%;
    display: block;
    width: 60%;
    height: 50px;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    right: 10%;
  }
}
@media (min-width: 1500px) {
  .header__nav {
    right: 15%;
  }
}
.header__menu {
  display: none;
  float: right;
}
@media (min-width: 768px) {
  .header__menu {
    display: block;
  }
}
.header__menu a {
  font-size: 15px;
  font-weight: 700;
  padding: 8px 10px;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 768px) {
  .header__menu a {
    font-size: 13px;
  }
}
.header__menu a:hover,
.header__menu a:focus {
  color: #cccccc;
  border-bottom: 1px solid #cccccc;
}
.header__menu a:active {
  color: #777;
}
h1.head {
  font-size: 24px;
  line-height: 1.8;
  position: absolute;
  z-index: 12;
  top: 35%;
  left: 50%;
  width: 95%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
@media (min-width: 480px) {
  h1.head {
    font-size: 34px;
  }
}
@media (min-width: 360px) {
  h1.head {
    font-size: 28px;
  }
}
@media (min-width: 400px) {
  h1.head {
    font-size: 30px;
  }
}
@media (min-width: 550px) {
  h1.head {
    font-size: 40px;
    width: 90%;
  }
}
@media (min-width: 768px) {
  h1.head {
    font-size: 40px;
    line-height: 1.5;
    width: 70%;
  }
}
@media (min-width: 992px) {
  h1.head {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  h1.head {
    font-size: 60px;
  }
}
/*class responsive for menu*/
.header__menu.responsive {
  display: block;
  float: none;
  width: 100%;
  height: 400px;
  margin-top: -50px;
  padding-top: 150px;
  padding-bottom: 50px;
  background-color: rgba(207, 207, 210, 0.92);
}
.header__menu.responsive a {
  display: block;
  color: #333;
  text-align: center;
}
.header__menu.responsive a:hover {
  padding-bottom: 7px;
}
/* end class responsive for menu*/
.header__title {
  position: absolute;
  top: 185px;
  left: 50%;
  border-radius: 5px;
  width: 285px;
  height: auto;
  margin-left: -150px;
  text-align: center;
}
@media (min-width: 400px) {
  .header__title {
    top: 235px;
  }
}
@media (min-width: 768px) {
  .header__title {
    top: 75px;
    left: 50%;
    width: 585px;
    margin-top: 100px;
    margin-left: -300px;
  }
}
@media (min-width: 992px) {
  .header__title {
    margin-top: 120px;
  }
}
.header__title-top {
  display: none;
}
@media (min-width: 480px) {
  .header__title-top {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    display: block;
    margin-bottom: 70px;
    text-transform: uppercase;
    color: #fff;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .header__title-top {
    margin-bottom: 50px;
  }
}
.header__title-center {
  font-family: 'lobster_1.3regular';
  font-size: 80px;
  font-style: italic;
  line-height: 80px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .header__title-center {
    font-size: 150px;
    line-height: 130px;
  }
}
.fa-chevron-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .fa-chevron-down {
    bottom: 20px;
    margin-left: 0;
  }
}
.header__text-bottom-left,
.header__text-bottom-right {
  display: none;
}
@media (min-width: 768px) {
  .header__text-bottom-left,
  .header__text-bottom-right {
    position: absolute;
    bottom: 20px;
    display: block;
  }
}
.header__text-bottom-left {
  left: 30px;
}
.header__text-bottom-right {
  right: 30px;
}
.header__carousel-item {
  width: auto;
  height: 800px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.item1 {
  background-image: url('../img/bg/bg4.jpg');
}
.item2 {
  background-image: url('../img/bg/bg3.jpg');
}
.item3 {
  background-image: url('../img/bg/bg7.jpg');
}
.section-top {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .section-top {
    padding-bottom: 60px;
  }
}
.section-middle {
  padding-top: 55px;
  background-color: #fafafa;
}
.section__paragraf-mb {
  margin-bottom: 50px;
}
.section__paragraf-small {
  color: #646361;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .section__paragraf-small {
    font-size: 22px;
    line-height: 27px;
  }
}
.action-programm .section__small-title {
  text-align: left;
}
.programm-date {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #4e6682;
}
.action-programm {
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  width: 99%;
  -webkit-box-shadow: 0px 1px 12px -3px #000000;
          box-shadow: 0px 1px 12px -3px #000000;
  background-color: #fffffd;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .action-programm {
    width: 90%;
  }
}
.programm-list span {
  color: #777;
  margin-right: 15px;
}
.section__list-title {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section__list-title {
    margin-left: 30px;
    font-size: 20px;
  }
}
ul.programm-list {
  list-style-type: none;
  text-align: left;
  padding-left: 0;
}
@media (min-width: 768px) {
  ul.programm-list {
    padding-left: 30px;
  }
}
ul.programm-list li {
  margin-bottom: 8px;
  font-size: 14px;
}
@media (min-width: 768px) {
  ul.programm-list li {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.action-img {
  padding-top: 40px;
  width: 100%;
  height: 300px;
  background: url("../img/bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 60px;
}
.text-left,
.text-right {
  float: left;
  font-size: 16px;
  font-style: italic;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 40px;
  text-shadow: 0px 2px 4.75px rgba(0, 0, 0, 0.75);
}
@media (min-width: 768px) {
  .text-left,
  .text-right {
    font-size: 30px;
    margin-bottom: 0px;
  }
}
.text-2 span {
  color: #e03c38;
}
.text-right {
  font-size: 14px;
  float: right;
  line-height: 2;
}
@media (min-width: 768px) {
  .text-right {
    font-size: 24px;
  }
}
.text-img {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-img img {
  width: 170px;
  height: 37px;
}
.center-slogan-text h2 {
  margin-bottom: 40px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 768px) {
  .center-slogan-text h2 {
    font-size: 24px;
  }
}
.head-center {
  display: inline-block;
  margin-left: auto;
}
.text-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.left-column,
.right-column {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.partners-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.partners-block-item {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (min-width: 480px) {
  .partners-block-item {
    width: 70%;
  }
}
@media (min-width: 580px) {
  .partners-block-item {
    width: 45%;
  }
}
@media (min-width: 800px) {
  .partners-block-item {
    width: 23%;
  }
}
.partners-block-item a {
  color: #000;
}
footer.contacts {
  padding-top: 10px;
  width: 100%;
  height: 120px;
  background-color: #fff;
}
@media (min-width: 480px) {
  footer.contacts {
    height: 66px;
  }
}
.contact-block {
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .contact-block {
    width: 60%;
  }
}
.contact-item {
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .contact-item {
    margin-bottom: 0px;
  }
}
a.mail {
  margin-left: 15px;
  text-transform: lowercase;
  margin-right: 10px;
}
.item-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer.contacts a {
  color: #333;
}
/*.contact-item .fa-facebook-square {
    margin-right: 25px;
    @media (min-width: 480px){
        margin-right: 35px;
    }
}*/
.programm {
  padding-top: 65px;
  background-color: #fff;
}
.programm-block-title {
  font-size: 34px;
  font-weight: 700;
  color: #e03c38;
  margin-bottom: 6px;
  text-align: left;
}
@media (min-width: 768px) {
  .programm-block-title {
    font-size: 48px;
  }
}
.programm-block {
  margin-bottom: 40px;
}
.programm-block .section__paragraf span {
  color: #e03c38;
  margin-right: 15px;
}
.section__paragraf ul li {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section__paragraf ul li {
    margin-bottom: 20px;
  }
}
.programm-block ul {
  padding-left: 0px;
}
@media (min-width: 768px) {
  .programm-block ul {
    padding-left: 40px;
  }
}
/*# sourceMappingURL=main.css.map */