body {
  padding: 0;
  margin: 0;
    background: #fff;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;

}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
    color: #000;
}

.f-mob{
    display: none !important;
}

a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hr-text{
    border-bottom: 1px solid #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hr-text span{
    position: absolute;
    /*top: -12px;*/
    background: #fff;
    padding: 0 16px;
}


.btn-blue {
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  background: #191970;
  border: 1px solid #191970;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-blue:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-white {
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  color: #191970;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-white:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.breadcrumbs {
  margin: 60px 0 30px;
}

.breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs ul li {
  font-size: 18px;
  font-weight: 800;
  color: #191970;
  line-height: 20px;
}

.breadcrumbs ul li a {
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs ul li a::after {
  content: '';
  display: block;
  width: 50px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='7' viewBox='0 0 24 7' fill='none'%3E%3Cpath d='M0 3.5L5 6.38675V0.613249L0 3.5ZM4.5 4H24V3H4.5V4Z' fill='%23191970'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.next-arrow-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  gap: 40px;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.next-arrow-link::after {
  content: '';
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='6' viewBox='0 0 66 6' fill='none'%3E%3Cpath d='M66.0001 3L61.0001 0.113249V5.88675L66.0001 3ZM0.0561523 3.5H61.5001V2.5H0.0561523V3.5Z' fill='black'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 5px;
  display: block;
  line-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.next-arrow-link:hover {
  opacity: 0.7;
}

.next-arrow-link:hover::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-35px);
          transform: translateX(-35px);
}

.next-arrow-link.under {
  display: none;
}

.top-controller-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.top-controller-swiper .swiper-button-disabled {
  opacity: 0.3;
}

.top-controller-swiper .next-slider {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.top-controller-swiper .arrow-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    width: 25px;
    height: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
    transition: all 0.3s;
}

.top-controller-swiper .arrow-slider.next-slider:hover{
    transition: all 0.3s;
    transform: rotate(270deg);

}


.top-controller-swiper .arrow-slider.prev-slider:hover{
    transition: all 0.3s;
    transform: rotate(90deg);

}

.d-mob {
  display: none !important;
}

.btn-blue-arrow {
  background: #191970;
  color: #fff !important;
  gap: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-blue-arrow::after {
  content: '';
  width: 50px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='7' viewBox='0 0 43 7' fill='none'%3E%3Cpath d='M42.9333 3.5L37.9333 0.613249V6.38675L42.9333 3.5ZM0.469315 4H38.4333V3H0.469315V4Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  line-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-blue-arrow:hover {
  opacity: 0.7;
}

.btn-blue-arrow:hover::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

h2 {
  font-size: 65px;
  font-weight: 800;
  line-height: 88px;
  /*letter-spacing: -0.325px;*/
  text-transform: uppercase;
  margin: 0;
}

h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 103px;
  /*letter-spacing: -2.25px;*/
  text-transform: uppercase;
}

input {
  border: 1px solid #CACACA;
  font-size: 18px;
  padding: 19px 8px;
  outline: none;
}

input::-webkit-input-placeholder {
  font-size: 18px;
  color: #CACACA;
}

input:-ms-input-placeholder {
  font-size: 18px;
  color: #CACACA;
}

input::-ms-input-placeholder {
  font-size: 18px;
  color: #CACACA;
}

input::placeholder {
  font-size: 18px;
  color: #CACACA;
}

.btn-white-arrow {
  background: #fff;
  color: #191970 !important;
  gap: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #CACACA;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 8px 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-white-arrow::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='7' viewBox='0 0 43 7' fill='none'%3E%3Cpath d='M42.464 3.5L37.464 0.613249V6.38675L42.464 3.5ZM0 4H37.964V3H0V4Z' fill='%23191970'/%3E%3C/svg%3E");
  display: block;
  line-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-white-arrow:hover::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.container {
  max-width: 1800px;
  margin: 0 auto;
}

.top-tabs {
  list-style: none;
  padding: 0;
  /*margin: 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-tabs li {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 3px 15px;
  gap: 25px;
  cursor: pointer;
    transition: all 0.3s;
}

.top-tabs li:hover{
    border-left: 1px solid #191970;
    border-right: 1px solid #191970;
    font-weight: 900;
    color: #191970;
    transition: all 0.3s;
}

.top-tabs li.active {
  padding: 3px 8px;
  font-weight: 900;
  color: #191970;
  border-left: 1px solid #191970;
  border-right: 1px solid #191970;
}

.list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.list-social a {
  display: block;
}

.list-social a:hover {
  opacity: 0.5;
}

.list-social img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

header {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

marquee{
    text-transform: uppercase;
}

marquee.blue{
    color: #191970;
}

marquee.red{
    color: red;
}

header .list-menu .menu-down{
    position: relative;
}

header .list-menu .menu-down:hover .down-list{
    display: block;
}

header .list-menu .menu-down li a{
    justify-content: start;
    padding: 0
}

header .list-menu .menu-down .title a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .list-menu .menu-down .title img{
    transform: rotate(180deg);
}

header .list-menu .down-list{
    margin: 0;
    position: absolute;
    background: #fff;
    border: 1px solid #000;
    transform: translateX(-1px);
    width: 359px;
    z-index: 99;
    display: none;
    box-shadow: 0px 11px 11px 0px #ccc;
    list-style: none;
    padding-left: 0;
}

header .list-menu .down-list ul{
    list-style: none;
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;

}

header .list-menu .down-list ul a{
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    line-height: 26px;
}


header .list-menu .down-list > li:not(:last-of-type){
    border-bottom: 1px solid #000;
}

header .list-menu .down-list > li{
    padding: 20px 30px;
}

header .list-menu .down-list > li:hover ul{
    /*display: block;*/
    max-height: 500px;
}

header .list-menu {
  display: -ms-grid;
  display: grid;
      grid-template-columns: 115px repeat(7, 1fr) 120px 1fr 105px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .list-menu .item:not(:last-of-type) {
  border-right: 1px solid #000;
}

header .list-menu .item-group{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px
}

header .list-menu .item-group img{
    width: 45px;
}

header .list-menu .item a {
  padding: 8px 25px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
}

header .list-menu .item a:hover {
  color: #191970;
}

header .list-menu .item.logo a{
    padding: 0;
    justify-content: start;
    padding-right: 15px;
}

header .list-menu .logo img {
  width: 100%
}

header .list-menu .profile-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 12px 8px;
  gap: 25px;
    padding-right: 0;
    justify-content: flex-end;
}

header .list-menu .profile-cart img {
    width: 30px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

header .list-menu .profile-cart .btn-cart-header{
    position: relative;
}

header .list-menu .profile-cart .btn-cart-header .total-cart{
    position: absolute;
    background: #191970;
    font-size: 12px;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -5px;
    right: -5px;
}

header .list-menu .profile-cart a {
  padding: 0;
}

header .list-menu .profile-cart a:hover img {
  -webkit-filter: none;
          filter: none;
}

footer {
  background: #CACACA;
  padding-top: 70px;
}

footer .logo {
  width: 100%;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

footer .container strong {
  color: #000;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}

footer .container strong a {
  color: #000;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}

footer .container .left .items-block {
    display: flex;
    gap: 90px;
}

footer .container .left .under-mob{
    display: none;
}

footer .container .left .under a{
    font-size: 15px;
    text-decoration: underline;
}

footer .container .left .item{
    display: grid;
}

footer .container .left .item .under{
    align-self: self-end;
}

footer .container .left .requisites strong{
    font-size: 12px;
    text-transform: unset;
}

footer .container .requisites-list{
    margin-top: 90px
}

footer .container .requisites-list .requisites{
    margin: 15px 0;
    font-size: 12px
}

footer .container .requisites-list .requisites{
    display: flex;
    gap: 25px;
}

footer .container li strong{
    font-size: 18px;
    line-height: 18px;
}

footer .container .list-service .title{
    display: flex;
    gap: 10px;
}

footer .container .list-service .title img{
    transform: rotate(180deg);
}

footer .container .list-service ul {
    margin-top: 10px;
    /*padding-left: 25px;*/
}

footer .container .list-service ul li{
    margin-bottom: 7px;
    line-height: 12px;
}

footer .container .list-service ul li a{
    font-size: 15px;
    line-height: 18px;
}

footer .container .requisites-list .under{
    text-decoration: underline;
}

footer .container .requisites-list .requisites p {
    font-size: 11px;
}

footer .container .requisites-list > p strong{
    font-size: 15px;
}

footer .container .requisites-list strong{
    font-size: 11px;
    display: block;
}


footer .container .left .requisites p{
    margin-bottom: 8px;
    font-size: 12px;
}

footer .container .left .top{
    display: flex;
    align-items: center;
    gap: 90px;
    margin-bottom: 60px;
}

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

footer .container .item .list-page ul {
  column-count: 2;
    column-gap: 0;
}

footer .container .item li {
  margin-bottom: 25px;
}

footer .container .item li a {
  font-size: 18px;
  color: #000;
    line-height: 24px
}

footer .container .item li a:hover {
  opacity: 0.5;
}

footer .container .right {
  max-width: 730px;
}

footer .container .right p {
  font-size: 18px;
}

footer .container .right p.msg{
    font-size: 25px;
    font-weight: 800;
}

footer .container .right .list-social {
  margin-bottom: 35px;
}

footer .container .right .subscribe-block {
  margin-top: 45px;
}

footer .container .right .subscribe-block form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

footer .container .right .subscribe-block input {
  width: 100%;
    border: 1px solid #CACACA;
    background: #fff;
}

#questions {
  padding: 65px 0 130px;
  background: url(../../img/bg-question.png);
  background-position: top;
  background-size: cover;
}

#questions .btn-blue-arrow {
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 20px 60px;
}

#questions .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 105px;
}

#questions .block .list {
  width: 100%;
}

#questions .list-questions {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 115px;
}

#questions .list-questions .top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  margin: 18px 0;
}

#questions .list-questions .top-title::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='6' viewBox='0 0 26 6' fill='none'%3E%3Cpath d='M25.25 3L20.25 0.113249L20.25 5.88675L25.25 3ZM0.75 3.5L20.75 3.5V2.5L0.75 2.5L0.75 3.5Z' fill='black'/%3E%3C/svg%3E");
  display: block;
  line-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#questions .list-questions .top-title strong {
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}

#questions .list-questions .body {
  padding: 19px 0;
  display: none;
}


#questions .list-questions .body p {
  margin: 0;
  font-size: 18px;
}

#questions .list-questions .body p a{
    text-decoration: underline;
}

#questions .list-questions .body ul{
    list-style: disc;
    padding-left: 15px;
}

#questions .list-questions .body p strong{
    font-weight: 800;
}

#questions .list-questions .top-title:hover::after{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#questions .list-questions .active .top-title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#questions .list-questions .active .top-title:hover::after{
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#questions .list-questions .active .body {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
    display: block;
}

#partners h2 {
  margin-bottom: 70px;
}

#partners .list_partners {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (300px)[4];
      grid-template-columns: repeat(4, minmax(100px, 1fr));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px 100px;
  padding: 0 50px 30px;
}

#partners .list_partners .item img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
}

#partners .list_partners .item{
    display: flex;
    align-items: center;
    justify-content: center;
}

#first-screen {
  padding: 130px 0 90px;
  background: url(../../img/bg-question.png);
  background-position: bottom;
  background-size: cover;
}

#first-screen .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

#first-screen .list .item {
  border: 1px solid #000;
}

#first-screen .list .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

#first-screen .block {
  max-width: 1185px;
  margin-bottom: 90px;
}

#first-screen h1 {
  margin: 0;
  margin-bottom: 30px;
}

#first-screen strong {
  font-size: 35px;
  font-weight: 300;
  line-height: 48px;
  /*letter-spacing: -0.175px;*/
  text-transform: uppercase;
}

#first-screen p {
    margin-bottom: 15px;
}

#process .top-controllet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#process .step-process {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 125px 0;
}

#process .step-process .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

#process .step-process .number strong {
  color: #CACACA;
  font-size: 305px;
  font-weight: 800;
  line-height: 210px;
  text-transform: uppercase;
}

#process .step-process .number span {
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  max-width: 215px;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

#process .step-process .text {
  max-width: 360px;
  float: right;
  leading-trim: both;
  text-edge: cap;
  font-size: 18px;
  font-weight: 400;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 8px;
}

#reviews .slider-reviews {
  padding: 85px 0;
}

#reviews .slider-reviews .item {
  padding: 0 25px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

#reviews .slider-reviews .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  margin-bottom: 45px;
}

#reviews .slider-reviews .top img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 128px;
  aspect-ratio: 1/1;
  border: 1px solid #000;
}

#reviews .slider-reviews .top .info-persone * {
  display: block;
}

#reviews .slider-reviews .top .info-persone strong {
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}

#reviews .slider-reviews .top .info-persone i {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  /*letter-spacing: -0.09px;*/
}

#reviews .slider-reviews .top .info-persone > i {
  color: #CACACA;
}

#reviews .slider-reviews .text {
  font-size: 18px;
  /*text-align: justify;*/
}

#reviews .slider-reviews .text p {
  margin: 0;
}

#cases {
  padding-bottom: 85px;
}

#cases .top-group-cases {
  padding: 0;
  margin: 8px 0 25px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    gap: 30px;
}

#cases .top-group-cases li {
  font-size: 20px;
  text-transform: uppercase;
  color: #191970;
}

#cases .slider-cases {
  margin: 0 -12px;
}

#cases .slider-cases img {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/5;
  border: 1px solid #000;
}

#first-screen .swiper-slide img{
    border: 1px solid #000;
    /*aspect-ratio: 1/1;*/
    /*object-fit: cover;*/
    object-position: center;
    width: 100%;
}

#first-screen .swiper-wrapper .swiper-slide:last-of-type img{
    aspect-ratio: 1/1;
    object-fit: cover;
}

#first-screen .swiper-slide .service-link img{
    border: none;
    border-bottom: 1px solid #000;
}

#first-screen .swiper-slide .service-link{
    border: 1px solid #000;
    display: block;
    text-align: center;
}

#first-screen .swiper-slide .service-link b{
    font-weight: 800;
    white-space: nowrap;
}

#first-screen .swiper-slide.all-service-link img{
    aspect-ratio: unset;
    height: 100%;
}

#first-screen .swiper-slide.all-service-link{
    height: auto;
}

#first-screen .swiper-slide.all-service-link .next-arrow-link{
    height: 100%;
}

#first-screen .swiper-slide .service-link strong{
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

#first-screen .swiper-slide .service-link p{
    font-size: 13px;
}

#cases .slider-cases .item {
  line-height: 0;
  padding: 12px;
}

#cases .slider-cases .item .item-case:first-of-type{
    margin-bottom: 20px;
}

#cases .swiper-grid-column > .swiper-wrapper {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}



#page-cases .top-container {
  margin: 30px 0;
}

#page-cases #reviews .top-container{
    margin: 64px 0 0;
}



#page-cases .list-cases img {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/5;
  border: 1px solid #000;
}

#page-cases .list-cases .swiper-slide {
  line-height: 0;
}

#page-cases .swiper-grid-column > .swiper-wrapper {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}

#page-category-cases h1{
    margin-bottom: 32px;
}

#page-category-cases .slider-category-cases {
  margin: 30px 0 60px;
}

#page-category-cases .slider-category-cases .slider-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 30px 25px;
}

#page-category-cases .slider-category-cases .swiper-slide {
  line-height: 0;
}

#page-category-cases .slider-category-cases .swiper-slide img {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/5;
  border: 1px solid #000;
}

#page-catalog-service .list-service {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 30px 25px;
  margin: 32px 0 65px;
}

#page-catalog-service .list-service .item{
    display: grid;
    /*grid-template-rows: max-content auto auto;*/
    grid-template-rows: max-content auto 45px;
}

#page-catalog-service .list-service .item .img-service {
  width: 100%;
  border: 1px solid #000;
  aspect-ratio: 4/5;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 25px;
}

#page-catalog-service .list-service .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*margin-bottom: 50px;*/
    /*height: 30px;*/
}


#page-catalog-service .list-service .item .top strong {
  /*font-size: 25px;*/
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

#page-catalog-service .list-service .item span {
  /*text-align: justify;*/
  leading-trim: both;
  text-edge: cap;
  /*font-size: 18px;*/
  font-size: 16px;
  line-height: normal;
    display: block;
    /*margin-bottom: 35px;*/
}

#page-catalog-service .list-service .item .text{
    display: block;
    /*margin-bottom: 35px;*/
    margin-bottom: 20px;
}

#page-catalog-service .list-service .item .price-grid {
  /*margin: 35px 0;*/
  /*margin-bottom: 35px;*/

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
    align-self: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-catalog-service .list-service .item .price{
    margin-bottom: 15px;
}

#page-catalog-service .list-service .item .price > span{
    font-size: 12px;
    font-style: italic;
}

#page-catalog-service .list-service .item .price strong {
  /*font-size: 25px;*/
  /*font-size: 18px;*/
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

#page-catalog-service .list-service .item .btn-service {
  display: block;
  text-align: center;
  font-size: 18px;
  /*font-size: 25px;*/
  font-weight: 800;
  text-transform: uppercase;
  color: #191970;
  border: 1px solid #000;
  padding: 8px;
}

#page-category-service .list-service-category {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 30px 25px;
  padding: 32px 0 65px;
}

#page-category-service .list-service-category .item {
  border: 1px solid #000;
}

#page-category-service .list-service-category .item .img-service {
  width: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#page-category-service .list-service-category .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
}

#page-category-service .list-service-category .item .top strong {
  /*font-size: 25px;*/
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
}

#page-item-service .card-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 800px 1fr;
      grid-template-columns: 800px 1fr;
  margin: 32px 0 65px;
  gap: 45px;
}

#page-item-service .card-block .form-field strong {
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

#page-item-service .card-block .form-field strong span{
    font-size: 16px;
    text-transform: none;
    color: #787878;
}

#page-item-service .card-block .form-field strong .info-count-sku{
    display: block;
    font-style: italic;
    font-size: 14px;
}

#page-item-service .card-block .form-field .item-input {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

#page-item-service .card-block .form-field .item-input > div{
    display: flex;
    align-items: center;
    gap: 25px;
}

#page-item-service .card-block .form-field .item-input button {
  max-width: 200px;
  width: 100%;
    height: 100%;
    padding: 8px 12px;
}

#page-item-service .card-block .form-field .item-input input {
  width: 100%;
  border: 1px solid #000;
}

#page-item-service .card-block .item-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page-item-service .card-block .item-total .btn-blue, #page-item-service .card-block .item-total .btn-white {
  padding: 15px 0;
  max-width: 500px;
  width: 100%;
}

#page-item-service .card-block .item-total p {
  margin: 0;
}

#page-item-service .card-block .item-total strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

#page-item-service .card-block .form-card .item-ratio-img {
  padding-bottom: 12px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
    grid-template-columns: repeat( 4, minmax(160px, 1fr));
  gap: 45px;
  border-bottom: 1px solid #CACACA;
}

#page-item-service .card-block .form-card .item-ratio-img img {
  width: 100%;
  margin-bottom: 30px;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/5;
    /*border: 1px solid #CACACA;*/
}

#page-item-service .card-block .form-card .item-ratio-img .title{
    grid-column-start: 1;
    grid-column-end: 5;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 28px;
}


#page-item-service .card-block .form-card .item-ratio-img strong {
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}

#page-item-service .card-block .form-card .item-ratio-img .item {
  max-width: 240px;
}

#page-item-service .card-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*gap: 15px;*/
  gap: 27px;
    height: fit-content;
}

#page-item-service .card-gallery .slider-nav {
  width: 31.05%
}

#page-item-service .card-gallery .slider-nav .item {
  /*padding: 14px 0;*/
  /*  height: auto !important;*/
}

#page-item-service .card-gallery .slider-nav img {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/5;
  border: 1px solid #000;
}

#page-item-service .card-gallery .slider-for {
  width: 100%
}

#page-item-service .card-gallery .slider-for img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/5;
  border: 1px solid #000;
}

#page-item-service .how-use .title{
    cursor: pointer;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}

#page-item-service .how-use .title strong{
    line-height: 16px;
}


#page-item-service .how-use .title::after{
    content: '';
    width: 40px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='7' viewBox='0 0 43 7' fill='none'%3E%3Cpath d='M42.464 3.5L37.464 0.613249V6.38675L42.464 3.5ZM0 4H37.964V3H0V4Z' fill='%23191970'/%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    line-height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#page-item-service h1{
    font-size: 50px;
}

#page-item-service .how-use.active .title::after{
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#page-item-service .how-use strong{
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

#page-item-service .use-card{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

#page-item-service .use-card .number{
    font-size: 124px;
    color: #CACACA;
    line-height: 90px;
    font-weight: 600;
}

#page-item-service .use-card .top{
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}

#page-item-service .use-card p{
    border-left: 1px solid;
    padding-left: 8px;
}

#page-item-service .use-card p span{
    color: #787878;
}

#page-process .process-list .list > strong {
  font-size: 90px;
  font-weight: 800;
  line-height: 103px;
  /*letter-spacing: -2.25px;*/
  text-transform: uppercase;
  margin-bottom: 45px;
  display: block;
}

#page-process .process-list .list .list-questions {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 115px;
}

#page-process .process-list .list .list-questions .top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  margin: 18px 0;
}

#page-process .process-list .list .list-questions li.active .body{
    display: block;
}

#page-process .process-list .list .list-questions .top-title::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='6' viewBox='0 0 26 6' fill='none'%3E%3Cpath d='M25.25 3L20.25 0.113249L20.25 5.88675L25.25 3ZM0.75 3.5L20.75 3.5V2.5L0.75 2.5L0.75 3.5Z' fill='black'/%3E%3C/svg%3E");
  display: block;
  line-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#page-process .process-list .list .list-questions .top-title strong {
  font-size: 25px;
  /*font-weight: 800;*/
  font-weight: 500;
  text-transform: uppercase;
}

#page-process .process-list .list .list-questions .body {
  padding: 19px 0;
  display: none;
}

#page-process .process-list .list .list-questions .body p {
  margin: 0;
  font-size: 18px;
}

#page-process .top-tabs li a{
    font-weight: 800;
}

#page-process .top-tabs li{
    border-right: 1px solid #000;
    border-left: none !important;
}

#page-process .top-tabs li:first-of-type{
    border-left: 1px solid #000 !important;
}




#page-process .process-list .list .list-questions .active .top-title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#page-process .process-list .list .list-questions .top-title:hover::after{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#page-process .process-list .list .list-questions .active .top-title:hover::after{
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#page-process .process-list .list .list-questions .active .body {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#page-process .container-tabs {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 16px 0;
  margin-bottom: 60px;
}

#page-process .banner {
  margin-bottom: 95px;
}

#page-process .banner img {
  width: 100%;
    aspect-ratio: 2.5/1;
    object-fit: cover;
    object-position: center;
}

#page-process .banner video{
    aspect-ratio: 2.5/1;
    object-fit: cover;
}


#page-process{
    padding-top: 50px;
}


#page-profile .top-controller .item{
    height: 100%;
}

#page-profile .top-controller .item.active{
    background: #191970;
    color: #fff;
}

#page-profile .top-controller .item.active svg path{
    stroke: #fff;
}

.fancybox__backdrop{
    opacity: 0.7 !important;
}


#page-service-craft form{
    max-width: 850px;
    margin: 0 auto;
}

#page-service-craft form strong{
    font-family: Mulish;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    margin-bottom: 24px;
}

#page-service-craft form textarea{
    border: 1px solid #CACACA;
    width: 100%;
    resize: none;
    padding: 16px;
}

#page-service-craft form .field-item{
    margin-bottom: 40px;
}

#page-service-craft form textarea, #page-service-craft form textarea:active, #page-service-craft form textarea:focus{
    outline: none;
}

#page-service-craft .btn-blue-arrow{
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding: 8px 25px;
}

#page-service-craft{
    padding-bottom: 250px;
}

#page-service-craft .checked-btn{
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

#page-service-craft .checked-btn::after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.75' y='4.75' width='14.5' height='14.5' rx='7.25' stroke='black' stroke-width='1.5'/%3E%3Crect x='0.75' y='0.75' width='22.5' height='22.5' rx='11.25' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    display: block;
}


#page-service-craft .checked-btn.active::after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75 11.9999L10.58 14.8299L16.25 9.16992' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='0.75' y='0.75' width='22.5' height='22.5' rx='11.25' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    display: block;
}


#page-service-craft .field-item input{
    padding: 11px 8px;
    border: 1px solid #000;
}

#page-service-craft .grid-count-sku{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

#page-service-craft .grid-count-sku button{
    padding: 6px 0;
}

#page-service-craft .grid-count-sku > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 300px));
    gap: 24px;
}

blockquote span{
    font-style: italic;
}

blockquote::before{
    content: '"';
}

blockquote::after{
    content: '"';
}

p em{
    font-style: italic;
}


.list-service .block-item-service{
    display: grid;
    grid-template-rows: 70px auto 55px;
}

#page-single li{
    line-height: 28px;
}

#page-single strong{
    font-weight: 800;
}

#page-single em{
    font-style: italic;
}

#page-single ul {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 15px;
}


#page-single h1{
    font-size: 48px;
}

#page-single h2{
    font-size: 44px;
}

#page-single h3{
    font-size: 40px;
}

#page-single h4{
    font-size: 36px;
}

#page-single h5{
    font-size: 32px;
}

#page-single h6{
    font-size: 28px;
}

.confirm-cookie{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 25px 0;
    z-index: 999;
    box-shadow: 4px 7px 7px 5px #7d7d7d;
}

.confirm-cookie .container{
    margin-bottom: 0;
}

.confirm-cookie p a{
    color: #191970;
}

.confirm-cookie .block{
    display: flex;
    align-items: center;
    gap: 50px;
}

.confirm-cookie .btn-group{
    display: flex;
    align-items: center;
    gap: 15px;
}

.confirm-cookie .btn-under{
    border: 1px solid #000;
    padding: 10px 30px;
}

.confirm-cookie .btn-under.btn-black{
    background: #000;
    color: #fff;
}

.under-footer{
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
    color: #595858;
}


.list-work .list-service{
    display: inline-flex;
    gap: 30px;
    margin-bottom: 30px
}

.list-work .list-service .item-service{
    width: 270px;
}

.list-work .scroll-list-service{
    overflow: scroll;
}

.list-work .list-service .item-service:not(:last-of-type){
    border-right: 1px solid #ccc;
    padding-right: 30px;
}

.logo-preloader{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.logo-preloader .block-load{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-preloader .block-load .img-load{
    position: absolute;

}

@keyframes spinRight {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.logo-preloader .block-load .img-load img{
    height: 45px;
    display: block;
    animation: spinRight 1s linear infinite;
}


#model-what .v-card-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#model-what strong{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

#model-what ul{
    list-style: disc;
    padding-left: 20px;
    margin: 18px 0;
}

#model-what ul .upper{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

#model-what ul span{
    font-style: italic;
    font-size: 14px;
    display: block;
    line-height: 20px;
}

#model-what .v-card-title svg{
    height: 27px;
    width: 27px;
}

.block-item-service .link-what{
    color: #191970;
    cursor: pointer;
    display: block;
    margin-top: 5px;
}


/*#content*/


#content{
    margin-bottom: 100px;
}

#content .list-content {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#content .list-content .top-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    margin: 18px 0;
}

#content .list-content .top-title::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='6' viewBox='0 0 26 6' fill='none'%3E%3Cpath d='M25.25 3L20.25 0.113249L20.25 5.88675L25.25 3ZM0.75 3.5L20.75 3.5V2.5L0.75 2.5L0.75 3.5Z' fill='black'/%3E%3C/svg%3E");
    display: block;
    line-height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#content .list-content .top-title h2 {
    font-size: 65px;
    font-weight: 800;
    text-transform: uppercase;
}

#content .list-content .body .next-text {
    display: none;
}


#content .list-content .body p {
    margin: 0;
    font-size: 18px;
}

#content .list-content .body p a{
    text-decoration: underline;
}


#content .list-content .body h2{
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 15px;
}

#content .list-content .body ul{
    list-style: disc;
    padding-left: 15px;
}

#content .list-content .body p strong{
    font-weight: 800;
}

#content .list-content .top-title:hover::after{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#content .list-content .active .top-title::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#content .list-content .active .top-title:hover::after{
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#content .list-content .active .body .next-text {
    border-bottom: 1px solid #000;
    display: block;
    padding-bottom: 20px
}

#content .list-content .body p{
    margin-bottom: 15px
}

#content .list-content .body h3{
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
}

#content .list-content .body h4{
    font-size: 38px;
    font-weight: 800;
    line-height: 50px;
}

#content .list-content .body ul{
    margin: 20px 0;
}


#content .list-content .body i{
    font-style: italic;
}

#content .list-content .body b{
    font-weight: 600;
}

.title-with-help{
    display: flex;
    align-items: center;
    gap: 20px;
}

#page-item-service .card-block .form-card .item-ratio-img .title-with-help img{
    width: 25px;
    margin: 0;
    cursor: pointer;
    border: 0;
}

#modal-video{
    /*display: none;*/
    position: fixed;
    bottom: 50px;
    left: 30px;
    z-index: 999;
    box-shadow: 3px 3px 8px 3px #a4a4a4;
}

#modal-video .modal-body-video{
    position: relative;
}

#modal-video .modal-body-video .close{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

#modal-video .modal-body-video .close svg{
    width: 15px;
    height: 15px;
}

#modal-video img{
    width: 350px;
}

#blog-home .swiper{
    padding: 85px 0;
}

.item-cart-blog .img img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}

.item-cart-blog .img{
    padding-bottom: 143px;
}

.item-cart-blog .info-block{
    border-top: 1px solid #000;
    padding: 24px;
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
}

.item-cart-blog .info-block .text{
    /*text-align: justify;*/
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.item-cart-blog .info-block:hover .text{
    height: auto;
    transition: all 0.3s;
}

.item-cart-blog .info-block .title img{
    transition: all 0.3s;
}

.item-cart-blog .info-block:hover .title img{
    transform: rotate(-90deg);
    transition: all 0.3s;
}

.item-cart-blog .info-block .text p{
    margin-bottom: 50px;
}

.item-cart-blog .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}

.item-cart-blog .bottom .date{
    color: #CACACA;

}

.item-cart-blog .bottom .link{
    color: #191970;
}

.item-cart-blog .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.item-cart-blog .title img{
    transform: rotate(180deg);
}

.item-cart-blog .title strong{
    font-family: 'Mulish';
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
}

.item-cart-blog{
    border: 1px solid #000;
    position: relative;
}

#page-catalog-blog .list-catalog-blog{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 100px;
}

#page-catalog-blog{
    margin: 32px 0 65px;
}

#page-catalog-blog .next-arrow-link.under{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

#page-item-blog .img{
    float: left;
}

#page-item-blog .img img{
    max-width: 500px;
    border: 1px solid;
    margin: 0 60px 40px 0;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: 4 / 5;
    width: 500px;
    display: block
}

#page-item-blog #page-cases{
    margin-bottom: 30px
}

#page-item-blog  .img-top{
    display: none
}

#page-item-blog .top .author{
    font-size: 18px;
    font-weight: 600;
}

#page-item-blog .top{
    margin-bottom: 60px;
}

#page-item-blog .top .date{
    color: #CACACA;
    font-size: 18px;
    /*font-style: italic;*/
}

#page-item-blog h1{
    font-size: 45px;
    margin-bottom: 15px;
    line-height: 58px;
}

#page-item-blog p,
#page-item-blog ul{
    margin-bottom: 30px
}

#page-item-blog b,
#page-item-blog strong{
    font-weight: 600;
}

#page-item-blog ul{
    list-style: disc;
    padding-left: 15px;
}

#page-item-blog{
    margin-bottom: 60px
}

#page-item-blog .calc-btn{
    text-align: center;
    margin-top: 20px;
    justify-content: center;
    display: flex;
    width: 100%;
}

#page-item-blog .calc-btn a{
    padding: 10px 35px;
}

#page-item-blog h2{
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 15px;
}

#first-screen .btn-blue-arrow{
    padding: 8px 40px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
}

.p-error{
    color: crimson;
    font-size: 20px;
}

.form-field .p-error{
    margin-top: 20px;
}

.item-ratio-img input + label img{
    border: 1px solid #CACACA;
}

.item-ratio-img input:checked + label img{
    border: 2px solid #000 !important;
}

.form-error-calc .item-ratio-img.item-ratio-img-validate input + label img{
    border: 1px solid crimson;
}

.list-extension-error.list-extension .item label{
    border: 1px solid crimson;
}

.list-extension .item label, .list-extension .item.custom-field{
    border: 1px solid #CACACA;
    padding: 16px;
}

#page-checkout .p-error{
    text-align: center;
    margin-top: 30px;
}


#gall-grid-blog{
    margin: 30px 0;
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

#gall-grid-blog .item{
    width: 23.45%
}

.container-reviews{
    display: flex;
    justify-content: center;
    padding: 60px 16px;
    background: url("/img/bg-reviews-page.png");
    background-position: center;
    background-size: cover;
}

#page-error{
    background: url(../../img/bg-question.png);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0;
    text-align: center;
}

#page-error h1{
    font-size: 260px;
    font-family: 'Mulish';
    line-height: 260px;
}

#page-error p{
    font-size: 35px;
    font-family: 'Mulish';
    text-transform: uppercase;
    margin: 80px 0;
}

#page-error a{
    font-size: 45px;
    padding: 12px 64px;
}

#page-error .btn-blue-arrow::after{
    height: 10px;
}

.item-ratio-img input{
    display: none;
}

#page-category-service .block-attachment{
    position: relative;
}

#page-category-service  .block-attachment .img-service{
    transition: all 0.3s;
}

#page-category-service .block-attachment .list-attachment{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
    transition: all 0.3s;
}
#page-category-service .list-service-category .list-attachment .item{
    display: block;
    border: 0;
}

.mobile-menu ul{
    list-style: none;
}

.mobile-menu .item-group{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.mobile-menu .v-overlay__content{
    background: #fff;
    top: 78px;
    padding: 0 15px 30px !important;
}

.mobile-menu.v-overlay{
    background: #fff;
    top: 78px;
    padding: 30px 15px;
}


.mobile-menu .v-overlay__scrim{
    background: unset;
}

.mobile-menu .list-menu .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu .list-menu .down-list .title.main-title a{
    font-size: 20px;
}

.mobile-menu .list-menu .down-list ul a{
    font-size: 12px;
}

.mobile-menu .list-menu .down-list > li:not(:first-of-type) .title a{
    padding: 7px 0;
}

.mobile-menu .list-menu .down-list > li:not(:first-of-type) ul a{
    padding: 5px 0;
    font-weight: 400;
    text-transform: none;
    display: inline-block;
}

.mobile-menu .list-menu .down-list a{
    font-size: 15px;
}


.mobile-menu .list-menu .title img{
    transform: rotate(180deg);
    transition: all 0.3s;
}

.mobile-menu .list-menu .title img.active{
    transform: none;
    transition: all 0.3s;
}

.mobile-menu .list-menu a{
    color: #000;
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    padding: 16px 0;
}

.mobile-menu .list-menu{
    width: 100%;
    border: 1px solid #000;
}

.mobile-menu .list-menu > .item{
    padding: 0 30px;
}

.mobile-menu .list-menu > .item:not(:last-of-type){
    border-bottom: 1px solid #000;
}

.mobile-menu .list-menu .item-group{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.mobile-menu .list-menu .item-group img{
    width: 45px;
}


input{
    font-size: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(202, 202, 202);
    border-image: initial;
    padding: 19px 8px;
    outline: none;
}
/*#page-home{*/
/*    display: grid;*/
/*    grid-template-columns: 1fr;*/
/*}*/


/*#page-home #first-screen{*/
/*    order: 1*/
/*}*/

/*#page-home #process{*/
/*    order: 2*/
/*}*/

/*#page-home #cases{*/
/*    order: 3*/
/*}*/

/*#page-home #reviews{*/
/*    order: 4*/
/*}*/

/*#page-home #content{*/
/*    order: 5*/
/*}*/

/*#page-home #blog-home{*/
/*    order: 6*/
/*}*/

/*#page-home #partners{*/
/*    order: 7*/
/*}*/

/*#page-home #questions{*/
/*    order: 8*/
/*}*/

/*header{*/
/*    position: relative;*/
/*    z-index: 9999;*/
/*}*/


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