/** variables **/
/**general styles  **/
html, body {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif, sans-serif;
  font-size: 20px;
  color: #3F3F3F; }

body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.clearfix::after {
  display: block;
  content: '';
  clear: both; }

input[type=submit], button {
  -webkit-appearance: none;
  cursor: pointer; }

ul, p, h1, h2, h3, h4, h5, h6, ol {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ul {
  list-style: none; }

input, textarea, select {
  font-family: "Rubik", sans-serif;
  color: #3F3F3F;
  font-size: 100%; }

img, svg {
  max-width: 100%;
  height: auto; }

a {
  color: inherit;
  text-decoration: none; }

.internal-wrapper {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

.flex-wrapper {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.bg-style {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.font-weight-500 {
  font-weight: 500; }

.transition-default {
  transition: all 0.2s; }

.transition-default:hover {
  transition: all 0.2s; }

.link-border {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 15px 10px 40px;
  border: 2px solid #ffffff;
  display: inline-block;
  position: relative; }

.link-border:hover {
  color: #D58C6E;
  border-color: #D58C6E; }

.link-border:after {
  font: normal normal normal 20px/1 FontAwesome;
  content: '\f100';
  position: absolute;
  top: 14px;
  left: 15px; }

/**  custom styles **/
.header {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  padding: 35px 90px;
  z-index: 1; }

.haeder__logo {
  float: right;
  margin-left: 55px; }

.header__nav {
  float: right;
  padding-top: 5px; }
  .header__nav li {
    display: inline-block;
    margin-left: 30px; }
  .header__nav li:last-child {
    margin-left: 0; }
  .header__nav a:hover {
    color: #D58C6E; }

.banner {
  border: 20px solid #ffffff;
  position: relative; }
  .banner__logo {
    position: absolute;
    top: 70px;
    left: 60px; }

.home-banner {
  height: 100vh !important;
  background-position: top; }
  .home-banner__title {
    position: absolute;
    left: 140px;
    bottom: 22vh;
    color: #ffffff;
    text-align: left; }
    .home-banner__title h1 {
      font-size: 100px;
      line-height: 100%; }
    .home-banner__title p {
      font-size: 36px; }

.home-banner__contact {
  position: fixed;
  top: 350px;
  right: -107px;
  border-radius: 20px 20px 0px 0px;
  transform: rotate(-90deg); }
  .home-banner__contact_text {
    background-color: #111111;
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
    padding: 15px 20px;
    float: right;
    border-radius: 0px 20px 0px 0px; }
  .home-banner__contact_links {
    float: right;
    background-color: #D58C6E;
    color: #111111;
    padding: 15px 10px;
    font-size: 30px;
    border-radius: 20px 0px 0px 0px; }
    .home-banner__contact_links i {
      margin: 0 10px; }

.banner {
  height: 560px; }

.home-numbers-links {
  padding: 50px 0;
  background-color: #E6E6E6;
  margin-bottom: 20px; }
  .home-numbers-links__internal-wrapper {
    max-width: 1520px;
    padding: 0 20px;
    margin: 0 auto; }
  .home-numbers-links__item {
    width: 20%; }
    .home-numbers-links__item div {
      display: inline-block;
      position: relative; }
    .home-numbers-links__item div:hover p {
      transition: all 0.1s;
      color: #E1CBC2; }
    .home-numbers-links__item div:hover span {
      transition: all 0.1s;
      color: #D58C6E; }
    .home-numbers-links__item p {
      font-size: 150px;
      font-weight: 500;
      color: #D5D5D5;
      line-height: 150px; }
    .home-numbers-links__item span {
      position: absolute;
      top: 45px;
      right: 115px;
      font-size: 24px;
      font-weight: 500;
      z-index: 1; }

.home-post-links-title {
  font-size: 60px;
  font-weight: 500;
  color: #ffffff; }
  .home-post-links-title h2 {
    display: inline-block;
    position: relative;
    font-size: 60px;
    line-height: 100%;
    font-weight: 500; }
  .home-post-links-title h2:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 6px;
    background-color: #D58C6E;
    bottom: -25px;
    right: 0; }

.home-links-padding {
  padding-left: 70px;
  padding-right: 70px; }

.home-post-row__links {
  color: #ffffff;
  width: 40%;
  padding-bottom: 80px; }
  .home-post-row__links_title {
    background-color: rgba(33, 33, 33, 0.59);
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 60px;
    font-weight: 500; }
  .home-post-row__links_excerpt {
    padding-top: 235px;
    font-size: 20px; }
  .home-post-row__links_links {
    margin-top: 35px; }
  .home-post-row__links_links.flex-wrapper {
    justify-content: space-between; }
    .home-post-row__links_links.flex-wrapper a {
      width: 49%; }

.home-post-row__posts {
  padding: 35px 0;
  width: 60%; }
  .home-post-row__posts_post {
    width: 50%;
    padding: 0 25px; }
  .home-post-row__posts_post_img img {
    display: block;
    width: 100%;
    border: 20px solid #E1E1E1;
    height: 370px;
    object-fit: cover; }
  .home-post-row__posts span {
    display: block;
    color: #D58C6E;
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0; }
  .home-post-row__posts h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 100%; }
  .home-post-row__posts p {
    margin: 15px 0 20px 0; }

.home-post-row__links.big {
  width: 60%; }

.home-post-row__links_links-big {
  justify-content: flex-start;
  margin-top: 35px; }
  .home-post-row__links_links-big a {
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 16px; }
  .home-post-row__links_links-big a:nth-child(4n) {
    margin-left: 0; }

.home-post-row__posts.one {
  width: 40%; }
  .home-post-row__posts.one .home-post-row__posts_post {
    width: 100%;
    max-width: 520px;
    margin: 0 auto; }

.home-post-row__padding-top {
  padding-top: 50px !important; }

.home-post-form__excerpt {
  margin: 15px 0; }

.home-post-form__form {
  margin-top: 50px; }
  .home-post-form__form h3 {
    font-weight: 500;
    font-size: 30px; }

.home-post-form__form_wrapper {
  margin: 10px 0; }
  .home-post-form__form_wrapper_input-text {
    display: block;
    width: 100%;
    background-color: transparent;
    color: #ffffff;
    font-size: 22px;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px; }
  .home-post-form__form_wrapper_input-text::placeholder {
    color: #FFFFFF; }
  .home-post-form__form_wrapper_submit {
    margin-top: 40px;
    text-align: left; }
    .home-post-form__form_wrapper_submit input {
      background-color: transparent;
      color: #D58C6E;
      border-color: #D58C6E; }

.home-post-row.first .home-post-row__posts {
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px; }

.cards {
  padding: 75px 65px 235px 65px;
  background-color: #EAEAEA;
  position: relative; }

.cards-item {
  width: 22%;
  margin-left: 4%;
  background-color: #ffffff;
  padding: 25px 0;
  box-shadow: 0px 2px 16px 0px rgba(63, 63, 63, 0.1); }
  .cards-item__cat li {
    display: inline-block;
    background-color: #D58C6E;
    color: #ffffff;
    padding: 5px 25px;
    font-weight: 500; }
  .cards-item__title {
    margin: 20px 0 10px 0; }
    .cards-item__title h2 {
      font-size: 30px;
      font-weight: 500; }
  .cards-item__date {
    color: #C5C5C5; }
  .cards-item__excerpt {
    margin: 20px 0 15px 0; }

.cards-item:nth-child(4n) {
  margin-left: 0; }

.cards-item-padding {
  padding: 0 45px; }

.home-bottom-form {
  background-image: url("img/home-bottom-form-bg.png");
  max-width: 1130px;
  position: absolute;
  left: 50%;
  margin-left: -565px;
  bottom: -66px;
  padding: 45px 70px;
  color: #ffffff;
  box-shadow: 0px 2px 13px 0px rgba(50, 61, 78, 0.36); }
  .home-bottom-form__title {
    margin-bottom: 23px; }
    .home-bottom-form__title h2 {
      font-weight: 500;
      color: #ffffff;
      font-size: 30px; }
  .home-bottom-form__input-text {
    background-color: transparent;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px;
    border: 2px solid #ffffff;
    display: block;
    width: 100%; }
  .home-bottom-form__input-text::placeholder {
    color: #ffffff; }
  .home-bottom-form__input-submit {
    border: 0;
    color: #ffffff;
    background-color: #3F3F3F;
    padding: 12px;
    font-size: 20px;
    display: block;
    width: 100%; }
  .home-bottom-form .flex-wrapper {
    justify-content: space-between; }
  .home-bottom-form .input-1 {
    width: 35%; }
  .home-bottom-form .input-2 {
    width: 25%; }
  .home-bottom-form .input-3 {
    width: 25%; }
  .home-bottom-form .input-4 {
    width: 12%; }

.footer {
  background-color: #3F3F3F;
  color: #ffffff;
  padding: 80px 0 45px 0; }
  .footer .internal-wrapper {
    max-width: 1740px; }

.footer-home {
  padding-top: 160px; }

.footer__left {
  float: left; }

.footer__left_contacts {
  padding-right: 40px; }

.footer__left_contacts_socials {
  margin-top: 15px; }
  .footer__left_contacts_socials a {
    margin-left: 15px; }

.footer__left_logo {
  float: left; }

.footer__left_contacts {
  float: left; }

.footer__right {
  float: right; }
  .footer__right ul {
    list-style: none; }

.footer__right_nav > div {
  margin-left: 45px; }

.footer__bottom {
  padding-top: 55px;
  text-align: center; }

.archive .internal-wrapper {
  max-width: 1590px; }

.archive-article__item {
  margin-bottom: 40px;
  background-color: #ffffff; }

.archive__nav {
  background-color: #3F3F3F;
  color: #ffffff; }
  .archive__nav li {
    display: inline-block;
    margin-left: -5px; }
  .archive__nav a {
    position: relative;
    padding: 15px;
    display: inline-block; }
  .archive__nav a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    transition: all 0.2s; }
  .archive__nav a:hover:before {
    opacity: 1;
    transition: all 0.2s; }
  .archive__nav li.current-cat a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #636363 transparent transparent transparent;
    bottom: -9px;
    left: 50%;
    margin-left: -9px;
    opacity: 1;
    transition: all 0.2s; }
  .archive__nav li.current-cat a:before {
    opacity: 1; }
  .archive__nav a.active:before, .archive__nav a.active:after {
    opacity: 1; }

.archive-main {
  background-color: #E6E6E6;
  padding: 40px 0; }

.archive-article__thumbnail img {
  display: block;
  width: 100%;
  max-height: 400px;
  object-fit: cover; }

.archive-article__content {
  padding: 40px 100px 60px 100px; }
  .archive-article__content_title {
    font-size: 60px; }
  .archive-article__content_excerpt {
    margin: 20px 0 30px 0; }

.archive-article__links {
  margin-top: 35px; }
  .archive-article__links_share-wrapper {
    float: left;
    min-width: 350px; }
    .archive-article__links_share-wrapper p, .archive-article__links_share-wrapper div {
      display: inline-block; }
    .archive-article__links_share-wrapper p {
      margin-left: 10px;
      vertical-align: 18px; }
  .archive-article__links_link {
    float: right;
    margin-top: 17px; }

.single-post-single {
  background-color: #E6E6E6;
  padding: 20px; }

.single-post-content {
  float: right;
  width: 55%;
  background-color: #ffffff; }
  .single-post-content__wrapper {
    padding: 60px 8% 60px 12%; }
  .single-post-content__title {
    margin-bottom: 20px; }
    .single-post-content__title h1 {
      font-size: 60px;
      font-weight: 500;
      margin-bottom: 15px; }
    .single-post-content__title p {
      font-size: 38px; }
  .single-post-content p {
    margin-bottom: 10px; }
  .single-post-content h2, .single-post-content h3, .single-post-content h4, .single-post-content h5 {
    font-size: 30px;
    font-weight: 500;
    margin: 10px 0; }
  .single-post-content ul, .single-post-content ol {
    padding-right: 20px; }

.single-post-content__share {
  margin-top: 70px; }

.share-block__wrapper {
  text-align: left; }
  .share-block__wrapper p, .share-block__wrapper div {
    display: inline-block; }
  .share-block__wrapper p {
    vertical-align: 18px;
    margin-left: 5px; }

.single-related-posts {
  float: left;
  width: 45%;
  padding-right: 20px; }

.related-post-item {
  background-color: #ffffff;
  margin-bottom: 20px; }

.related-post-item__content {
  padding: 17px; }
  .related-post-item__content_img {
    float: right;
    width: 44%; }
    .related-post-item__content_img img {
      width: 100%; }
  .related-post-item__content_text {
    float: right;
    width: 56%;
    padding: 55px 25px 20px 25px; }
    .related-post-item__content_text h2 {
      font-size: 38px;
      font-weight: 500;
      margin-bottom: 15px; }

.related-post-item__link a {
  background-color: #D58C6E;
  padding: 15px 35px;
  color: #ffffff;
  text-align: left;
  display: block; }

.contacts-info-wrapper {
  border-bottom: 1px solid #d4d4d4;
  text-align: center; }

.contacts-info-item {
  width: 20%;
  padding: 50px 20px 30px 20px;
  border-left: 1px solid #d4d4d4;
  color: #545454; }
  .contacts-info-item .image {
    height: 76px;
    margin-bottom: 25px; }
  .contacts-info-item img {
    display: block;
    margin: 0 auto; }
  .contacts-info-item h3 {
    font-size: 24px;
    font-weight: 500; }
  .contacts-info-item p {
    font-size: 24px; }

.contacts-form-wrapper {
  padding: 70px 8.3% 100px 8.3%; }
  .contacts-form-wrapper h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 15px; }

.input-block-wrapper {
  padding-left: 30px;
  width: 50%; }
  .input-block-wrapper .input-text {
    margin-top: 20px; }
  .input-block-wrapper .input-text input,
  .input-block-wrapper .input-text select {
    font-size: 22px;
    padding: 10px;
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d4d4d4; }

.section-header-contact {
  background-color: #E6E6E6;
  padding: 20px 110px; }
  .section-header-contact h2 {
    font-size: 60px;
    font-weight: 500; }

.input-text input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #545454; }

.input-text input::-moz-placeholder {
  /* Firefox 19+ */
  color: #545454; }

.input-text input:-ms-input-placeholder {
  /* IE 10+ */
  color: #545454; }

.input-text input:-moz-placeholder {
  /* Firefox 18- */
  color: #545454; }

.textarea-block-wrapper {
  width: 50%;
  max-height: 295px; }
  .textarea-block-wrapper textarea {
    font-size: 22px;
    height: 100%;
    border: 1px solid #d4d4d4;
    padding: 20px;
    display: block;
    width: 100%;
    resize: none; }

textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #545454; }

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #545454; }

textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #545454; }

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #545454; }

.submit-block-wrapper {
  text-align: left;
  padding-top: 20px; }
  .submit-block-wrapper input {
    display: inline-block;
    border: 0;
    background-color: #D58C6E;
    padding: 10px 85px;
    color: #545454;
    font-size: 24px;
    font-weight: 500;
    border-radius: 5px; }

.header-bar {
  width: 26px;
  height: 17px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none; }

.header-bar span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

.header-bar span:nth-child(2) {
  top: 7px; }

.header-bar span:nth-child(3) {
  top: 14px; }

.header-bar.open span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg); }

.header-bar.open span:nth-child(2) {
  width: 0;
  opacity: 0; }

.header-bar.open span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg); }

.about-internal-wrapper {
  max-width: 1480px; }

.about-content {
  padding: 30px 0 40px 0; }

.about-content__title h1 {
  font-size: 60px;
  font-weight: 500; }
.about-content__subtitle {
  margin: 20px 0;
  font-size: 38px; }
.about-content__content {
  padding-bottom: 10px; }
  .about-content__content p {
    margin-bottom: 20px; }

.about-info {
  padding: 80px 0 15px 0;
  color: #ffffff; }

.about-info__item {
  margin-bottom: 75px;
  width: 50%;
  padding-left: 60px; }
  .about-info__item_img {
    float: right;
    width: 160px; }
  .about-info__item_content {
    width: calc(100% - 160px);
    padding-right: 10px; }
  .about-info__item_content_title {
    font-size: 28px;
    font-weight: 500; }

.about-steps {
  text-align: center;
  padding: 40px 0 190px 0;
  position: relative; }

.about-steps__logo img {
  max-width: 330px; }

.about-steps__title {
  margin-bottom: 100px; }
  .about-steps__title_title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px; }

.about-steps__rows {
  max-width: 1160px;
  margin: 0 auto; }

.about-steps__item {
  padding: 0 15px;
  width: 25%; }
  .about-steps__item_img {
    margin-bottom: 20px;
    height: 60px; }
  .about-steps__item_title {
    font-weight: 700;
    font-size: 24px; }
  .about-steps__item_number {
    margin-top: 30px;
    position: relative; }
    .about-steps__item_number p {
      position: relative;
      color: #ffffff;
      display: inline-block;
      font-size: 36px;
      font-weight: 500; }
    .about-steps__item_number p:after {
      content: '';
      width: 55px;
      height: 55px;
      background-color: #D58C6E;
      position: absolute;
      top: -5px;
      left: -16px;
      z-index: -1;
      border-radius: 50%; }

.about-steps__item_number:before {
  content: '';
  width: 100%;
  height: 6px;
  background-color: #D58C6E;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
  z-index: -2; }

div.wpcf7 .ajax-loader {
  display: none; }
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}
@media (max-width: 1500px) {
  .related-post-item__content_text {
    padding-top: 0; } }
@media (max-width: 1300px) {
  .home-post-row__links_excerpt {
    padding-top: 30px; }

  .cards-item {
    width: 46%;
    margin: 1% 2% !important; }

  .related-post-item__content_text {
    float: none;
    width: 100%; }

  .related-post-item__content_img {
    float: none;
    width: 100%;
    margin-bottom: 20px; } }
@media (max-width: 1240px) {
  .posts-1240-with-100 .home-post-row__posts_post {
    width: 100%;
    margin-bottom: 30px; }

  .posts-1240-with-100 .home-post-row__posts_post_img img {
    max-height: 250px;
    object-fit: cover; }

  h2 {
    font-size: 40px !important; }

  .home-banner__title h1 {
    font-size: 80px; }

  .home-banner__title {
    left: 100px;
    bottom: 10vh; }

  .single-post-content__title p {
    font-size: 28px; }

  .single-post-content__title h1 {
    font-size: 46px; }

  .contacts-info-item h3 {
    font-size: 20px; }

  .contacts-info-item p {
    font-size: 15px; } }
@media (max-width: 1200px) {
  .header {
    padding: 15px 45px; } }
@media (max-width: 1160px) {
  .home-bottom-form {
    position: relative;
    left: auto;
    margin-left: 0;
    margin: 20px auto; }

  .cards {
    padding-bottom: 15px; }

  .footer-home {
    padding-top: 100px; }

  .home-post-row.first .home-post-row__posts {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 991px) {
  .home-post-row.first .home-post-row__posts {
    width: 100%; }

  .home-post-row__links {
    width: 100%; }

  .home-post-row.first .home-post-row__posts {
    padding-top: 25px; }

  .home-post-row__links.big {
    width: 100%; }

  .home-post-row__posts.one {
    width: 100%; }

  .home-post-row__posts.one .home-post-row__posts_post {
    max-width: 1000px; }

  .home-post-row__links.small {
    margin-top: 30px; }

  .cards {
    padding: 50px 20px; }

  .header {
    padding: 10px 20px;
    width: 100%; }

  .banner__logo {
    width: 100px; }

  .home-post-row.first .home-post-row__links.small {
    margin-top: 0; }

  .home-bottom-form {
    padding: 30px 20px; }

  .home-post-form {
    margin-top: 30px !important; }

  .header__nav {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    background-color: #ffffff; }

  .header-bar {
    display: block; }

  .haeder__logo {
    float: none;
    margin-left: 0;
    margin: 0 auto;
    width: 300px; }

  .footer {
    padding: 30px 20px 54px 20px !important;
    text-align: center; }

  .footer__left {
    float: none;
    width: 100%;
    margin-bottom: 20px; }

  .footer__right {
    float: none;
    width: 100%; }

  .footer__left_contacts {
    float: none;
    padding-right: 0;
    display: inline-block; }

  .footer__left_logo {
    float: none;
    display: inline-block; }

  .footer__bottom {
    padding-top: 20px; 
	}
	

  .header__nav li {
    display: block;
    text-align: center;
    padding-bottom: 15px;
    font-size: 25px;
    margin-left: 0; }

  .home-banner__contact {
	  top: auto;
    transform: rotate(0deg);
    bottom: 0;
    transform: translate(-50%, 0);
    left: 50%;
    width: 245px;
    right: auto!important;
     }

  .home-numbers-links {
    padding: 20px 0; }

  .home-numbers-links__item p {
    font-size: 70px;
    line-height: 100%; }

  .home-numbers-links__item span {
    font-size: 16px;
    top: 10px;
    right: 65px; }

  .footer__right_nav > div {
    width: 33.33%;
    margin-left: 0;
    padding: 20px;
    text-align: center; }

  .header {
    position: fixed;
    z-index: 20; }

  .about-info__item {
    width: 100%;
    padding-left: 0; }

  .about-steps__item {
    width: 50%;
    margin-bottom: 60px; } }
@media (max-width: 768px) {
  .home-banner__title h1 {
    font-size: 40px; }

  .home-banner__title p {
    font-size: 18px; }

  .home-post-row__links_title {
    font-size: 27px; }

  h2 {
    font-size: 27px !important; }

  .home-post-row__links_title {
    padding: 30px 20px; }

  .home-links-padding {
    padding-left: 20px;
    padding-right: 20px; }

  .home-post-row__links_excerpt {
    font-size: 18px; }

  html, body {
    font-size: 18px; }

  .home-post-links-title h2:after {
    bottom: -13px;
    height: 3px; }

  .link-border {
    font-size: 20px; }

  .home-bottom-form .input-1,
  .home-bottom-form .input-2,
  .home-bottom-form .input-3,
  .home-bottom-form .input-4 {
    width: 100%;
    margin-bottom: 15px; }

  .home-bottom-form {
    margin-bottom: 50px; }

  .home-post-row__links_links-big a {
    width: 49%;
    margin-left: 1%;
    margin-bottom: 1%; }

  .archive-article__content {
    padding: 40px 20px; }

  .archive-article__content_excerpt {
    margin: 10px 0; }

  .banner {
    height: 300px; }

  .single-post-content {
    float: none;
    width: 100%; }

  .single-related-posts {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-top: 30px; }

  .home-banner {
    height: 450px !important; }

  .home-banner__title {
    bottom: 20px;
    left: 20px;
    padding-right: 50px; }

  .home-banner__contact_text {
    font-size: 20px;
    padding: 10px 20px; }

  .home-banner__contact_links {
    font-size: 20px;
    padding: 10px 20px; }

  .home-banner__contact {
    right: -92px; }

  .contacts-info-item {
    width: 100%;
    padding: 20px;
    border-left: 0;
    border-bottom: 1px solid #d4d4d4; }

  .contacts-info-item .image {
    margin-bottom: 10px; }

  .input-block-wrapper {
    padding-left: 0;
    width: 100%;
    margin-bottom: 20px; }

  .textarea-block-wrapper {
    width: 100%; }

  .contacts-form-wrapper {
    padding: 30px 0; }

  .about-info {
    padding: 30px 0 10px 0; }

  .about-info__item {
    margin-bottom: 30px; }

  .about-steps__title {
    margin-bottom: 30px; }

  .about-steps__item {
    width: 100%; }

  .about-steps {
    padding-bottom: 50px; } }
@media (max-width: 600px) {
  .cards-item {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important; }

  .home-bottom-form {
    bottom: 0;
    margin-bottom: 0; }

  .home-post-row__posts_post {
    width: 100%;
    margin-bottom: 30px; }

  .home-post-row__posts span {
    margin: 10px 0;
    font-size: 16px; }

  .banner {
    border-width: 10px; }

  .home-post-row__posts_post {
    padding: 0 20px; }

  .home-post-row__posts {
    padding: 20px 0; }

  .home-post-row__posts.one {
    padding-top: 0; }

  .home-post-form__form h3 {
    font-size: 25px; }

  .home-post-row__padding-top {
    padding-top: 20px !important; }

  .banner__logo {
    top: 55px;
    left: 35px; }

  .footer__left_contacts {
    margin-bottom: 20px; }

  .haeder__logo {
    width: 200px; }

  .archive-article__content {
    padding: 20px; }

  .archive-article__links_share-wrapper {
    min-width: 0; }

  .archive-article__links {
    margin-top: 15px; }

  .related-post-item__content_text {
    padding: 0; }

  .home-numbers-links__item {
    width: 50%;
    padding-bottom: 25px;
    text-align: center; }

  .footer__right_nav > div {
    width: 100%;
    padding: 10px 0; }

  .header__nav {
    top: 44px; }

  .single-post-content__share {
    margin-top: 30px; }

  .about-info__item_img {
    width: 100%;
    text-align: center; }

  .about-info__item_content {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    padding-right: 0; }

  .about-steps__logo img {
    max-width: 280px; } }
@media (max-width: 480px) {
  .archive-article__links_share-wrapper {
    float: none; }

  .banner__logo {
    width: 41px;
    left: 0;
    top: -8px;
    z-index: 20; }

  .single-post-content__title h1 {
    font-size: 30px; }

  .single-post-content__title p {
    font-size: 23px; }

  .home-post-row__posts_post_img img {
    height: 280px; } }

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