@charset "UTF-8";
.custom-btn-green {
  color: #ffffff;
  background-color: #a7d500;
  border-radius: 24px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.4s ease;
  padding: 8px 30px;
}
.custom-btn-green:hover {
  background-color: #B0DB18;
  color: #000000;
  cursor: pointer;
}

.service-page .design-first-block .block-two-row {
  align-items: flex-start;
}

.service-page .design-first-block .block-two-row_text {
  padding-top: unset;
}

.btn-static-back {
  position: fixed;
  left: 0;
  top: 120px;
  z-index: 3;
  box-shadow: 0px 6px 24px 0px rgba(29, 0, 41, 0.21);
  background-color: #a7d500;
  color: #ffffff;
  border-radius: 0 14px 14px 0;
  padding: 5px 20px;
}
@media (max-width: 500px) {
  .btn-static-back {
    padding: 5px 5px;
  }
}
.btn-static-back i {
  padding-right: 10px;
}
@media (max-width: 500px) {
  .btn-static-back span {
    display: none;
  }
}
.btn-static-back:hover {
  text-decoration: none;
  cursor: pointer;
  color: white;
}

.btn-center-right {
  position: fixed;
  right: 0;
  bottom: 50%;
  z-index: 3;
  transform: translateY(50%);
}
@media (max-width: 500px) {
  .btn-center-right {
    bottom: 50px;
  }
}

.green-button-header {
  -webkit-box-shadow: 0px 6px 24px 0px rgba(29, 0, 41, 0.21);
  -moz-box-shadow: 0px 6px 24px 0px rgba(29, 0, 41, 0.21);
  box-shadow: 0px 6px 24px 0px rgba(29, 0, 41, 0.21);
  background-color: #a7d500;
  color: #ffffff;
  border-radius: 14px 0 0 14px;
  text-transform: inherit;
  font-size: 20px;
  font-weight: 500;
  padding: 13px 25px;
}
@media (max-width: 768px) {
  .green-button-header {
    font-size: 14px;
    padding: 10px 10px;
  }
}
.green-button-header span {
  display: block;
}
.green-button-header:hover {
  text-decoration: none;
  cursor: pointer;
  color: white;
}
.green-button-header:hover .icon-1 {
  display: none;
}
.green-button-header:hover .icon-2 {
  display: block;
}
.green-button-header:active {
  color: #96BC0D;
}
.green-button-header i {
  animation: call 0.9s ease-in-out infinite;
  font-size: 40px;
}
.green-button-header .icon-1 {
  display: block;
}
.green-button-header .icon-2 {
  display: none;
}
@media (max-width: 500px) {
  .green-button-header i {
    display: block;
  }
  .green-button-header span {
    display: none;
  }
}
@keyframes call {
  0%, 100% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(21deg);
  }
}

.custom-input__file input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.custom-input__file label {
  padding: 14px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
.custom-input__file label .icon {
  margin-right: 8px;
}
.form__input {
  border-radius: 5px;
  background-color: #232323;
  border: 1px solid #C8C8C8;
  color: #FFFFFF;
}
.form__input:focus {
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #232323;
}
.form__input.text-field {
  height: 54px;
}
.form__input.text-area {
  height: 178px;
}

.form__phone2 {
  display: none;
}

.file-add {
  color: #C8C8C8;
  border: 1px solid #C8C8C8;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #232323;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.green-button-footer {
  color: white;
  border-color: #C8C8C8;
}

.green-button-footer:hover {
  color: #B0DB18;
  border-color: #B0DB18;
  fill: #B0DB18;
  stroke: #B0DB18;
}

.send-free-project {
  color: #ffffff;
  border: 1px solid #C8C8C8;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 14px 14px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #B0DB18;
  border-color: #B0DB18;
}
.send-free-project svg {
  margin-left: 25px;
}

.green-button-footer {
  fill: #ffffff;
}

.custom-tabs {
  padding-bottom: 2px;
}
.custom-tabs .tab_input,
.custom-tabs .tab_item {
  display: none;
}
.custom-tabs .tab_buttons {
  margin-bottom: 0;
  font-size: 0;
}
@media (max-width: 700px) {
  .custom-tabs .tab_buttons {
    overflow: auto;
  }
}
.custom-tabs .tab_buttons .tab_buttons-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 7px;
}
@media (max-width: 700px) {
  .custom-tabs .tab_buttons .tab_buttons-container {
    gap: 12px;
    grid-template-columns: repeat(8, 110px);
  }
}
.custom-tabs .tab_container {
  background: white;
  padding-top: 20px;
}
.custom-tabs .tab_label {
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 0;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1099px) {
  .custom-tabs .tab_label {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .custom-tabs .tab_label {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .custom-tabs .tab_label {
    font-size: 14px;
  }
}
.custom-tabs .tab_label i {
  font-size: 60px;
  margin-bottom: 10px;
}
@media (max-width: 1099px) {
  .custom-tabs .tab_label i {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .custom-tabs .tab_label i {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .custom-tabs .tab_label i {
    font-size: 40px;
  }
}
.custom-tabs .tab_label:hover i {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.custom-tabs .tab_item {
  padding: 5px;
}
.custom-tabs .tab_item .tab_item-content {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-areas: "title right" "desc right";
  grid-column-gap: 30px;
  color: black;
  padding-bottom: 10px;
}
@media (max-width: 576px) {
  .custom-tabs .tab_item .tab_item-content {
    grid-template-areas: "title" "desc" "right";
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.custom-tabs .tab_item .tab_item-content .tab_item-title-wrapper {
  grid-area: title;
}
.custom-tabs .tab_item .tab_item-content .tab_item-title-wrapper .tab_item-title {
  /* text-transform: uppercase; */
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 28px;
  color: #2B2B2B;
}
@media (max-width: 992px) {
  .custom-tabs .tab_item .tab_item-content .tab_item-title-wrapper .tab_item-title {
    font-size: 28px;
  }
}
@media (max-width: 700px) {
  .custom-tabs .tab_item .tab_item-content .tab_item-title-wrapper .tab_item-title {
    font-size: 28px;
  }
}
.custom-tabs .tab_item .tab_item-content .tab_item-title-wrapper .sub {
  font-style: normal;
  font-size: 18px;
  color: #3C3C3C;
  line-height: 156.4%;
}
.custom-tabs .tab_item .tab_item-content .tab_item-desc {
  font-size: 18px;
  line-height: 156.4%;
  grid-area: desc;
  color: #3C3C3C;
}
.custom-tabs .tab_item .tab_item-content .tab_item-right {
  grid-area: right;
  border-left: 2px solid #999;
  text-transform: uppercase;
  padding: 3px 0 3px 10px;
  display: flex;
  flex-direction: column;
}
.custom-tabs .tab_item .tab_item-content .tab_item-right a {
  color: #b2bb1e;
  text-decoration: none;
}
.custom-tabs .tab_item .tab_item-content .tab_item-right a:hover {
  text-decoration: none;
}
.custom-tabs .tab_buttons .tab_label:after {
  content: "";
  height: 0;
  border: 15px solid transparent;
}
.custom-tabs .tab_input:nth-child(1):checked ~ .tab_container .tab_item:nth-child(1) {
  display: block;
}
.custom-tabs .tab_input:nth-child(1):checked ~ .tab_buttons .tab_label:nth-child(1):after {
  border-bottom-color: white;
}
.custom-tabs .tab_input:nth-child(2):checked ~ .tab_container .tab_item:nth-child(2) {
  display: block;
}
.custom-tabs .tab_input:nth-child(2):checked ~ .tab_buttons .tab_label:nth-child(2):after {
  border-bottom-color: white;
}
.custom-tabs .tab_input:nth-child(3):checked ~ .tab_container .tab_item:nth-child(3) {
  display: block;
}
.custom-tabs .tab_input:nth-child(3):checked ~ .tab_buttons .tab_label:nth-child(3):after {
  border-bottom-color: white;
}
.custom-tabs .tab_input:nth-child(4):checked ~ .tab_container .tab_item:nth-child(4) {
  display: block;
}
.custom-tabs .tab_input:nth-child(4):checked ~ .tab_buttons .tab_label:nth-child(4):after {
  border-bottom-color: white;
}
.custom-tabs .tab_input:nth-child(5):checked ~ .tab_container .tab_item:nth-child(5) {
  display: block;
}
.custom-tabs .tab_input:nth-child(5):checked ~ .tab_buttons .tab_label:nth-child(5):after {
  border-bottom-color: white;
}
.custom-tabs .tab_input:nth-child(6):checked ~ .tab_container .tab_item:nth-child(6) {
  display: block;
}
.custom-tabs .tab_input:nth-child(6):checked ~ .tab_buttons .tab_label:nth-child(6):after {
  border-bottom-color: white;
}
.custom-tabs .tab_input:nth-child(7):checked ~ .tab_container .tab_item:nth-child(7) {
  display: block;
}
.custom-tabs .tab_input:nth-child(7):checked ~ .tab_buttons .tab_label:nth-child(7):after {
  border-bottom-color: white;
}
.custom-tabs .tab_input:nth-child(8):checked ~ .tab_container .tab_item:nth-child(8) {
  display: block;
}
.custom-tabs .tab_input:nth-child(8):checked ~ .tab_buttons .tab_label:nth-child(8):after {
  border-bottom-color: white;
}
.custom-tabs .tab_input:nth-child(9):checked ~ .tab_container .tab_item:nth-child(9) {
  display: block;
}
.custom-tabs .tab_input:nth-child(9):checked ~ .tab_buttons .tab_label:nth-child(9):after {
  border-bottom-color: white;
}
.custom-tabs .tab_input:nth-child(10):checked ~ .tab_container .tab_item:nth-child(10) {
  display: block;
}
.custom-tabs .tab_input:nth-child(10):checked ~ .tab_buttons .tab_label:nth-child(10):after {
  border-bottom-color: white;
}

html, div {
  scrollbar-width: unset;
  scrollbar-width: thin;
}
html::-webkit-scrollbar, div::-webkit-scrollbar {
  width: 0.5rem;
}
html::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.125);
}
html::-webkit-scrollbar-thumb:hover, div::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
html::-webkit-scrollbar-track, div::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.125);
}

.page-width {
  scrollbar-width: unset;
  scrollbar-width: thin;
  max-width: 1300px;
  margin: 0 auto;
  min-width: 320px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.page-width::-webkit-scrollbar {
  width: 0.5rem;
}
.page-width::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.125);
}
.page-width::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.page-width::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.125);
}

.bottom_header-wrapper {
  /*background: rgba(105, 105, 105, 0.29);*/
  backdrop-filter: blur(13px);
  position: fixed;
  z-index: 4;
  width: 100%;
}

.body-inner-page .bottom_header-wrapper .links {
  display: flex;
  flex-direction: row;
}

.body-inner-page .bottom_header-wrapper .links a {
  margin-right: 10px;
}

.bottom_header-wrapper.sticky .links {
  display: none;
}

.bottom_header-wrapper .logo_white {
  display: none;
}

@media (max-width: 990px) {
  /*.bottom_header-wrapper {
        position: fixed !important;
        width: 100% !important;
    }*/
}
@media (max-width: 768px) and (min-width: 426px) {
  .bottom_header-wrapper.sticky .logo_white,
.body-inner-page .bottom_header-wrapper .logo_white {
    display: none;
  }
}
@media (max-width: 1199px) {
  .bottom_header-wrapper .logo_white {
    display: flex;
    height: 70px;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .bottom_header-wrapper.sticky .logo_white,
.body-inner-page .bottom_header-wrapper .logo_white {
    display: flex;
  }
  .bottom_header-wrapper .logo_white {
    height: auto;
  }
  .bottom_header-wrapper {
    background: rgba(105, 105, 105, 0.29);
  }
}
.sticky .nav-pills > .menu_item .menu_link,
.sticky .nav-pills > .menu_item:first-child:after,
.sticky .nav-pills > .menu_item:nth-child(4):after {
  color: #000;
}

/*nav.nav .nav-pills > .menu_item:first-child > a {
  margin: 0;
  padding: 7px 10px 10px 18px;
}*/
/*.main_page .nav-pills > .menu_item:first-child > a {
    color: #fff;
}*/
.body-inner-page .nav-pills > .menu_item:hover > .menu_link {
  color: #a7d500;
}

.logo-wrapper {
  z-index: 1000;
}

#header .top_header-wrapper,
#header .social-and-form-wrapper,
.bottom_header-wrapper.sticky .logo {
  display: none;
}

.container-contacts {
  background: rgba(33, 33, 33, 0.98);
  height: auto;
  margin: 49px 0;
  z-index: 200;
  padding: 91px 87px;
}

.contact-info .phones {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

#modal_order_form .modal-dialog {
  margin-top: 0;
}
#modal_order_form.modal.show .transform-alt {
  transform: none;
}
#modal_order_form .transform-alt {
  transition: transform 0.55s;
  transform: translateX(100%);
}
.bottom_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100px;
}
.bottom_header .logo {
  width: 160px;
}
.bottom_header .logo img {
  width: 100%;
}
@media (max-width: 1200px) {
  .bottom_header .logo {
    width: 130px;
  }
}
@media (max-width: 992px) {
  .bottom_header .logo {
    width: 160px;
  }
}


.bottom_header .contact-info {
  position: fixed;
  top: 50%;
  left: 54%;
  z-index: 9000;
  width: 46%;
  height: 100%;
  display: none;
}

@media (max-width: 1024px) {
  .bottom_header .contact-info {
    top: 29%;
  }
}
@media (max-width: 1440px) {
  .bottom_header .contact-info .container-contacts {
    padding: 36px 87px;
  }
}
@media (max-width: 992px) {
  .bottom_header .contact-info .container-contacts {
    visibility: hidden;
  }
}
.bottom_header .contact-info .container-contacts .header-contact-info .title-contact-info {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 31px;
  line-height: 38px;
  color: #FFFFFF;
  margin-bottom: 42px;
}
@media (max-width: 1440px) {
  .bottom_header .contact-info .container-contacts .header-contact-info .title-contact-info {
    margin-bottom: 30px;
  }
  .bottom_header .contact-info .container-contacts .header-contact-info .title-contact-info .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 90.666667%;
    max-width: 90.666667%;
  }
}
@media (max-width: 1024px) {
  .bottom_header .contact-info .container-contacts .header-contact-info .title-contact-info {
    font-size: 23px;
  }
}
.bottom_header .contact-info .container-contacts .phones {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.bottom_header .main-menu .contacts-header {
  /*margin-left: 25px;*/
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.bottom_header .contact-info .container-contacts .phones i, .bottom_header .main-menu .contacts-header i {
  font-size: 20px;
}
.bottom_header .contact-info .container-contacts .email-info {
  margin-bottom: 50px;
}
.bottom_header .contact-info .container-contacts .address-info {
  margin-bottom: 13px;
}
.bottom_header .contact-info .container-contacts .worktime-info {
  margin-bottom: 62px;
}
.bottom_header .contact-info .container-contacts a, .bottom_header .main-menu .contacts-header a {
  color: #ffffff;
}
.bottom_header .contact-info .container-contacts a:hover, .bottom_header .main-menu .contacts-header a:hover {
  color: #a7d500;
  text-decoration: none;
}

/*********************Burger*********************/
body.open {
  overflow: hidden;
}

#bg_layer {
  position: absolute;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
}

#bg_layer.open {
  display: block;
}

.burger {
  position: absolute;
  top: 25px;
  right: 0;
}

.burger__button {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: 30px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  transition: all 0.5s ease;
  margin-top: 10px;
}

.burger__button__english {
  margin-top: 0;
}

.burger__button__icon {
  display: inline-block;
  position: absolute;
  background: #fff;
  height: 5px;
  top: 50%;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  transform: translateY(-1px);
  width: 28px !important;
  height: 3.5px !important;
  border-radius: 5px;
  z-index: 9999;
}

.burger__button__icon:before,
.burger__button__icon:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 5px;
  height: 3.5px !important;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  border-radius: 5px;
}

.burger__button__icon:before {
  bottom: 8px;
  border-radius: 5px;
}

.burger__button__icon:after {
  top: 8px;
  border-radius: 5px;
}

.burger__button.open .burger__button__icon {
  background: transparent;
}

.burger__button.open .burger__button__icon:before,
.burger__button.open .burger__button__icon:after {
  transform-origin: 0 50%;
  width: 30.30951895px;
  background: #fff;
}

.burger__button.open .burger__button__icon:before {
  transform: rotateZ(0.78539816rad);
  bottom: 0;
  transform-origin: unset;
}

.burger__button.open .burger__button__icon:after {
  transform: rotateZ(-0.78539816rad);
  top: 0;
  transform-origin: unset;
}

.burger__menu {
  list-style-type: none;
  padding: 0 0 0 35px;
  margin-top: 100px;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}

.menu__new {
  background: rgba(0, 0, 0, 0.9);
}

.burger__wrapper {
  position: fixed;
  top: 1000%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease 0s, top 0s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s, top 0s ease 0s;
  -moz-transition: opacity 0.4s ease 0s, top 0s ease 0s;
  -ms-transition: opacity 0.4s ease 0s, top 0s ease 0s;
  -o-transition: opacity 0.4s ease 0s, top 0s ease 0s;
}

.burger__menu > li:not(.mob-zakaz) > a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.5rem;
}

.menu_item_submenu .submenu a {
  color: #000;
  font-size: 1.2em;
}

.burger__menu li:not(.mob-zakaz):hover > a,
.menu_item_submenu .submenu li:hover a {
  color: #a7d500;
  text-decoration: none;
}

.submenu.toggle li {
  margin-bottom: 13px !important;
  max-width: 250px !important;
}

.burger__menu li:first-child {
  padding: 36px 0 0 0;
}

.burger__menu li {
  padding: 50px 0 0 0;
}

.menu_item_submenu .submenu li {
  margin-bottom: 20px;
}

.burger__menu li:last-child {
  margin-bottom: 350px;
}

.burger__button.open + .burger__wrapper {
  opacity: 1;
  top: 0;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 10;
  background: #1C1C1C;
  backdrop-filter: blur(13px);
}

.burger__menu .mob-address,
.burger__menu .mob-phone {
  color: #000;
  font-size: 1.5rem;
}

.burger__menu li.mob-phone a {
  display: inline-block;
}

.burger__menu .button {
  margin: unset;
}

.burger__menu .mob-phone img {
  height: 20px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.menu_item_submenu {
  position: relative;
}

.burger__menu .menu_item a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: right;
  color: #FFFFFF;
}

.main-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .main-menu {
    order: 3;
  }
}
.main-menu__items .nav-pills {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  column-gap: 15px;
}
@media (max-width: 1200px) {
  .main-menu__items .nav-pills {
    column-gap: 13px;
  }
}
.main-menu__items .nav-pills .menu_item {
  clear: none;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  /*        .menu_link {
            display: inline-block;
            padding: 8px;

            opacity: 1;
            font-family: Montserrat, sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 28px;
            color: #FFFFFF;
          }*/
}
@media (max-width: 992px) {
  .main-menu__items .nav-pills .menu_item {
    width: 100%;
  }
}
.main-menu__items .nav-pills .menu_item:hover {
  color: #a7d500;
  text-decoration: none;
}
.main-menu__items .nav-pills .menu_item:hover > a, .main-menu__items .nav-pills .menu_item:hover > button {
  color: #a7d500;
  text-decoration: none;
}
.main-menu__items .nav-pills .menu_item.active > .menu_link {
  color: #a7d500;
}
.main-menu__items .nav-pills .menu_item > a, .main-menu__items .nav-pills .menu_item > button {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 8px;
}
@media (max-width: 992px) {
  .main-menu__items .nav-pills .menu_item .menu-link__services:not(.opened):after {
    content: "\f078";
    margin-left: 20px;
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 22px;
    color: white;
  }
  .main-menu__items .nav-pills .menu_item .menu-link__services.opened:after {
    content: "\f077";
    margin-left: 20px;
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 22px;
    color: white;
  }
}
.main-menu__items .nav-pills .menu_item.active > a,
.main-menu__items .nav-pills .menu_item.active > a:hover {
  color: #a7d500;
  background-color: initial;
}
@media (max-width: 992px) {
  .main-menu__items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    margin-top: 100px;
    background: rgba(0, 0, 0, 0.9);
  }
  .main-menu__items .nav-pills {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 40px;
    padding: 35px;
    width: 100%;
  }
  .main-menu__items .nav-pills .menu_item .menu_link {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5rem;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
  }
}
.main-menu__submenu {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
@media (max-width: 992px) {
  .main-menu__submenu {
    position: initial;
    max-height: none;
    overflow-y: hidden;
  }
}
.main-menu__submenu.hide {
  display: none;
  opacity: 0;
}
/* .menu-link__services:hover + .main-menu__submenu {
  display: flex;
  opacity: 1;
} */
.main-menu__submenu .submenu__items {
  max-width: 1200px;
  background: #fff;
  margin: 0 auto;
  padding: 50px 90px;
  box-shadow: 0 0 1px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-column-width: 300px; /*column-width — оптимальная ширина колонок. Chrome и Safari*/
  -moz-column-width: 300px; /*column-width — оптимальная ширина колонок. Firefox */
  column-width: 300px; /*column-width — оптимальная ширина колонок.*/
  -webkit-column-gap: 30px; /*column-gap — расстояние между колонками.*/
  -moz-column-gap: 30px; /*column-gap — расстояние между колонками.*/
  column-gap: 30px; /*column-gap — расстояние между колонками.*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .main-menu__submenu .submenu__items {
    background: none;
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px;
  }
}
@media (max-width: 700px) {
  .main-menu__submenu .submenu__items {
    -webkit-column-width: 250px;
    -moz-column-width: 250px;
    column-width: 250px;
  }
}
.main-menu__submenu .submenu__items .submenu__item {
  overflow: hidden; /* Fix for firefox and IE 10-11  */
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
  break-inside: avoid-column;
  width: 300px;
}

.main-menu__submenu .submenu__items .submenu__item:not(:last-child) {
  margin-bottom: 25px;
}
.main-menu__submenu .submenu__items .submenu__item .services-menu__link {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 133.9%;
  color: #3C3C3C;
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
  transition: 0.2s;
}
.main-menu__submenu .submenu__items .submenu__item .services-menu__link:hover {
  color: #a7d500;
  text-decoration: none;
}
@media (max-width: 992px) {
  .main-menu__submenu .submenu__items .submenu__item .services-menu__link {
    color: #ffffff;
  }
}
@media (max-width: 700px) {
  .main-menu__submenu .submenu__items .submenu__item .services-menu__link {
    font-size: 14px;
  }
}
.main-menu__submenu .submenu__items .submenu__item .submenu__item_title {
  display: flex;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #49517E;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .main-menu__submenu .submenu__items .submenu__item .submenu__item_title {
    display: flex;
    align-items: flex-start;
  }
  .main-menu__submenu .submenu__items .submenu__item .submenu__item_title:before {
    content: "\f111";
    margin-right: 16px;
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 6px;
    color: white;
  }
  .main-menu__submenu .submenu__items .submenu__item .submenu__item_title.has-children:not(.main-menu__submenu .submenu__items .submenu__item .submenu__item_title.has-children.opened):after {
    content: "\f078";
    margin-left: 20px;
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 20px;
    color: white;
  }
  .main-menu__submenu .submenu__items .submenu__item .submenu__item_title.has-children.opened:after {
    content: "\f077";
    margin-left: 20px;
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 20px;
    color: white;
  }
}
@media (max-width: 700px) {
  .main-menu__submenu .submenu__items .submenu__item .submenu__item_title {
    font-size: 16px;
  }
}
.main-menu__submenu .submenu__items .submenu__item .submenu__item_title .menu-subtitle__name {
  text-decoration: none;
  color: #49517E;
}
.main-menu__submenu .submenu__items .submenu__item .submenu__item_title .menu-subtitle__name.active {
  color: #a7d500;
}
@media (max-width: 992px) {
  .main-menu__submenu .submenu__items .submenu__item .submenu__item_title .menu-subtitle__name {
    color: #ffffff;
  }
  .main-menu__submenu .submenu__items .submenu__item .submenu__item_title .menu-subtitle__name:hover {
    color: #a7d500;
  }
}
.main-menu__submenu .submenu__items .submenu__item .submenu__item_title .menu-subtitle__name:hover {
  text-decoration: none;
  color: #222D69;
}
@media (max-width: 992px) {
  .main-menu__submenu .submenu__items .submenu__item .submenu__item_children.hide {
    display: none;
    opacity: 0;
  }
}
.main-menu__submenu .submenu__items .submenu__item .submenu__item_link.active {
  color: #a7d500;
}
@media (max-width: 992px) {
  .main-menu__submenu .submenu__items .submenu__item .submenu__item_link {
    padding-left: 30px;
  }
}
.main-menu__button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .main-menu__button-container {
    display: flex;
  }
}
.main-menu__button-container .main-menu__button,
.main-menu__button-container .main-menu__button::before,
.main-menu__button-container .main-menu__button::after {
  display: block;
  background-color: white;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}
.main-menu__button-container .main-menu__button::before {
  content: "";
  margin-top: -8px;
}
.main-menu__button-container .main-menu__button::after {
  content: "";
  margin-top: 8px;
}
.main-menu input[type=checkbox] {
  display: none;
}
.main-menu input[type=checkbox]:checked + .main-menu__button-container .main-menu__button::before {
  margin-top: 0;
  transform: rotate(405deg);
}
.main-menu input[type=checkbox]:checked + .main-menu__button-container .main-menu__button {
  background: transparent;
}
.main-menu input[type=checkbox]:checked + .main-menu__button-container .main-menu__button::after {
  margin-top: 0;
  transform: rotate(-405deg);
}
@media (max-width: 992px) {
  .main-menu input[type=checkbox]:checked ~ .main-menu__items {
    visibility: visible;
    max-height: 80vh;
    overflow-y: auto;
  }
  .main-menu input[type=checkbox]:checked ~ .main-menu__items .main-menu__item {
    height: auto;
    padding: 17px;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
}

.main-adress {
  text-align: left;
}

.footer_page .phones a,
.footer_page .address > span,
.footer_page .email a {
  display: block;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.footer_page .phones a {
  margin-bottom: 0px;
}

.footer_page .phones img {
  width: 20px;
  height: 20px;
}

.footer_page .phones a:before,
.footer_page .email a:before {
  position: absolute;
  top: 0;
  left: 0;
}

.footer_page .phones .velcom:before {
  content: url(/themes/classic/images/logo111.png);
}

.footer_page .phones .mts:before {
  content: url(/upload/mts_ico_footer.png);
}

.footer_page .email a:before {
  content: url(/upload/email_ico_footer.png);
}

@media (max-width: 768px) {
  .main-adress {
    text-align: left;
  }
}
.footer-section {
  width: 100%;
  padding: 35px 0 35px;
}
.footer-section .footer-container {
  display: grid;
  grid-template-areas: "logo social phones";
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-column-gap: 15px;
}
.footer-container .nav-pills {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: space-between;
}
.footer-container .nav-pills .menu_link {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-container .nav-pills .menu_item.active > .menu_link {
  color: #a7d500;
}
@media (max-width: 992px) {
  .footer-section .footer-container {
    grid-template-areas: "logo social phones";
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-container .nav-pills {
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .footer-section .footer-container {
    grid-template-areas: "logo" "social" "phones";
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    align-items: center;
  }
}
.footer-section .footer-container .footer-logo {
  grid-area: logo;
}
@media (max-width: 700px) {
  .footer-section .footer-container .footer-logo {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.footer-section .footer-container .footer-logo .logo-footer {
  margin-bottom: 35px;
}
@media (max-width: 700px) {
  .footer-section .footer-container .footer-logo .logo-footer {
    margin-bottom: 20px;
  }
}
.footer-section .footer-container .footer-logo .address .main-adress {
  display: flex;
  align-items: center;
}
.footer-section .footer-container .footer-logo .address .main-adress:before {
  content: "\f3c5";
  margin-right: 10px;
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 19px;
}
.footer-section .footer-container .social {
  grid-area: social;
}
.footer-section .footer-container .social .social-row {
  display: flex;
  justify-content: center;
  column-gap: 25px;
}
.footer-section .footer-container .social .social-row a {
  color: rgba(255, 255, 255, 0.6);
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.footer-section .footer-container .social .social-row a:hover {
  color: #a7d500;
  text-decoration: none;
}
.footer-section .footer-container .social .social-row i {
  font-size: 35px;
}
.footer-section .footer-container .footer-phones {
  grid-area: phones;
}
@media (max-width: 992px) {
  .footer-section .footer-container .footer-phones {
    /* align-self: end; */
  }
}
@media (max-width: 700px) {
  .footer-section .footer-container .footer-phones {
    /* align-self: center; */
  }
}
.footer-section .footer-container .footer-phones .phones {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 992px) {
  .footer-section .footer-container .footer-phones .phones {
    justify-content: center;
  }
}
.footer-section .footer-container .footer-phones .phones i {
  font-size: 25px;
}
.footer-section .footer-container .footer-phones .phones a {
  color: rgba(255, 255, 255, 0.6);
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.footer-section .footer-container .footer-phones .phones a:hover {
  color: #a7d500;
  text-decoration: none;
}

label.form-group__label {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

@media (max-width: 991px) {
  label.form-group__label {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  label.form-group__label {
    font-size: 14px;
  }
}
@media (max-width: 325px) {
  label.form-group__label {
    font-size: 14px;
  }
}
#modal_order_form .error_message.active,
#modal_order_form .contact-form .form_item input,
#modal_order_form .contact-form .form_item textarea {
  color: #fff;
}

#modal_order_form ::placeholder { /* Firefox, Chrome, Opera */
  color: #fff;
}

#modal_order_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#modal_order_form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.form__errors {
  font-size: 24px;
  margin: 10px 0;
  padding: 4px 0;
  color: red;
}

.form__error_message {
  font-size: 15px;
  padding: 0;
  margin: 6px 0;
  line-height: 1;
  height: 15px;
  color: red;
}

.footer-section {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
}
.footer-section .form-group {
  margin-bottom: 0;
}
.footer-section .form-section .order-form-footer {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  grid-template-areas: "raiting email text" "raiting phone text" "raiting additional send" ". errors errors";
  grid-column-gap: 30px;
  grid-row-gap: 5px;
}
@media (max-width: 992px) {
  .footer-section .form-section .order-form-footer {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "raiting raiting" "email text" "phone text" "additional send" ". errors";
  }
}
@media (max-width: 576px) {
  .footer-section .form-section .order-form-footer {
    grid-template-columns: 1fr;
    grid-template-areas: "raiting" "email" "phone" "text" "additional" "send" "errors" ".";
  }
}
.footer-section .form-section .order-form-footer .free-raiting {
  grid-area: raiting;
  padding: 0 20px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.footer-section .form-section .order-form-footer .free-raiting .arrow-internal:before, .footer-section .form-section .order-form-footer .free-raiting .arrow-internal:after {
  content: "";
  height: 50%;
  width: 10%;
  position: absolute;
  left: -40px;
  border: 1px solid #a7d500;
}
.footer-section .form-section .order-form-footer .free-raiting .arrow-internal:before {
  top: 0;
  border-bottom: 0px;
  transform: skew(30deg, 0deg);
}
.footer-section .form-section .order-form-footer .free-raiting .arrow-internal:after {
  bottom: 0;
  border-top: 0px;
  transform: skew(-30deg, 0deg);
}
.footer-section .form-section .order-form-footer .form__email {
  grid-area: email;
}
.footer-section .form-section .order-form-footer .form__phone2 {
  grid-area: phone2;
}
.footer-section .form-section .order-form-footer .form__phone {
  grid-area: phone;
}
.footer-section .form-section .order-form-footer .form__additional {
  grid-area: additional;
  margin: 15px 0;
}
.footer-section .form-section .order-form-footer .form__text {
  grid-area: text;
}
.footer-section .form-section .order-form-footer .form__send {
  grid-area: send;
  margin: 15px 0;
}
.footer-section .form-section .order-form-footer .form__errors {
  grid-area: errors;
}
.arrow-right {
  cursor: pointer;
}
.arrow-right span {
  display: block;
  width: 40px;
  height: 40px;
  border-top: 3px solid #739208;
  border-right: 3px solid #a7d500;
  margin: -2px;
  animation: arrow-right 1s infinite;
  float: right;
}
.arrow-right span:nth-child(2) {
  animation-delay: -0.1s;
}
.arrow-right span:nth-child(3) {
  animation-delay: -0.2s;
}

@keyframes arrow-right {
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(0px, 0px);
  }
  50% {
    opacity: 1;
  }
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(0px, 0px);
  }
}
.modal_order_form .form_item_additional {
  margin: 15px 0;
}
.modal_order_form .modal-content {
  background-color: #212121;
  font-family: Montserrat;
  font-style: normal;
  padding: 30px 60px 60px;
}
@media (max-width: 576px) {
  .modal_order_form .modal-content {
    padding: 30px;
  }
}
.modal_order_form .modal-content .modal-header .modal-title {
  font-weight: 500;
  font-size: 31px;
  line-height: 38px;
  color: #FFFFFF;
  margin-top: 60px;
}
@media (max-width: 576px) {
  .modal_order_form .modal-content .modal-header .modal-title {
    font-size: 20px;
    margin-top: 30px;
  }
}
.modal_order_form .modal-content .modal-header .close {
  position: absolute;
  right: 25px;
  color: #ffffff;
  opacity: 0.75;
  text-shadow: none;
}

#main-banner-company {
  background-position-x: center;
  height: 725px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  #main-banner-company {
    height: 730px;
  }
}
#main-banner-company #myVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#main-banner-company .links {
  margin-top: 10px;
}
#main-banner-company .links a {
  margin-right: 20px;
}
#main-banner-company li::marker:hover {
  color: #a7d500;
}
#main-banner-company li a:hover {
  color: #a7d500;
  stroke: #a7d500;
}
#main-banner-company .main-container-video {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 100px;
}
#main-banner-company .main-container-video .banner-content {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  z-index: 1;
}
#main-banner-company .main-container-video .banner-content .main-title {
  font-weight: 600;
  font-size: 52px;
  line-height: 63px;
  letter-spacing: 0.015em;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 992px) {
  #main-banner-company .main-container-video .banner-content .main-title {
    font-size: 45px;
    line-height: 56px;
  }
}
@media (max-width: 700px) {
  #main-banner-company .main-container-video .banner-content .main-title {
    font-size: 40px;
    line-height: 51px;
  }
}
@media (max-width: 500px) {
  #main-banner-company .main-container-video .banner-content .main-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 350px) {
  #main-banner-company .main-container-video .banner-content .main-title {
    font-size: 30px;
    line-height: 41px;
  }
}
#main-banner-company .main-container-video .banner-content .main-title:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background: #ffffff;
  left: 0px;
  bottom: -2rem;
}
@media (max-width: 500px) {
  #main-banner-company .main-container-video .banner-content .main-title:after {
    bottom: -1rem;
  }
}
#main-banner-company .main-container-video .banner-content .checked-square-list {
  padding-left: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  #main-banner-company .main-container-video .banner-content .checked-square-list {
    font-size: 16px;
  }
}
#main-banner-company .main-container-video .banner-content .checked-square-list li a {
  text-decoration: none;
  color: #FFFFFF;
}
#main-banner-company .main-container-video .banner-content .btn-qua-form {
  background-color: #a7d500;
  color: #ffffff;
  font-weight: bold;
  padding: 12px 33px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 20px 0 0;
}
@media (max-width: 1200px) {
  #main-banner-company .main-container-video .banner-content .btn-qua-form {
    margin: 20px 0;
  }
}
@media (max-width: 500px) {
  #main-banner-company .main-container-video .banner-content .btn-qua-form {
    margin: 5px 0;
  }
}
#main-banner-company .main-container-video .banner-content .btn-qua-form:hover {
  background-color: #B0DB18;
  cursor: pointer;
  color: #000000;
}
#main-banner-company .main-container-video .banner-content .socials-container {
  margin: 20px 0;
}
#main-banner-company .main-container-video .banner-content .socials-container .networks {
  display: flex;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
#main-banner-company .main-container-video .banner-content .socials-container .links {
  display: flex;
}
#main-banner-company .main-container-video .banner-content .socials-container .links a {
  width: 40px;
  height: 40px;
  display: block;
}

.home-content .container-services .service-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 10px;
}
.home-content .container-services .service-items .service-item {
  border: 1px solid #000;
  padding-right: 20px;
  padding-left: 20px;
}
.home-content .main-directions {
  padding: 30px 0;
}
.home-content .main-directions .steps-list {
  display: flex;
  flex-direction: column;
}
.home-content .main-directions .steps-list .step {
  position: relative;
  min-height: 100px;
  padding: 15px 0;
  display: grid;
}
.home-content .main-directions .steps-list .step:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: calc(50% + 35px);
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: calc(100% - 35px);
  background: radial-gradient(#a7d500 3px, transparent 0) center, transparent;
  background-size: 20px 20px;
  background-repeat: repeat-y;
  background-position: 0 0;
}
@media (max-width: 576px) {
  .home-content .main-directions .steps-list .step:not(:last-of-type):after {
    left: 35px;
  }
}
.home-content .main-directions .steps-list .step .step-content {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 30px;
  width: calc(50% - 70px);
  position: relative;
  border-right: 5px solid #a7d500;
}
.home-content .main-directions .steps-list .step .step-content:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translateY(-50%);
  width: 0;
  border: 15px solid transparent;
  border-left-color: #a7d500;
}
@media (max-width: 576px) {
  .home-content .main-directions .steps-list .step .step-content {
    width: calc(100% - 100px);
    justify-self: end;
    border-right: none;
    border-left: 5px solid #a7d500;
  }
  .home-content .main-directions .steps-list .step .step-content:after {
    left: -32px;
    border: 15px solid transparent;
    border-right-color: #a7d500;
  }
}
.home-content .main-directions .steps-list .step .step-content.right {
  justify-self: end;
  border-right: none;
  border-left: 5px solid #a7d500;
}
.home-content .main-directions .steps-list .step .step-content.right:after {
  left: -32px;
  border: 15px solid transparent;
  border-right-color: #a7d500;
}
.home-content .main-directions .steps-list .step .step-content .step-title {
  font-weight: 600;
  font-size: 20px;
  position: relative;
}
.home-content .main-directions .steps-list .step .step-num {
  background: white;
  border: 10px solid #a7d500;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 800;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .home-content .main-directions .steps-list .step .step-num {
    left: 0;
    transform: translate(0%, -50%);
  }
}

.rss-section {
  color: #424242;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1099px) {
  .rss-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .rss-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.rss-section .clients-text {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 156.68%;
  text-align: justify;
  word-wrap: break-word;
}
@media (max-width: 1099px) {
  .rss-section .clients-text {
    font-size: 16px;
    line-height: 1.31rem;
  }
}
.rss-section .clients-text p {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .rss-section .clients-text p {
    margin-bottom: 15px;
  }
}

.block-2-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 55px;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 176.18%;
  color: #2B2B2B;
}
@media (max-width: 1099px) {
  .block-2-row {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .block-2-row {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
@media (max-width: 768px) {
  .block-2-row {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.block-2-row.with-title {
  grid-template-areas: "title title" "text image";
  grid-row-gap: 25px;
}
@media (max-width: 992px) {
  .block-2-row.with-title {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "text" "image";
    grid-gap: 40px;
  }
}
.block-2-row.with-title.image-left {
  grid-template-areas: "title title" "image text";
}
@media (max-width: 992px) {
  .block-2-row.with-title.image-left {
    grid-template-areas: "title" "image" "text";
  }
}
.block-2-row.with-title .block-title {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.1;
  color: #000000;
  grid-area: title;
}
@media (max-width: 545px) {
  .block-2-row.with-title .block-title {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 425px) {
  .block-2-row.with-title .block-title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 375px) {
  .block-2-row.with-title .block-title {
    font-size: 41px;
    line-height: 52px;
  }
}
@media (max-width: 325px) {
  .block-2-row.with-title .block-title {
    font-size: 35px;
    line-height: 45px;
  }
}
.block-2-row.with-title .block-2-row_text {
  grid-area: text;
}
.block-2-row.with-title .block-2-row_image {
  grid-area: image;
}
.block-2-row .block-2-row_text {
  font-size: 18px;
  line-height: 176.18%;
  color: #2B2B2B;
}
.block-2-row .block-2-row_text .checked-list {
  max-width: 600px;
  margin: 0 auto;
}
.block-2-row .block-2-row_image img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: block;
}

#our-portfolio {
  margin-bottom: 50px;
}
#our-portfolio .all-project {
  margin-top: 54px;
  margin-bottom: 0;
}

.services-container-new {
  background: #a7d500;
  color: white;
  margin-bottom: 30px;
}
.services-container-new__title {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.1;
  color: white;
  padding: 20px 0 30px;
}

.footer_page .rss {
  /*margin-bottom: 70px;*/
  background: #F9F9FF;
}

.rss-section .section-title {
  font-size: 36px;
  margin: 50px 0 25px;
}

.checked-list {
  padding-left: 0;
}

.checked-list li a {
  text-decoration: none;
}

.icon-firection {
  fill: #6556A1;
}

.checked-list li a:hover {
  color: #a7d500;
  stroke: #a7d500;
  fill: #a7d500;
}

.checked-list-eng {
  margin: 21% 0 21% 10%;
}

.checked-list li {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 237.18%;
  color: #000000;
}

.checked-list .livicon-evo {
  position: absolute;
  left: 0;
}

.contacts-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
@media (max-width: 700px) {
  .contacts-page {
    grid-template-columns: 1fr;
  }
}
.contacts-page .block-contacts_text {
  max-width: 620px;
  width: 100%;
  margin-left: auto;
  padding: 0 20px;
}
@media (max-width: 1400px) {
  .contacts-page .block-contacts_text {
    margin-top: 40px;
  }
}
@media (max-width: 998px) {
  .contacts-page .block-contacts_text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.contacts-page .block-contacts_text .title {
  margin-bottom: 16px;
}
@media (max-width: 998px) {
  .contacts-page .block-contacts_text .title {
    font-size: 38px;
  }
}
.contacts-page .block-contacts_image {
  max-height: 980px;
  height: 100%;
}
@media (max-width: 700px) {
  .contacts-page .block-contacts_image {
    display: none;
  }
}
.contacts-page .block-contacts_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}

.blog-wrapper .blog-container {
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-gap: 50px;
}
@media (max-width: 1099px) {
  .blog-wrapper .blog-container {
    grid-template-columns: 1fr 300px;
    grid-gap: 30px;
  }
}
@media (max-width: 700px) {
  .blog-wrapper .blog-container {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}
.blog-wrapper .blog-container .blog-grid .items .post_list_item {
  max-width: 720px;
}
.blog-wrapper .blog-container .blog-grid .items .post_list_item .post_list_item_link .blog_img_box {
  width: 100%;
  height: 100%;
}
.blog-wrapper .blog-container .blog-grid .items .post_list_item .post_list_item_link .blog_img_box img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.blog-wrapper .blog-container .blog-sidebar .sidebar-container {
  top: 120px;
}

.about-company-page .title {
  font-size: 50px;
  font-weight: 600;
  color: black;
  text-align: center;
  font-family: Montserrat, sans-serif;
}
.about-company-page .about-tanix {
  font-size: 18px;
  justify-content: center;
  text-align: start;
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-company-page #works {
  padding: 30px 0;
}
.about-company-page #works .section-title {
  margin-top: 0;
}
.about-company-page #works .works-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media (max-width: 992px) {
  .about-company-page #works .works-list {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.about-company-page #works .works-list .work-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 992px) {
  .about-company-page #works .works-list .work-item {
    align-items: center;
  }
}
.about-company-page #works .works-list .work-item:not(:last-child) .work-item_circle:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #8E98D2;
  width: 100%;
  left: 42px;
}
@media (max-width: 992px) {
  .about-company-page #works .works-list .work-item:not(:last-child) .work-item_circle:before {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 42px;
  }
}
@media (max-width: 992px) {
  .about-company-page #works .works-list .work-item:last-child .work-item_circle:before {
    content: "";
    position: absolute;
    background: #8E98D2;
    width: 2px;
    height: 50%;
    left: 50%;
    top: 42px;
  }
}
.about-company-page #works .works-list .work-item .work-item_circle {
  width: 42px;
  height: 42px;
  background-color: #8E98D2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: Montserrat;
  color: #FFFFFF;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .about-company-page #works .works-list .work-item .work-item_text {
    text-align: center;
    background-color: white;
    z-index: 2;
  }
}
.about-company-page .works .steps-list {
  display: flex;
  flex-direction: column;
}
.about-company-page .works .steps-list .step {
  position: relative;
  min-height: 100px;
  padding: 15px 0;
  display: grid;
}
.about-company-page .works .steps-list .step:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: calc(50% + 35px);
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: calc(100% - 35px);
  background: radial-gradient(#a7d500 3px, transparent 0) center, transparent;
  background-size: 20px 20px;
  background-repeat: repeat-y;
  background-position: 0 0;
}
@media (max-width: 576px) {
  .about-company-page .works .steps-list .step:not(:last-of-type):after {
    left: 35px;
  }
}
.about-company-page .works .steps-list .step .step-content {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 30px;
  width: calc(50% - 70px);
  position: relative;
  border-right: 5px solid #a7d500;
}
.about-company-page .works .steps-list .step .step-content:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translateY(-50%);
  width: 0;
  border: 15px solid transparent;
  border-left-color: #a7d500;
}
@media (max-width: 576px) {
  .about-company-page .works .steps-list .step .step-content {
    width: calc(100% - 100px);
    justify-self: end;
    border-right: none;
    border-left: 5px solid #a7d500;
  }
  .about-company-page .works .steps-list .step .step-content:after {
    left: -32px;
    border: 15px solid transparent;
    border-right-color: #a7d500;
  }
}
.about-company-page .works .steps-list .step .step-content.right {
  justify-self: end;
  border-right: none;
  border-left: 5px solid #a7d500;
}
.about-company-page .works .steps-list .step .step-content.right:after {
  left: -32px;
  border: 15px solid transparent;
  border-right-color: #a7d500;
}
.about-company-page .works .steps-list .step .step-content .step-title {
  font-weight: 600;
  font-size: 20px;
  position: relative;
}
.about-company-page .works .steps-list .step .step-num {
  background: white;
  border: 10px solid #a7d500;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 800;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .about-company-page .works .steps-list .step .step-num {
    left: 0;
    transform: translate(0%, -50%);
  }
}
.about-company-page .clients {
  padding: 70px 0;
}
.about-company-page .clients .section-title {
  margin-top: 0;
}
.about-company-page .clients.section-cart {
  padding: 70px 0;
}
.about-company-page .world-map-container {
  overflow: auto;
}
.about-company-page #our-achievments .our-achievments-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-gap: 30px;
}
@media (max-width: 500px) {
  .about-company-page #our-achievments .our-achievments-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 0;
  }
}
.about-company-page .opportunities {
  background: #F7F7F7;
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-company-page .opportunities .opportunities-list {
  padding-left: 0;
  -webkit-column-width: 300px; /*column-width — оптимальная ширина колонок. Chrome и Safari*/
  -moz-column-width: 300px; /*column-width — оптимальная ширина колонок. Firefox */
  column-width: 300px; /*column-width — оптимальная ширина колонок.*/
  -webkit-column-gap: 30px; /*column-gap — расстояние между колонками.*/
  -moz-column-gap: 30px; /*column-gap — расстояние между колонками.*/
  column-gap: 30px; /*column-gap — расстояние между колонками.*/
}
.about-company-page .opportunities .opportunities-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #a7d500;
  padding-right: 10px;
}
.about-company-page .about-tanix-head {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .about-company-page .about-tanix-head {
    grid-template-columns: 1fr;
  }
  .about-company-page .about-tanix-head .facts-about {
    height: 150px;
  }
}
.about-company-page .facts-about {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.about-company-page .facts-about .fact {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.5s;
  font-size: 16px;
}
.about-company-page .facts-about .fact.active {
  opacity: 1;
}
.about-company-page .facts-about .fact .fact-title {
  font-size: 80px;
  color: #a7d500;
  font-weight: 600;
}
.about-company-page .reviews .title {
  margin-bottom: 20px;
}
.about-company-page .reviews .review {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.about-company-page .reviews .review .user-info {
  display: grid;
  grid-template-areas: "photo name" "photo company";
  grid-row-gap: 10px;
  grid-column-gap: 30px;
}
.about-company-page .reviews .review .photo {
  grid-area: photo;
  max-width: 150px;
}
.about-company-page .reviews .review .photo img {
  width: 100%;
  -webkit-mask: url(/upload/new-style/review-img-mask.png);
  mask: url(/upload/new-style/review-img-mask.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.about-company-page .reviews .review .client-name {
  grid-area: name;
  font-size: 20px;
  font-weight: 800;
  align-self: end;
}
.about-company-page .reviews .review .client-company {
  grid-area: company;
  font-size: 14px;
  font-weight: 600;
}
.about-company-page .reviews .review .review-intro {
  margin-bottom: 15px;
}

/* Относительное позиционирование */
#wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid #fafafa;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

/* Скрываем оригинальное содержание подсказки */
.pin {
  display: none;
}

/* Стили для подсказкии и метки */
/* .tooltip-up, .tooltip-down {
     position: absolute;
     background: url(/themes/classic/img/cart/ae.svg);
     width: 42px;
     height: 54px;
 }*/
.tooltip-up {
  position: absolute;
  width: 42px;
  height: 54px;
  background-repeat: no-repeat;
  background-size: contain;
}

.tooltip-up.up0, .tooltip-down.down0 {
  background-image: url(/themes/classic/img/cart/blue.svg);
}

.tooltip-up.up1, .tooltip-down.down1 {
  background-image: url(/themes/classic/img/cart/turquoise.svg);
}

.tooltip-up.up2, .tooltip-down.down2 {
  background-image: url(/themes/classic/img/cart/turquoise.svg);
}

.tooltip-up.up3, .tooltip-down.down3 {
  background-image: url(/themes/classic/img/cart/purple.svg);
}

.tooltip-up.up4, .tooltip-down.down4 {
  background-image: url(/themes/classic/img/cart/purple.svg);
}

.tooltip-up.up5, .tooltip-down.down5 {
  background-image: url(/themes/classic/img/cart/purple.svg);
}

.tooltip-up.up6, .tooltip-down.down6 {
  background-image: url(/themes/classic/img/cart/purple.svg);
}

.tooltip-up.up7, .tooltip-down.down7 {
  background-image: url(/themes/classic/img/cart/purple.svg);
}

.tooltip-up.up8, .tooltip-down.down8 {
  background-image: url(/themes/classic/img/cart/purple.svg);
}

.tooltip-up.up9, .tooltip-down.down9 {
  background-image: url(/themes/classic/img/cart/purple.svg);
}

.tooltip-up.up10, .tooltip-down.down10 {
  background-image: url(/themes/classic/img/cart/purple.svg);
}

.tooltip-up.up11, .tooltip-down.down11 {
  background-image: url(/themes/classic/img/cart/purple.svg);
}

.tooltip-down {
  background-position: 0 -52px;
}

.tooltip {
  opacity: 1;
  display: none;
  width: 200px;
  cursor: help;
  text-shadow: 0 1px 0 #fff;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 999;
  padding: 15px;
  color: #222;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.7);
  background: #fff1d3;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff1d3), to(#ffdb90));
  background: -webkit-linear-gradient(top, #fff1d3, #ffdb90);
  background: -moz-linear-gradient(top, #fff1d3, #ffdb90);
  background: -ms-linear-gradient(top, #fff1d3, #ffdb90);
  background: -o-linear-gradient(top, #fff1d3, #ffdb90);
  background: linear-gradient(top, #fff1d3, #ffdb90);
}

.tooltip::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom: 10px solid #fff1d3;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.tooltip-down .tooltip {
  bottom: 12px;
  top: auto;
}

.tooltip-down .tooltip::after {
  bottom: -10px;
  top: auto;
  border-bottom: 0;
  border-top: 10px solid #ffdb90;
}

.tooltip h2 {
  font: bold 1.3em "Trebuchet MS", Tahoma, Arial;
  margin: 0 0 10px;
}

.tooltip ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.achievement-img-wrapper {
  /* position: relative;*/
}

div.achievement-img-wrapper img {
  position: relative;
  z-index: 2;
}

div.achievement-img-wrapper div.content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  word-wrap: break-word;
  width: 100%;
  line-height: 1.2;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 10px;
  padding-bottom: 30px;
}

.col-md-12.work {
  padding-bottom: 61px;
}

div#our-achievments {
  background: #F7F7F7;
  padding-top: 1px;
  padding-bottom: 1px;
}

#our-achievments .achievement-img-wrapper {
  height: 200px;
  margin-bottom: 30px;
  padding: 10px;
  background: #fff;
  background-size: contain;
  -webkit-filter: none;
  filter: none;
  line-height: 200px;
}

.clients.section-cart {
  background-color: #F7F7F7;
  padding-bottom: 50px;
  padding-top: 1px;
}

#our-achievments .achievement {
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  overflow: hidden;
}
#our-achievments .achievement-img-wrapper:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#our-achievments .achievement-img-wrapper img {
  display: inline-block;
  max-width: 100%;
  margin-top: -20px;
  vertical-align: middle;
}

.service-page a.anchor {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden;
}
.service-page a:hover {
  color: #a7d500;
  text-decoration: none;
}
.service-page .block-two-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 55px;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 176.18%;
  color: #2B2B2B;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 1099px) {
  .service-page .block-two-row {
    grid-gap: 40px;
  }
}
@media (max-width: 992px) {
  .service-page .block-two-row {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
@media (max-width: 576px) {
  .service-page .block-two-row {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .service-page .block-two-row {
    position: relative;
    padding: 50px 150px 50px 30px;
  }
}
@media (min-width: 700px) and (max-width: 768px) {
  .service-page .block-two-row {
    position: relative;
    padding: 50px 100px 50px 30px;
  }
}
@media (min-width: 576px) and (max-width: 700px) {
  .service-page .block-two-row {
    position: relative;
    padding: 50px 30px 50px 30px;
  }
}
.service-page .block-two-row.image-left .block-two-row_text {
  max-width: 700px;
  margin-left: 0;
  margin-right: auto;
  padding-right: 30px;
}
.block-two-row_text p {
  font-size: 18px;
  line-height: 156.4%;
  color: #3C3C3C;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 992px) {
  .service-page .block-two-row.image-left .block-two-row_text {
    max-width: none;
  }
}
.service-page .block-two-row.image-left .block-two-row_image img {
  margin-left: 0;
  margin-right: auto;
}
.service-page .block-two-row.with-title {
  grid-template-areas: "title title" "text image";
  grid-row-gap: 25px;
}
@media (max-width: 992px) {
  .service-page .block-two-row.with-title {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "text" "image";
    grid-gap: 40px;
  }
}
.service-page .block-two-row.with-title .block-title {
  font-weight: 600;
  font-size: 64px;
  line-height: 77px;
  color: #000000;
  grid-area: title;
}
@media (max-width: 545px) {
  .service-page .block-two-row.with-title .block-title {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 425px) {
  .service-page .block-two-row.with-title .block-title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 375px) {
  .service-page .block-two-row.with-title .block-title {
    font-size: 41px;
    line-height: 52px;
  }
}
@media (max-width: 325px) {
  .service-page .block-two-row.with-title .block-title {
    font-size: 35px;
    line-height: 45px;
  }
}
.service-page .block-two-row.with-title .block-two-row_text {
  grid-area: text;
}
.service-page .block-two-row.with-title .block-two-row_image {
  grid-area: image;
}
.service-page .block-two-row_text {
  font-size: 18px;
  line-height: 176.18%;
  color: #2B2B2B;
  max-width: 700px;
  margin-left: auto;
  text-align: justify;
  padding-left: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 2;
}
.service-page .block-two-row_text__title {
  font-size: 52px;
  text-align: left;
}
.service-page .block-two-row_text__subtitle {
  font-size: 28px;
  text-align: left;
  margin-bottom: 36px;
  font-weight: 600;
}
.block-two-row_text__list-title {
  font-size: 24px;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .service-page .block-two-row_text__title {
    font-size: 45px;
  }
  .service-page .block-two-row_text__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .service-page .block-two-row_text {
    max-width: none;
    margin-left: 0;
    padding: 30px;
  }
  .service-page .block-two-row_text__title {
    font-size: 52px;
  }
  .service-page .block-two-row_text__subtitle {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .service-page .block-two-row_text__title {
    font-size: 40px;
    line-height: 1.1;
  }
  .service-page .block-two-row_text__subtitle {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .service-page .block-two-row_text p {
    font-size: 16px;
  }
  .service-page .block-two-row_text .list-subtitle {
    font-size: 22px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .service-page .block-two-row_text {
    max-width: none;
    background: rgba(255, 255, 255, 0.9215686275);
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .service-page .block-two-row_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.service-page .block-two-row_image img {
  width: 100%;
  height: 100%;
  margin-left: auto;
  display: block;
}
.service-page .block-two-row_image img.without-max-width {
  max-width: none;
}
.service-page .block-two-row_image img.max-width-700 {
  max-width: 700px;
}
@media (max-width: 992px) {
  .service-page .block-two-row_image img.max-width-700 {
    max-width: none;
  }
}
@media (max-width: 992px) {
  .service-page .block-two-row_image img {
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .service-page .block-two-row_image img {
    position: absolute;
    object-fit: cover;
    object-position: bottom right;
  }
}
@media (max-width: 576px) {
  .service-page .block-two-row_image img {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 700px) {
  .service-page .design-first-block .block-two-row_text__title {
    font-size: 44px;
  }
}
.service-page .what-doing-container {
  padding: 100px 0;
}
.service-page .what-doing-container .title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  line-height: 63px;
  letter-spacing: 0.015em;
  color: #1C1C1C;
  margin-bottom: 36px;
}
.service-page .what-doing-container p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 156.4%;
  color: #3C3C3C;
  margin-bottom: 36px;
}
.service-page .what-doing-container .items-what-doing {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.service-page .what-doing-container .items-what-doing .item-what-doing {
  padding: 44px;
  margin: 0;
}
.service-page .what-doing-container .items-what-doing .item-what-doing svg {
  margin-bottom: 30px;
}
.modal-success .modal-dialog {
  width: 100%;
  max-width: 658px;
}
.modal-success .modal-content {
  background: #212121;
  border-radius: 8px;
  font-family: "Montserrat";
  font-style: normal;
}
.modal-success .modal-content .modal-body {
  padding: 28px;
}
.modal-success .modal-content .modal-body_title {
  font-weight: 500;
  font-size: 31px;
  line-height: 38px;
  color: #FFFFFF;
  text-align: center;
  margin: 16px 0;
}
.modal-success .modal-content .modal-body_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 16px 0 40px 0;
  text-align: center;
  color: #FFFFFF;
}
.modal-success .modal-content .modal-body_text .modal-body_text__style2 {
  color: #9DC800;
}

.modal-dialog-right {
  padding-right: 0 !important;
}
.modal-dialog-right .modal-dialog {
  margin-right: 0;
}






.footer-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  font-size: unset;
  line-height: unset;
}

.footer-section__column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-section__logo {
  max-width: 134px;
}
.footer-section__header {
  font-size: 26px;
  line-height: 26px;
}

.footer-section__list {
  padding: 0;
  margin: 0;
}

.footer-section__list-item a {
  font-size: 16px;
  line-height: 24px;
}

.footer-section__info {
  font-size: 16px;
  line-height: 24px;
}

.footer-section__phones img{
  display: none;
}
.footer-section__phones-icons {
  display: flex;
  align-items: center;
}
.footer-section__phones-icons a:not(:last-child){
  margin-right: 10px;
}
.column-logo, .column-customers, .column-contacts {
  flex: 1;
}
.column-services {
  flex: 2;
}
.column-services .footer-section__header {
  text-align: center;
}
.footer-section__services {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.column-services .footer-section__list {
  width: 50%;
}

@media (max-width: 640px) {
  .footer-section__services {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .footer-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-section__column {
    width: 100%;
  }
  .column-logo, .column-customers, .column-contacts, .column-services {
    flex: unset;
  }
  .footer-section__logo {
    margin: 0 auto 30px auto;
  }
  .footer-section__header {
    text-align: center;
    margin-bottom: 15px;
  }
  .column-services .footer-section__list {
    width: 100%;
  }
  .footer-section__column > .footer-section__list, .footer-section__services .footer-section__list:last-child {
    margin-bottom: 30px;
  }
  .footer-section__phones-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-section__phones-icons a {
    font-size: 30px;
  }
}


.btn.green-button-header.btn-center-right {
  display: none;
}

.fixed-service-menu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.fixed-service-menu__item {
  -webkit-box-shadow: 0px 6px 24px 0px rgba(29, 0, 41, 0.21);
  -moz-box-shadow: 0px 6px 24px 0px rgba(29, 0, 41, 0.21);
  box-shadow: 0px 6px 24px 0px rgba(29, 0, 41, 0.21);
  background-color: #a7d500;
  color: #ffffff;
  border-radius: 14px 0 0 14px;
  text-transform: inherit;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  margin: 10px 0;
}

.fixed-service-menu__item a{
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  padding: 13px 25px;
}

.fixed-service-menu__item a:hover {
  color: #fff;
}

@media (max-width: 1023px) {
  .fixed-service-menu__item a {
    font-size: 27px;
    padding: 5px 10px;
  }
}


.page-default-text {
  font-size: 18px;
  line-height: 156.4%;
  color: #3C3C3C;
  text-align: left;
}

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