@charset "UTF-8";
/* Template Name: Cristino - Responsive Personal Template
   Author: Shreethemes
   Email: shreethemes@gmail.com
   Website: http://www.shreethemes.in
   Version: 1.6.0
   Created: May 2020
   File Description: Main Css file of the template
*/
/***********************/
/*       INDEX         */
/*======================
 *    01.  Variables   *
 *    02.  Components  *
 *    03.  General     *
 *    04.  Helper      *
 *    05.  Menu        *
 *    06.  Home        *
 *    07.  About       *
 *    08.  Service     *
 *    09.  Counter     *
 *    10.  Resume      *
 *    11.  C.T.A       *
 *    12.  Portfolio   *
 *    13.  Testi       *
 *    14.  Blog        *
 *    15.  Contact     *
 *    16.  Footer      *
 ======================*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
.btn, .site-main .wp-element-button {
  outline: none;
  text-decoration: none;
  border-radius: 40px;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-nm {
  padding: 8px 31px;
  background-color: #EA4A25;
  color: #FFFFFF;
  border: 1px solid #EA4A25;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 21px;
  font-style: normal;
  font-weight: 400;
  text-wrap: nowrap;
  text-align: center;
}
.btn-nm:hover {
  background-color: #FFFFFF;
  color: #EA4A25;
  border-color: #FFFFFF;
}
.btn-nm:hover {
  border: 1px solid #EA4A25;
}
.btn-b {
  padding: 20px 31px;
  background-color: #EA4A25;
  color: #FFFFFF;
  border: 1px solid #EA4A25;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 27px;
  font-style: normal;
  font-weight: 700;
}
.btn-b:hover {
  background-color: #FFFFFF;
  color: #EA4A25;
  border-color: #FFFFFF;
}
.btn-sm {
  padding: 7px 16px;
  background-color: #EA4A25;
  color: #FFFFFF;
  border: 1px solid #EA4A25;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 19px;
  font-style: normal;
  font-weight: 400;
}
.btn-sm:hover {
  background-color: #FFFFFF;
  color: #EA4A25;
  border-color: #FFFFFF;
}
.btn-lg {
  padding: 8px 31px;
  background-color: #FFFFFF;
  color: #EA4A25;
  border: 1px solid #EA4A25;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #EA4A25;
  line-height: 21px;
  font-style: normal;
  font-weight: 700;
  border-radius: 40px;
  text-align: center;
}
.btn-lg:hover {
  background-color: #EA4A25;
  color: #FFFFFF;
  border-color: #EA4A25;
}
.btn-pills {
  border-radius: 30px;
}
.btn-list {
  padding: 8px 16px;
  background-color: #FFFFFF;
  color: #EA4A25;
  border: 1px solid #FFFFFF;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #3D3D3D;
  line-height: 27px;
  font-style: normal;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.btn-list:hover {
  background-color: #EA4A25;
  color: #FFFFFF;
  border-color: #EA4A25;
}
.btn-list:hover span {
  background-color: #FFFFFF;
  color: #EA4A25;
}
.btn-list:hover span svg {
  fill: #FFFFFF;
}
.btn-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38.33px;
  height: 26.91px;
  border-radius: 15.33px;
  padding: 6.13px 2.3px;
  background-color: #EA4A25;
  color: #FFFFFF;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-arrow {
  padding: 20px 31px;
  background-color: #EA4A25;
  color: #FFFFFF;
  border: 1px solid #EA4A25;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 27px;
  font-style: normal;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
}
.btn-arrow:hover {
  background-color: #FFFFFF;
  color: #EA4A25;
  border-color: #FFFFFF;
}
.btn-arrow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38.33px;
  height: 26.91px;
  border-radius: 15.33px;
  padding: 6.13px 2.3px;
  background-color: #FFFFFF;
  color: #EA4A25;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-arrow:hover span {
  background-color: #EA4A25;
  color: #FFFFFF;
}
.btn-arrow:hover span svg {
  fill: #FFFFFF;
}

.red {
  color: #EA4A25;
}

.menu-item a, .page_item a {
  text-wrap: nowrap;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #131313;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
}
.menu-item:hover a, .page_item:hover a {
  color: #EA4A25;
}
.menu-item.current_page_item a, .page_item.current_page_item a {
  color: #EA4A25;
}

.link {
  text-decoration: none;
  list-style: none;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  color: #3D3D3D;
  line-height: 21px;
  font-style: normal;
  font-weight: 600;
}
.link span {
  text-wrap: nowrap;
}
.link.link-small {
  font-size: 18px;
}
.link.link-f {
  color: #131313;
}
.link.link-f-s {
  font-size: 18px;
  color: #131313;
}
.link.link-conf {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 19px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .link {
    font-size: 20px;
  }
  .link.link-small {
    font-size: 16px;
  }
  .link.link-f {
    color: #131313;
  }
  .link.link-f-s {
    font-size: 18px;
    color: #131313;
  }
}
button:not(:disabled) {
  outline: none;
  border: 0;
}

.w-287 {
  width: 287px;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row-sb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.p-normal {
  margin-block-end: 0;
  margin-block-start: 0;
}

header ul, footer ul {
  margin-block-start: 0;
  padding-inline-start: 0;
  margin-block-end: 0;
}
header ul li, footer ul li {
  list-style: none;
}
header ul li a, footer ul li a {
  text-decoration: none;
}

/*
.page-next-level{
    .title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    .page-next {
        letter-spacing: 0.5px;
        li {
            display: inline-block;
            margin-right: 5px;
            &:after {
                content: "\f142";
                font-size: 16px;
                color: $dark; 
                font-family: 'Material Design Icons';
            }     
            &:last-child {
                margin-right: 0;
                &:after {
                    display: none;
                }
            }       
            a, span {        
                padding-right: 8px;           
                transition: all 0.2s ease;
                font-weight: 500;
            }
            a {
                &:hover {
                    color: $primary !important;
                } 
            }
            span {
                &:last-child {
                    padding-right: 0px;
                }
            }
        }
    }
}

//Pagination
.pagination {    
    line-height: 20px;
    font-size: 13px;
    li {
        display: inline;
        &:first-child a {
            border-left-width: 1px;
            border-radius: 4px 0 0 4px;
        } 
        &:last-child a{
            border-radius: 0 4px 4px 0;
        }
        a {
            float: left;
            text-decoration: none;
            color: $dark;
            border: 1px solid $gray-300;
            border-left-width: 0;
            background: $white; 
            &:hover {
                color: $white;
                background: $primary;
                border-color: $primary;
            }
        }
    }              
    .active a {
        color: $white;
        background: $primary !important;
        border-color: $primary;
        cursor: not-allowed;
    }
}
*/
@media (min-width: 992px) {
  .navbar-custom .navbar-nav .dropdown .dropdown-menu {
    margin-top: 12px !important;
  }
}
@media (max-width: 1023px) {
  .navbar-custom .nav-social {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-custom {
    background-color: #FFFFFF !important;
    padding: 10px 0px !important;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    color: #E9E9E9 !important;
  }
  .navbar-custom .navbar-nav .nav-item .dropdown-toggle:after {
    float: right;
  }
  .navbar-custom .navbar-nav .dropdown .dropdown-menu {
    box-shadow: none !important;
  }
  .navbar-custom .navbar-nav .dropdown .dropdown-menu:before {
    display: none;
  }
  .navbar-custom .navbar-brand .l-dark {
    display: inline-block !important;
  }
  .navbar-custom .navbar-brand .l-light {
    display: none;
  }
  .navbar-custom .social-icon {
    margin-top: 12px !important;
  }
  .navbar-custom .social-icon.light-social-icon li a {
    color: #131313;
    border-color: #131313;
  }
}
@media only screen and (min-width: 768px) {
  .navbar .nav-item .dropdown-menu-right::before {
    margin-left: 160px !important;
  }
  .navbar .nav-item .dropdown .dropdown-menu:before {
    top: 52px;
  }
}
@media (max-width: 768px) {
  .navbar-nav .nav-item .dropdown-menu-right::before {
    margin-left: 45px !important;
  }
  .navbar-custom .container {
    width: 90%;
  }
}
@media (max-height: 480px) {
  .navbar-nav {
    max-height: 200px;
    overflow-y: auto;
  }
}
.footer {
  background-color: #FFFFFF;
  padding-top: 61px;
  padding-bottom: 40px;
}
.footer__info-block {
  gap: 90px;
}
.footer__left {
  gap: 18px;
}
.footer__description p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #3D3D3D;
  line-height: 21px;
  font-style: normal;
  font-weight: 400;
}
.footer__director {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #3D3D3D;
  line-height: 19px;
  font-style: normal;
  font-weight: 400;
}
.footer__right {
  gap: 26px;
}
.footer__contact {
  text-wrap: nowrap;
}
.footer__bottom {
  margin-top: 92px;
}
.footer__bottom--name {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 19px;
  font-style: normal;
  font-weight: 400;
}
.footer__nav-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  column-gap: 90px;
}
.footer__nav-list ul li:nth-child(1), .footer__nav-list ul li:nth-child(2), .footer__nav-list ul li:nth-child(3) {
  order: 1;
}
.footer__nav-list ul li:nth-child(4), .footer__nav-list ul li:nth-child(5) {
  order: 2;
}

@media (max-width: 1599px) {
  /* Стили для стандартных мониторов */
}
@media (max-width: 1199px) {
  .footer__info-block {
    flex-wrap: wrap;
    gap: 50px;
  }
  .footer__nav-list ul {
    column-gap: 50px;
  }
}
@media (max-width: 480px) {
  .footer__nav-list ul {
    grid-template-columns: none;
  }
  .footer__left {
    flex-direction: column;
  }
}
body {
  background-color: #E9E9E9;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #131313;
  line-height: 21px;
  font-style: normal;
  font-weight: 400;
}

* {
  box-sizing: border-box !important;
}

#wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}

.inner {
  margin: 0 auto;
  max-width: 1290px;
  width: 100%;
}

.header {
  padding-top: 10px;
}
.header__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
.header__top--info {
  display: flex;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #131313;
  line-height: 21px;
  font-style: normal;
  font-weight: 400;
}
.header__contacts {
  display: flex;
  flex-direction: row;
  gap: 41px;
  align-items: center;
}
.header__contacts--items:hover {
  color: #EA4A25;
}
.header__logo {
  cursor: pointer;
}
.header__bottom {
  margin-top: 18px;
}
.header__bottom-wrapper {
  align-items: center;
}
.header__bottom ul {
  margin-left: 64px;
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.header .icons {
  display: none;
}
.header .mobile_menu {
  position: fixed;
  top: 5%;
  right: 2%;
  background: #FFFFFF;
  color: #131313;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  padding: 20px;
  width: 300px;
  height: 100vh;
  border-radius: 10px;
  transform: translateX(150%);
  transition: transform 0.3s ease-in-out;
  z-index: 2;
}
.header .mobile_menu ul li {
  padding: 20px;
  text-align: center;
}
.header .mobile_menu i {
  display: flex;
  justify-content: flex-end;
  font-size: 30px;
  cursor: pointer;
  color: #131313;
}

@media screen and (max-width: 1450px) {
  .inner {
    width: 95%;
  }
}
@media (max-width: 1599px) {
  /* Стили для стандартных мониторов */
}
@media (max-width: 1199px) {
  .header__top--info {
    font-size: 14px;
  }
  .header__contacts {
    gap: 20px;
  }
  .header__bottom ul {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .header__top--info {
    display: none;
  }
  .header__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .header__bottom-wrapper {
    flex-direction: column;
  }
  .header__bottom nav {
    position: relative;
  }
  .header__bottom nav ul {
    position: absolute;
    left: -113px;
    top: 20px;
  }
}
@media (max-width: 832px) {
  .header__inner {
    gap: 30px;
  }
  .header__top {
    width: 100%;
  }
  .header__top--info {
    display: none;
  }
  .header__contacts .mail {
    display: none;
  }
  .header__contacts .btn-header {
    display: none;
  }
  .header__bottom {
    margin-top: 0;
  }
  .header__bottom nav {
    display: none;
  }
  .header .icons {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .header .mobile_menu__contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .header .mobile_menu .exit {
    display: flex;
    justify-content: flex-end;
  }
  .header .mobile_menu .exit svg {
    cursor: pointer;
  }
}
@media (max-width: 480px) {
  .header__top {
    justify-content: flex-end;
  }
  .header__top--info {
    display: none;
  }
}
.hero {
  margin-top: 41px;
}
.hero__inner {
  justify-content: space-between;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.hero__title {
  margin-top: 32px;
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  color: #131313;
  line-height: 60px;
  font-style: normal;
  font-weight: 800;
}
.hero__highlight {
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  color: #EA4A25;
  line-height: 60px;
  font-style: normal;
  font-weight: 800;
}
.hero__description {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  color: #131313;
  line-height: 33px;
  font-style: normal;
  font-weight: 500;
}
.hero__btn-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.hero__btn--link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

@media (max-width: 1599px) {
  /* Стили для стандартных мониторов */
}
@media (max-width: 1199px) {
  .hero__title {
    font-size: 44px;
  }
  .hero__highlight {
    font-size: 44px;
  }
}
@media (max-width: 1001px) {
  .hero__title {
    margin-top: 24px;
  }
}
@media (max-width: 700px) {
  .hero__title {
    font-size: 40px;
  }
  .hero__highlight {
    font-size: 40px;
  }
  .hero__description {
    font-size: 20px;
  }
  .hero__image {
    display: none;
  }
  .hero__btn-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 481px) {
  .hero__title {
    font-size: 36px;
  }
  .hero__highlight {
    font-size: 36px;
  }
  .hero__description {
    font-size: 18px;
  }
}
.accept {
  margin-top: 80px;
}
.accept__inner {
  gap: 30px;
  width: 100%;
}
.accept__title {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  color: #131313;
  line-height: 43px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}
.accept__wrapper {
  width: 100%;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0.59);
}
.accept__block {
  gap: 8px;
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .accept__title {
    font-size: 30px;
  }
}
@media (max-width: 860px) {
  .accept__title {
    font-size: 30px;
    text-align: center;
  }
  .accept__inner {
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .accept__title {
    font-size: 28px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .accept__title {
    font-size: 26px;
    text-align: center;
  }
  .accept__wrapper {
    padding: 20px;
  }
  .accept .btn-list {
    font-size: 16px;
    gap: 10px;
  }
}
.company-info {
  margin-top: 40px;
}
.company-info__title {
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  color: #131313;
  line-height: 60px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}
.company-info__subtitle {
  margin-top: 24px;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  color: #3D3D3D;
  line-height: 43px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
.company-info__highlight {
  color: #EA4A25;
}
.company-info__cards {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 30px;
  justify-content: center;
}
.company-info__card {
  border-radius: 10px;
  padding: 32px 40px;
  width: 50%;
  border: 2px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0.57);
  display: flex;
  flex-direction: column;
}
.company-info__card--images {
  display: flex;
  flex-direction: row;
  gap: 38px;
}
.company-info__card--title {
  margin-top: 24px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  color: #131313;
  line-height: 33px;
  font-style: normal;
  font-weight: 500;
}
.company-info__card--desc {
  margin-top: 10px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #3D3D3D;
  line-height: 27px;
  font-style: normal;
  font-weight: 400;
}
.company-info__card--container {
  display: flex;
  align-items: center;
}
.company-info__card--container .circle {
  width: 56px;
  height: 56px;
  border: 1px solid #414141;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

@media (max-width: 1599px) {
  /* Стили для стандартных мониторов */
}
@media (max-width: 1199px) {
  .company-info__title {
    font-size: 44px;
  }
  .company-info__subtitle {
    font-size: 30px;
  }
  .company-info__card {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .company-info__title {
    font-size: 40px;
  }
  .company-info__subtitle {
    font-size: 28px;
  }
  .company-info__cards {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .company-info__title {
    font-size: 36px;
  }
  .company-info__subtitle {
    font-size: 24px;
  }
  .company-info__card {
    padding: 20px;
  }
  .company-info__card--title {
    font-size: 22px;
  }
  .company-info__card--desc {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .company-info__title {
    font-size: 34px;
  }
  .company-info__subtitle {
    font-size: 22px;
  }
}
.profitable {
  margin-top: 153px;
}
.profitable__inner {
  display: flex;
}
.profitable__image {
  width: 536px;
  position: relative;
}
.profitable__image img {
  position: absolute;
}
.profitable__block {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 220px 40px 40px;
  width: 100%;
  backdrop-filter: blur(7px);
}
.profitable__content {
  border-radius: 10px;
  border: 1px solid rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.42);
  position: relative;
  width: 100%;
  min-height: 393px;
  max-width: 840px;
  z-index: 1;
}
.profitable__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: blur(10px);
  z-index: -1;
}
.profitable__title {
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  color: #131313;
  line-height: 60px;
  font-style: normal;
  font-weight: 800;
}
.profitable__desc {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  color: #3D3D3D;
  line-height: 33px;
  font-style: normal;
  font-weight: 500;
}
.profitable__btn {
  max-width: 331px;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .profitable {
    margin-top: 153px;
  }
  .profitable__inner {
    display: flex;
  }
  .profitable__image {
    width: 114px;
    position: relative;
  }
  .profitable__image img {
    position: absolute;
  }
  .profitable__title {
    font-family: "Manrope", sans-serif;
    font-size: 48px;
    color: #131313;
    line-height: 60px;
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
  }
  .profitable__desc {
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    color: #3D3D3D;
    line-height: 33px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .profitable {
    margin-top: 123px;
  }
  .profitable__inner {
    display: flex;
  }
  .profitable__image {
    width: 114px;
    position: relative;
  }
  .profitable__image img {
    position: absolute;
  }
  .profitable__block {
    padding: 25px;
  }
  .profitable__title {
    font-size: 40px;
  }
  .profitable__desc {
    font-size: 22px;
  }
}
@media (max-width: 540px) {
  .profitable {
    margin-top: 60px;
  }
  .profitable__inner {
    display: flex;
  }
  .profitable__image {
    width: 114px;
    position: relative;
    display: none;
  }
  .profitable__image img {
    display: none;
    position: absolute;
  }
  .profitable__block {
    padding: 25px;
  }
  .profitable__title {
    font-size: 36px;
  }
  .profitable__desc {
    font-size: 20px;
  }
  .profitable__btn {
    font-size: 15px;
  }
}
@media (max-width: 540px) {
  .profitable__block {
    position: relative;
  }
}
.product {
  margin-top: 130px;
}
.product__inner {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.product__title {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  color: #131313;
  line-height: 43px;
  font-style: normal;
  font-weight: 700;
}
.product__text-block {
  max-width: 740px;
}
.product__desc {
  margin-top: 24px;
}
.product__desc-text {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  color: #3D3D3D;
  line-height: 33px;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 1599px) {
  /* Стили для стандартных мониторов */
}
@media (max-width: 1199px) {
  .product {
    margin-top: 90px;
  }
  .product__title {
    font-size: 30px;
  }
  .product__desc {
    margin-top: 24px;
  }
  .product__desc-text {
    font-size: 22px;
  }
}
@media (max-width: 901px) {
  .product__inner {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .product {
    margin-top: 90px;
  }
  .product__title {
    font-size: 28px;
  }
  .product__desc {
    margin-top: 24px;
  }
  .product__desc-text {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .product {
    margin-top: 90px;
  }
  .product__title {
    font-size: 26px;
  }
  .product__desc {
    margin-top: 24px;
  }
  .product__desc-text {
    font-size: 20px;
  }
  .product__image {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product {
    margin-top: 60px;
  }
  .product__inner {
    gap: 24px;
  }
}
.properties {
  margin-top: 130px;
}
.properties__title {
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  color: #131313;
  line-height: 69px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}
.properties__desc {
  margin-top: 24px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  color: #131313;
  line-height: 33px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
.properties__block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 42px;
  align-items: flex-start;
}
.properties__item {
  flex-grow: 1;
  padding: 32px;
  border: 2px solid #FFFFFF;
  max-width: 410px;
  background-color: rgba(255, 255, 255, 0.45);
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #3D3D3D;
  line-height: 27px;
  font-style: normal;
  font-weight: 400;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  min-height: 150px;
}

@media (max-width: 1199px) {
  .properties__title {
    font-size: 44px;
  }
  .properties__desc {
    font-size: 24px;
  }
}
@media (max-width: 901px) {
  .properties {
    margin-top: 100px;
  }
  .properties__block {
    justify-content: center;
  }
  .properties__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .properties__title {
    font-size: 44px;
  }
  .properties__desc {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .properties {
    margin-top: 60px;
  }
  .properties__title {
    font-size: 40px;
    line-height: 48px;
  }
  .properties__desc {
    font-size: 22px;
    margin-top: 24px;
  }
}
.news {
  margin-bottom: 150px;
}
.news__inner {
  margin-top: 150px;
}
.news__header {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  margin-bottom: 30px;
}
.news__btn {
  text-decoration: none;
  width: 250px;
}
.news__title {
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  color: #131313;
  line-height: 60px;
  font-style: normal;
  font-weight: 800;
}
.news__list {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}
.news-item {
  max-width: 410px;
}
.news-item__image img {
  max-width: 410px;
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.news-item__wrapper {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news-item__link {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #EA4A25;
  line-height: 21px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
.news-item__desc {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #131313;
  line-height: 27px;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-item__desc p {
  margin-block-end: 0;
  margin-block-start: 0;
}
.news-item__date {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  color: #3D3D3D;
  line-height: 16px;
  font-style: normal;
  font-weight: 500;
}

@media (max-width: 1599px) {
  /* Стили для стандартных мониторов */
}
@media (max-width: 1199px) {
  .news__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .news__inner {
    margin-top: 120px;
  }
}
@media (max-width: 520px) {
  .news__inner {
    margin-top: 60px;
  }
  .news__header {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  .news-item {
    width: 100%;
  }
}
.news-page__title {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  color: #131313;
  line-height: 43px;
  font-style: normal;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 32px;
}
.news-page__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.news-page__item {
  padding: 48px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  background-color: #FFFFFF;
}
.news-page__item__image img {
  max-width: 393px;
  max-height: 265px;
}
.news-page__item--date {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 19px;
  font-style: normal;
  font-weight: 400;
}
.news-page__item--title {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  color: #3D3D3D;
  line-height: 33px;
  font-style: normal;
  font-weight: 500;
}
.news-page__item--desc {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #3D3D3D;
  line-height: 21px;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-page__item--desc p {
  margin-block-end: 0;
  margin-block-start: 0;
}
.news-page__item--link {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #EA4A25;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
}
.news-page__wrapper {
  max-width: 754px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 767px) {
  .news-page__item {
    flex-direction: column;
  }
  .item__image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 567px) {
  .news-page__item {
    flex-direction: column;
    width: 100%;
  }
  .item__image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .item__image img {
    width: 100%;
  }
}
.contacts {
  margin-bottom: 32px;
}
.contacts__title {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  color: #131313;
  line-height: 43px;
  font-style: normal;
  font-weight: 500;
}
.contacts__info {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 750px) {
  .contacts__info {
    flex-direction: column;
  }
}
.contacts__details {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 700px) {
  .contacts__details {
    flex-direction: column;
  }
}
.contacts .info-card {
  border-top: 3px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0.51);
  padding: 26px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.contacts .info-card__text {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #131313;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.contacts .info-card__phone {
  text-align: center;
  margin-top: 8px;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #EA4A25;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
}

.details {
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}
.details__company {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  flex: 1 1 30%;
}
.details__requisites {
  display: flex;
  flex: 1 1 70%;
  justify-content: center;
}
.details__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
}
.details__title {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  color: #131313;
  line-height: 33px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
.details__item {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #131313;
  line-height: 21px;
  font-style: normal;
  font-weight: 400;
}
.details__address, .details__phone, .details__email {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #6D6D6D;
  line-height: 19px;
  font-style: normal;
  font-weight: 400;
}
.details__address span, .details__phone span, .details__email span {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #131313;
  line-height: 21px;
  font-style: normal;
  font-weight: 400;
}

.breadcrumbs-block {
  margin-top: 18px;
}
.breadcrumbs-block span {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #918F8F;
  line-height: 19px;
  font-style: normal;
  font-weight: 400;
}
.breadcrumbs-block span a {
  color: #918F8F;
  text-decoration: none;
}

.single-news-page {
  margin-bottom: 40px;
}
.single-news-page .news {
  padding: 0;
  margin-bottom: 25px;
}

.single-news__content {
  max-width: 880px;
}

.news-article {
  margin-bottom: 20px;
}
.news-article__title {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 28px;
}
.news-article__meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
}
.news-article__meta .news-article__date,
.news-article__meta .news-article__category {
  display: inline-block;
  margin-right: 10px;
}
.news-article__meta .news-article__category {
  display: none;
}
.news-article__meta .news-article__category:hover {
  color: #EA4A25;
}
.news-article__image {
  margin-bottom: 20px;
}
.news-article__image img {
  max-width: 718px;
}
@media (max-width: 980px) {
  .news-article img {
    width: 100%;
    height: 100%;
  }
}
.news-article__content {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
.news-article__content p {
  margin-top: 25px;
  max-width: 840px;
}
.news-article__content a {
  color: #EA4A25;
}

.page-default {
  flex: 1 1 auto;
}
.page-default :where(.wp-block-columns.is-layout-flex) {
  gap: 3em;
}
@media (max-width: 700px) {
  .page-default :where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
  }
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  min-width: 300px;
  min-height: 500px;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.overlay--hidden {
  display: none;
}

:focus-visible {
  outline: none;
}

.post-edit-link {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #EA4A25;
  line-height: 21px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.popup {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #FFFFFF;
  width: 480px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 5px;
}
@media screen and (max-width: 500px) {
  .popup {
    width: 98%;
    padding: 10px 10px;
    margin-top: 60px;
  }
}
.popup__exit {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #4d4d4d;
  cursor: pointer;
  padding: 3px 5px;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
}
.popup__exit:hover {
  color: #fff;
  background: rgba(234, 74, 37, 0.7);
}
.popup__exit:hover svg {
  stroke: #FFFFFF;
}
.popup__title {
  text-align: center;
  padding: 10px 0 5px;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  color: #131313;
  line-height: 43px;
  font-style: normal;
  font-weight: 700;
}
.popup__description {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #6D6D6D;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
}
.popup .field {
  display: flex;
  text-align: left;
  flex-direction: column;
  row-gap: 5px;
}
.popup .field input {
  display: block;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #918f8f;
  margin-bottom: 10px;
  padding: 7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.popup .field input:focus-visible {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #EA4A25;
}
.popup .field input::placeholder {
  color: #6D6D6D;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #6D6D6D;
  line-height: 21px;
  font-style: normal;
  font-weight: 400;
}
.popup__required {
  color: red;
}

.popup__custom {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  border-radius: 5px;
  margin-top: 1em;
}
.popup__custom .popup__title {
  text-align: center;
  margin-bottom: 25px;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  color: #131313;
  line-height: 43px;
  font-style: normal;
  font-weight: 700;
}
.popup__custom .field {
  display: flex;
  text-align: left;
  flex-direction: column;
  row-gap: 5px;
}
.popup__custom .field input {
  display: block;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #918f8f;
  margin-bottom: 10px;
  padding: 7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.popup__custom .field input:focus-visible {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #EA4A25;
}
.popup__custom .field input::placeholder {
  color: #6D6D6D;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #6D6D6D;
  line-height: 21px;
  font-style: normal;
  font-weight: 400;
}
.popup__custom form .wpcf7-spinner {
  display: none;
}
.popup__custom .wpcf7-checkbox input:checked + .wpcf7-list-item-label::after {
  top: 9px;
}

form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
form .wpcf7-response-output {
  display: none;
}
form .wpcf7-submit {
  padding: 12px 25px;
  border-radius: 20px;
  background-color: #EA4A25;
  border-width: 0;
  width: 100%;
  line-height: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
  border: 1px solid #EA4A25;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
form .wpcf7-submit:hover {
  background-color: #FFFFFF;
  color: #EA4A25;
}

.checking {
  text-align: left;
}

.wpcf7-checkbox {
  display: block;
  margin-bottom: 15px;
}
.wpcf7-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #6D6D6D;
  line-height: 19px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  background-color: transparent;
  border: 1px solid #B9B9B9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.wpcf7-checkbox input:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  color: #EA4A25;
  border: 2px solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.wpcf7-list-item {
  margin: 0;
}

.pagination {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
.pagination .page-numbers {
  text-decoration: none;
  color: #EA4A25;
}

.pagination_number {
  padding: 5px 14px;
  background: #FFFFFF;
  margin-right: 11px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
}

.current .pagination_number {
  padding: 5px 14px;
  background-color: #EA4A25;
  color: #FFFFFF;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}

.page-template-default {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #131313;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
.page-template-default .page {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.page-template-default h1 {
  line-height: 28px;
}
.page-template-default .entry-content {
  display: contents;
}
.page-template-default .entry-content .btn, .page-template-default .entry-content .site-main .wp-element-button, .site-main .page-template-default .entry-content .wp-element-button {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
.page-template-default .entry-content a {
  color: #EA4A25;
  text-decoration: none;
}
.page-template-default .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.page-template-default table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
.page-template-default table .wp-block-table thead {
  border-bottom: 0;
}
.page-template-default table .wp-block-table.is-style-stripes td {
  border-color: #EA4A25;
}
.page-template-default table th {
  padding: 20px 5px;
  background: rgba(234, 74, 37, 0.5);
  border: 1px solid #EA4A25;
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
}
.page-template-default table th:first-child {
  border-radius: 12px 0px 0px 0px;
}
.page-template-default table th:last-child {
  border-radius: 0px 12px 0px 0px;
}
.page-template-default table td {
  border: 1px solid #EA4A25;
  padding: 20px 20px;
  color: var(--text-black, #131313);
  /* Text */
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.page-template-default table tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
.page-template-default table tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
@media screen and (max-width: 992px) {
  .page-template-default table th, .page-template-default table td {
    padding: 15px 5px;
  }
}

::marker {
  color: #EA4A25;
}

.tablepress-id-3 .row-2 .column-1 {
  width: 100px;
}
.tablepress-id-3 .row-2 .column-3 {
  border-radius: 0 0 12px 0;
  vertical-align: middle;
  text-align: left;
}
.tablepress-id-3 .row-3 .column-2 {
  border-radius: 0;
}
.tablepress-id-3 tr td {
  padding: 20px 15px;
  color: var(--text-black, #E7E7E5);
}

.tablepress-id-5 .row-1 .column-1 {
  border-radius: 12px 12px 0 0;
  padding: 28px 5px;
}
.tablepress-id-5 .row-2 .column-1 {
  border-radius: 0 0 12px 12px;
}

.site-main a:not([class]) {
  text-decoration: inherit;
  color: #EA4A25;
}
.site-main a:not([class]):hover {
  color: #ea4823;
}
.site-main ul:not([class]) {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.site-main ul:not([class]) li {
  position: relative;
  padding-left: 18px;
}
.site-main ul:not([class]) li:before {
  content: "";
  margin-right: 12px;
  width: 6px;
  height: 6px;
  background: #EA4A25;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
}
@media screen and (max-width: 1450px) {
  .inner {
    width: 95%;
  }
}

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