/*
Theme Name:   It-co
Author:       It-co
Version:      1.0.0
*/

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

@font-face {
  font-family: "Gothic";
  src: url("inc/assets/css/fonts/GOTHIC.eot");
  src:
    url("inc/assets/css/fonts/GOTHIC.eot?#iefix") format("embedded-opentype"),
    url("inc/assets/css/fonts/GOTHIC.woff") format("woff"),
    url("inc/assets/css/fonts/GOTHIC.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("inc/assets/css/fonts/Roboto-Regular.ttf");
  src:
    url("inc/assets/css/fonts/Roboto-Regular.ttf?#iefix") format("embedded-opentype"),
    url("inc/assets/css/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("inc/assets/css/fonts/Roboto-Medium.ttf");
  src:
    url("inc/assets/css/fonts/Roboto-Medium.ttf?#iefix") format("embedded-opentype"),
    url("inc/assets/css/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*h1, h2, h3, h4 {
    margin-block-start: 0rem;
    margin-block-end: 0rem;
}*/

html {
  font-family: "Roboto-Regular", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: Roboto-Medium;
  font-weight: 500;
}

h1 {
  font-size: 36px;
}

p {
  font-size: 1.1rem;
  font-family: "Roboto-Regular", sans-serif;
  line-height: 1.3;
}

p,
ul {
  margin-block-start: 0.5rem;
  margin-block-end: 0rem;
}

body {
  margin: 0;
}

header {
  height: 76px;
}

.menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: Gothic;
  font-size: 1rem;
}

nav.navbar {
  width: 100%;
}

ul.main_menu.navbar-nav {
  list-style: none;
  width: 100%;
  margin-top: 0;
  text-transform: uppercase;
}

ul .contact-us {
  margin-left: 6rem;
}

ul li a {
  text-transform: uppercase;
  color: black;
  text-decoration: none;
}

ul li {
  margin: auto;
  position: relative;
}

ul.main_menu>li:last-child {
  margin-right: 0;
}

.header-footer-group {
  background: white;
}

.arrow-menu-item {
  cursor: pointer;
}

.black-text {
  color: black !important;
}

.main-pink {
  color: #e04055 !important;
}

.main-dark {
  color: #2b1f1f;
}

.banner-bg {
  background-size: cover !important;
  height: fit-content;
  position: relative;
  color: white;
  min-height: 340px;
}

.banner-bg h1 {
  margin: 0 0 40px 0;
}

.banner-bg p {
  margin: 0;
}

.banner {
  /* background: url("inc/assets/img/pic-main.jpg");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-image:
    url("inc/assets/img/pic-main.jpg"),
    linear-gradient(45deg, rgba(38, 14, 21, 0.5) 30%, rgba(38, 14, 21, 0.5) 30%);
  background-blend-mode: overlay;
}

.banner-left-text {
  color: white;
  padding: 4rem 0rem 4rem 0rem;
  line-height: 2.3rem;
}

.banner-left-text-diafan {
  color: white;
  padding: 1rem 0rem 5rem 0rem;
  line-height: 2.3rem;
}

.banner-left-text h1 {
  font-size: 2.7rem;
  line-height: 3.7rem;
  text-transform: uppercase;
  font-family: Gothic;
  font-weight: 700;
}

.banner-left-text-diafan h1 {
  font-size: 2.7rem;
  line-height: 3.7rem;
  text-transform: uppercase;
  font-family: Gothic;
  font-weight: 700;
}

.banner-left-text-diafan p {
  font-size: 1.5rem;
}

.tile-text {
  padding: 1.5rem;
  padding-bottom: 5rem;
}

.tile-text p {
  line-height: 1.5rem;
}

.tile {
  background-color: #ebedec;
}

.tile .first {
  background: #b03748;
  color: white;
}

.tile .second {
  background: #ebedec;
  color: #593630;
}

.tile .third {
  background: #593630;
  color: white;
}

.tile .fourth {
  background: white;
  color: #b03748;
}

.tile-text h2 {
  text-transform: uppercase;
  font-size: 1.7rem;
  max-width: 327px;
}

.tile-btn {
  position: absolute;
  height: 2rem;
  width: 2rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.tile-btn.black {
  background: url("inc/assets/img/red-arrow-next.svg") no-repeat;
}

.tile-btn.black-new {
  background: url("/img/dark-arrow-next-2.svg") no-repeat;
  background-size: 2rem;
  display: none;
}

.tile-btn.white {
  background: url("inc/assets/img/white-arrow-next.svg") no-repeat;
}

.tile-btn.white-new {
  background: url("/img/white-arrow-next-2.svg") no-repeat;
  background-size: 2rem;
  display: none;
}

h2.advantages {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin: 4rem 0;
}

.advantages img {
  height: 10rem;
  width: auto;
}

.advantages .advantages-content {
  border-left: 1px solid #d9dbda;
  border-top: 1px solid #d9dbda;
  border-bottom: 1px solid #d9dbda;
  padding: 1rem;
  height: 100%;
}

.advantages .advantages-content:nth-child(2n) {
  border-left: 1px solid #d9dbda;
  border-right: 1px solid #d9dbda;
}

.advantages-text {
  font-family: "Roboto-Regular", sans-serif;
  padding: 0rem 2.7rem 0rem 2.7rem;
  min-height: 5rem;
}

@media (max-width: 1198px) {
  .advantages-text {
    min-height: 6rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .advantages-text {
    min-height: 11rem;
  }
}

.advantages {
  border-right: 1px solid #d9dbda;
}

h2.advantages-title {
  text-transform: uppercase;
}

.constructor-title {
  margin-bottom: 10px !important;
}

.slider-row {
  position: relative;
}

.slider-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 505px;
  z-index: 10;
}

.slick-next {
  right: 2.2rem !important;
}

.slick-next,
.slick-prev {
  z-index: 10;
}

.slider-title {
  color: white;
  text-transform: uppercase;
  line-height: 3.2rem;
  font-size: 2.3rem;
  z-index: 100;
  max-width: 50%;
  height: 80%;
  margin-top: 3rem;
}

.career-slider .img-block:after {
  opacity: 0 !important;
}

@media (min-width: 1100px) and (max-width: 1198px) {
  .slick-next {
    right: 3.2rem !important;
  }

  .slick-prev {
    left: 3.2rem !important;
  }
}

@media (max-width: 600px) {
  .slider-title {
    font-size: 1.7rem;
    max-width: 80%;
  }
}

.team-slider-title {
  color: #b03748;
  text-transform: capitalize;
  font-size: 1rem;
}

.slider-text-block {
  width: 100%;
  height: 5%;
}

.slider-text-block a {
  font-family: Gothic;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
}

.main-slider .img-block:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(38, 14, 21, 0.5);
  opacity: 0.8;
  z-index: 5;
}

.slick-dots {
  bottom: 1rem !important;
}

.slick-dots li.slick-active button:before {
  color: rgba(224, 64, 85, 1) !important;
  opacity: 1 !important;
}

.slick-dots li button:before {
  opacity: 1 !important;
  color: rgba(224, 64, 85, 1) !important;
  width: 10px !important;
  height: 10px !important;
  content: "" !important;
  border: 2px solid;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background: rgba(224, 64, 85, 1) !important;
}

.career-slider {
  margin-bottom: 40px !important;
}

.project-page p {
  margin: 0;
}

.team-block {
  background: #ebedec;
  padding-bottom: 2rem;
}

.team-row {
  border: 1px solid #d9dbda;
  margin: 1rem;
  min-height: 20rem;
  background: white;
}

h2.team {
  font-size: 2.5rem;
  text-transform: uppercase;
  padding: 2.6rem 0 1.7rem 0;
}

.team-slider.slick-initialized.slick-slider {
  padding: 0 6rem;
}

.trust-us {
  background: white;
  padding: 60px 0;
}

.trust-us .container {
  margin-top: 20px;
}

.trust-us-title {
  font-size: 2rem;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 0 15px;
  text-transform: uppercase;
}

.trust-us-img-block img {
  width: 100%;
  height: auto;
}

.form-placeholder {
  border: 1px solid #d9dbda;
  padding: 0.5em 0em;
  padding-left: 0.5em;
  font-size: 1em;
  margin-bottom: 1rem;
  width: 100%;
}

.form-textarea {
  border: 1px solid #d9dbda;
  padding: 0.5em 0em;
  padding-left: 0.5em;
  font-size: 1em;
  font-family: "Roboto-Regular", sans-serif;
  width: 100%;
}

.contact-left-side {
  color: white;
  background-color: #b03748;
}

.form-btn {
  border: 0;
  color: white;
  font-family: Roboto-Regular;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #b03748;
  padding: 1rem;
  width: 12rem;
  margin-right: 3rem;
}

.form-btn-position {
  display: flex;
  justify-content: flex-end;
}

.form-btn-text {
  padding: 0 4.5rem;
}

.burger-menu-icon {
  display: none !important;
}

.close-menu-icon {
  display: none !important;
}

@media (max-width: 991px) {
  .form-btn-position {
    justify-content: center;
  }

  .form-btn {
    margin-right: 0rem;
  }

  .form-btn-text {
    padding: 1rem 2rem;
  }

  .button-price {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menu {
    z-index: 1000;
    background: white;
    display: none !important;
    width: 50%;
  }

  .menu-block {
    align-items: baseline !important;
    padding-top: 4px !important;
  }

  .logo .custom-logo {
    padding-top: 5px;
  }

  .burger-menu-icon {
    display: block !important;
    padding-right: 0.5rem;
    background: url("inc/assets/img/menu1.svg") no-repeat;
    background-size: cover;
    width: 55px;
    height: 40px;
    align-self: center;
  }

  .burger-menu-icon:hover {
    cursor: pointer;
  }

  .menu-block {
    justify-content: space-between;
  }

  .active-menu {
    display: block !important;
    position: absolute;
    top: 75px;
    right: 0;
    animation: showMenu;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    padding: 30px 0;
  }

  .header-footer-group {
    overflow: hidden;
  }

  .arrow-menu-item {
    padding: 20px;
    display: block;
  }

  .menu.menu-items.active-menu-mob {
    margin-left: 0 !important;
  }

  .main-li:not(.down-arrow) {
    padding: 20px;
  }

  .main-li:not(.down-arrow):hover {
    background: #f7f7f7;
  }

  .arrow-menu-item:hover {
    background: #f7f7f7;
  }

  .main_menu.navbar-nav .main-li {
    margin: 0 !important;
    position: relative;
  }

  .menu-arrow {
    position: absolute;
    right: 0 !important;
    top: 20px;
    background: url("inc/assets/img/arrow.svg") no-repeat;
  }

  .main_menu li:hover .menu-arrow {
    height: 20px;
    width: 20px;
    margin-left: 10px;
    transition: transform 0.3s ease-in !important;
  }

  .main_menu li:hover {
    transition: none !important;
    transform: none !important;
  }

  .main-li.down-arrow:hover {
    transform: none !important;
    transition: none !important;
  }

  .main_menu li:hover .menu-arrow:not(.menu-active) {
    transform: rotate(0deg);
  }

  .main-li.down-arrow:hover {
    transform: none !important;
    transition: none !important;
  }

  .menu-arrow.menu-active {
    transform: rotate(-180deg);
    transition: transform 0.3s ease-in !important;
  }

  .main-li:not(.down-arrow) a {
    width: 100%;
    display: block;
  }

  .menu-arrow {
    transition: none !important;
  }

  .menu-title:hover {
    text-decoration: underline !important;
  }

  .menu-arrow:hover {
    cursor: pointer;
  }

  .menu-arrow {
    margin-right: 50px;
  }

  .main-li.down-arrow:last-child .menu.menu-items {
    max-width: 100% !important;
  }

  .menu-arrow.menu-active {
    transform: rotate(-180deg) !important;
    transition: transform 0.3s ease-in !important;
  }

  .active-menu-mob {
    display: block !important;
    width: 100% !important;
    left: 0 !important;
  }

  .main_menu .menu {
    text-align: left !important;
  }

  .main_menu .menu li {
    padding-left: 50px !important;
  }

  .menu-arrow {
    margin-left: 0 !important;
    /*padding: 15px;*/
  }

  .close-menu-active {
    display: block !important;
    padding-right: 0.5rem;
    background: url("inc/assets/img/menu2.svg") no-repeat;
    background-size: cover;
    width: 48px;
    height: 48px;
  }

  .active-menu-down {
    animation: closeMenu;
    animation-duration: 0.5s;
  }

  .main_menu .menu {
    position: static !important;
  }

  .navbar-nav .main-li {
    display: block !important;
  }

  .menu.menu-items.active-menu-mob .main-li.down-arrow {
    padding: 20px;
    display: block !important;
  }

  .navbar-nav .main-li {
    height: auto !important;
  }
}

@keyframes showMenu {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes closeMenu {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.close-menu-active:hover {
  cursor: pointer;
}

.burger-menu-down {
  display: none !important;
}

@media (max-width: 576px) {

  .close-menu-icon,
  .burger-menu-icon {
    margin-right: 15px;
  }

  .menu-arrow {
    margin-right: 20px;
  }
}

#footer-widget {
  background-color: #ebedec;
  width: 100%;
}

.contact-left-side:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -35px;
  border-width: 18px;
  border-style: solid;
  border-color: transparent transparent transparent #b03748;
}

@media (max-width: 991px) {
  .contact-left-side:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 55%;
    margin-top: -1px;
    border-width: 18px;
    border-style: solid;
    border-color: #b03748 transparent transparent transparent;
  }
}

.footer-list-main li {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  margin: 1.5em 0em 0.5em 0em;
  text-transform: uppercase;
}

.footer-list-secondary li a {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1em;
  text-transform: inherit;
}

.footer-list-main li,
.footer-list-secondary li,
.footer-list-third li {
  list-style-type: none;
  line-height: 1.5em;
}

.footer-list-third li {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
}

.footer-phone-underlie:hover,
.footer-mail-underlie {
  text-decoration: underline;
}

.footer-phone-underlie {
  text-decoration: none;
}

.footer-phone {
  display: flex;
  gap: 10px;
  font-family: Gothic;
  color: white;
  font-weight: bold;
  align-items: center;
}

.footer-bottom-text {
  text-decoration: none;
  font-family: Gothic;
  color: white;
  font-weight: bold;
  align-items: center;
  padding: 0 15px !important;
}

.footer-bottom-text .image-link {
  margin-left: 40px;
  margin-right: 10px;
  opacity: 0.6;
}

.footer-phone address {
  font-style: normal;
}

.footer-company-desc {
  font-family: Gothic;
  color: white;
  font-weight: normal !important;
}

.footer-reestr a {
  text-decoration: none;
}

.footer-company-desc a {
  text-decoration: none;
  color: white;
}

.footer-company-desc a:hover {
  text-decoration: underline;
}

.footer-reestr-text:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .footer-general-container {
    display: grid !important;
    gap: 10px;
  }

  .footer-reestr {
    border-left: 0px solid white !important;
    display: none !important;
  }
}

.footer-container {
  border-bottom: 1px solid #ffffff80;
}

.footer-bottom {
  padding-top: 1.8rem !important;
  padding-bottom: 2.2rem !important;
}

.footer-reestr {
  border-left: 1px solid #ffffff80;
}

.footer {
  background-color: #e04055;
}

.footer-ur-info {
  order: 2;
}

.footer-ur-btn {
  cursor: pointer;
  position: relative;
}

.footer-arrow {
  background: url("../../../img/arrow-white.svg");
  height: 20px;
  width: 20px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}

.footer-arrow-active {
  transform: rotate(180deg);
}

/*.solution-name {
    min-height: 250px;
}*/

.solution-descr {
  font-size: 1rem;
  color: #6f6f6f;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
  justify-content: flex-start;
  padding: 2rem 2rem 2rem 4rem;
}

.solution-img {
  padding: 0;
  background-image: url(inc/assets/img/app-mockup.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.dev-stages {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

/*для раздела услуги Основные направления*/
.dev-directions {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.stage {
  width: 60%;
  display: flex;
  border-top: #f2f2f2 1px solid;
  margin-bottom: 2.5rem;
}

.direction {
  width: 60%;
  display: flex;
  border-top: #f2f2f2 1px solid;
  margin-bottom: 2.5rem;
  padding-top: 1rem;
}

.stage div {
  padding: 0 4rem;
}

.direction div {
  padding: 0 4rem;
}

.stage div h4 {
  color: #b03748;
  font-size: 1.3rem;
  margin-block-start: 0;
  margin-block-end: 0;
}

.stage div h2 {
  color: #b03748;
  font-size: 1.5rem;
  margin-block-start: 0;
  margin-block-end: 0;
}

.direction div h2 {
  color: #b03748;
  font-size: 1.3rem;
  margin-block-start: 0;
  margin-block-end: 0;
}

.dev-stages h1 {
  margin: 3rem 0;
}

.dev-directions h1 {
  margin: 3rem 0;
  text-align: center;
}

.questions {
  background: rgba(224, 64, 85, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
}

.questions .q-place,
.vac-bg .q-place {
  display: flex;
  width: 80%;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
}

.questions .q-place h1,
.vac-bg .q-place h1 {
  text-transform: uppercase;
  color: white;
  font-size: 2em;
  font-weight: bold;
  margin: 3rem 0 0 0;
  text-align: center;
}

.questions .q-place p,
.vac-bg .q-place p {
  font-size: 1.2rem;
  color: white;
  margin-bottom: 1.5rem;
  text-align: center;
}

.questions-bg {
  display: flex;
  flex-wrap: wrap;
}

.contacts-form .questions-bg {
  padding-left: 0;
  padding-right: 0;
  margin-left: 35px;
  margin-right: 35px;
}

@media (max-width: 1198px) {
  .contacts-form .questions-bg {
    padding-left: none;
    padding-right: none;
    margin-left: 0px;
    margin-right: 0px;
  }

  .contacts-form .questions-bg div span {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .contacts-form .questions-bg div span:last-child {
    width: max-content;
    padding-right: 16px;
  }
}

.more-info-button {
  font-size: 20px;
  text-transform: uppercase;
  background: #e04055;
  padding: 20px;
  text-align: center;
  color: white;
  text-decoration: none;
  border: 1px solid white;
  margin: 10px auto 20px auto;
  transition: 300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
}

.questions-bg div {
  padding: 0;
}

#wpcf7-f261-p1-o1 {
  width: 100%;
}

.questions-bg .q-placeholder,
.questions-bg .q-textarea {
  border: 1px solid #d9dbda;
  padding: 0.8rem 0.8rem;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  font-family: "Roboto-Regular", sans-serif;
  width: 75%;
  transition: 300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
}

.news-bg .q-placeholder {
  border: 1px solid #d9dbda;
  padding: 0.8rem 0.8rem;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  font-family: Roboto-Regular;
  width: 50%;
}

.questions-bg div:nth-child(1) span {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.questions-bg div:nth-child(2) span {
  display: flex;
  justify-content: flex-start;
  margin-left: 2rem;
}

.new-form span {
  margin-left: 0 !important;
  /* height: 55px; */
}

.q-btn {
  border: 0;
  color: white;
  font-family: Roboto-Regular;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1.2rem 1.5rem 1rem 1.5rem;
  cursor: pointer;
  background-color: #b03748;
  position: inherit;
  transition: 0.3s;
}

.submit-btn {
  border: 0;
  color: white;
  font-family: Roboto-Regular;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1rem 1.5rem 1rem 1.5rem;
  cursor: pointer;
  background-color: #b03748;
  position: inherit;
  transition: 0.3s;
}

.submit-btn:hover {
  opacity: 0.9;
}

.q-btn-area .q-btn:hover {
  background: white;
  color: #b03748;
  transition: 300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
}

span.your-file {
  position: relative;
  height: 48px;
}

span.your-file:before {
  content: "";
  display: block;
  background: url("/img/add-icon.svg") no-repeat;
  background-size: cover;
  position: inherit;
  left: -4px;
  width: 35px;
  height: 48px;
  cursor: pointer;
}

.new-buttons span.your-file:before {
  background: url("/img/attach.svg") no-repeat;
  left: 5px;
  top: 12px;
}

span.your-file:after {
  content: "Прикрепить файлы";
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1.2rem;
  color: #b03748;
  position: inherit;
  cursor: pointer;
  left: 0.4rem;
  top: -0.5rem;
  line-height: 4rem;
}

.new-buttons span.your-file:after {
  color: white;
}

.new-buttons .q-btn-area {
  display: block;
}

.q-btn-area {
  margin-top: 20px;
}

.new-textarea span {
  display: inline !important;
}

.new-form .col-md-4 span {
  display: inline !important;
}

span.your-file>input {
  opacity: 0;
  position: absolute;
  cursor: pointer !important;
  z-index: 2;
  height: 48px;
}

@media (min-width: 1198px) and (max-width: 1710px) {

  .q-placeholder,
  .q-textarea {
    width: 75%;
  }
}

@media (min-width: 320px) and (max-width: 1198px) {

  .questions-bg div:nth-child(1) span,
  .questions-bg div:nth-child(2) span {
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  /* .questions-bg div:nth-child(2) span {
        margin-top: 1.2rem;
    } */
  .questions-bg div:nth-child(2) span:nth-child(2) {
    margin-top: 1.2rem;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .q-place {
    width: 85% !important;
  }

  .solution-descr {
    font-size: 1rem;
    padding: 2rem 0rem 2rem 0rem;
  }

  .solution-descr ul {
    margin-left: 0.5rem;
  }

  .solution-descr ul li p {
    margin-left: 0 !important;
  }

  .solution-descr p {
    margin-left: 1.5rem;
  }

  .questions-bg .q-placeholder,
  .questions-bg .q-textarea,
  span.your-file:after {
    font-size: 1rem;
  }
}

@media (min-width: 320px) and (max-width: 1198px) {
  .stage {
    flex-direction: column;
    border-top: none;
    width: 85%;
  }

  .stage div {
    padding: 1rem 1rem 0 1rem;
  }

  .stage img {
    margin-left: 1rem;
  }

  .direction {
    flex-direction: column;
    border-top: none;
    width: 85%;
    margin-bottom: 20px;
  }

  .direction div {
    padding: 1rem 1rem 0 1rem;
  }

  .direction img {
    margin-left: 1rem;
  }

  .career-slider {
    margin-bottom: 20px !important;
  }

  .slick-dots {
    margin-top: 10px !important;
  }
}

@media (min-width: 1199px) and (max-width: 1500px) {
  .stage div h4 {
    font-size: 1.2rem;
  }

  .stage div p {
    font-size: 1rem;
  }

  .direction div h2 {
    font-size: 1.2rem;
  }

  .direction div p {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {

  .questions-bg .q-placeholder,
  .questions-bg .q-textarea,
  .user-agreement-w-100 {
    width: 100%;
  }

  .solution-img {
    height: 250px;
    background-position: center;
  }

  .banner-left-text p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .banner-mob-dev .btn,
  .banner-mob-dev-app .btn,
  .banner-diafan .btn,
  .banner-gran-mast .btn,
  .banner-services .btn {
    padding: 1rem !important;
  }
}

.banner-mob-dev {
  background: url(inc/assets/img/mobile-dev.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-mob-dev-app {
  background: url(inc/assets/img/mob-dev-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-gran-mast {
  background: url(/img/bg-pamyatniki.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-services {
  background: url(/wp-content/themes/it-co/inc/assets/img/uslugi-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.tile .contact-first {
  background: #ebedec;
  color: #b03748;
}

.contact-location {
  background: url(inc/assets/img/location.svg) no-repeat;
  background-size: cover;
  position: absolute;
  height: 2rem;
  width: 2rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.contact-phone {
  background: url(inc/assets/img/phone.svg) no-repeat;
  background-size: cover;
  position: absolute;
  height: 2rem;
  width: 2rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.contact-mail {
  background: url(inc/assets/img/email.svg) no-repeat;
  background-size: cover;
  position: absolute;
  height: 2rem;
  width: 2rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.contact-first:hover {
  background: #b03748;
  color: white;
  transition: 0.2s;
}

.contact-first:hover .contact-location {
  background: url(inc/assets/img/location-white.svg) no-repeat;
  background-size: cover;
  position: absolute;
  height: 2rem;
  width: 2rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.contact-first:hover .contact-phone {
  background: url(inc/assets/img/phone-white.svg) no-repeat;
  background-size: cover;
  position: absolute;
  height: 2rem;
  width: 2rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.contact-first:hover .contact-mail {
  background: url(inc/assets/img/email-white.svg) no-repeat;
  background-size: cover;
  position: absolute;
  height: 2rem;
  width: 2rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.contact-first:hover .contact-download {
  background: url(inc/assets/img/download-button-white.svg) no-repeat;
  background-size: cover;
  position: absolute;
  height: 2rem;
  width: 2rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.contact-first a {
  text-decoration: none;
  color: #b03748;
}

.contact-first:hover a {
  color: white;
  transition: 0.2s;
}

.contact-first a:hover {
  text-decoration: underline;
}

.contacts-form {
  display: flex;
  justify-content: center;
  background: #f5f5f5;
}

.contacts-form .q-place h2 {
  text-transform: uppercase;
  color: #b03748;
  font-size: 2em;
  font-weight: bold;
  margin: 3rem 0 0 0;
  text-align: center;
}

.contacts-form .q-place p {
  font-size: 1.2rem;
  color: #757575;
  margin-bottom: 1.5rem;
  text-align: center;
}

.contacts-form .questions-bg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f5f5f5;
}

.numbers {
  font-family: Gothic;
}

.tile-text address {
  font-style: normal;
}

@media (max-width: 360px) {
  .footer .logo img {
    width: 100px;
  }

  .footer-phone {
    font-size: 0.9rem;
  }
}

@media (max-width: 580px) {
  div:nth-child(3) .footer-phone img {
    width: 35px;
    margin-left: 20px !important;
  }

  h2.advantages,
  h2.team {
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  div:nth-child(3) .footer-phone {
    margin-bottom: 1rem !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 762px) {
  div .footer-phone {
    padding-left: 0 !important;
  }
}

.main_menu .menu {
  display: none;
  text-align: center;
  position: absolute;
  left: -2.2rem;
  top: 76px;
  width: 400px;
  background-color: white;
  margin-block-start: 0rem;
  padding: 0;
  z-index: 1000;
}

.main_menu .menu li {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0 2rem;
}

.menu li {
  list-style: none;
}

.main_menu li:hover .menu {
  display: block;
}

.navbar-nav .main-li {
  display: flex;
  height: 76px;
  align-items: center;
}

.navbar {
  padding: 0 !important;
}

.main-li .menu .main-li:hover {
  background-color: #f7f7f7;
}

.main-li.down-arrow:last-child .menu.menu-items {
  max-width: 195px;
}

.menu-arrow {
  background: url("inc/assets/img/arrow.svg") no-repeat;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

.menu-arrow:hover {
  cursor: pointer;
}

.main_menu li:hover .menu-arrow {
  transform: rotate(-180deg);
  transition: transform 0.3s ease-in-out;
}

.main-li a:hover {
  text-decoration: underline;
}

.wpcf7-form-control-wrap {
  flex-wrap: wrap;
}

.wpcf7-not-valid-tip {
  color: gray !important;
  font-family: "Roboto-Regular", sans-serif;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  border: none !important;
  background-color: white;
  color: gray;
  font-family: "Roboto-Regular", sans-serif;
  padding: 1rem;
  padding-bottom: calc(1rem - 4px);
}

.banner-vac {
  background: url(/img/bg-vakansii.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.vac-panel {
  border: none;
  background-color: white;
  height: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.vac-panel div {
  display: flex;
  height: 30px;
  align-items: center;
  color: #b03748;
  font-size: 1.5rem;
  font-family: "Roboto-Regular", sans-serif;
}

.vac-panel div:nth-child(1) {
  margin-left: 1rem;
}

.vac-panel div:nth-child(2) {
  margin-right: 0.5rem;
}

.vac-panel .vac-v {
  background: url(/img/arrow-down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  align-self: flex-end;
}

.collapsed.vac-panel .vac-v {
  background: url(/img/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  align-self: flex-end;
}

.container.vac {
  border: 1px solid #d9dbda;
}

.vac .card {
  font-family: "Roboto-Regular", sans-serif;
  padding: 1rem 3rem;
}

.card .q-btn,
.crm-system-bg .q-btn {
  background-color: #b03748;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

.vac-bg {
  background-image: url(/img/forma-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}

.card .q-btn-area {
  display: flex;
}

.card div p {
  text-align: center;
}

@media (max-width: 600px) {
  .banner-vac {
    min-height: 380px;
  }
}

@media (min-width: 320px) and (max-width: 503px) {
  .vac-panel {
    width: 86%;
  }

  .vac-panel div {
    font-size: 1.2rem;
    text-align: left;
    line-height: 0.8;
  }

  .vac .card {
    padding: 1rem 1.8rem;
  }

  .card .q-btn {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {

  .advantages .advantages-content,
  .advantages {
    border: none;
  }

  .descrimg img {
    display: none;
  }

  .advantages-image {
    right: -56px !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .advantages .advantages-content {
    min-height: 28rem;
  }
}

.card p a {
  color: #b03748 !important;
}

.tile-btn {
  transition: 0.15s;
}

.tile-btn:hover {
  transform: scale(1.17);
}

.banner-crm {
  background: url(inc/assets/img/bg-typograph.png) !important;
  background-position: bottom !important;
  background-size: cover !important;
  height: fit-content;
}

@media (max-width: 1279px) {
  .crm-img {
    display: none;
  }

  .bgcrm-img {
    padding: 0;
    background-image: url(inc/assets/img/programm.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1280px) {
  .bgcrm-img {
    padding: 0;
  }
}

@media (min-width: 1280px) and (max-width: 1400px) {
  .crm-img {
    display: block;
    width: 490px;
    position: absolute;
    top: -5rem;
    left: -4rem;
  }
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .crm-img {
    display: block;
    width: 500px;
    position: absolute;
    top: -7rem;
    left: -2rem;
  }
}

@media (min-width: 1601px) and (max-width: 2500px) {
  .crm-img {
    display: block;
    width: 530px;
    position: absolute;
    top: -9rem;
    left: 2rem;
  }
}

.crm-system-bg:nth-child(2n) {
  background-color: #ebedec;
  width: 100%;
  padding-top: 0.1rem;
}

.crm-system-bg:nth-child(2n + 1) {
  background-color: white;
  width: 100%;
  padding-top: 0.1rem;
}

.crm-system-bg img {
  width: 100%;
  height: 100%;
}

.crm-adv {
  margin-bottom: 4rem;
}

.crm-adv p {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1.2rem;
  color: #b03748;

  padding-right: 5rem !important;
}

.crm-system-bg p,
.crm-system-bg li {
  font-family: "Roboto-Regular", sans-serif;
  color: black;
}

.custom-logo {
  width: 130px;
}

.mockup-size img {
  width: 100%;
  height: auto;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .solution-descr {
    padding: 1rem 1em 1rem 2rem;
  }

  .solutions-banner {
    max-height: 440px !important;
  }
}

@media (max-width: 576px) {
  .box-situation:first-child {
    margin-bottom: 30px !important;
  }

  .box-situation {
    margin-bottom: 30px;
  }

  .austafing-plan-blocks {
    padding: 0 !important;
  }

  .austafing-plan-block {
    padding: 0 !important;
  }

  .gallery-icon img {
    width: 200px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .slick-slide .mockup-size {
    display: none !important;
  }

  .slick-slide .row {
    min-height: 360px;
  }
}

* {
  box-sizing: border-box;
}

.tab {
  float: left;
  background-color: white;
  width: 40%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: #b03748;
  padding: 10px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ebedec;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ebedec;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 5rem;
  width: 60%;
  border-left: none;
  height: 300px;
}

.tab-dn {
  display: none;
}

.tablinks {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  font-family: Roboto-Regular;
  font-size: 1.2rem;
  font-weight: bold;
}

.imgs {
  display: flex;
  justify-content: center;
  min-width: 60px;
  height: 70px;
  margin-right: 1rem;
}

.tabcontent p {
  line-height: 1.5;
  font-size: 1.2rem;
}

.descrimg {
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
}

.descrimg img {
  width: 100%;
}

.tabh {
  min-height: 650px;
  margin-bottom: 4rem;
}

/*Изменения для страницы Диафан*/
.dev-plus-text {
  align-content: center;
  margin-top: 30px;
  text-align: center;
  width: 30%;
  margin-left: 16%;
  float: left;

  float: left;
}

.dev-plus-text p {
  color: #b03748;
  font-size: 19.2px;
}

.dev-plus-mini {
  width: 50%;
  display: flex;
  flex-direction: row;
}

.dev-plus {
  background-color: white;
  display: flex;
  flex-direction: row;
}

.main-center-text h1 {
  margin: 3rem 0;
}

.main-center-text {
  text-align: center;
  color: #b03748;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.banner-diafan {
  background: url(inc/assets/img/diafan-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}

.banner-autstafing {
  background: url(inc/assets/img/autstafing-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}

.text-autstafing {
  padding: 2rem 1rem 5rem 1rem !important;
}

.autstafing-title {
  margin-top: 60px;
  font-size: 2rem;
  text-align: center;
  padding: 0 15px;
}

.autstafing-subtitle {
  max-width: 492px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.autstafing-definition {
  color: #000;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  align-items: center;
  padding: 0 15px;
  max-width: 800px;
}

.autstafing-definition p {
  margin-top: 0 !important;
}

.not-autstafing-text {
  max-width: 1000px;
  text-align: center;
}

.not-autstafing {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 45px;
  margin-top: 26px;
  background-color: #f3f3f3;
  color: #000;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  position: relative;
}

.quotes {
  position: absolute;
  bottom: -20px;
  right: 12px;
}

.title-situation-autstafing {
  color: #b03748;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 60px;
  padding: 0 15px;
}

.autstafing-span {
  color: #b03748;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.autstafing-blocks {
  padding: 0 15px;
  margin-bottom: 60px;
  overflow: hidden;
}

.autstafing-block {
  background-color: #f3f3f3;
  padding: 25px;
  height: 277px;
}

.autstafing-image {
  height: 55px;
}

.autstafing-block-title {
  color: #000;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 32px;
  height: 70px;
  justify-content: start;
}

.autstafing-block-desc {
  color: #000;
  font-style: normal;
  font-weight: 400;
}

.gallery-icon img {
  width: 250px;
  height: auto;
  border: none !important;
}

.gallery-icon a {
  pointer-events: none;
}

/*
.areas-work-block{
    padding: 0 15px;
    margin-bottom: 70px;
}*/

.areas-work-title-block.collapsed>svg {
  transform: rotate(0deg);
}

.areas-work-title-block:not(.collapsed)>svg {
  transform: rotate(180deg);
}

.areas-work:not(.collapsed)>.areas-work-title-block>svg {
  transform: rotate(180deg);
}

.questions-block:not(.collapsed)>.areas-work-title-block>svg {
  transform: rotate(180deg);
}

.areas-work-card-block {
  border-bottom: 0.5px solid rgba(43, 31, 31, 0.2);
  margin-top: 20px;
  padding: 30px;
}

.card-header.areas-work-title-block.areas-work:hover {
  cursor: pointer;
}

.areas-work-title:hover {
  cursor: pointer;
}

.areas-work-title-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.areas-work-title {
  font-family: Roboto-Regular;
  color: rgba(43, 31, 31, 1);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: none;
  background: none;
}

.areas-work-desc {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.3;
  font-style: normal;
  font-weight: 400;
  padding: 0 15px;
}

.autst-work-plan-blocks {
  padding: 0 15px;
}

.autst-work-plan-block {
  position: relative;
  background: #f3f3f3;
  padding: 25px;
  max-width: 100%;
  min-height: 277px;
}

.autst-work-plan-index {
  color: #593630;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.autst-work-plan-title {
  margin-top: 34px;
}

.austafing-plan-block {
  margin-top: -25px;
  padding: 0 15px;
  overflow: hidden;
}

.austafing-plan-blocks {
  padding: 1.15rem !important;
}

.autst-work-plan-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.box-situation {
  max-width: 240px;
}

.situation-img-1 {
  width: 80px;
  height: 50px;
  background: url(inc/assets/img/situation-icon1.svg) no-repeat;
  margin-right: 10px;
}

.situation-img-2 {
  width: 80px;
  height: 50px;
  background: url(inc/assets/img/situation-icon2.svg) no-repeat;
}

.situation-img-3 {
  width: 80px;
  height: 50px;
  background: url(inc/assets/img/situation-icon3.svg) no-repeat;
}

.situation-title {
  color: #000;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.situation-desc {
  color: #000;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 25px;
}

.price-block-bg {
  font-family: "Gothic", sans-serif;
  background-color: #593630;
  margin-top: 42px;
  padding-bottom: 70px;
}

.price-block-title {
  color: #fff;
  padding-top: 70px;
  margin-top: 0;
}

.price-block-item {
  color: white;
  margin-top: 45px;
  padding: 0 15px;
}

.review-text {
  margin-top: 20px;
}

.review-title {}

#third-plus {
  margin-left: 8%;
}

.contact-form-send-us-a-massage .q-place {
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .dev-plus {
    flex-direction: column;
  }

  .dev-plus-mini {
    width: 90%;
    margin-left: 0%;
  }

  .dev-plus-text {
    width: 45%;
    margin-right: 5%;
  }

  #third-plus {
    margin-left: 16%;
  }
}

.teh-sklad-img {
  padding: 0;
  background-image: url(inc/assets/img/teh-sklad.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.printnatkani-img {
  padding: 0;
  background-image: url(inc/assets/img/print-na-tkani.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.fotopled-img {
  padding: 0;
  background-image: url(inc/assets/img/fotopled.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.granit-img {
  padding: 0;
  background-image: url(inc/assets/img/granit.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.textaun-img {
  padding: 0;
  background-image: url(inc/assets/img/textaun.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.plus-img {
  width: 100px;
  height: 100px;
}

.teh-sklad-img,
.printnatkani-img,
.fotopled-img,
.granit-img,
.textaun-img {
  min-height: 400px;
}

.review-slider-text {
  font-size: 1.1rem;
  line-height: 1.3;
  margin-left: 20%;
  margin-right: 20%;
  font-weight: 400;
  font-family: "Roboto-Regular", sans-serif;
}

.review-slider-row {
  min-height: 400px;
  background-color: white;
  width: 80%;
  margin-left: 10%;
}

.review-slider-title {
  padding-top: 15px;
  color: black;
  margin-left: 20%;
}

.review-slider-title img {
  margin-top: 30px;
}

.site-link {
  text-decoration: none;
  color: #b03748;
}

@media screen and (max-width: 1000px) {
  .review-slider-text {
    margin-left: 5%;
    margin-right: 5%;
  }

  .review-slider-row {
    min-height: 450px;
  }

  .review-slider-title {
    margin-left: 5%;
  }
}

@media screen and (max-width: 600px) {
  .austafing-plan-block {
    overflow: hidden;
  }

  .autstafing-blocks {
    overflow: hidden;
  }

  .review-slider-title img {
    width: 80%;
    margin-left: 10%;
  }

  .review-slider-title {
    margin-left: 0;
  }

  .review-slider-row {
    text-align: center;
    align-items: center;
    min-height: 620px;
    width: 90%;
    margin-left: 5%;
  }

  .teh-sklad-img,
  .printnatkani-img,
  .fotopled-img,
  .granit-img,
  .textaun-img {
    height: 250px;
    background-position: center;
  }

  .dev-plus-mini {
    flex-direction: column;
  }

  .dev-plus {
    flex-direction: column;
  }

  .dev-plus-mini {
    width: 100%;

    align-items: center;
  }

  .dev-plus-text {
    width: 80%;
    margin-right: 15%;
  }

  .main-center-text h1 {
    margin-bottom: -20px;
  }

  .our_diafan_text {
    text-align: center;
  }
}

.contact-download {
  background: url(inc/assets/img/download-button.svg) no-repeat;
  background-size: cover;
  position: absolute;
  height: 2rem;
  width: 2rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.catalog-and-structure {
  background-color: #ebedec;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.catalog-and-structure h2 {
  border: 0 !important;
}

.catalog-and-structure .container div p {
  width: 186px;
  text-align: center;
  margin-top: 1rem;
}

.catalog-and-structure .container div img {
  margin-top: 2rem;
}

.structure-description {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.structure-description p:first-child {
  margin-top: 2rem !important;
}

.structure-description p {
  width: 100% !important;
  text-align: left !important;
}

.structure-description li {
  font-family: "Roboto-Regular", sans-serif;
}

.special-c .container div p {
  width: 156px;
  text-align: center;
  margin-top: 1rem;
}

.dev-directions div p,
.dev-directions p {
  font-size: 1.2rem;
}

.services-stack figure img {
  height: 100px;
  width: auto;
  padding: 1.5rem;
}

@media (min-width: 319px) and (max-width: 768px) {
  .services-stack figure img {
    width: 65%;
    height: 100%;
    padding: 1.5rem;
  }
}

@media (max-width: 768px) {
  .areas-work-item-title {
    max-width: 500px;
  }

  .autst-questions-block {
    flex-direction: column;
    align-items: center !important;
    gap: 20px;
  }

  .price-main-title {
    max-width: 100% !important;
  }

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

  .active-menu {
    width: 100%;
    top: 75px;
  }

  .burger-menu-icon {
    width: 40px;
    height: 35px;
  }

  .close-menu-icon {
    width: 30px;
    height: 30px;
  }

  #gallery-1 .gallery-item {
    width: 50% !important;
  }

  .gallery-icon img {
    width: 180px;
  }

  #gallery-1 br {
    display: none;
  }
}

@media (max-width: 590px) {
  .areas-work-item-title {
    max-width: 350px;
  }
}

@media (max-width: 425px) {
  .areas-work-item-title {
    max-width: 250px;
  }
}

@media (max-width: 344px) {
  .areas-work-item-title {
    max-width: 200px;
  }
}

.direction img {
  min-width: 110px;
  max-width: 110px;
  height: 110px;
  padding: 15px;
  background: #f2f2f2;
}

.banner-left-text ul li {
  font-size: 1.5rem;
  font-family: "Roboto-Regular", sans-serif;
}

@media (min-width: 320px) and (max-width: 570px) {
  a.btn {
    margin-right: 1rem;
  }
}

@media (max-width: 520px) {
  .news-bg {
    flex-wrap: wrap;
  }

  .input-container {
    width: 100%;
  }

  .input-container input,
  .input-container button {
    width: 100%;
    margin-right: 0;
    margin-top: 1rem;
  }

  .news-bg .q-placeholder {
    margin-right: 0 !important;
  }

  .submit-btn {
    margin-left: 0 !important;
  }
}

/* Design constructor Page start */

@media (max-width: 600px) {
  .design-constructor-section .bt {
    float: none !important;
    margin: 1rem 1rem 1rem 1rem !important;
  }
}

@media (max-width: 575px) {
  .design-constructor-section .btn {
    padding: 1rem !important;
  }
}

.design-constructor-section {
  background: url("/img/bg-constructor.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.design-constructor-title {
  font-size: 2rem;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 0 15px;
}

.advantages-title {
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 0 15px;
}

.price-title {
  margin-top: 0;
}

.price-main-title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 20px;
}

.prices-block {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 286px;
  margin-right: 8px;
}

.time-title {
  margin-bottom: 20px;
  background: rgba(217, 217, 217, 0.05);
  padding: 16px 12px 8px 12px;
  font-family: "Gothic", sans-serif;
}

.price-autst {
  font-weight: 700;
}

.watch-news {
  font-size: 36px;
}

@media (max-width: 600px) {
  .ban-left-text-diafan h1 {
    font-size: 1.5rem !important;
    line-height: 3rem !important;
    text-transform: uppercase;
  }

  .ban-left-text-diafan {
    padding: 2rem 0rem 2rem 1rem !important;
  }

  .design-constructor-title {
    font-size: 1.5rem;
  }

  .direction-development-title {
    font-size: 1.5rem !important;
  }

  .tile-text h2 {
    font-size: 1.2rem;
  }

  .watch-news {
    font-size: 1.5rem;
  }

  .autstafing-title {
    font-size: 1.5rem;
  }
}

.ban-left-text {
  color: white;
  padding: 4rem 0rem 4rem 0rem;
  line-height: 2.3rem;
}

.ban-left-text-diafan {
  color: white;
  padding: 1rem 0rem 5rem 0rem;
  line-height: 2.3rem;
}

.ban-left-text h1 {
  font-size: 36px;
  line-height: 42px;
  font-family: Roboto-Medium;
  font-weight: 500;
}

.ban-left-text-diafan h1 {
  font-size: 2.7rem;
  line-height: 3.7rem;
  text-transform: uppercase;
  font-family: Gothic;
  font-weight: 700;
}

.ban-left-text p {
  font-size: 16px;
  line-height: 24px;
  padding-right: 10px;
}

.ban-left-text-diafan p {
  font-size: 1.5rem;
}

@media (max-width: 575px) {
  .ban-left-text p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.ban-left-text ul li {
  font-size: 16px;
  font-family: "Roboto-Regular", sans-serif;
}

/**/

@media (max-width: 600px) {

  .constructor-advantages-section h1,
  .constructor-cost-section h1,
  .constructor-text-section h1,
  .our-solutions-section h1 {
    font-size: 1.5rem !important;
  }

  .design-constructor-section .btn {
    margin-bottom: 60px;
  }
}

.constructor-advantages-section,
.constructor-cost-section,
.constructor-text-section,
.our-solutions-section {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.constructor-advantages-section h1,
.constructor-cost-section h1,
.constructor-text-section h1,
.our-solutions-section h1 {
  margin: 3rem 0;
}

.constructor-advantages-section div p,
.constructor-cost-section div p,
.constructor-text-section div p,
.our-solutions-section div p,
.constructor-advantages-section p,
.constructor-cost-section p,
.constructor-text-section p,
.our-solutions-section p {
  font-size: 1.2rem;
}

.design-constructor-text {
  background-color: #f7f7f7;
  padding: 2rem 0;
  color: #b03748;
  font-weight: bold;
}

.design-constructor-text a {
  color: #b03748;
}

.sub-title {
  padding: 2rem 15px !important;
}

.design-constructor-item {
  padding: 1rem 0;
}

.design-constructor-item p {
  line-height: 1.6rem;
  margin-top: 2rem !important;
}

/**/

.cubes {
  background-color: white;
}

.cube {
  padding-bottom: 12rem;
  background-color: #f7f7f7;
  color: #b03748;
  transition: 0.3s;
}

.cube h3 {
  font-size: 1.7rem;
}

.cube-last {
  padding-bottom: 12rem;
}

.cube-last h3 {
  font-size: 1.7rem;
}

.cube-text {
  text-transform: initial !important;
}

.design-tile-btn {
  position: absolute;
  height: 3rem;
  width: 3rem;
  bottom: 2rem;
  left: 2rem;
  background-size: cover !important;
}

.abs-button-left {
  position: absolute;
  height: 1.2rem;
  width: 2rem;
  bottom: 1.5rem;
  left: 10rem;
  font-size: 1.7rem;
  color: #b03748;
  display: flex;
}

.abs-button-right {
  position: absolute;
  height: 1.2rem;
  width: 2rem;
  bottom: 2.5rem;
  left: 10rem;
  text-align: center;
  font-size: 1.7rem;
  display: flex;
}

.red-arrow {
  background: url("/img/red-arrow-next.svg") no-repeat !important;
  background-size: cover !important;
}

/**/

.why-questions {}

.why-questions h1 {}

.why-questions div p {}

.why-questions-list li {
  font-size: 1.2rem;
  font-family: "Roboto-Regular", sans-serif;
}

.design-constructor div div a {
  width: 80%;
  text-align: center;
  /*margin: 1rem 0;*/
  height: 60px;
  font-family: "Roboto-Regular", sans-serif;
  float: right;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: 0.3s;
}

.design-constructor div div a:hover {
  opacity: 0.9;
}

.feedback-button:hover {
  background-color: #dadada;
}

.design-constructor-link-red {
  background-color: #b03748;
  color: white;
}

.design-constructor-link-gray {
  background-color: #f7f7f7;
  color: #b03748;
}

/**/

.direction-development {
  background-color: #ebedec;
}

.direction-development-title {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 2rem;
  padding: 0 15px;
}

.direction-development div {
  color: #563732;
}

.line-cube {
  padding-bottom: 10rem;
  background-color: #ebedec;
}

@media (max-width: 991px) {
  .line-cube {
    padding-bottom: 7rem;
  }
}

.final-cube {
  border-right: none;
}

.our-solutions-content {
  margin-bottom: 1rem !important;
}

.solutions-border-tl,
.solutions-border-tr,
.solutions-border-bl {
  border-right: 1px solid;
  border-color: #563732;
}

.solutions-border-br {
  border-right: none;
}

@media (max-width: 991px) {
  .solutions-border-tl {
    border: none;
  }

  .solutions-border-tr {
    border: none;
    border-left: 1px solid #563732;
  }

  .solutions-border-bl {
    border: none;
    border-top: 1px solid #563732;
  }

  .solutions-border-br {
    border: none;
    border-top: 1px solid #563732;
    border-left: 1px solid #563732;
  }

  .box-situation:first-child {
    margin-bottom: 40px;
  }
}

.banner-сareeraddict {
  background: url(./inc/assets/img/career-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}

.view-screens {
  width: 100% !important;
}

.view-screens img,
.text-center.mt-4 img {
  max-width: 100%;
  height: auto;
}

.content-item-body {
  color: #000;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.mob-task-block {
  display: none;
}

.menu,
.content {
  display: flex;
  flex-direction: column;
  /*margin-bottom: 60px;*/
  /* margin-left: 40px; */
}

.menu-item-header {
  display: flex;
  align-items: center;
}

.menu-item {
  padding: 10px;
  cursor: pointer;
  color: #b03748;
  font-weight: 700;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 28px;
  border: none;
  background: none;
  width: 370px;
}

.menu-item-title {
  font-size: 21px;
}

.menu-item-img {
  width: 100px;
  display: flex;
  justify-content: center;
}

.menu-item-img img {
  height: 70px;
  width: 100px;
}

.menu-item:hover {
  background-color: #f1f1f1;
}

.content-item {
  display: none;
}

.content-item-image img {
  max-width: 100%;
  margin-top: 20px;
}

.menu-item-active {
  background-color: #f1f1f1;
}

.active {
  display: block;
}

.task-complete-icon {
  background: url(inc/assets/img/phone.svg) no-repeat;
  background-size: cover;
  height: 50px;
  width: 50px;
}

.tasks-block {
  margin-bottom: 120px;
}

.task-block-image {
  display: flex;
  justify-content: center;
}

.task-desc {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.collapsing {
  transition: 0s;
}

.task-complete-title {
  color: #b03748;
  font-weight: 700;
  font-size: 1.5rem;
  max-width: 250px;
  font-style: normal;
  line-height: 28px;
  border: none;
  background: none;
}

.task-image {
  height: 330px !important;
  margin-top: 20px;
}

.task-content-area {
  flex: 1;
  margin-left: 30px;
}

.menu-item:hover {
  background-color: #e7e6e6;
  cursor: pointer;
}

.menu-items {
  display: flex;
}

.task-content {
  margin-left: 20px;
  position: absolute;
  top: 0;
  left: 400px;
}

.task-block-title {
  padding: 10px;
  transition: all 0.3s ease 0s;
}

.task-block-title:hover {
  background-color: #e7e4e4;
  cursor: pointer;
}

.images-devices-block {
  margin-bottom: 60px;
}

.images-devices {
  position: absolute;
  top: 20rem;
  background: #efefef;
  width: 100%;
  bottom: 20rem;
}

.view-screens,
.text-center.mt-4 {
  max-width: 100%;
}

.task-block-content {
  max-width: 370px;
}

.desktop-task-block {
  margin-bottom: 60px;
}

.menu-item-active {
  background-color: #e7e4e4;
}

.tech-stack {
  background: #e04055ff;
}

.technologies {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /*gap: 10px;*/
  background-color: #b03748;
  text-align: left;
  color: #ffffff;
}

.stack-element {
  padding: 10px 15px 10px 53px;
  min-height: 90px;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .task-content {
    position: static;
    margin: 0 auto;
  }

  .task-block-content {
    flex-direction: column;
    max-width: 100% !important;
  }

  .task-desc {
    padding: 0 15px;
  }

  .mob-task-block {
    display: block !important;
  }

  .desktop-task-block {
    display: none !important;
  }

  .content-item {
    padding: 0 15px;
    margin: 10px 0;
  }

  .menu-item {
    width: 100%;
  }

  .mob-task-block {
    margin-bottom: 60px;
  }

  .price-main-title {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .solutions-border-tl {
    border: none;
    border-bottom: 1px solid;
    border-color: #563732;
  }

  .solutions-border-tr {
    border: none;
    border-bottom: 1px solid;
    border-color: #563732;
  }

  .solutions-border-bl {
    border: none;
    border-bottom: 1px solid;
    border-color: #563732;
  }

  .solutions-border-br {
    border: none;
  }

  .button-price {
    align-self: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .design-constructor-section .btn {
    float: none;
    padding: 0;
    margin-right: 0;
    width: 70%;
  }

  .mm0 {
    margin-top: 0;
  }

  .direction-development-title {
    margin-bottom: 0;
  }

  .technologies {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 380px) {

  .technologies,
  .technologies-trust .technologies {
    grid-template-columns: 1fr !important;
  }
}

.white-cube {
  background-color: #f7f7f7;
  color: #b03748;
  max-width: 400px;
}

.cube:hover {
  background-color: #dadada;
}

.red-cube {
  background-color: #b03748;
  color: #f7f7f7;
  transition: 0.3s;
  max-width: 400px;
}

.red-cube:hover {
  opacity: 0.9;
}

@media (max-width: 1317px) {
  .abs-button-right {
    left: 8rem;
  }

  .abs-button-left {
    left: 8rem;
  }
}

@media (max-width: 1219px) {
  .abs-button-right {
    left: 7rem;
  }

  .abs-button-left {
    left: 7rem;
  }
}

@media (max-width: 1199px) {
  .task-image {
    height: 235px !important;
  }

  .images-devices {
    top: 10rem;
    bottom: 10rem;
  }

  .banner-bg .row {
    padding: 0;
  }

  .quotes svg {
    width: 40px;
    height: 30px;
  }
}

@media (max-width: 1115px) {
  .abs-button-right {
    left: 6rem;
  }

  .abs-button-left {
    left: 6rem;
  }
}

@media (max-width: 991px) {
  .abs-button-right {
    left: 10rem;
  }

  .abs-button-left {
    left: 10rem;
  }

  .task-image {
    height: 160px !important;
  }
}

@media (max-width: 768px) {
  .task-image {
    height: auto !important;
    padding: 0 15px;
  }

  .tasks-block {
    margin-bottom: 60px;
  }

  .advantages-image {
    position: unset !important;
    margin: 10px auto !important;
  }

  .advantages-erp {
    padding: 33px 29px !important;
  }
}

@media (max-width: 651px) {
  .abs-button-right {
    left: 8rem;
  }

  .abs-button-left {
    left: 8rem;
  }
}

@media (max-width: 575px) {
  .stack-element {
    padding: 10px;
  }

  .white-cube {
    max-width: 100%;
  }

  .red-cube {
    max-width: 100%;
  }
}

@media (max-width: 510px) {
  .box-situation {
    margin-bottom: 25px;
  }
}

@media (max-width: 460px) {
  .footer-ur-btn {
    order: 1;
  }

  .footer-ur-info {
    order: 3;
  }

  #gallery-1 .gallery-item {
    width: 100% !important;
  }
}

/* new styles 2024 */

.page-title-text {
  padding: 78px 0px 78px 60px;
  display: flex;
  flex-direction: column;
}

.page-title-btn {
  padding: 78px 60px 78px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.page-title-btn .btn {
  font-family: Roboto-Medium !important;
  font-size: 16px;
  text-transform: uppercase;
  background: #e04055 !important;
  max-width: 300px;
  margin: 0 !important;
  align-self: flex-end;
}

.h1-new {
  font-family: Roboto-Medium;
  font-size: 36px;
  font-weight: normal;
  margin: 0 !important;
  line-height: 42px;
  color: white;
}

.p-new {
  font-weight: normal;
  color: white;
}

.page-links {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: rgba(43, 31, 31, 0.2);
  line-height: 24px;
  text-decoration: none;
  margin: 10px 0 0 0;
}

.banner-crm-new {
  background: url(inc/assets/img/erp-crm-bg-new.jpg);
  background-size: cover;
  padding: 0;
}

.cards-container {
  justify-content: space-between;
  background: white;
  padding: 0;
  padding-bottom: 60px;
  padding-top: 55px;
  flex-wrap: wrap;
}

.cards {
  max-width: 32%;
}

.cards .bg {
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 44px;
}

.cards .bg a:hover {
  text-decoration: underline;
}

.cards h3 {
  font-family: Roboto-Medium;
  font-size: 28px;
  font-weight: normal;
  margin: 0;
  color: rgba(43, 31, 31, 1);
  margin-top: 21px;
  text-align: center;
}

.cards p {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: normal;
  color: rgba(43, 31, 31, 0.8);
  margin-top: 28px;
  text-align: center;
  min-height: 120px;
}

.cards .bg a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: normal;
  color: rgba(43, 31, 31, 1);
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.3;
}

.new-grey-container {
  background: #f5f5f5;
  padding: 60px;
  flex-direction: column;
  align-items: center;
}

.new-grey-container h2 {
  font-family: Roboto-Medium;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
  line-height: 42px;
  color: rgba(43, 31, 31, 1);
}

.new-grey-container p {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: normal;
  color: rgba(43, 31, 31, 0.8);
  margin-top: 28px;
  text-align: center;
  max-width: 690px;
}

.areas-work-block h2 {
  padding-left: 20px;
  display: flex;
}

.constr-content-container {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.constr-content-container ul {
  padding: 0;
  margin-top: 18px;
}

.constr-content-container ul li {
  list-style: none;
  margin: 12px 0 0 0;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: rgba(43, 31, 31, 0.8);
  line-height: 24px;

  display: flex;
  align-items: center;
}

.constr-content-container ul li img {
  margin-right: 20px;
}

.constr-content-container h3,
.new-grey-container h3 {
  font-family: Roboto-Regular;
  color: rgba(43, 31, 31, 0.8);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: none;
  background: none;
  margin: 0;
}

.constr-content-container .screenshot {
  margin-top: 40px;
  width: -webkit-fill-available;
}

.constr-adv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.constr-adv div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.constr-adv div p {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: normal;
  color: rgba(43, 31, 31, 0.8);
  margin: 28px 0 0 0;
  text-align: center;
}

.constr-adv div h4 {
  font-family: Roboto-Regular;
  color: rgba(224, 64, 85, 1);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: none;
  background: none;
  margin: 28px 0 0 0;
  text-align: center;
}

.crm-slider {
  flex-direction: column;
  align-items: center;
  padding: 60px;
}

.crm-slider h2 {
  font-family: Roboto-Medium;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
  line-height: 42px;
  color: rgba(43, 31, 31, 1);
}

.crm-slider .slider-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.crm-slider-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 10;
}

.crm-img-block {
  display: flex;
  justify-content: center;
}

.crm-slider-title {
  font-family: Roboto-Regular;
  color: rgba(43, 31, 31, 1);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: none;
  background: none;
  width: 45%;
  text-align: center;
  margin-top: 60px;
}

.crm-slider-content a {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  color: rgba(224, 64, 85, 1);
  line-height: 24px;
  margin-top: 20px;
  text-align: center;
}

.review-slider-title img {
  width: auto !important;
}

.questions h2 {
  font-family: Roboto-Medium;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
  line-height: 42px;
  color: white;
  text-align: center;
}

.questions p {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: normal;
  color: white;
  margin-top: 28px;
  text-align: center;
}

.new-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.new-form .col-md-4 {
  padding: 0 10px !important;
}

.new-textarea {
  height: 160px;
  padding: 0 10px !important;
  margin-top: 10px;
}

.new-form div span .q-placeholder,
.new-textarea .q-textarea {
  width: 100%;
  height: 55px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: white;
  transition: 300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
}

.new-textarea .q-textarea {
  height: 160px;
  color: white;
}

.new-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.new-form .q-btn-area .q-btn {
  background-color: white;
  color: rgba(224, 64, 85, 1);
  font-family: Roboto-Medium !important;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
}

.q-btn-area {
  justify-content: flex-end;
}

.new-buttons div {
  display: flex;
  align-items: center;
  margin-top: 0;
}

.new-buttons div span.your-file {
  justify-content: start;
}

.new-form input::placeholder,
.new-form .new-textarea textarea::placeholder {
  color: white;
}

.new-form .wpcf7-not-valid-tip {
  color: white !important;
}

div.wpcf7-mail-sent-ng {
  color: white;
  background: rgba(224, 64, 85, 1);
  border: 1px solid white;
  height: 35px;
  text-align: center;
  align-items: center;
  display: flex !important;
}

.q-place div.wpcf7-mail-sent-ng {
  background: red;
}

.q-place {
  margin-bottom: 48px;
}

.q-place input:hover,
.q-place textarea:hover {
  border: 1px solid #b03748;
  transition: 300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
}

.q-place .wpcf7-submit {
  border: 1px solid transparent;
  transition: 300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  width: 100%;
}

.q-place div.wpcf7 .wpcf7-form-control-wrap:hover::after {
  text-decoration: underline;
}

.new-form div span .q-placeholder:hover,
.new-textarea .q-textarea:hover {
  border: 1px solid rgba(255, 255, 255, 1);
  transition: 300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
}

#footer-widget a:hover {
  color: rgba(224, 64, 85, 1);
}

#footer-widget a,
#footer-widget a:hover {
  transition: 300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
}

.new-form div span .q-placeholder:focus-visible,
.new-textarea .q-textarea:focus-visible {
  outline: 1px solid white;
}

.more-info-button:hover {
  color: #e04055;
  background: white;
  border: 1px solid #e04055;
  transition: 300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
}

.new-form div span .q-placeholder:focus-visible,
.new-textarea .q-textarea:focus-visible {
  outline: 1px solid white;
}

.careeraddict_task {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trust-us .row .trust-us-img-block img {
  padding: 20px;
  max-height: 125px;
  max-width: 200px;
  width: auto;
}

.trust-us .row .trust-us-img-block {
  display: flex;
  align-items: center;
  max-height: 170px;
  justify-content: center;
}

.careeraddict-trust .trust-us .container {
  margin-bottom: 60px;
}

.tech-stacks {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  align-items: center;
  margin: 0;
}

.tech-stacks figure {
  margin: 0;
}

.company-text p {
  margin-bottom: 10px !important;
}

.company-text address {
  font-style: normal;
}

.purple-line {
  background: #b03748;
  min-height: 70px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0;
  column-gap: 130px;
  padding: 15px;
}

.purple-line img {
  max-height: 70px;
}

.project-link {
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 0;
}

.project-link a {
  text-decoration: none;
  color: white;
  transition: 300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
}

.project-link a:hover {
  text-decoration: underline;
  transition: 300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
}

.bg-content {
  position: relative;
  z-index: 2;
  padding: 80px 60px 60px 60px;
}

.banner-projects {
  background: url("/img/banner-projects.jpg");
  background-size: cover;
  background-position: center;
  max-height: 340px;
  background-repeat: no-repeat;
  position: relative;
}

.banner-projects::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.dark-60 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000099;
  z-index: 1;
}

.laptop-image {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 100%;
  background: url("/wp-content/themes/it-co/inc/assets/img/laptop.png") no-repeat 50%;
  height: 470px;
  background-size: contain;
  z-index: 5;
  max-width: 900px;
  margin: 0 auto;
  background-position: top;
}

.laptop-prewiew {
  padding: 3.9% 17.17% 0 17.17%;
  width: 100%;
}

.laptop-prewiew img {
  height: auto;
  width: 100%;
}

.about-app {
  padding-top: 290px;
}

.screens {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  padding: 40px 0;
  justify-content: center;
}

.screens img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.okay-text {
  margin-bottom: 24px;
}

.okay-text p {
  margin: 0 0 0 20px !important;
  color: #2b1f1fcc !important;
}

.okay-text img {
  height: 30px;
  width: 30px;
}

.h2-new {
  font-size: 36px !important;
  font-family: Roboto-Medium;
  font-weight: 500;
  text-transform: none !important;
}

.features h2 {
  margin: 73px 0 54px 0;
}

.app-features-list {
  gap: 50px;
}

.app-feature {
  flex: 1 1;
}

.app-feature .num {
  font-size: 36px;
  padding-bottom: 16px;
  font-family: Roboto-Medium !important;
  font-weight: 500;
}

.app-feature p {
  font-weight: 400;
}

.app-futures-screens {
  display: flex;
  flex-direction: column;
  margin: 78px 0;
  gap: 40px;
}

.app-screen-img {
  border: 1px solid #2b1f1f33;
  border-radius: 16px;
  max-width: 100%;
}

.pink-btn a {
  font-family: Roboto-Medium !important;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  background: #e04055 !important;
  width: 283px;
  margin: 0;
  float: right;
  color: white;
  padding: 22px 40px;
  text-decoration: none;
  margin-bottom: 78px;
  margin-top: 208px;
  display: block;
  line-height: 11px;
  transition: 0.3s;
  text-align: center;
}

.pink-btn a:hover {
  background: #b13848 !important;
  transition: 0.3s;
}

.fz36 {
  font-size: 36px;
}

.solutions-cards .cards {
  max-width: 100%;
  width: 100%;
}

.solutions-cards.cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
  grid-row-gap: 40px;
}

.solutions-cards .cards img {
  flex: 1 1;
  max-height: 96px;
  height: 100%;
}

.solutions-cards .cards .bg {
  height: 100%;
  min-height: 373px;
}

.solutions-cards .cards .bg a {
  margin-top: auto;
  padding-top: 60px;
}

.solutions-banner {
  min-height: 340px;
  background-position: bottom !important;
}

.banner-projects>* {
  position: relative;
  z-index: 2;
}

.complex-web,
.web-sites,
.desktop,
.mobile_apps {
  color: #2b1f1f !important;
  margin-top: 60px;
}

.container-projects h2 {
  font-size: 36px;
  line-height: 42px;
  margin-top: 0;
  margin-bottom: 40px;
}

.projects-items {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 30px;
}

.project-item {
  width: calc(50% - 15px);
}

.project-item a {
  color: #2b1f1f;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.project-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-item h3 {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 16px;
}

.project-item p {
  margin-bottom: 30px;
  margin-top: 0;
}

.project-characts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.project-type,
.project-in-progress {
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #2b1f1f33;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  width: fit-content;
}

.project-in-progress {
  color: #e04055;
  margin-right: 16px;
}

.project-img-div {
  transition: transform 0.3s ease-in-out;
}

.project-type p {
  margin: 0;
}

.project-item:hover .project-img-div {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.back-to-top {
  display: flex;
  justify-content: center;
}

.back-to-top-btn {
  color: #e04055;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #e04055;
  background: #fff;
  width: 275px;
  height: 55px;
  transition: 300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  text-decoration: none;
  text-align: center;
  padding-top: 15px;
}

.back-to-top-btn:hover {
  cursor: pointer;
  background: #e04055;
  color: white;
  transition: 300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
}

.project-item3-1:nth-child(3n+3),
.project-item3-2:nth-child(3n+1) {
  width: calc(50% - 80px);
}

.project-item3-1:nth-child(3n+1),
.project-item3-1:nth-child(3n+2),
.project-item3-2:nth-child(3n+2),
.project-item3-2:nth-child(3n+3) {
  width: calc(25% + 10px);
}

.container-projects {
  padding: 0 60px;
  max-width: 1480px;
}

.slick-slide img {
  width: 100%;
}

*,
html {
  scroll-behavior: smooth !important;
}

@media (min-width: 1480px) {
  .container-projects1 {
    margin: 0 auto;
    max-width: 1480px;
  }
}

.project-item2 {
  width: calc(50% - 15px);
}

.desktop .back-to-top {
  margin-bottom: 60px;
}

.moving-block .btn {
  font-size: 16px;
  color: #2b1f1f;
  background: #f5f5f5;
  border: 1px solid transparent;
  transition: 300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  text-decoration: none;
  padding: 20px;
  margin-right: 20px;
  line-height: 13px;
}

.moving-block .btn:hover {
  color: white;
  border: 1px solid #e04055;
  background: #e04055;
  transition: 300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
}

.moving-block {
  margin-top: 40px;
  display: flex;
}

@media (max-width: 991px) {
  .tech-stacks {
    grid-template-columns: 3fr 3fr;
    width: 100%;
  }

  .banner-projects .banner-left-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .banner-projects .banner-left-text h1 {
    margin-top: 0;
    line-height: 40px !important;
  }

  .banner-projects .banner-left-text p {
    margin: 0;
  }

  .complex-web .project-item:nth-child(2) .project-img-div::after {
    width: 50px;
    height: 50px;
  }

  .mobile_apps .project-item:nth-child(2) .project-img-div::after {}

  .banner-left-text {
    padding: 3rem 0rem;
  }

  .pink-btn a {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .project-item h3 {
    word-break: break-all;
  }

  .moving-block {
    flex-wrap: wrap;
  }

  .moving-block .btn {
    margin-top: 20px;
  }

  .container-projects {
    padding: 0 20px;
  }

  .projects-items {
    gap: 15px;
  }

  .project-item3-1:nth-child(1),
  .project-item3-1:nth-child(2),
  .project-item3-2:nth-child(2),
  .project-item3-2:nth-child(3) {
    width: calc(25% - 7.5px);
  }

  .white-cube,
  .red-cube {
    max-width: 100%;
    flex: 0 0 100% !important;
  }

  .new-buttons div span.your-file {
    justify-content: center;
  }
}

.contact-banner {
  padding: 60px;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  min-height: fit-content;
}

@media (max-width: 576px) {
  .banner-projects .banner-left-text h1 {
    line-height: 24px !important;
    margin-bottom: 28px;
  }

  .complex-web .project-item:nth-child(2) .project-img-div::after {
    width: 100px;
    height: 100px;
  }

  .project-characts {
    flex-direction: column;
  }

  .project-in-progress {
    margin-bottom: 20px;
  }

  .project-in-progress,
  .project-type {
    width: max-content;
  }

  .projects-items {
    flex-direction: column;
    gap: 40px;
  }

  .project-item {
    width: 100% !important;
  }

  .moving-block {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .moving-block a {
    width: max-content;
  }

  .banner-projects {
    max-height: 390px;
    height: 390px;
  }

  .banner-bg {
    padding-bottom: 20px !important;
  }

  .banner-bg .col-12 a.btn {
    width: 100%;
    margin: 0;
    max-width: 550px;
    text-align: center;
    line-height: 19px;
  }

  .banner-projects .container {
    height: 100%;
  }

  .banner-projects .row {
    justify-content: space-between;
    height: 100%;
  }

  .solutions-banner {
    max-height: 480px;
  }

  .pink-btn a {
    padding: 15px 40px;
  }

  .slider-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .contact-banner {
    padding: 30px;
  }
}

.careeraddict-trust .trust-us {
  padding-bottom: 0;
}

.technologies-trust {
  padding-top: 0;
  margin-bottom: 60px !important;
}

.technologies-trust .technologies {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.services-stack {
  background: white;
  padding: 60px;
}

.technologies-trust .container {
  margin-top: 0;
}

.career-slider .slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev:before,
.slick-next:before {
  display: block;
  height: 30px;
  width: 30px;
  background: white;
}

@media (min-width: 320px) and (max-width: 768px) {
  .page-title-text {
    padding: 20px;
  }

  .h1-new,
  .crm-slider h2,
  .questions h2,
  .trust-us-title {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .p-new {
    margin-top: 20px !important;
    font-size: 14px;
  }

  .banner-crm {
    flex-wrap: wrap;
  }

  .page-title-btn {
    padding: 20px 0 20px 0;
  }

  .page-title-btn .btn {
    font-size: 14px;
    max-width: 260px;
    align-self: center;
  }

  .cards-container {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .cards {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .solutions-cards .cards {
    margin-bottom: unset;
  }

  .solutions-cards.cards-container {
    grid-row-gap: 27px;
  }

  .cards .bg {
    padding: 20px;
  }

  .cards h3 {
    font-size: 18px;
    margin-top: 10px;
  }

  .cards p {
    font-size: 14px;
    margin-top: 10px;
  }

  .cards .bg a {
    font-size: 14px;
    margin-top: 20px;
  }

  .new-grey-container {
    padding: 20px;
  }

  .new-grey-container h2 {
    font-size: 18px;
    line-height: 28px;
    padding-left: 10px;
  }

  .new-grey-container p,
  .constr-adv div p,
  .questions p {
    font-size: 14px;
    margin-top: 10px;
  }

  .areas-work-card-block {
    padding: 10px;
    margin-top: 10px;
  }

  .constr-content-container {
    padding: 10px;
  }

  .constr-content-container h3,
  .constr-adv div h4 {
    font-size: 18px;
    margin-top: 20px !important;
  }

  .constr-content-container ul li {
    line-height: 20px;
    font-size: 14px;
  }

  .constr-content-container ul li img {
    margin-right: 10px;
  }

  .constr-content-container .screenshot {
    display: none;
  }

  .constr-adv {
    padding: 0;
    margin-top: 40px;
  }

  .constr-adv div {
    padding: 0;
    margin-bottom: 40px;
  }

  .crm-slider {
    padding: 20px;
  }

  .crm-slider-title {
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
  }

  .slick-slide img {
    height: auto;
  }

  .career-slider img {
    width: 100%;
  }

  .questions {
    padding: 20px;
  }

  .new-form div {
    margin-bottom: 10px;
  }

  .new-textarea {
    margin: 10px 0 10px 0;
    padding: 0 !important;
  }

  .trust-us {
    padding: 20px 0;
  }

  .new-form .col-md-4 {
    padding: 0 !important;
  }

  .technologies-trust {
    padding-top: 0;
    margin-bottom: 20px !important;
  }
}

.full-width {
  max-width: 100% !important;
}

.erp {
  background: #b13848;
  color: #ffffff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.advantages-erp {
  font-family: "Roboto-Regular", sans-serif;
  padding: 49px 84px;
}

.advantages-image {
  position: absolute;
  right: 37px;
  top: -17px;
}

.advantages-erp-title {
  font-size: 26px;
  margin: 0 0 27px 0;
  max-width: 360px;
}

.advantages-erp-title a {
  color: #ffffff;
  text-decoration: none;
}

.advantages-erp-text,
.advantages-erp-text a {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 18px;
  color: white;
}

header .container,
.footer .container {
  padding-left: 9px;
}

.container {
  width: 100%;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

.footer-general-container {
  display: flex;
  width: 100%;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

.footer-container div {
  flex: 1;
  align-self: center;
}

@media (min-width: 576px) {

  .container,
  .container-sm,
  .footer-general-container {
    max-width: 650px;
    padding: 0 15px;
  }

  .user-agreement-w-100 {
    width: 75%;
  }
}

@media (min-width: 768px) {

  .container,
  .container-sm,
  .container-md,
  .footer-general-container {
    max-width: 850px;
    padding: 0 15px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .footer-general-container {
    max-width: 968px;
  }
}

@media (min-width: 1199px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .footer-general-container {
    max-width: 1175px;
    padding: 0 15px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .footer-general-container {
    max-width: 1375px;
    padding: 0 15px;
  }
}

@media (max-width: 1300px) {
  .footer-company-desc {
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
  .solutions-cards.cards-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .solutions-cards .cards .bg {
    min-height: 200px;
  }
}

@media (max-width: 990px) {
  .footer-mobile {
    justify-content: start !important;
  }

  .footer-phone img {
    width: 30px !important;
  }

  .footer-phone {
    font-size: 0.8rem !important;
  }
}

@media (max-width: 810px) {
  .about-app {
    padding-top: 245px;
  }
}

@media (max-width: 640px) {

  .banner-bg p,
  .banner-bg li {
    font-size: 16px !important;
  }

  .about-app {
    padding-top: 170px;
  }

  .features h2 {
    margin: 35px 0 20px 0;
  }

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

  .mp {
    padding: 20px !important;
  }

  .mp-y {
    padding: 20px 0 !important;
  }

  .solutions-cards.cards-container {
    grid-row-gap: 15px;
    gap: 15px;
  }

  .solutions-cards .cards {
    margin-bottom: 0;
  }

  .solutions-cards .cards img {
    max-height: 64px;
  }

  .fz36 {
    font-size: 26px;
  }

  .app-features-list {
    flex-direction: column;
    gap: 25px;
  }

  .pink-btn a {
    margin-bottom: 20px;
  }

  .banner-bg .row {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .banner-left-text h1 {
    font-size: 1.5rem !important;
    line-height: 3rem !important;
    text-transform: uppercase;
  }

  .h1-new,
  .crm-slider h2,
  .questions h1,
  .trust-us-title,
  .banner-crm .banner-left-text h1 {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .banner-left-text-diafan h1 {
    font-size: 1.5rem !important;
    line-height: 3rem !important;
    text-transform: uppercase;
  }

  .banner-left-text {
    padding: 2rem 0rem 2rem 0rem !important;
  }

  .banner-left-text-diafan {
    padding: 2rem 0rem 2rem 0rem !important;
  }

  .logo {
    /*display: flex;*/
    align-items: center;
  }

  .dev-stages h1 {
    font-size: 1.5rem !important;
  }

  /* для страницы услуги */
  .dev-directions h1 {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 630px) {
  .quotes svg {
    display: none;
  }
}

@media (max-width: 470px) {
  .about-app {
    padding-top: 115px;
  }
}

@media (max-width: 430px) {
  .solutions-cards.cards-container {
    grid-template-columns: repeat(1, 1fr);
    overflow-x: hidden;
  }

  .solutions-cards .cards img {
    max-height: 96px;
  }
}

.error-image-wrapper {
  position: relative;
  width: 50%;
  /* 664px / 1280px для пропорционального масштабирования */
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}

.error-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* Текстовый блок теперь в потоке */
.error-text-content {
  width: 50%;
  /* Та же ширина, что у картинки */
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  /* Поднимаем текст вверх, чтобы наложить на картинку */
  margin-top: -13%;
  position: relative;
  z-index: 10;
  padding-bottom: 60px;
  /* Отступ до футера */
}

.error-title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #2b1f1f;
}

.error-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #2b1f1fcc;
  margin: 0 0 25px 0;
}

.error-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.error-nav-link {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #2b1f1f;
  text-decoration: none;
  padding: 5px 0;
  position: relative;
  transition: color 0.3s ease;
}

.error-nav-link:hover {
  color: rgba(224, 64, 85, 1);
}

.error-nav-link:hover::after {
  width: 100%;
}

@media (max-width: 1200px) {
  .error-image-wrapper {
    width: 70%;
  }

  .error-text-content {
    width: 70%;
    margin-top: -18%;
  }

  .error-title {
    font-size: 26px;
  }

  .error-description {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 15px 0;
  }

  .error-nav {
    gap: 20px;
  }

  .error-nav-link {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  .error-image-wrapper {
    width: 85%;
  }

  .error-text-content {
    width: 85%;
    margin-top: -22%;
  }

  .error-title {
    font-size: 24px;
  }

  .error-description {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 10px 0;
  }

  .error-nav {
    gap: 16px;
  }

  .error-nav-link {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .error-title {
    font-size: 20px;
  }

  .error-description {
    font-size: 10px;
    line-height: 10px;
  }

  .error-nav {
    gap: 10px;
  }

  .error-nav-link {
    font-size: 10px;
  }

  .footer-container div {
    justify-content: start;
    align-self: start;
    max-width: fit-content;
  }
}

.form-user-agreement.form-user-agreement:hover {
  color: #b03748 !important;
}

div.d-flex.form-user-agreement-light p,
.form-user-agreement-light p a,
.form-user-agreement-light a,
.form-user-agreement-light,
.form-user-agreement-light-text,
.form-user-agreement-light-text a {
  color: #ffffffbc;
}

.form-user-agreement-light:hover,
.form-user-agreement-light:hover p,
.form-user-agreement-light:hover a {
  color: white;
  text-decoration: none;
}

.new-buttons div.form-user-agreement-light.form-user-agreement {
  padding: 0 !important;
}

.footer-company-desc.form-user-agreement-light:hover,
.form-user-agreement-light a:hover {
  text-decoration: underline;
}

.user-agreemnt {
  padding: 20px;
}

.user-agreemnt * {
  max-width: 100%;
}

.policy {
  max-width: 820px;
  margin: 0 auto;
  padding: 48px 20px 64px;
  color: #333;
  line-height: 1.65;
}

.policy__header {
  margin-bottom: 40px;
  padding-bottom: 24px;
}

.policy__title {
  margin: 0 0 12px;
  color: #b03748;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

.policy__lead {
  margin: 0;
  color: #666;
  font-size: 15px;
}

.policy__section {
  margin-bottom: 32px;
}

.policy__section:last-child {
  margin-bottom: 0;
}

.policy h3 {
  margin: 0 0 14px;
  padding-bottom: 8px;
  color: #222;
  font-size: 20px;
  font-weight: 500;
}

.policy p {
  margin: 0 0 12px;
  font-size: 15px;
}

.policy p:last-child {
  margin-bottom: 0;
}

.policy ul {
  margin: 0 0 16px;
  padding-left: 22px;
  list-style: disc outside;
}

.policy ul:last-child {
  margin-bottom: 0;
}

.policy li {
  margin-bottom: 10px;
  font-size: 15px;
}

.policy li:last-child {
  margin-bottom: 0;
}

.policy__types {
  margin: 12px 0 16px;
  padding: 0;
  list-style: none;
}

.policy__types li {
  position: relative;
  margin-bottom: 12px;
  padding: 14px 16px 14px 20px;
}

.policy__types li strong {
  display: block;
  margin-bottom: 4px;
  font-family: Roboto-Medium, sans-serif;
  font-weight: 500;
}

.policy__links {
  margin-top: 8px;
}

.policy__links li {
  margin-bottom: 6px;
}

.policy a {
  color: #b03748;
  text-decoration: none;
  transition: color 0.2s;
}

.policy a:hover {
  color: #8c2c3a;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .policy {
    padding: 32px 16px 48px;
  }

  .policy__title {
    font-size: 26px;
  }

  .policy h3 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .user-agreemnt h1 {
    font-size: 30px;
  }

  .policy__title {
    font-size: 22px;
  }
}

.footer-social-media {
  gap: 10px;
}

.footer-social-media-items {
  padding: 4px;
  display: flex;
  gap: 10px;
  max-height: fit-content;
}

.wpcf7-form-control-wrap.acceptance-81 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  width: 24px;
}

.m-0 span.wpcf7-form-control-wrap.acceptance-81,
.wpcf7-form-control-wrap.acceptance-81 .wpcf7-form-control.wpcf7-acceptance,
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  display: inline;
  margin: 0 7px 0 0;
}

.checkbox-some-question {
  width: 30px;
  height: 30px;
}

.company-services {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  padding: 50px 0;
  background-color: #f5f5f5;
}

.adv-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(250px, 400px));
  grid-auto-rows: 1fr;
  gap: 20px;

  margin: 0 75px;
}

.adv-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1px solid #e0e0e0;
  border-top: 2px solid #b03748;
  border-radius: 4px;
  padding: 22px;
  background-color: #fff;
}

.adv-title {
  color: #b03748;
  margin: 0;
  margin-left: 14px;
}

.adv-description {
  color: #555555;
}

.adv-price {
  font-size: 14px;
  color: #888888;
  line-height: 1.5;
}

.adv-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: auto;
  color: #b03748;
  line-height: 1;
  text-decoration: none;
}

.adv-shape {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid #b03748;
  border-radius: 50%;
}

.adv-link:hover .adv-shape {
  background-color: #b03748;
  border: 2px solid #b03748;
}

.adv-link:hover img {
  filter: brightness(0) invert(1);
}

@media (max-width: 1415px) {
  .adv-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 400px));
    gap: 20px;
    margin: 0 33.5px;
  }
}

@media (max-width: 1180px) {
  .adv-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(250px, 400px));
    gap: 35px;
    justify-content: center;
  }
}

@media (max-width: 820px) {
  .adv-cards {
    display: grid;
    grid-template-columns: repeat(1, minmax(250px, 400px));
    gap: 20px;
  }
}

.vacancy-dropdown {
  width: calc(100% - 10px);
}

.select-vacancy {
  color: #677383;
}

#field-vacancy,
span.vacancy,
span.vacancy-dropdown+br {
  display: none;
}

.image-into-phone {
  width: 100%;
  position: relative;
}

.image-into-phone .phone {
  width: 100%;
  height: auto;
}

.image-into-phone .image-into {
  width: 100%;
  height: auto;
}

.image-into-phone .image-into-place {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 6% 30% 7.5%;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.foter-social-media-img {
  height: 20px;
  width: 20px;
  opacity: 0.8;
}

.foter-social-media-img:hover {
  opacity: 1;
}

h2.main-center-text {
  font-size: 36px;
}

.topmission-project-container {
  padding: 0 30px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: minmax(20px, 1fr) 420px 420px minmax(20px, 1fr);
}

.topmission-project-description {
  grid-column: 2;
}

.topmission-project-phone {
  align-self: center;
  grid-column: 3;
}

.app-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.app-name img {
  max-height: 40px;
}

.vacancy-form .wpcf7-not-valid-tip {
  color: white !important;
}

@media (min-width: 1550px) {
  .topmission-project-container {
    grid-template-columns: repeat(4, 1fr);
  }

  .topmission-project-description {
    grid-column: 2;
  }

  .topmission-project-phone {
    grid-column: 3;
  }
}

@media (max-width: 860px) {
  .topmission-project-container {
    grid-template-columns: 1fr 1fr;
  }

  .topmission-project-description {
    grid-column: 1;
  }

  .topmission-project-phone {
    grid-column: 2;
  }
}

@media (max-width: 730px) {
  .topmission-project-container {
    grid-template-columns: 1fr;
  }

  .topmission-project-description {
    grid-column: 1;
  }

  .topmission-project-phone {
    grid-column: 1;
  }
}