.services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.services-list .itm {
  width: 32%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: #f4f4f4;
  border-radius: 6px;
  height: 180px;
  transition: all 200ms;
  position: relative;
  margin: 10px 0;
  overflow: hidden;
}
.services-list .itm:hover {
  color: #fff;
  background: linear-gradient(90deg, #0F3EB0 0%, #1CCDE5 100%);
}
.services-list .itm:hover span {
  color: #fff;
}
.services-list .itm:hover i {
  background: #fff;
}
.services-list .n {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 20px 20px 20px;
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.services-list .n p {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.services-list .n span {
  color: #1743bb;
  text-decoration: underline;
}
.services-list i {
  position: absolute;
  right: 38%;
  top: 0;
  width: 7px;
  height: 100%;
  background: #1743bb;
  transform: skew(22deg);
}
.services-page .block-title {
  display: flex;
  justify-content: space-between;
}
.services-page .block-title .h {
  flex: 1;
}
.price-accord-list .price-accord {
  border-bottom: #f4f4f4 1px solid;
  padding: 20px 0;
}
.price-accord .h {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-accord .h .t {
  display: flex;
  align-items: flex-end;
  line-height: 30px;
  padding-right: 2vw;
}
.price-accord .h .t span {
  font-size: 30px;
  font-weight: 700;
  margin-right: 4vw;
}
.price-accord .h .t a {
  color: #1743bb;
  text-decoration: underline;
  display: none;
}
.price-accord .h .b {
  font-size: 40px;
  font-weight: 700;
  color: #1743bb;
}
.price-accord .h .b:hover {
  cursor: pointer;
}
.price-accord .h .minus {
  display: none;
}
.price-accord .cont {
  display: none;
}
.price-accord.act .h .t a {
  display: block;
}
.price-accord.act .h .plus {
  display: none;
}
.price-accord.act .h .minus {
  display: block;
}
.price-accord.act .cont {
  display: block;
}
.pa-price {
  display: flex;
  align-items: stretch;
  padding: 20px;
  margin: 10px 0;
  border: #cbcbcb 1px solid;
  border-radius: 6px;
}
.pa-price .nm {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 20px;
}
.pa-price .nm p {
  margin: 5px 0 10px 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.pa-price .nm a {
  color: #1743bb;
  text-decoration: underline;
}
.pa-price .rbn {
  width: 80px;
}
.pa-price .prices {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
}
.pa-price .disc span {
  display: inline-block;
  padding: 6px 10px 4px 10px;
  background: #FCFF73;
  border-radius: 6px;
  font-weight: 600;
  line-height: 100%;
}
.pa-price .b .more {
  display: none;
}
.pa-price.-hdr {
  border: none;
  padding-bottom: 0;
}
.services-others {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}
.pa-price.other {
  flex-wrap: wrap;
  font-size: 12px;
}
.pa-price.other .nm {
  width: 100%;
  order: 1;
}
.pa-price.other .nm a {
  display: none;
}
.pa-price.other .rbn {
  order: 3;
}
.pa-price.other .prices {
  order: 2;
  padding-left: 0;
  padding-right: 0;
}
.pa-price.other .b {
  order: 4;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.pa-price.other .b .more {
  display: block;
  color: #1743bb;
  text-decoration: underline;
}
.pa-price.other.-hdr {
  display: none;
}
.price {
  display: flex;
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  white-space: nowrap;
}
.price:has(span) {
  flex-direction: column;
}
.price > span {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: line-through;
  color: #b5c7d3;
}
.price .tip {
  position: relative;
  display: inline-block;
  vertical-align: super;
  cursor: pointer;
}
.price .tip > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: #b5c7d3 1px solid;
  color: #b5c7d3;
  font-style: normal;
  font-size: 10px;
  background: #fff;
}
.price .tip .cont {
  display: none;
  position: absolute;
  bottom: 25px;
  width: 120px;
  left: -50px;
  font-size: 14px;
  font-weight: 400;
  background: #f4f4f4;
  border-radius: 6px;
  padding: 5px;
  white-space: nowrap;
  text-align: center;
}
.price .tip:hover i,
.price .tip:active i {
  color: #1743bb;
  border-color: #1743bb;
}
.price .tip:hover .cont,
.price .tip:active .cont {
  display: block;
}
.services-one-pt-btm {
  display: flex;
  align-items: center;
}
.services-one-pt-btm .prices {
  font-size: 26px;
  font-weight: 700;
  margin-right: 40px;
}
.services-one-pt-btm .prices span {
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
  color: #b5c7d3;
  margin-right: 10px;
}
.services-one-pt-ribbons {
  display: flex;
  flex-direction: column;
  position: absolute;
}
.services-one-pt-ribbons > * {
  margin-bottom: 20px;
}
.services-one-text h2,
.services-one-text h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.services-one-text > * {
  margin-bottom: 40px;
}
@media screen and (min-width: 1020px) {
  .pa-price .nm {
    padding-right: 20px;
  }
  .services-one-pt-ribbons {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1019px) {
  .services-list .itm {
    width: 48%;
  }
  .pa-price {
    padding: 10px;
  }
  .pa-price .nm {
    font-size: 18px;
  }
  .pa-price .prices {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pa-price .prices > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .services-one-pt-ribbons {
    left: 50%;
    bottom: -20px;
  }
  .pa-price.other .prices {
    flex-wrap: wrap;
  }
  .pa-price.other .prices > * {
    padding: 0;
  }
  .pa-price.other .prices .price {
    width: 50%;
  }
  .pa-price.other .prices .disc {
    width: 50%;
  }
  .pa-price.other .prices .dates {
    width: 100%;
    margin-top: 15px;
  }
  .pa-price.other .prices .dates br {
    display: none;
  }
  .services-one-text > * {
    margin-bottom: 20px;
  }
  .services-one-text .text-image {
    flex-direction: column;
  }
  .services-one-text .text-image img {
    width: 100%;
  }
  .services-one-text .text-image div {
    padding-left: 0;
  }
  .services-one-text .text-col-2 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 20px;
  }
  .services-one-text ul li,
  .services-one-text ol li {
    margin: 20px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1019px) {
  .pa-price.lst .dates {
    width: 100px;
  }
  .pa-price.lst .b .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .services-list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .services-list .itm {
    width: 100%;
    overflow: hidden;
  }
  .services-list .n p {
    font-size: 18px;
  }
  .services-list img {
    width: 46%;
  }
  .services-list i {
    transform: skew(20deg);
  }
  .services-list .wrp {
    width: calc(100vw - 20px);
    margin-right: 10px;
  }
  .services-list .scroll {
    display: flex;
    justify-content: flex-start;
  }
  .price-accord .h .t {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .price-accord .h .t span {
    font-size: 18px;
  }
  .price-accord .h .t a {
    line-height: 100%;
    margin-top: 10px;
  }
  .pa-price {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }
  .pa-price .nm {
    width: 75%;
    flex-direction: row;
  }
  .pa-price .nm p {
    margin: 0;
  }
  .pa-price .nm a {
    display: none;
  }
  .pa-price .rbn {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .pa-price .prices {
    padding: 15px 0;
    flex-wrap: wrap;
    width: 100%;
  }
  .pa-price .prices > * {
    padding: 5px 0;
  }
  .pa-price .prices .price {
    width: 30%;
  }
  .pa-price .prices .disc {
    width: 70%;
  }
  .pa-price .prices .dates {
    width: 100%;
  }
  .pa-price .prices .dates br {
    display: none;
  }
  .pa-price .b {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pa-price .b .more {
    display: block;
    color: #1743bb;
    text-decoration: underline;
  }
  .pa-price.other {
    position: static;
    flex-direction: row;
  }
  .pa-price.other .rbn {
    position: static;
    top: unset;
    right: unset;
    padding-top: 15px;
  }
  .pa-price.other .prices {
    width: calc(100% - 90px);
    flex: unset;
  }
  .pa-price.-hdr {
    display: none;
  }
  .services-one-pt-btm {
    flex-direction: column;
    align-items: flex-start;
  }
  .services-one-pt-btm .btn {
    margin-top: 20px;
  }
  .services-one-pt-ribbons {
    flex-direction: row;
    bottom: 0;
  }
  .services-one-pt-ribbons > * {
    margin: 0 10px;
  }
  .services-others {
    grid-template-columns: 1fr;
  }
}
.auto-brands {
  background: #f4f4f4;
}
.auto-brands-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.auto-brands-list div {
  width: 20%;
  padding: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.auto-brands-list p {
  margin: 30px 0 0 0;
}
.auto-brands-line {
  background: linear-gradient(to right, #0F3EB0 0%, #1CCDE5 100%);
}
.auto-brands-line .txt {
  width: 50%;
  padding-right: 20px;
  color: #fff;
}
.auto-brands-line .logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
}
.auto-brands-line .logos div {
  width: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auto-brands-line .logos img {
  width: auto;
  min-height: 20px;
}
@media screen and (max-width: 1019px) {
  .auto-brands-list {
    margin: 20px 0;
  }
  .auto-brands-list div {
    padding: 20px;
  }
  .auto-brands-list p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .auto-brands-list div {
    padding: 10px;
    width: 33%;
  }
  .auto-brands-list p {
    margin-top: 10px;
  }
  .auto-brands-line {
    padding: 10px 15px;
  }
  .auto-brands-line .cont > img {
    display: none;
  }
  .auto-brands-line .wrp {
    flex-direction: column;
  }
  .auto-brands-line .txt {
    width: 100%;
    text-align: center;
  }
  .auto-brands-line .logos {
    width: 100%;
    margin-top: 10px;
  }
}
.sto-box {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.sto-box > .btn-wrp {
  display: none;
}
.sto-tabs-wrp {
  display: flex;
}
.sto-tabs-wrp .btn {
  font-size: 14px;
  font-weight: 700;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 20px;
}
.sto-tab-item {
  display: none;
  width: 100%;
}
.sto-tab-item.act {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.sto-slider {
  width: 100%;
}
.sto-slider > i {
  background: #fff;
}
.sto-slider .prev {
  left: -15px !important;
}
.sto-slider .next {
  right: -15px !important;
}
.sto-slider .slide {
  border-radius: 6px;
}
.sto-slider .slide > * {
  width: 100%;
  height: 100%;
  display: block;
}
.sto-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.sto-adr-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  margin-top: 20px;
}
.sto-adr h3 {
  margin: 0 0 15px 0;
  font-size: 22px;
  font-weight: 600;
}
.sto-adr p {
  margin: 10px 0;
}
.sto-adr p strong {
  font-size: 18px;
  font-weight: 700;
}
.sto-map a {
  display: block;
  width: 100%;
  height: 100%;
}
.sto-map a img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sto-rate-routes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.sto-routes {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.sto-routes a {
  padding: 5px 20px;
  text-align: center;
  border: #1743bb 1px solid;
  border-radius: 6px;
  margin: 5px;
  font-size: 14px;
}
.sto-routes a:hover {
  background: #1743bb;
  color: #fff;
}
@media screen and (min-width: 1020px) {
  .sto-tabs-wrp {
    width: 21%;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 20px;
  }
  .sto-tabs-content {
    width: 79%;
  }
  .sto-tabs {
    background: #f4f4f4;
    border-radius: 6px;
  }
  .sto-tabs > * {
    display: block;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #616161;
    position: relative;
    border-radius: 6px;
  }
  .sto-tabs > *.act {
    color: #fff;
    font-weight: 700;
    background: linear-gradient(to right, #0F3EB0 0%, #1CCDE5 100%);
  }
  .sto-tabs > *.act:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    z-index: 10000;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #1CCDE5;
  }
  .sto-tabs > *.act:before {
    display: none;
  }
  .sto-tabs > *:hover {
    background: linear-gradient(to right, #0F3EB0 0%, #1CCDE5 100%);
    color: #fff;
  }
  .sto-tabs > *:not(:last-child):before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 82%;
    height: 1px;
    background: #fff;
  }
}
@media screen and (max-width: 1019px) {
  .sto-box {
    flex-direction: column;
  }
  .sto-box > .btn-wrp {
    display: flex;
    margin-top: 40px;
    font-size: 14px;
    justify-content: center;
    width: 100%;
  }
  .sto-box > .btn-wrp .btn {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sto-tabs-wrp .btn {
    display: none;
  }
  .sto-tabs {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .sto-tabs > * {
    padding: 0 25px 15px 25px;
    font-size: 16px;
    text-align: center;
    border-bottom: #f4f4f4 1px solid;
  }
  .sto-tabs > * i {
    display: block;
  }
  .sto-tabs > *.act {
    border-bottom: #1743bb 3px solid;
    font-weight: 600;
  }
  .sto-tabs-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sto-box .btn {
    width: 100%;
  }
  .sto-tabs > * {
    font-size: 13px;
    padding: 0 0 5px 0;
  }
  .sto-tabs > * i {
    display: none;
  }
  .sto-adr-map {
    grid-template-columns: 1fr;
  }
  .sto-rate-routes {
    flex-direction: column;
    justify-content: stretch;
  }
  .sto-routes {
    flex-direction: row;
  }
  .sto-routes > * {
    width: 48%;
  }
}
.btn-out {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  border-radius: 6px;
  border: #fff 1px solid;
}
.btn-out b {
  font-weight: 600;
}
.benefits-wrp {
  background: url(../img/benefits.jpg) no-repeat;
  background-size: cover;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 40px;
}
.benefits li {
  display: flex;
  align-items: flex-start;
  color: #fff;
}
.benefits img {
  width: 60px;
  min-width: 60px;
}
.benefits div {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}
.benefits p {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 600;
}
.slider-container {
  position: relative;
  width: 100%;
}
.slider-container > i {
  color: #cbcbcb;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms;
  z-index: 2;
}
.slider-container .prev {
  left: 0;
}
.slider-container .next {
  right: 0;
}
.slider-container .owl-carousel {
  z-index: 1;
}
.slider-container .slider-wrap {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.slider-container .slider .owl-controls {
  display: none;
}
.slider-container.circle-arrows > i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.slider-container.circle-arrows > i:hover {
  color: #1743bb;
}
.slider-container.circle-arrows .next {
  transform-origin: center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-top: -18px;
}
.slider-container.dots .owl-dots {
  text-align: center;
  margin-top: 5vh;
}
.slider-container.dots .owl-dot {
  display: inline-block;
  width: 34px;
  height: 4px;
  background: #e3e9ed !important;
  margin: 0 4px;
}
.slider-container.dots .owl-dot.active {
  background: #bbc6d2 !important;
}
.index-slider .prev {
  left: 5vw;
}
.index-slider .next {
  right: 5vw;
}
.index-slider .slider-wrap {
  max-width: 1240px;
  margin: 0 auto;
}
.index-text {
  padding-bottom: 100px;
}
.ribbon {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
}
.ribbon i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  color: #fff;
}
.ribbon.rec i {
  background: #97df96;
}
.ribbon.act i {
  background: #ff6e6e;
}
.ribbon.hit i {
  background: #49d0ee;
}
.props {
  margin: 0;
  padding: 0;
  list-style: none;
}
.props li {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 90%;
  margin: 20px 0;
  border-bottom: #b5c7d3 1px dashed;
}
.props li span {
  background: #fff;
  padding: 1px 0;
  margin: 1px 0 -1px 0;
}
.props li span:first-of-type {
  font-weight: 600;
}
.props li span:last-of-type {
  text-align: right;
}
.article img {
  border-radius: 6px;
}
.article .text-image {
  display: flex;
  align-items: flex-start;
}
.article .text-image img {
  width: 40%;
}
.article .text-image > div {
  flex: 1;
}
.article .text-image > div:first-child {
  padding-right: 40px;
}
.article .text-image > div:last-child {
  padding-left: 40px;
}
.article .text-col-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 40px;
}
.article ul,
.article ol {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}
.article ul li,
.article ol li {
  display: flex;
  margin: 40px 0;
}
.article ul li:before,
.article ol li:before {
  width: 1em;
  margin-left: -1em;
  margin-right: 15px;
}
.article ul li:before {
  content: "\2742";
  color: #1743bb;
  display: inline-block;
}
.article ol {
  counter-reset: li;
}
.article ol li {
  counter-increment: li;
}
.article ol li:before {
  content: counter(li);
  color: #1743bb;
  font-weight: bold;
  display: inline-block;
  text-align: right;
  direction: rtl;
}
.article #ya-site-results {
  font-family: 'ProximaNovaReiwa', Arial, sans-serif;
}
.article #ya-site-results .l-page {
  font-size: 16px;
  color: #3b3a39;
}
.img-left {
  float: left;
  margin: 10px 3vw 3vw 0;
}
.img-right {
  float: right;
  margin: 10px 0 3vw 3vw;
}
.page-top {
  overflow: hidden;
  background: url(../img/page-top-bgr.jpg) center center no-repeat;
  background-size: cover;
  height: 450px;
  display: flex;
  justify-content: stretch;
  padding: 0 !important;
  position: relative;
  color: #fff;
}
.page-top .img {
  position: absolute;
  left: 48%;
  right: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  mask-image: url(../img/page-top-mask.png);
  background: #ccc;
}
.page-top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top .img-blue {
  position: absolute;
  left: calc(48% + 95px);
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 0;
  background: rgba(23, 67, 187, 0.6);
  transform: skew(23deg);
  border-right: #1743bb 8px solid;
}
.page-top .wrp {
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-top-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  flex: 1;
}
.page-top-cont h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 20px 0;
}
.page-top-cont a {
  text-decoration: underline;
}
.page-top-cont p {
  margin: 20px 0;
}
.page-top-cont p.big {
  font-size: 18px;
}
@media screen and (min-width: 1020px) {
  .page-top-cont {
    width: 65%;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1019px) {
  .page-top img {
    left: 40%;
  }
  .page-top .img-blue {
    left: calc(40% + 95px);
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-top .wrp {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .page-top .crumbs {
    padding: 0;
  }
  .page-top img {
    display: none;
  }
  .page-top .img-blue {
    left: 100%;
    background: #1743bb;
    width: 150px;
  }
  .page-top-cont h1 {
    font-size: 28px;
    hyphens: auto;
  }
}
.actions .d3 {
  left: 5vw;
}
.actions-item {
  display: flex;
  flex-direction: column;
  border: #f4f4f4 1px solid;
  border-radius: 6px;
  padding: 20px;
  width: 400px;
  background: #fff;
}
.actions-item .im {
  display: block;
  width: 100%;
  height: 160px;
  position: relative;
  overflow: hidden;
}
.actions-item .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: all 200ms;
}
.actions-item .im:hover img {
  opacity: 0.8;
}
.actions-item .im > div {
  position: absolute;
  top: 0;
  height: 100%;
}
.actions-item .im-bgr {
  background: rgba(23, 67, 187, 0.8);
  transform: skew(20deg);
  right: 20px;
  width: 45%;
}
.actions-item .im-txt {
  width: 40%;
  right: 20px;
  line-height: 110%;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}
.actions-item .im-txt span {
  font-size: 22px;
  font-weight: 700;
}
.actions-item .im-txt p {
  font-size: 50px;
  font-weight: 700;
  margin: 20px 0;
}
.actions-item > div {
  padding: 20px 20px 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.actions-item > div span {
  color: #616161;
}
.actions-item > div p {
  margin: 15px 0 20px 0;
  line-height: 140%;
}
.actions-item > div a {
  color: #1743bb;
  text-decoration: underline;
}
.actions-item > div a:hover {
  color: #3b3a39;
}
.actions-item .btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.actions-all {
  margin-top: 5vh;
  text-align: center;
}
.actions-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}
.actions-list .actions-item {
  width: auto;
}
.action-top-hdr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}
.action-top-hdr h1 {
  font-size: 3.8rem;
  line-height: 100%;
  margin: 0;
}
.action-top-hdr .d {
  padding: 20px 0;
  font-size: 1.125rem;
}
.action-banner {
  background: linear-gradient(to right, #0F3EB0 0%, #1CCDE5 100%);
  padding: 50px;
  margin: 60px 0;
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.action-banner > img {
  position: absolute;
  left: 50%;
  top: -80px;
}
.action-banner .l {
  font-size: 2.3rem;
  font-weight: 700;
  width: 25%;
}
.action-banner .c p {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.action-banner .c a {
  font-size: 2.4rem;
  font-weight: 700;
}
.action-banner .r {
  width: 25%;
  line-height: 140%;
}
.action-banner .r p {
  margin: 0;
  font-weight: bold;
}
@media screen and (min-width: 1020px) {
  .actions {
    padding-top: 80px;
  }
  .action-top-hdr h1 {
    width: 50%;
  }
  .action-top-hdr h1.sm {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1019px) {
  .actions {
    padding-left: 20px;
    padding-right: 20px;
  }
  .actions-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .action-top-hdr {
    justify-content: flex-start;
  }
  .action-top-hdr h1 {
    margin-top: 20px;
    font-size: 50px;
  }
  .action-banner {
    flex-wrap: wrap;
    padding: 20px 40px;
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .action-banner img {
    left: 40%;
  }
  .action-banner .l {
    font-size: 30px;
    grid-column-start: 1;
    width: 100%;
  }
  .action-banner .c {
    grid-column-start: 1;
    width: 100%;
    padding-top: 10px;
  }
  .action-banner .r {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .actions-list {
    grid-template-columns: 1fr;
  }
  .actions-list .actions-item > div {
    padding-left: 0;
    padding-right: 0;
  }
  .action-banner {
    padding: 20px;
    display: flex;
  }
  .action-banner > * {
    width: 100%;
  }
  .action-banner .l {
    font-size: 26px;
    line-height: 100%;
  }
  .action-banner .c a {
    font-size: 30px;
  }
  .action-banner .r {
    margin-top: 20px;
  }
  .action-top-hdr h1 {
    font-size: 30px;
  }
}
.digits {
  background: #1743bb url(../img/digits-bgr.jpg) center bottom no-repeat;
  background-size: cover;
}
.digits ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 0;
  font-size: 18px;
  color: #fff;
}
.digits ul li {
  padding-top: 30px;
  padding-bottom: 30px;
}
.digits ul div {
  max-width: 80%;
}
.digits ul p {
  font-size: 72px;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 1019px) {
  .digits ul {
    font-size: 14px;
  }
  .digits ul p {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .digits {
    background-position: center center;
    background-size: 200% auto;
  }
  .digits ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .digits ul li {
    padding: 20px 10px;
  }
}
.responses-tabs-wrp {
  display: flex;
  justify-content: center;
}
.responses-tabs {
  display: inline-flex;
  justify-content: center;
  border-bottom: #f4f4f4 1px solid;
}
.responses-tabs a {
  padding: 0 25px 15px 25px;
  font-size: 16px;
  text-align: center;
  margin-bottom: -1px;
}
.responses-tabs a.act {
  border-bottom: #1743bb 3px solid;
  font-weight: 600;
}
.responses-tabs-content {
  margin-top: 30px;
}
.resp-item {
  display: none;
}
.resp-item.act {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.ri-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f4f4;
  border-radius: 6px;
  padding: 30px 40px;
  width: 100%;
}
.ri-info .rate {
  display: flex;
  align-items: center;
}
.ri-info .rate span {
  font-size: 18px;
  font-weight: 600;
}
.ri-info .rate p {
  margin: 0;
}
.ri-info .stars {
  margin: 0 15px;
}
.stars {
  color: #D9D9D9;
  display: flex;
  align-items: center;
}
.stars > * {
  margin: 0 1px;
}
.stars .act {
  color: #ffd260;
}
.responses-slider {
  margin-top: 40px;
}
.responses-slide {
  border-radius: 6px;
  border: #f4f4f4 1px solid;
  padding: 40px;
  width: 100%;
}
.rs-top {
  display: flex;
}
.rs-top .usr {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  min-width: 70px;
  min-height: 70px;
  background: #f4f4f4;
  overflow: hidden;
  color: #616161;
}
.rs-top .inf {
  flex: 1;
  padding-left: 10px;
}
.rs-top p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.rs-top .stars {
  margin: 10px 0 5px 0;
}
.rs-top span {
  color: #616161;
  font-size: 14px;
  text-transform: lowercase;
}
.rs-txt {
  line-height: 140%;
  height: 90px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #1743bb #f4f4f4;
  margin-top: 20px;
}
.rs-link {
  margin-top: 30px;
  font-size: 14px;
  color: #616161;
}
.rs-link:hover {
  text-decoration: underline;
}
.responses-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}
.responses-list .responses-slide:nth-child(n+7) {
  display: none;
}
@media screen and (max-width: 1019px) {
  .responses-tabs a i {
    display: block;
  }
  .responses-tabs-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ri-info {
    padding: 30px;
  }
  .responses-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .responses-tabs-wrp {
    padding-left: 20px;
    padding-right: 20px;
  }
  .responses-tabs a {
    font-size: 13px;
    padding: 0 0 5px 0;
  }
  .ri-info {
    padding: 20px;
    flex-direction: column;
    justify-content: center;
  }
  .ri-info .rate {
    font-size: 12px;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .ri-info .rate span {
    font-size: 12px;
    white-space: nowrap;
  }
  .ri-info .rate p {
    text-align: right;
  }
  .ri-info .stars svg {
    width: 20px;
    height: 20px;
  }
  .responses-slide {
    padding: 20px;
  }
  .responses-list {
    grid-template-columns: 1fr;
  }
}
.team-item {
  border-radius: 6px;
  border: #f4f4f4 1px solid;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: 10px;
  background: #fff;
  position: relative;
}
.team-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 6px;
}
.team-item .nm {
  font-size: 18px;
  font-weight: 600;
}
.team-item span {
  color: #616161;
}
.team-item a {
  color: #1743bb;
  text-decoration: underline;
  text-decoration-style: dashed;
}
.team-item a:hover {
  color: #3b3a39;
}
.team-item .info {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.95);
  line-height: 120%;
  font-size: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #1743bb #f4f4f4;
  overflow-x: hidden;
}
.team-item .info p {
  margin: 5px 0;
}
.team-item:hover .info,
.team-item:active .info {
  display: block;
}
.team-slider .team-item {
  width: 100%;
}
@media screen and (max-width: 1019px) {
  .team-slider .slider-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .team-item div {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .team-item img {
    margin: 0 auto;
  }
}
.last-works {
  background: url(../img/last-works-bgr.png) center center no-repeat;
  background-size: cover;
}
.last-works-list .slider {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}
.lvl-item {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  height: 290px;
  color: #fff;
}
.lvl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 200ms;
}
.lvl-item label {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 6px;
  background: #1743bb;
  padding: 5px 10px;
}
.lvl-item label svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.lvl-item div {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 90%;
}
.lvl-item div p {
  margin: 0;
  padding-right: 5px;
  max-width: 90%;
}
.lvl-item:hover img {
  opacity: 0.8;
}
.works-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}
.works-list .lvl-item:nth-child(n+31) {
  display: none;
}
.works-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.works-filter .t {
  color: #b5c7d3;
}
.works-filter button {
  background: #f4f4f4;
  border: none;
  border-radius: 6px;
  height: 40px;
  text-align: center;
  padding: 0 50px;
  margin-right: 0;
  font-weight: 600;
}
.wf-field {
  display: flex;
  align-items: center;
  flex: 1;
}
.wf-field label {
  margin-right: 15px;
  white-space: nowrap;
}
.wf-field .select {
  border-radius: 6px;
}
.wf-field .select > * {
  border-radius: 6px;
}
.works-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 40px;
}
.works-info-txt {
  padding: 25px;
  border-radius: 6px;
  border: #cbcbcb 1px solid;
  font-weight: 300;
  line-height: 140%;
}
.works-info-txt h2 {
  font-size: 20px;
  font-weight: 600;
}
.works-info-txt p {
  margin: 20px 0 0 0;
  font-weight: 700;
}
.works-gallery-wrp {
  border-top: #f3f8fb 1px solid;
}
.works-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
}
.works-gallery a {
  display: block;
  width: 100%;
}
.works-gallery img {
  border-radius: 6px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1019px) {
  .works-filter {
    flex-wrap: wrap;
  }
  .works-filter .t,
  .works-filter button {
    width: 20%;
  }
  .works-filter > * {
    margin-right: 0;
  }
  .wf-field {
    flex: none;
    width: 80%;
  }
  .wf-field:last-of-type {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1019px) {
  .works-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .works-info {
    grid-template-columns: 1fr;
  }
  .works-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .works-list {
    grid-template-columns: 1fr;
  }
  .wf-field {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    flex: none;
  }
  .wf-field label {
    margin-bottom: 10px;
  }
  .works-info-txt {
    padding: 20px;
  }
}
.about-txt {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
}
.about-txt p:first-of-type {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  margin-top: 8px;
}
.about-slider .slider img {
  border-radius: 6px;
}
.about-us {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
}
.about-us .props li span:last-of-type {
  max-width: 60%;
}
.about-geo {
  background: url(../img/about-geo.png) right top no-repeat;
  background-size: auto 100%;
  position: relative;
}
.about-geo > img {
  position: absolute;
  left: 10%;
  bottom: 10%;
}
@media screen and (max-width: 1019px) {
  .about-txt {
    grid-template-columns: 1fr;
  }
  .about-us {
    grid-template-columns: 1fr;
  }
  .about-geo {
    background-position: center center;
    height: 520px;
  }
  .about-geo .block-title .h {
    display: block;
  }
  .about-geo .block-title i {
    display: block;
  }
  .about-geo > img {
    left: unset;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .about-geo {
    background-size: 100%;
  }
}
.contact {
  margin-bottom: 50px;
}
.contact .wrp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-images {
  width: 40%;
  margin-right: 4%;
}
.contact-map {
  width: 56%;
  border-radius: 6px;
  overflow: hidden;
}
.contact-adr {
  width: 40%;
  margin-right: 4%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-adr .adr {
  width: 80%;
  padding-right: 20px;
}
.contact-adr .btn {
  padding: 15px;
}
.contact-rr {
  margin-top: 30px;
  width: 56%;
}
.contact-rr.sto-rate-routes {
  align-items: stretch;
}
.contact-rr .sto-routes a {
  margin: 0 0 5px 0;
}
.contact-slider > i {
  background: #fff;
}
.contact-slider .prev {
  left: -15px !important;
}
.contact-slider .next {
  right: -15px !important;
}
.contact-slider .slide {
  border-radius: 6px;
  width: 100%;
  height: 300px;
}
.contact-slider .slide > * {
  width: 100%;
  height: 100%;
  display: block;
}
.contact-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.contacts-rekv .props li span:last-of-type {
  max-width: 60%;
}
.question-form-wrp {
  background: #1743bb;
  padding-bottom: 0;
  position: relative;
}
.question-form-wrp .block {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.question-form-wrp .decor {
  z-index: 0;
}
.question-form-wrp .mw {
  position: relative;
}
.question-form {
  color: #fff;
}
.question-form .block-title {
  margin-bottom: 30px;
}
.question-form form {
  width: 60%;
}
.question-form .frm-line.-ftr .t {
  color: #fff;
}
.question-form-man {
  position: absolute;
  right: 10%;
  bottom: 0;
  z-index: 100;
}
@media screen and (min-width: 1020px) {
  .contact-images,
  .contact-map {
    height: 300px;
  }
  .contacts-rekv {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 40px;
  }
  .question-form form {
    display: flex;
    flex-wrap: wrap;
  }
  .question-form .frm-line:nth-child(1) {
    width: 48%;
    margin-right: 4%;
  }
  .question-form .frm-line:nth-child(2) {
    width: 48%;
  }
}
@media screen and (max-width: 1019px) {
  .contact-images {
    width: 60%;
    margin-right: 2%;
  }
  .contact-map {
    width: 60%;
    order: 3;
    margin-right: 2%;
    margin-top: 20px;
  }
  .contact-adr {
    width: 38%;
    margin: 0;
    order: 2;
    flex-direction: column;
  }
  .contact-rr {
    width: 38%;
    order: 4;
    flex-direction: column;
    margin-top: 20px;
    justify-content: flex-start;
  }
  .contact-rr .sto-routes {
    margin-top: 20px;
  }
  .question-form-man {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contact-images {
    width: 100%;
  }
  .contact-map {
    width: 100%;
    order: 2;
  }
  .contact-adr {
    width: 100%;
    order: 3;
    margin-top: 20px;
  }
  .contact-adr .adr {
    width: 100%;
  }
  .contact-adr .btn {
    width: 70%;
    margin-top: 20px;
  }
  .contact-rr {
    width: 100%;
  }
  .contact-rr .sto-routes {
    display: flex;
    flex-direction: column;
  }
  .contact-rr .sto-routes a {
    width: 70%;
  }
  .question-form-wrp {
    padding-bottom: 360px;
  }
  .question-form-wrp .block {
    padding-bottom: 0;
  }
  .question-form form {
    width: 100%;
  }
  .question-form-man {
    height: 400px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
  }
}
footer {
  background: #3b3a39;
  color: #fff;
}
.footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.footer .decor {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.footer a:hover {
  text-decoration: underline;
}
.ftr-logo {
  display: flex;
  padding-right: 10px;
}
.ftr-logo .logo {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.ftr-logo .logo img {
  width: 216px;
}
.ftr-logo .slogan {
  line-height: 140%;
}
.ftr-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ftr-menu {
  display: flex;
}
.ftr-menu a {
  text-transform: uppercase;
}
.ftr-contacts {
  display: flex;
}
.ftr-tel-adr li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ftr-tel-adr .tel {
  display: flex;
  align-items: center;
}
.ftr-tel-adr .tel a {
  display: flex;
  align-items: center;
}
.ftr-tel-adr .tel a[href^=tel] {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
  min-width: 155px;
}
.ftr-tel-adr .adr {
  padding-left: 15px;
  font-size: 14px;
}
.ftr-btn-times {
  display: flex;
  flex-direction: column;
}
.ftr-btn-times .btn-out {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.ftr-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ftr-links a {
  text-decoration: underline;
}
@media screen and (min-width: 1600px) {
  footer {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 1020px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer {
    min-height: 300px;
  }
  .ftr-logo .logo {
    width: 16vw;
    min-width: 220px;
  }
  .ftr-logo .slogan i {
    display: block;
  }
  .ftr-menu {
    position: absolute;
    left: 16vw;
    bottom: 50px;
    z-index: 11;
  }
  .ftr-menu a {
    margin-right: 3vw;
  }
  .ftr-bottom {
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 10;
    width: 100%;
  }
  .ftr-links {
    width: 40vw;
    max-width: 600px;
  }
  .ftr-contacts {
    align-items: center;
    justify-content: space-between;
    width: 40vw;
    max-width: 600px;
  }
}
@media screen and (max-width: 1019px) {
  .footer {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer .decor {
    bottom: -20px;
  }
  .ftr-logo {
    flex-direction: column;
    width: 40%;
  }
  .ftr-logo .logo {
    margin-bottom: 20px;
  }
  .ftr-menu {
    flex-direction: column;
  }
  .ftr-menu a {
    display: block;
    margin: 0 0 10px 0;
  }
  .ftr-contacts {
    flex-direction: column;
    width: 30%;
  }
  .ftr-tel-adr .tel {
    width: 100%;
  }
  .ftr-tel-adr .adr {
    padding-left: 28px;
  }
  .ftr-btn-times {
    padding: 20px 0 0 28px;
  }
  .ftr-bottom {
    width: 100%;
    margin-top: 50px;
  }
  .ftr-copy {
    width: 40%;
  }
  .ftr-links {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  footer {
    border-top: #fff 4px solid;
  }
  .footer {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }
  .footer .decor {
    left: 10px;
    transform: none;
  }
  .footer > * {
    width: 80%;
    margin: 20px 0;
  }
  .ftr-logo {
    align-items: center;
  }
  .ftr-logo .slogan {
    text-align: center;
  }
  .ftr-menu {
    display: none;
  }
  .ftr-btn-times {
    padding: 0;
    margin-top: 20px;
    align-items: center;
    text-align: left;
  }
  .ftr-btn-times .btn-out {
    width: 80%;
  }
  .ftr-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ftr-bottom > * {
    width: 100%;
    margin: 5px 0;
  }
  .ftr-links {
    flex-direction: column;
    align-items: center;
  }
  .ftr-links > * {
    margin: 5px 0;
  }
}
.frm-line {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
  position: relative;
  width: 100%;
}
.frm-line > label {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 600;
}
.frm-line .inp {
  position: relative;
}
.frm-line .inp > i {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frm-line .inp > i svg {
  color: #1743bb;
}
.frm-line input[type='text'],
.frm-line input[type='tel'],
.frm-line input[type='email'],
.frm-line .input,
.frm-line textarea {
  padding: 10px;
  height: 40px;
  border: #cbcbcb 1px solid;
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: none;
}
.frm-line input[type='text']:focus,
.frm-line input[type='tel']:focus,
.frm-line input[type='email']:focus,
.frm-line .input:focus,
.frm-line textarea:focus {
  outline: none;
  border-color: #1743bb;
}
.frm-line input[type='text'].error,
.frm-line input[type='tel'].error,
.frm-line input[type='email'].error,
.frm-line .input.error,
.frm-line textarea.error {
  border-color: red;
}
.frm-line textarea {
  height: 100px;
  resize: none;
}
.frm-line.-policy {
  color: #3b3a39;
  padding-left: 2px;
}
.frm-line.-policy a {
  text-decoration: underline;
}
.frm-line .msg {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  padding: 5px 10px;
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
}
.frm-line .msg.act {
  display: flex;
  flex-direction: column;
}
.frm-line.-ftr {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.frm-line.-ftr .t {
  flex: 1;
  padding-left: 20px;
  color: #a7a7a7;
}
.select {
  position: relative;
  min-height: 40px;
  border: #cbcbcb 1px solid;
  width: 100%;
}
.select:focus {
  outline: none;
  border-color: #1743bb;
}
.select i {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  background: #fff;
}
.select svg {
  color: #1743bb;
}
.select select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}
.select select option {
  font-family: inherit;
  font-size: inherit;
}
.action-form > p {
  margin: 0 0 35px 0;
}
@media screen and (min-width: 1020px) {
  .action-form {
    min-width: 520px;
  }
}
.popup-bgr {
  display: none;
  z-index: 499;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
.popup {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  width: 100vw;
  height: 100vh;
  max-height: -webkit-fill-available;
  background: rgba(0, 0, 0, 0.7);
}
.popup.act {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-win {
  padding: 20px;
  background: #fff;
  min-width: 280px;
  min-height: 10px;
  max-height: 99vh;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.popup-win .hdr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.popup-win .hdr div {
  text-align: center;
  flex: 1;
}
.popup-win .hdr svg {
  color: #1743bb;
}
.popup-win .hdr svg:hover {
  color: #3b3a39;
  cursor: pointer;
}
.popup-win .cont {
  padding-top: 15px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup-win .cont img {
  max-width: 100%;
  max-height: 75vh;
}
.popup-win .cont .zoom-title {
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
}
.popup-hdr {
  font-size: 2.25rem;
  font-weight: 700;
  padding-right: 20px;
}
.zoom-popup-slider-wrp {
  position: relative;
  max-width: 90vw;
  max-height: 70vh;
}
.zoom-popup-slider {
  max-height: 70vh;
}
.zps-arrows {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #000;
  padding: 20px;
  color: #fff;
}
.zps-slide {
  text-align: center;
  max-height: 70vh;
}
.zps-slide img {
  margin: auto;
  max-height: 60vh;
}
@media screen and (min-width: 1020px) {
  .popup-win {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1019px) {
  .popup-win {
    padding: 10px;
    max-height: 80vh;
    overflow-y: auto;
  }
  .popup-win .hdr svg {
    width: 20px;
    height: 20px;
  }
  .popup-win .cont {
    padding-top: 5px;
    max-height: 90vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .popup-win .cont img {
    max-height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  .popup {
    padding: 5px;
  }
}
@media screen and (min-width: 1020px) {
  .page-text-cont {
    columns: 2;
    column-gap: 40px;
  }
  .page-text-cont p:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1019px) {
  .benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .benefits p {
    font-size: 18px;
  }
  .index-slider > i {
    display: none;
  }
  .index-text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .benefits {
    grid-template-columns: 1fr;
  }
  .benefits p {
    font-size: 16px;
  }
  .props li span:last-of-type {
    max-width: 40%;
  }
}
/*# sourceMappingURL=style.css.map */