body p{
  min-height: 16px;
}
body {
  font-family: "Roboto", sans-serif; }
  body img {
    max-width: 100%; }

.main-bg {
  background: #0B3532;
  background-size: cover; }

.dotted {
  border-bottom: 1px dashed #FFFBF1; }

header .logo {
  margin-top: 10px; }
  header .logo a {
    display: block; }
header .lang {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 33px 0px;
  cursor: pointer;
  color: #FFFBF1; }

.navigation {
  text-align: center; }
  .navigation li {
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .navigation li:before {
      display: none;
      position: absolute;
      width: 100%;
      content: "";
      bottom: -1px;
      height: 2px;
      background: #FFFBF1; }
    .navigation li:hover:before {
      display: block; }
    .navigation li:last-child {
      margin-right: 0px; }
    .navigation li a {
      display: block;
      padding: 33px 0px;
      font-size: 16px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #FFFBF1;
      text-decoration: none; }
  .navigation.active {
    display: block;
    position: absolute;
    width: 100vw;
    left: -18px;
    z-index: 2;
    top: 83px;
    padding: 15px 0;
    background: #173734; }
    .navigation.active li {
      display: block; }
      .navigation.active li a {
        padding: 15px 0px; }

.fixed {
  position: absolute;
  width: 100%;
  background: none;
  border-bottom: 1px dashed #fff;
  z-index: 1; }

.list-lang {
  z-index: 2;
  display: none;
  position: absolute;
  width: 100%;
  padding: 10px;
  top: 57px;
  background: #0b3532;
  right: -5px; }
  .list-lang a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px; }
    .list-lang a:last-child {
      margin-bottom: 0px; }

header .burger_menu {
  height: 28px;
  width: 43px;
  position: relative;
  display: none;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 20%;
  margin-left: auto; }
  header .burger_menu span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    left: 0px;
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute; }
    header .burger_menu span:nth-child(1) {
      top: 0px; }
    header .burger_menu span:nth-child(2) {
      top: 10px; }
    header .burger_menu span:nth-child(3) {
      top: 20px; }
  header .burger_menu.active span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px; }
  header .burger_menu.active span:nth-child(2) {
    opacity: 0; }
  header .burger_menu.active span:nth-child(3) {
    top: 10px !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.services-link {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #828282;
  margin-top: 40px; }
  .services-link a {
    color: #828282;
    text-decoration: none; }
    .services-link a:hover {
      color: #0B3532; }

.services-title {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 44px;
  color: #0B3532;
  margin-top: 40px; }

.services-all {
  padding: 51px 0 30px 0; }
  .services-all .services-one {
    margin-bottom: 30px; }
    .services-all .services-one .services-user {
      background: #0B3532;
      font-size: 0; }
      .services-all .services-one .services-user .user-img {
        border-bottom: 1px dashed #EAD9A9; }
        .services-all .services-one .services-user .user-img .bg-img {
          position: relative;
          background: #0B3532; }
          .services-all .services-one .services-user .user-img .bg-img img {
            background-size: cover; }
          .services-all .services-one .services-user .user-img .bg-img .user-icon {
            border: 1.5px solid #EAD9A9;
            box-sizing: border-box;
            border-radius: 38px;
            position: absolute;
            background: none;
            width: 76px;
            height: 76px;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto; }
            .services-all .services-one .services-user .user-img .bg-img .user-icon img {
              display: block;
              margin: 20px auto; }
      .services-all .services-one .services-user .user-middle {
        background: #0B3532;
        height: 85px;
        justify-content: center;
        font-size: 20px;
        text-align: center;
        padding-bottom: 10px;
        padding-top: 20px; }
        .services-all .services-one .services-user .user-middle a {
          text-decoration: none;
          color: #EAD9A9; }
          .services-all .services-one .services-user .user-middle a:hover {
            color: #FFFBF1; }

.service-bg {
  background: url(../img/man-in-black.jpg);
  height: 460px;
  width: 100%;
  background-size: cover; }
  .service-bg .single-serv-link {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #828282;
    margin-top: 120px; }
    .service-bg .single-serv-link a {
      color: #828282;
      text-decoration: none; }
      .service-bg .single-serv-link a:hover {
        color: #FFFBF1; }

.service-description {
  padding-top: 65px; }
  .service-description .single-title {
    background: #fff;
    margin-top: -241px;
    text-align: center;
    padding: 40px 95px; }
    .service-description .single-title .s-title {
      font-family: "Roboto Slab", serif;
      font-style: normal;
      font-weight: normal;
      font-size: 44px;
      color: #0B3532; }
    .service-description .single-title .s-description {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      color: #4F4F4F;
      margin-top: 30px; }
  .service-description .share-block .share-title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #828282; }
  .service-description .share-block .share-links {
    margin: 30px 0 0 40px; }
    .service-description .share-block .share-links li {
      margin-bottom: 15px; }
      .service-description .share-block .share-links li a {
        text-decoration: none; }
  .service-description .title {
    font-family: "Roboto Slab", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #0B3532; }
  .service-description .text div {
    margin-top: 40px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #4F4F4F; }
    .service-description .text div img {
      float: right;
      margin-left: 30px; }

.similar-services {
  margin-top: 102px; }
  .similar-services .similar-left {
    font-family: "Roboto Slab", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    color: #0B3532; }
  .similar-services .similar-rigyt {
    text-align: right; }
    .similar-services .similar-rigyt a {
      text-decoration: none;
      color: #0B3532; }
      .similar-services .similar-rigyt a div {
        position: relative;
        width: 36px;
        height: 36px;
        display: inline-block;
        border: 1px solid #0B3532;
        border-radius: 20px; }
        .similar-services .similar-rigyt a div .arrow {
          position: absolute;
          top: 10px;
          left: 11px; }
  .similar-services .dashed {
    margin-top: 33px;
    border-bottom: 1px dashed #0B3532; }
  .similar-services .all-service {
    padding-top: 40px; }
    .similar-services .all-service .services-one {
      margin-bottom: 30px; }
      .similar-services .all-service .services-one .services-user {
        background: #0B3532;
        font-size: 0; }
        .similar-services .all-service .services-one .services-user .user-img {
          border-bottom: 1px dashed #EAD9A9; }
          .similar-services .all-service .services-one .services-user .user-img .bg-img {
            position: relative;
            background: #0B3532; }
            .similar-services .all-service .services-one .services-user .user-img .bg-img img {
              background-size: cover; }
            .similar-services .all-service .services-one .services-user .user-img .bg-img .user-icon {
              border: 1.5px solid #EAD9A9;
              box-sizing: border-box;
              border-radius: 38px;
              position: absolute;
              background: none;
              width: 76px;
              height: 76px;
              left: 0;
              top: 0;
              bottom: 0;
              right: 0;
              margin: auto; }
              .similar-services .all-service .services-one .services-user .user-img .bg-img .user-icon img {
                display: block;
                margin: 20px auto; }
        .similar-services .all-service .services-one .services-user .user-middle {
          background: #0B3532;
          min-height: 77px;
          justify-content: center;
          font-size: 20px;
          text-align: center;
          padding-top: 20px; }
          .similar-services .all-service .services-one .services-user .user-middle a {
            text-decoration: none;
            color: #EAD9A9; }
            .similar-services .all-service .services-one .services-user .user-middle a:hover {
              color: #FFFBF1; }
  .similar-services .butoon-service {
    text-align: center; }
    .similar-services .butoon-service .button-link {
      display: inline-block;
      background: #0B3532;
      margin-bottom: 100px;
      padding: 20px 85px; }
      .similar-services .butoon-service .button-link a {
        text-decoration: none;
        color: #EAD9A9;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px; }
        .similar-services .butoon-service .button-link a:hover {
          color: #FFFBF1; }

.text {
  color: #828282;
  font-family: "Roboto", sans-serif;
  margin-top: 40px; }
  .text a {
    color: #828282;
    font-size: 16px;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none; }
  .text a:hover {
    color: #0B3532; }

.big-news {
  font-family: "Roboto Slab", serif;
  font-size: 44px;
  color: #0B3532;
  margin-top: 40px; }

.news-panel {
  margin-top: 48px; }
  .news-panel .news-day img {
    background: #C4C4C4;
    max-width: 100%; }
  .news-panel .litle-title {
    font-family: "Roboto", sans-serif;
    color: #828282;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .news-panel .big-title a {
    font-size: 32px;
    line-height: 40px;
    color: #0B3532;
    text-decoration: none;
    margin-top: 25px;
    font-family: "Roboto Slab", serif; }
  .news-panel .article-text {
    font-size: 16px;
    line-height: 20px;
    color: #4F4F4F;
    margin-top: 25px;
    font-family: "Roboto", sans-serif; }

.last-news {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
  font-family: "Roboto", sans-serif;
  margin-top: 60px;
  margin-bottom: 40px; }

.news-line .title-line {
  margin-top: 40px; }
  .news-line .title-line a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #4F4F4F;
    text-decoration: none; }
.news-line .text-line {
  font-size: 16px;
  line-height: 22px;
  color: #828282;
  margin: 20px 0 60px 0; }
.news-line .img-line {
  position: relative;
  font-size: 0; }
  .news-line .img-line img {
    width: 100%; }
  .news-line .img-line:hover .read {
    display: block;
    border-top: 1px dashed #FFFBF1; }
.news-line .read {
  display: none;
  background: #0b3532c4;
  position: absolute;
  padding: 15px;
  font-size: 16px;
  line-height: 22px;
  bottom: 0;
  width: 100%;
  text-align: center; }
  .news-line .read a {
    color: #EAD9A9;
    font-family: "Roboto", sans-serif;
    text-decoration: none; }
  .news-line .read img {
    display: inline-block;
    vertical-align: top;
    width: inherit;
    margin-top: 5px; }

.bg-terracotta {
  background: #EAD9A9;
  padding-top: 1px; }

.pg {
  letter-spacing: 10px;
  text-align: center;
  margin-bottom: 72px; }
  .pg li {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px; }
  .pg a {
    color: #828282;
    text-decoration: none; }
  .pg a:hover {
    color: #4F4F4F; }
  .pg .buttom {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    box-sizing: border-box;
    border: 1px solid #0B3532; }
    .pg .buttom a {
      position: absolute;
      margin: auto;
      height: 16px;
      width: 16px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

.title-news {
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  line-height: 56px;
  text-align: center;
  color: #0B3532;
  margin-top: 40px; }

.title-news-day {
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  line-height: 56px;
  text-align: center;
  color: #0B3532;
  padding-top: 40px; }

.date-news-day {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
  padding: 28px 0 40px 0; }

.piktogram .share {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #828282;
  margin-top: 65px;
  margin-bottom: 30px; }

.picture li {
  margin-bottom: 15px; }

.title-one-news {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  line-height: 24px;
  color: #0B3532;
  margin-top: 60px; }

.paragraph {
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
  font-family: "Roboto", sans-serif;
  margin-top: 40px; }

.list {
  margin-top: 20px; }
  .list ol {
    list-style-type: disc;
    font-size: 16px;
    line-height: 22px;
    color: #4F4F4F;
    font-family: "Roboto", sans-serif;
    padding-left: 20px; }
  .list li {
    margin-bottom: 20px; }

.note {
  margin-top: 40px;
  border-bottom: 1px dashed #0B3532;
  border-left: 1px dashed #0B3532;
  padding-left: 20px;
  padding-bottom: 30px; }

.img-right {
  float: right;
  vertical-align: top;
  margin-left: 40px;
  font-size: 0; }

.list-2 {
  margin-top: 20px; }
  .list-2 ul {
    list-style-type: decimal;
    font-size: 16px;
    line-height: 22px;
    color: #4F4F4F;
    font-family: "Roboto", sans-serif;
    padding-left: 20px; }

.last-paragraph {
  margin-bottom: 60px; }

footer {
  padding: 48px 0 20px 0; }
  footer .navigation {
    text-align: right; }
    footer .navigation li {
      margin-right: 7%; }
      footer .navigation li:hover:before {
        display: none; }
  footer .dotted {
    margin-top: 50px; }
  footer .copyright {
    margin-top: 18px;
    font-size: 16px;
    line-height: 22px;
    color: #EAD9A9; }

.block-link {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #828282;
  margin-top: 40px; }
  .block-link a {
    text-decoration: none;
    color: #828282; }
    .block-link a:hover {
      color: #0B3532; }

.block-center .block-title {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  text-align: center;
  color: #0B3532;
  justify-content: center;
  margin-top: 60px; }
.block-center .block-text-description {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #4F4F4F;
  margin-top: 40px;
  text-indent: 10px; }
.block-center .block-imeges {
  margin-top: 40px; }
.block-center .block-text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
  margin-top: 60px; }
.block-center .block-text-imeges {
  margin-top: 40px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #4F4F4F; }
  .block-center .block-text-imeges img {
    margin-left: 30px;
    float: right; }

.about-us-bg {
  background: #0B3532;
  background-size: cover;
  margin-top: 26px;
  padding-bottom: 25px; }
  .about-us-bg .about-us-title {
    font-family: "Roboto Slab", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    text-align: center;
    color: #FFFBF1;
    margin-top: 60px; }
  .about-us-bg .about-us-text {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin: 40px 0 60px 0; }
  .about-us-bg .about-us-person {
    margin-bottom: 35px; }
    .about-us-bg .about-us-person img {
      max-width: 120px;
      float: left;
      margin-right: 20px; }
    .about-us-bg .about-us-person .about-us-initial {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 22px;
      color: #FFFFFF; }
    .about-us-bg .about-us-person .about-us-job {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 22px;
      color: #BDBDBD;
      margin-top: 15px; }

.block-reviews {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 42px;
  color: #0B3532;
  margin-top: 63px; }

.block-reviews-arrow {
  margin-top: 60px;
  text-align: right;
  display: inline-block; }
  .block-reviews-arrow .arrow {
    outline: none;
    text-align: center;
    display: inline-block;
    border: 1px solid #0B3532;
    border-radius: 50px;
    box-sizing: border-box;
    width: 36px;
    height: 36px; }
    .block-reviews-arrow .arrow .arrow-left {
      display: inline-block;
      text-decoration: none;
      color: #0B3532;
      text-align: center;
      margin-top: 6px; }
    .block-reviews-arrow .arrow .arrow-right {
      display: inline-block;
      text-decoration: none;
      color: #0B3532;
      text-align: center;
      margin-top: 6px;
      margin-left: 3px; }

.block-reviews-dotted {
  border-bottom: 1px dashed #0B3532;
  margin-top: 33px; }

.block-reviews-person {
  outline: none;
  margin-top: 40px;
  margin-bottom: 60px; }
  .block-reviews-person img {
    float: left; }
  .block-reviews-person .block-reviews-initial {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #4F4F4F; }
  .block-reviews-person .block-reviews-job {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #828282;
    margin-top: 20px; }

.contacts-link {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 40px; }
  .contacts-link a {
    text-decoration: none;
    color: #828282; }
    .contacts-link a:hover {
      color: #0B3532; }

.contacts-title {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  color: #0B3532;
  margin: 48px 0 96px 0; }

.contacts-address-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #828282;
  margin-top: 40px; }

.contacts-address {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
  margin-top: 20px; }

.content-contact {
  overflow: hidden; }

.form-bg {
  background: #EAD9A9;
  background-size: cover;
  padding-left: 50px; }
  .form-bg:before {
    position: absolute;
    content: "";
    left: 100%;
    height: 100%;
    display: block;
    width: 50vw;
    background: #EAD9A9; }
  .form-bg .form-title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #828282;
    margin-top: 110px; }
  .form-bg .form-contacts {
    display: inline-block; }
    .form-bg .form-contacts input {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      color: #4F4F4F;
      width: 255px;
      height: 50px;
      outline: none;
      background: none;
      border: 1px solid #0B3532;
      padding-left: 16px;
      margin-top: 30px; }
  .form-bg .form-message {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #4F4F4F;
    width: 540px;
    height: 150px;
    outline: none;
    background: none;
    border: 1px solid #0B3532;
    padding: 20px 0 0 16px;
    margin-top: 30px;
    display: block; }
  .form-bg .form-form {
    margin-top: 30px;
    margin-bottom: 108px;
    text-align: right;
    margin-right: 60px; }
    .form-bg .form-form button {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      text-align: center;
      color: #FFFBF1;
      text-decoration: none;
      padding: 17px 85px 17px 85px;
      background: #0B3532;
      display: inline-block;
      border: none;
      margin-right: 0px;
      vertical-align: top; }

.container-fluid {
  padding: 0px; }
  .container-fluid .maps {
    font-size: 0px;
    opacity: 0.8; }
    .container-fluid .maps:hover {
      opacity: 2; }
    .container-fluid .maps iframe {
      width: 100%;
      font-size: 0px; }

.imeges {
  margin-top: 30px;
  font-size: 0; }

.number {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 174px;
  text-align: center;
  color: #0B3532;
  margin-top: 230px; }

.text {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  text-align: center;
  color: #4F4F4F;
  margin-top: 30px; }

.button {
  margin-top: 40px;
  text-align: center; }
  .button a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #FFFBF1;
    text-decoration: none;
    padding: 17px 82px 17px 82px;
    background: #0B3532;
    display: inline-block;
    vertical-align: top; }

.slider-content {
  text-align: center; }
  .slider-content .slid-home-unit {
    height: 760px; }
  .slider-content .slick-dotted.slick-slider {
    margin-bottom: 0px; }
  .slider-content .slick-dots {
    bottom: 30px; }
  .slider-content .slick-dots li button:before {
    content: ""; }
  .slider-content .slick-dots li button {
    height: 14px;
    width: 14px;
    border: 1px solid #FFFBF1;
    box-sizing: border-box;
    border-radius: 10px; }
  .slider-content .slick-dots .slick-active button {
    background: #fff; }
  .slider-content .slider-title {
    margin-top: 302px;
    font-size: 44px;
    padding: 0 15px;
    line-height: 56px;
    text-align: center;
    color: #FFFBF1;
    margin-bottom: 30px; }
  .slider-content .slider-button {
    display: inline-block;
    vertical-align: top;
    background: #FFFBF1;
    color: #0B3532;
    font-size: 16px;
    line-height: 22px;
    padding: 20px 37px; }
.slider-content .slider-button:hover {
  border: 1px solid #FFFBF1;
  background: none;
  color: #FFFBF1;
  padding: 19px 37px;
  transition: all 0.2s linear;
}

.home-view {
  margin-top: 70px; }
  .home-view .litle-title {
    margin-bottom: 15px;
    margin-top: 30px; }
  .home-view .news-text {
    margin-left: 35px; }

.fitcha {
  margin-top: 40px; }
  .fitcha .man-unit .unit-img {
    width: 76px;
    height: 76px;
    border-radius: 50px;
    border: 1.5px solid #EAD9A9;
    box-sizing: border-box;
    text-align: center;
    margin-right: 20px;
    float: left; }
    .fitcha .man-unit .unit-img img {
      display: inline-block;
      vertical-align: top;
      margin-top: 20px; }
  .fitcha .man-unit .unit-text {
    width: calc(100% - 96px);
    float: left;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    color: #4F4F4F; }

.team-work {
  margin-top: 100px; }
  .team-work .services-one {
    max-width: 258px;
    float: left;
    margin-right: 30px;
    margin-bottom: 0px; }
  .team-work .block-reviews-arrow {
    text-align: left;
    margin-top: 95px; }

.text-primary-custom {
  margin-top: 40px;
  font-size: 16px;
  line-height: 22px;
  color: #4F4F4F; }

.title-primary {
  color: #0B3532;
  font-size: 32px; }

.about-us-and-team .team-block {
  background: #EAD9A9;
  position: relative;
  padding-top: 95px;
  padding-bottom: 100px; }
  .about-us-and-team .team-block:before {
    position: absolute;
    content: "";
    top: 0px;
    width: 50vw;
    height: 100%;
    background: #EAD9A9;
    display: block;
    right: 100%; }
.about-us-and-team .about-us-bg {
  padding-left: 35px;
  position: relative;
  padding-top: 95px;
  padding-bottom: 100px;
  margin-top: 0px;
  margin-bottom: 0px; }
  .about-us-and-team .about-us-bg:before {
    position: absolute;
    content: "";
    top: 0px;
    width: 50vw;
    height: 100%;
    background: #0B3532;
    display: block;
    left: 100%; }

.home-work-team {
  margin-top: 70px;
  overflow: hidden; }

.margin-t-100 {
  margin-top: 100px; }

.margin-t-40 {
  margin-top: 40px; }

.multiple-items article {
  padding: 15px; }

.arrow {
  cursor: pointer; }

/*# sourceMappingURL=main.css.map */

.main-body-text {
  font-size: 18px;
}
.main-body-text p {
  min-height: 30px;
}
.main-body-text img{
  max-width: 100%;
}
.main-body-text ul, .main-body-text ol{
  list-style-type: disc;
    font-size: 18px;
    line-height: 26px;
    color: #4F4F4F;
    font-family: "Roboto", sans-serif;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contacts-address-items a{
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
  cursor: pointer;
  /*transition: all 0.2s linear;*/
}