@charset "UTF-8";
@font-face {
  font-family: "TTFirs";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/TTFirs/TTFirs-Regular.eot");
  src: url("../fonts/TTFirs/TTFirs-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TTFirs/TTFirs-Regular.woff") format("woff"), url("../fonts/TTFirs/TTFirs-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "TTFirs";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/TTFirs/TTFirs-Bold.eot");
  src: url("../fonts/TTFirs/TTFirs-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTFirs/TTFirs-Bold.woff") format("woff"), url("../fonts/TTFirs/TTFirs-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "TTFirs";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/TTFirs/TTFirs-ExtraBold.eot");
  src: url("../fonts/TTFirs/TTFirs-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTFirs/TTFirs-ExtraBold.woff") format("woff"), url("../fonts/TTFirs/TTFirs-ExtraBold.ttf") format("truetype"); }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: "TTFirs", sans-serif;
  font-weight: normal;
  background: #fff; }

html, body {
  overflow-x: hidden; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.text-center {
  text-align: center; }

a {
  display: block;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  outline: none; }
  a:hover, a:focus {
    text-decoration: none; }

input, textarea, select {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border: 1px solid #CBCBCB;
    border-radius: 0;
  background: #fff;
  font-size: 15px;
  color: #201F37;
  width: 100%;
  height: 51px; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #201F37; }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #201F37; }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
    color: #201F37; }
  input::placeholder, textarea::placeholder, select::placeholder {
    color: #201F37; }
  input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

textarea {
  height: 110px;
  padding: 14px 15px; }

label {
  margin: 0 0 16px;
  width: 100%;
  display: block; }

.input-text {
  display: block;
  margin: 0 0 8px;
  width: 100%;
  color: rgba(32, 31, 55, 0.5);
  font-size: 13px;
  font-family: "Roboto", sans-serif; }

button, .btn {
  outline: none;
  border: none;
    border-radius: 0;
  padding: 0;
  font-family: "TTFirs", sans-serif;
  cursor: pointer;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  button:hover, button:focus, .btn:hover, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.container {
  max-width: 1220px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.btn {
  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;
  font-family: "TTFirs", sans-serif;
  height: 52px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 129%;
  border-radius: 5px;
  padding: 2px 30px 0; }
  .btn:hover, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-accent {
  background: #FB5A00;
  color: #fff; }
  .btn-accent:hover {
    background: #D7C7AB;
    color: #fff; }

.btn-white {
  background: #fff;
  color: #000; }
  .btn-white:hover {
    background: #FB5A00;
    color: #fff; }

.btn-border {
  border: 1.4px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 800;
  color: #000;
  height: 35px; }
  .btn-border:hover {
    background: #FB5A00;
    color: #fff; }

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .btn-group .btn {
    margin: 0 26px 0 0; }
    .btn-group .btn:last-child {
      margin: 0; }

h1 {
  font-size: 75px;
  font-weight: 800;
  width: 100%;
  line-height: 100%; }

h2 {
  margin: 0 0 34px;
  font-size: 30px;
  font-weight: 800;
  width: 100%; }

.color-accent {
  color: #FB5A00; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(32, 31, 55, 0.5);
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  margin: 0 auto 0 0; }

.logo-icon {
  max-width: 48px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px 0 0; }
  .logo-icon img {
    width: 100%; }

.logo-text {
  display: inline-block; }

.logo-text-description {
  max-width: 305px;
  width: 100%;
  display: inline-block;
  margin: 0 0 0 26px; }

.logo-company {
  max-width: 158px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .logo-company img {
    width: 100%; }

.wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.bg-green {
  background: #006A32; }

.bg-orange-light {
  background: rgba(239, 226, 202, 0.5); }

header {
  background: #EFE2CA;
  padding: 17px 0 35px; }
  header .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  header .logo {
    margin: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #201F37;
    font-size: 9px; }
  header .logo-text-description {
    margin: 9px 0 0;
    max-width: 190px; }
  header .logo-text img {
    max-width: 82px; }

.home {
  padding: 155px 0 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 106, 50, 0.035)), to(rgba(0, 106, 50, 0.35))), url("../img/bg1.png") no-repeat center 56%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(0, 106, 50, 0.035) 0%, rgba(0, 106, 50, 0.35) 100%), url("../img/bg1.png") no-repeat center 56%;
    background-size: cover;
  background-blend-mode: soft-light, normal, normal;
  position: relative; }
  .home h1 {
    margin: 0 0 60px;
    color: #fff; }
  .home .container {
    max-width: 830px; }
  .home .btn {
    font-size: 13px; }

.header-home {
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  z-index: 1;
  background: transparent;
  padding: 0; }
  .header-home .container {
    max-width: 830px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header-home .logo {
    color: #201F37;
    font-size: 11px;
    font-weight: bold;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .header-home .logo-text-description {
    margin: 7px 0 0; }
  .header-home .logo-icon {
    max-width: 60px;
    margin: 0 9px 0 0; }
  .header-home .logo-company {
    max-width: 170px;
    width: 100%; }
  .header-home .logo-text-description {
    max-width: 236px; }
  .header-home .logo-text img {
    max-width: 92px; }
  .header-home .menu {
    display: none;
    font-size: 11px;
    margin: 22px 0 0;
    text-transform: uppercase; }
    .header-home .menu li {
      margin: 0 15px 5px 0; }
      .header-home .menu li:last-child {
        margin-right: 0; }

.menu {
  margin: 15px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 17px;
  font-weight: 800; }
  .menu li {
    margin: 0 25px 0 0; }
    .menu li:last-child {
      margin-right: 0; }
    .menu li a {
      text-decoration: underline;
      color: #312A20; }
      .menu li a:hover {
        color: #FB5A00; }
    .menu li .active {
      color: #03803E;
      text-decoration: none; }

.home-section {
  position: relative;
  z-index: 1;
  margin: -38px 0 66px; }

.home-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  background: #FB5A00;
  overflow: hidden; }

.home-content__menu {
  max-width: 427px;
  width: 100%;
  padding: 38px 20px 45px 200px; }

.home-content__text {
  background: #D7C7AB;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: calc(100% - 427px);
  padding: 45px 214px 45px 51px;
  color: #312A20; }
  .home-content__text:before {
    content: '';
    position: absolute;
    right: -21px;
    bottom: -30px;
    width: 216px;
    height: 265px;
    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;
    background: url("../img/decor1.svg") no-repeat center;
      background-size: contain; }
  .home-content__text .box-text {
    margin: 0 0 40px;
    font-size: 17px;
    font-weight: 800;
    line-height: 135%; }
    .home-content__text .box-text__footer {
      line-height: 30px;
      font-size: 15px;
      font-weight: normal;
      max-width: 442px;
      width: 100%; }

.home-menu {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em; }
  .home-menu li {
    width: 100%;
    padding: 0 0 30px;
    position: relative; }
    .home-menu li:before {
      content: '';
      position: absolute;
      bottom: 3px;
      height: 25px;
      width: 1px;
      background: #fff;
      opacity: .2; }
    .home-menu li:last-child {
      padding: 0; }
      .home-menu li:last-child:before {
        display: none; }
    .home-menu li a {
      color: #fff; }
      .home-menu li a:hover {
        color: #000; }

.advantages {
  padding: 0 0 80px; }
  .advantages .container {
    max-width: 1100px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.advantages-box {
  margin: 0 0 40px;
  position: relative;
  padding: 0 0 0 90px;
  max-width: 500px;
  z-index: 1; }
  .advantages-box__icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    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;
    opacity: .5; }
    .advantages-box__icon img {
      width: 100%; }
  .advantages-box__title {
    max-width: 310px;
    width: 100%;
    margin: 0 0 19px;
    font-size: 23px;
    font-weight: 800;
    color: #006A32;
    text-decoration: underline; }
  .advantages-box .box-text {
    font-weight: bold;
    font-size: 15px;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.6); }
  .advantages-box:last-child .box-text {
    max-width: 350px; }
  .advantages-box .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px 0 0; }

.video-collection {
  background: rgba(239, 226, 202, 0.5);
  padding: 0 0 20px; }
  .video-collection .wrapper {
    max-width: 900px;
    margin: 74px auto 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .video-collection h2 {
    text-align: center;
    width: 100%;
    background: #FB5A00;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    line-height: 31px;
    padding: 25px 20px 24px;
    margin: 0; }

.video-collection-box {
  color: #252F3D;
  margin: 0 0 48px;
  width: 100%;
  max-width: 400px; }
  .video-collection-box__video {
    height: 225px;
    position: relative;
    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;
    -o-object-fit: cover;
       object-fit: cover; }
    .video-collection-box__video img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover; }
  .video-collection-box__body {
    padding: 17px 0 0;
    width: 100%; }
  .video-collection-box__title {
    width: 100%;
    text-decoration: underline;
    color: #252F3D;
    font-size: 18px;
    font-weight: 800; }

.author {
  opacity: .6;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0; }

.btn-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  background: #FB5A00;
  border-radius: 50%;
  width: 58px;
  height: 58px; }
  .btn-play img {
    -o-object-fit: none;
       object-fit: none;
    height: auto;
    margin: 5px 11px 4px 21px;}

.news {
  padding: 46px 0 77px; }

.news-box {
  margin: 0 0 30px;
  max-width: 354px;
  width: 100%; }
  .news-box__img {
    width: 100%;
    height: 206px;
    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;
    overflow: hidden; }
    .news-box__img img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover; }
  .news-box__body {
    padding: 25px 0 0; }
  .news-box__title {
    font-size: 23px;
    font-weight: 800;
    text-decoration: underline;
    color: #252F3D;
    line-height: 31px;
    margin: 0 0 15px; }
  .news-box .box-text {
    font-weight: bold;
    color: rgba(37, 47, 61, 0.6);
    line-height: 170%;
    margin: 0 0 30px; }

.news-date {
  font-size: 14px;
  font-weight: bold; }

.btn-all-news {
    height: 31px;
    font-size: 10px;
    font-weight: 800;
    padding: 0px 15px 0;
}

.btn-news-part{

    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;
    margin: 0 10px 14px 0;
    border: 1.4px solid rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    height: 35px;
    padding: 0 30px;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    height: 31px;
    font-size: 10px;
    font-weight: 800;
    padding: 0px 15px 0;
	width:100px;
	margin:0px 10px 10px 0px!important;
	background:#ffffff;
	color:#000000;
}
.btn-news-part_active{
	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;
    margin: 0 10px 14px 0;
    border: 1.4px solid #FB5A00;
    border-radius: 5px;
    height: 35px;
    padding: 0 30px;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    height: 31px;
    font-size: 10px;
    font-weight: 800;
    padding: 0px 15px 0;
	width:100px;
	margin:0px 10px 10px 0px!important;
	background:#FB5A00;
	color:#FFFFFF;
}
.callback-section {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("../img/callback-bg.jpeg") no-repeat center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/callback-bg.jpeg") no-repeat center;
    background-size: cover;
  padding: 83px 0 88px; }

.callback {
  background: #fff;
  margin: 0 auto;
  max-width: 646px;
  width: 100%;
  padding: 45px 28px 77px; }
  .callback h3 {
    text-align: center;
    color: #FB5A00;
    width: 100%;
    margin: 0 auto 34px;
    font-size: 21px;
    font-weight: 800;
    line-height: 28px; }

.form button {
  margin: 8px auto 0;
  width: 100%; }

.contacts {
  padding: 60px 0;
  position: relative; }
  .contacts .container {
    position: initial; }

.map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.contacts-wrapper {
  position: relative;
  z-index: 1;
  max-width: 429px;
  width: 100%;
  background: #FB5A00;
  color: #fff;
  padding: 34px 25px 37px 40px;
  font-size: 17px;
  font-weight: bold;
  line-height: 170%; }
  .contacts-wrapper h2 {
    margin: 0 0 30px;
    font-size: 23px;
    line-height: 31px; }

.address {
  max-width: 300px;
  width: 100%; }

.contacts-links {
  color: #fff; }

.list-social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 43px 0 0; }
  .list-social li {
    margin: 0 25px 0 0; }
    .list-social li:last-child {
      margin: 0; }
    .list-social li a {
      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 {
  padding: 50px 0 58px; }
  footer .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.page {
  padding: 50px 0; }
  .page h1 {
    font-size: 50px;
    line-height: 100%;
    margin: 0 0 40px; }

.page-contacts .address {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 0 130px; }

.page-contacts .list-social {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto; }
  .page-contacts .list-social img {
    -webkit-filter: brightness(0%);
            filter: brightness(0%); }

.contacts-box {
  font-size: 17px;
  font-weight: bold; }
  .contacts-box a {
    color: #000; }

.breadcrumb {
  margin: 13px 0;
  font-size: 14px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  color: #FB5A00; }
  .breadcrumb li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .breadcrumb li:after {
      margin: 0 5px;
      content: '→';
      display: inline-block; }
    .breadcrumb li:last-child:after {
      display: none; }
    .breadcrumb li a {
      color: #FB5A00;
      text-decoration: underline; }

.contacts-line {
  padding: 32px 0;
  color: #fff; }
  .contacts-line h2 {
    display: none; }
  .contacts-line .list-social {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto; }
    .contacts-line .list-social li a {
      fill: #fff; }
  .contacts-line .address {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 0 100px;
    line-height: 170%; }
  .contacts-line .contacts-links {
    font-size: 17px;
    font-weight: bold;
    line-height: 170%; }

.mail-links {
  text-decoration: underline; }

.page-information {
  padding: 50px 0 110px; }
  .page-information h1 {
    margin: 0 0 33px;
    max-width: 750px; }
  .page-information .advantages-box {
    max-width: none;
    margin: 0;
    width: 100%;
    padding: 0 200px; }
    .page-information .advantages-box h5 {
      font-size: 25px;
      margin: 0 0 40px; }
    .page-information .advantages-box .box-text {
      max-width: none;
      line-height: 160%;
      color: #000;
      font-size: 18px; }
      .page-information .advantages-box .box-text p {
        margin: 0 0 20px; }
        .page-information .advantages-box .box-text p:last-child {
          margin: 0; }
  .page-information .advantages-box__icon {
    max-width: 336px;
    width: 100%;
    top: 20px;
    opacity: .25; }
  .page-information .btn {
    margin: 30px 0 0;
    font-size: 13px;
    padding: 0 56px; }

.list-dots {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 20px 0; }
  .list-dots li::marker {
    font-size: 18px; }

.page-information2 h1 {
  max-width: 600px; }

.page-information2 .advantages-box__icon {
  max-width: 265px; }

.news-img {
  max-height: 454px;
  overflow: hidden;
  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;
  margin: 0 0 30px; }

.date-news {
  margin: 40px 0 0;
  font-size: 14px;
  font-weight: bold; }

.page-news {
  padding: 10px 0 30px; }

.page-news .news-box {
    margin: 0px 35px 65px 0 }

.tabs__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 50px;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase; }
  .tabs__caption li {
    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;
    margin: 0 10px 14px 0;
    border: 1.4px solid rgba(0, 0, 0, 0.35);
      border-radius: 5px;
    height: 35px;
    padding: 0 30px;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .tabs__caption li:hover {
      color: #fff;
      background: #FB5A00; }
    .tabs__caption li:last-child {
      margin-right: 0; }
  .tabs__caption .active {
    background: #FB5A00;
    border-color: #FB5A00;
    color: #fff; }

.tabs {
  width: 100%; }

.tabs__content {
  width: 100%;
  display: none; }

.tabs__content.active {
  display: block; }

.article-page {
  padding: 50px 0 105px; }
  .article-page h1 {
    max-width: 780px; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .news-box {
    max-width: 32%; }
  .menu {
    font-size: 14px; }
    .menu li {
      margin: 0 15px 0 0; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .home-content__menu {
    padding: 30px 40px;
    width: 300px; }
  .home-content__text {
    padding: 30px 100px 30px 30px;
    width: calc(100% - 300px); }
    .home-content__text .box-text {
      font-size: 15px; }
  h1 {
    font-size: 50px;
    line-height: normal; }
  .home h1 {
    margin: 0 0 40px; }
  .video-collection-box {
    max-width: 47%;
    margin: 0 0 40px; }
    .video-collection-box__title {
      font-size: 15px; }
    .video-collection-box__body {
      padding: 13px 0 0; }
    .video-collection-box__video {
      height: 188px; }
  .btn-play {
    width: 48px;
    height: 48px;
    padding: 12px; }
  .author {
    margin: 7px 0 0;
    font-size: 13px; }
  .news-box__title {
    font-size: 19px; }
  .news-box .box-text {
    font-size: 16px; }
  .news {
    padding: 24px 0 76px; }
    .news h2 {
      margin: 0 0 49px; }
  .menu {
    font-size: 12px; }
  .page-news .news-box {
    margin: 0 0 30px; }
  .page-information .advantages-box {
    padding: 0 0 0 180px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 850px) {
  .menu {
    max-width: none;
    width: 100%;
    margin: 20px 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 11px; }
  header .logo {
    margin: 0 auto 0 0; }
  .tabs__caption {
    margin: 0; } }

@media only screen and (max-width: 768px) {
  .home-content__text {
    padding: 30px 70px 30px 30px; }
    .home-content__text:before {
      width: 120px;
      height: 140px; }
    .home-content__text .box-text__footer {
      font-size: 16px;
      line-height: normal; }
    .home-content__text .box-text {
      margin: 0 0 30px; }
  .advantages-box {
    max-width: none;
    padding: 0 0 0 55px; }
    .advantages-box__icon {
      max-width: 32px; }
    .advantages-box__title {
      font-size: 19px;
      margin: 0 0 16px; }
    .advantages-box .box-text {
      font-size: 15px;
      line-height: 21px;
      max-width: none; }
    .advantages-box:last-child {
      margin: 0; }
      .advantages-box:last-child .box-text {
        max-width: none; }
    .advantages-box .btn {
      height: 35px;
      font-size: 12px; }
  .advantages {
    padding: 48px 0 44px; }
  .video-collection {
    padding: 0 0 10px; }
    .video-collection h2 {
      padding: 18px 20px 20px;
      font-size: 19px;
      line-height: 25px; }
  .news-box {
    max-width: 48%; }
    .news-box__body {
      padding: 16px 0 0; }
    .news-box__title {
      margin: 0 0 10px;
      line-height: 25px; }
  .news .news-box {
    display: none; }
    .news .news-box:nth-child(-n+2) {
      display: block; }
  .map {
    position: relative;
    height: 239px; }
  .contacts {
    background: #FB5A00;
    padding: 0; }
  .contacts-wrapper {
    background: transparent;
    padding: 34px 0 37px; }
  footer {
    padding: 20px 0 55px; }
    footer .logo-text-description {
      max-width: 126px;
      font-size: 10px; }
    footer .logo-text {
      max-width: 70px; }
  .page {
    padding: 30px 0; }
    .page h1 {
      font-size: 30px;
      margin: 0 0 30px; }
  .page-contacts .address {
    width: 100%;
    margin: 20px 0;
    max-width: none; }
  .page-contacts .list-social {
    margin: 0; }
  .contacts-line {
    padding: 34px 0 37px; }
    .contacts-line h2 {
      display: block;
      margin: 0 0 30px;
      font-size: 23px; }
    .contacts-line .list-social {
      width: 100%;
      margin: 43px 0 0; }
  .page-information .advantages-box {
    padding: 0 0 0 150px; }
  .page-information .advantages-box__icon {
    max-width: 300px; }
  .news-img {
    max-height: 340px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 576px) {
  header {
    border-bottom: 1px solid rgba(143, 142, 154, 0.3);
    background: #fff;
    padding: 22px 0 15px; }
    header .logo-text {
      max-width: 52px;
      width: 100%; }
      header .logo-text img {
        max-width: 100%; }
    header .logo-icon {
      max-width: 23px;
      margin: 0 auto 5px; }
    header .logo {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      padding: 0 130px 0 0;
      color: #201F37; }
    header .logo-text-description {
      margin: 0;
      position: absolute;
      right: 0;
      bottom: -3px;
      opacity: .5;
      max-width: 126px; }
  .header-home {
    position: relative;
    background: #fff;
    top: 0;
    padding: 22px 0 15px;
    border: none; }
    .header-home .logo-icon {
      max-width: 23px;
      margin: 0 auto 5px; }
    .header-home .logo-text-description {
      max-width: 126px;
      margin: 0; }
    .header-home .logo-company {
      max-width: 109px; }
    .header-home .logo-text img {
      max-width: 100%; }
    .header-home .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .logo-company {
    max-width: 109px; }
  .menu {
    text-transform: uppercase;
    font-size: 11px;
    max-width: 320px; }
    .menu li {
      margin: 0 15px 5px 0; }
      .menu li:last-child {
        margin-right: 0; }
  .logo {
    font-weight: normal; }
  .logo-text-description {
    max-width: 130px;
    font-size: 10px;
    line-height: 123%;
    color: rgba(32, 31, 55, 0.6); }
  .home-content__menu {
    display: none; }
  .home-content {
    background: transparent;
    border-radius: 0; }
  .home-content__text {
    width: 100%;
    background: transparent;
    padding: 28px 0; }
    .home-content__text:before {
      width: 54px;
      height: 67px;
      bottom: 55px;
      right: 20px; }
    .home-content__text .box-text {
      margin: 0 0 28px;
      font-size: 15px; }
      .home-content__text .box-text__footer {
        line-height: 20px;
        font-size: 15px;
        max-width: 256px;
        width: 100%; }
  .home-section {
    margin: 0;
    background: #EFE2CA; }
  .home {
    padding: 109px 0 20px; }
    .home h1 {
      margin: 0 0 30px; }
    .home .btn {
      font-size: 12px; }
  .btn {
    height: 45px;
    padding: 3px 15px 0; }
  .btn-group .btn {
    margin: 0 22px 0 0; }
  h1 {
    font-size: 35px;
    line-height: 1; }
  .news-box {
    max-width: none;
    margin: 0 0 34px; }
    .news-box:last-child {
      margin: 0; }
    .news-box .box-text {
      margin: 0 0 20px; }
  .btn-all-news {
    height: 31px;
    font-size: 10px;
    line-height: 129%; }
  .callback-section {
    padding: 20px 0; }
  .callback {
    padding: 36px 20px 57px; }
    .callback h3 {
      margin: 0 auto 22px;
      font-size: 19px;
      line-height: 25px; }
  .form button {
    height: 55px; }
  input {
    height: 42px; }
  input, textarea {
    font-size: 15px; }
  label {
    margin: 0 0 11px; }
  .input-text {
    font-size: 13px; }
  textarea {
    height: 90px;
    padding: 9px 13px; }
  footer .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    padding: 0 146px 0 0; }
    footer .logo .logo-text-description {
      position: absolute;
      margin: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      right: 0; }
    footer .logo .logo-icon {
      margin: 0 auto 5px;
      max-width: 24px; }
    footer .logo .logo-text {
      max-width: 52px; }
  .contacts-line .address {
    margin: 0; }
  .contacts-line__box {
    width: 100%; }
  .page-information {
    padding: 10px 0 60px; }
    .page-information .advantages-box {
      padding: 0; }
      .page-information .advantages-box .btn {
        padding: 0 20px; }
      .page-information .advantages-box h5 {
        font-size: 18px;
        margin: 0 0 20px; }
      .page-information .advantages-box .box-text {
        font-size: 16px;
        line-height: 140%; }
        .page-information .advantages-box .box-text p {
          margin: 0 0 15px; }
    .page-information .advantages-box__icon {
      display: none; }
  .page h1 {
    font-size: 23px;
    margin: 0 0 19px; }
  .date-news {
    margin: 10px 0 0; }
  .news-img {
    max-height: 200px;
    margin: 0 0 15px; }
  .breadcrumb {
    display: none; }
  .news h2 {
    margin: 0 0 29px; } }

@media only screen and (max-width: 480px) {
  .video-collection-box {
    width: 100%;
    max-width: none;
    display: none; }
    .video-collection-box:nth-child(-n+2) {
      display: block; }
  .video-collection .wrapper {
    margin: 20px 0 0; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 360px) {
  .btn-group .btn {
    width: 100%;
    margin: 0 0 10px; }
  .header-home .logo-company {
    max-width: 90px; }
  .header-home .logo-text-description {
    max-width: 110px; }
  .logo-text-description {
    font-size: 9px; }
  header .logo {
    padding: 0 115px 0 0; }
  footer .logo {
    padding: 0 110px 0 0; }
  footer .logo .logo-text-description {
    max-width: 105px;
    font-size: 9px; } }
	
	.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.video-iframe{
display:none;height:225px;}

.hd {display:none;}