/*
AS Factorum Install Solutions — asfactorum.com
Built by CODEPEDIA
*/

html {
  scroll-behavior: smooth;
}

html.active {
  overflow: hidden;
}

:root {
  --white: #fff;
  --dark: #1C1D22;
  --red: #de0024;
  --font: "Roboto", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 18px;
  color: var(--dark);
  font-family: var(--font);
  letter-spacing: 1px;
  overflow-x: hidden;
}

.d-flex {
  flex-wrap: wrap;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.h1,
h1 {
  font-size: 90px;
  line-height: 1.2;
  font-weight: bold;
}
.h2,
h2 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
.h3,
h3 {
  font-size: 50px;
  line-height: 1.3;
}
.h4,
h4 {
  font-size: 40px;
  line-height: 1.3;
}
.h5,
h5 {
  font-size: 25px;
  line-height: 1.3;
}
.h6,
h6 {
  font-size: 22px;
  line-height: 1.3;
}
p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 22px;
}
a {
  color: var(--dark);
  font-size: 18px;
  line-height: 28px;
  transition: 0.3s
}
a:hover {
  color: var(--red);
  text-decoration: none;
  transition: 0.3s
}

.color-red {
  color: var(--red)
}

.block_margin {
  margin: 110px auto;
}

.container_as {
  max-width: 1470px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
  position: relative;
}

.single_number {
  margin-bottom: 5px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-top: 15px
}

.numbers .col-md-4:before {
  position: absolute;
  content: '';
  background: var(--dark);
  width: 200px;
  height: 1px;
  top: 0
}

.numbers {
  margin-top: 60px;
}

.menu, .menu-burger, .menu-bg {
  position: fixed;
  width: 50px;
  height: 50px;
  font-size: 30px;
  text-align: center;
  border-radius: 100%;
  right: 25px;
  top: 10px;
}

.menu-bg {
  background: white;
  pointer-events: none;
  transition: 0.3s;
  right: 50px;
  top: 36px;
  transform: translate3d(50%, -50%, 0);
  transform-origin: center center;
}
.menu-bg.fs {
  transform: translate3d(50%, -50%, 0);
  width: 300vw;
  height: 300vw;
  background: var(--dark)
}

.menu-burger {
  padding-top: 4px;
  -webkit-user-select: none;
  cursor: pointer;
  transition: 0.4s;
  transform-origin: center;
  color: var(--dark)
}
.menu-burger.fs {
  transform: rotate(-180deg) translateY(10px);
  color: white;
  top: 20px;
}

.menu-items {
  position: absolute;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 10px;
  color: white;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: 0.4s;
  margin-top: 100px;
  transform: translateY(-200%);
  pointer-events: none;
}
.menu-items div {
  transition: 1s;
  opacity: 0;
  margin-top: 0px;
}
.menu-items.fs {
  transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
}
.menu-items.fs div {
  opacity: 1;
  margin-top: 75px;
}

.menu {
  width: 100%;
  right: 0;
  list-style: none
}

.menu ul {
  list-style: none;
}

.menu li a {
  color: white;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 35px;
  transition: 0.3s
}

.menu li a:hover {
  color: var(--red);
  transition: 0.3s
}

.menu li {
  margin: 15px auto
}

.menu li.phone_menu a {
  padding: 12px 40px;
  border-radius: 30px;
  background: var(--red);
  font-size: 25px;
  transition: 0.3s
}

.menu li.phone_menu a:hover {
  color: white;
  opacity: 0.7;
  transition: 0.3s
}

.menu li.phone_menu {
  margin-top: 40px
}

.main_menu {
  width: 100%;
}

.phone_nr {
  position: absolute;
  right: 100px;
  text-align: right;
  top: 22px;
}

.phone_nr a {
  color: white;
  background: var(--red);
  font-size: 20px;
  font-weight: 600;
  padding: 13px 40px;
  border-radius: 30px;
  transition: 0.3s
}

.phone_nr a:hover {
  transition: 0.3s;
  background: var(--dark)
}

footer {
  background: var(--dark);
}

.contact_title h2 {
  color: white;
  text-transform: uppercase;
}

.contact_subtitle {
  color: #DE4A62;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px
}

.contact_content a {
  color: white;
  transition: 0.3s
}

.contact_content a:hover {
  color: var(--red);
  transition: 0.3s
}

.program p.contact_content {
  color: white;
}

.address {
  padding: 40px;
  border-top: 0;
  border-left: 1px solid #2D2E36
}

.phone {
  padding: 40px;
  border-left: 1px solid #2D2E36
}

.email {
  padding: 40px;
  border-left: 1px solid #2D2E36
}

.program {
  padding: 40px;
  border-left: 1px solid #2D2E36
}

.contact_content {
  margin-bottom: 0
}

.contact_title {
  padding-top: 45px;
}

.contacts {
  border-left: 1px solid #2D2E36;
  padding: 0
}

.row1 {
  border-bottom: 1px solid #2D2E36;
}

.footer_intro_text h5 {
  margin-bottom: 20px;
  font-size: 28px
}

.footer_intro_text {
  border-top: 1px solid #2D2E36;
  border-left: 1px solid #2D2E36;
  padding: 40px 40px 60px;
  color: white
}

.footer_intro_text p {
  font-size: 16px;
  margin-bottom: 30px;
}

.copyrights {
  background: #101013;
  padding: 12px 0;
}

.copyrights p {
  margin-bottom: 0;
  color: white;
  font-size: 13px;
}

.use_links a {
  color: white;
  font-size: 13px;
  transition: 0.3s;
  margin: auto 15px;
}

.use_links a:nth-child(2) {
  margin-right: 0
}

.use_links a:hover {
  transition: 0.3s;
  color: var(--red)
}

.copyrights > .container_as {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mincode {
  margin-left: 6px;
}

.mincode a {
  color: white;
}

.mincode a:hover {
  color: var(--red);
}

.social_contacts img {
  width: 35px;
  transition: 0.3s
}

.social_contacts a {
  display: block;
  margin-right: 22px;
}

.social_contacts {
  display: flex;
  align-items: center;
}

.social_contacts img:hover {
  opacity: 0.5;
  transition: 0.3s
}

.social_contacts i {
  font-size: 28px;
  color: white;
  transition: 0.3s;
}

.social_contacts i:hover {
  color: var(--red);
  transition: 0.3s
}

.faq_bg {
  background-size: cover;
  background-position: center;
}

.section_faq .col-md-8 {
  padding-right: 50px;
  padding-bottom: 10px
}

.section_faq h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 45px;
}

.accordion-single-title-faq {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0px;
  padding: 18px 0
}

.is-open .accordion-single-title-faq {
  color: var(--red);
  margin-bottom: 0px;
}

.accordion-single-item {
  border-bottom: 1px solid var(--dark);
  position: relative;
}

.accordion-single-item:before {
  content: '';
  background-image: url('../img/arrow-bottom.svg');
  position: absolute;
  right: 0;
  width: 12px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s
}

.accordion-single-item.is-open:before {
  background-image: url('../img/arrow-up.svg');
  top: 15px;
  transform: none;
  transition: 0.3s
}

.accordion-single-item:hover {
  cursor: pointer;
}

.reviews {
  background: #F6F6F6;
  padding: 80px 0;
}

.client_name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 0
}

.data_review {
  font-size: 16px;
  line-height: 24px;
  color: #9C9C9F
}

.review_content p {
  line-height: 30px;
  margin-bottom: 0
}

.review_title .col-md-4 {
  text-align: right;
}

.rating_img {
  margin-right: 0;
  text-align: right;
  margin-left: auto;
  width: 100px;
  margin-top: 8px
}

.single_review {
  margin: 0 25px;
  border: 1px solid #1C1D22;
  padding: 30px;
}

.reviews .slick-next:before {
  opacity: 1;
  content: '';
  background-image: url('../img/next-no.svg');
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.reviews .slick-next {
  right: auto;
  left: -63%;
  transform: none;
  bottom: 30%;
  top: auto;
}

.reviews .slick-prev:before {
  opacity: 1;
  content: '';
  background-image: url('../img/next-no.svg');
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg)
}

.reviews .slick-prev {
  right: auto;
  left: -74%;
  transform: none;
  bottom: 30%;
  top: auto;
}

.reviews .slick-prev:hover,
.reviews .slick-next:hover {
  opacity: 0.5
}

.services {
  background: var(--dark);
  padding: 90px 0;
  color: white;
}

.thumb {
  display: none;
}

.port_img {
  width: 100%;
  height: 760px;
  object-fit: cover
}

.port_img2 {
  width: 100%;
  height: 365px;
  object-fit: cover
}

.imglist {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.imglist2 {
  margin-bottom: 30px;
}

.portfolio h2 {
  margin-bottom: 35px;
}

.thumb_img {
  display: block;
  transition: transform .5s ease;
}

.portfolio_title .thumb_img {
  position: absolute;
  bottom: 30px;
  margin-bottom: 0;
  left: 30px;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  z-index: 99;
  color: white;
}

.portfolio_title span {
  color: var(--red);
  font-size: 18px;
  position: relative;
  width: fit-content;
  margin-top: 5px;
  display: block
}

.portfolio_title span:before {
  content: '';
  background-image: url('../img/button_arrow.svg');
  position: absolute;
  right: -37px;
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 6px;
}

.portfolio_title a {
  color: white;
}

.imglist .thumb_img:before {
  content: '';
  background: linear-gradient(transparent 60%, #000 90%);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  transition: 0.5s
}

.serv-relative {
  position: relative;
}

.serv-relative:hover .imglist {
  filter: brightness(50%);
  transition: 0.5s
}

.button_center {
  text-align: center;
  margin-top: 20px
}

.button_red {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  padding: 13px 45px;
  border-radius: 30px;
  color: white;
  background: var(--red);
  transition: 0.3s;
  border: 1px solid var(--red)
}

.button_red:hover {
  background: white;
  color: var(--red);
  transition: 0.3s
}

.button_center p {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 34px
}

.button_center p span {
  font-weight: 800;
  color: var(--red)
}

.hero_section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 230px 0 180px;
  margin-top: -75px;
}

.hero_section h4 {
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  letter-spacing: 3px
}

.hero_section h1 {
  color: white;
  font-weight: 800;
  text-transform: uppercase;
}

.button_hero {
  margin-top: 60px;
  margin-bottom: 0
}

.button_hero a {
  color: white;
  border: 1px solid white;
  border-radius: 50px;
  padding: 15px 60px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  transition: 0.3s
}

.button_hero a:hover {
  background: var(--dark);
  border-color: var(--dark);
  transition: 0.3s
}

header {
  background: #212529ad;
  backdrop-filter: blur(4px);
  padding: 15px 0;
  position: relative;
  z-index: 999
}

.intro_service {
  background: #30343F;
  padding: 40px;
  line-height: 32px
}

.service_button a {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  border-radius: 30px;
  border: 1px solid var(--red);
  padding: 15px 40px;
  transition: 0.3s
}

.service_button a:hover {
  background: var(--red);
  transition: 0.3s
}

.service_button {
  margin-top: 50px
}

.service_items .col-md-6 {
  -ms-flex: 0 0 calc(50% - 30px);
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin: 15px;
}

.service_items.row {
  align-items: flex-start;
}

.single_service {
  background: #DF5168;
  padding: 40px
}

.service_number {
  font-size: 50px;
  font-weight: 800;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-width: 1.00px;
  text-align: right;
  margin-right: -8px
}

.service_title {
  font-size: 40px;
  line-height: 50px;
  margin-top: -20px;
  margin-bottom: 20px;
  text-transform: inherit;
}

.service_img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-top: 25px
}

.service_items .col-md-6.service_last {
  background: #CCCCCC;
  padding: 40px;
  margin-top: -19%;
}

.service_last h4 {
  color: var(--dark);
  margin-bottom: 0;
  line-height: 46px;
  font-size: 36px;
}

.service_last h4 span {
  text-transform: uppercase;
  color: var(--red)
}

.service_items .col-md-6.service2 {
  margin-top: -21.4%;
}

.section_title {
  margin-bottom: 25px;
  text-align: center;
}

.single_number:after {
  content: '+';
  margin-left: 10px;
}

.fancybox-image {
  object-fit: cover;
  height: auto;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}





.contact-action {
    position: fixed;
    bottom: 40px;
    right: 1%;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.contact_fixed .contact-action {
    right: 40px;
    z-index: 999;
}

.contact-action {
    animation: pulse 2s infinite;
}

.contact-action .item {
  height: 10rem;
  padding: 1rem;
  opacity: 0.4;
  transition: .4s ease all;
  margin: 0 20px;
  transform: scale(0.9);
}

.icon1 {
    width: 30px;
}

.contact-action .item {
    opacity: 1;
    transform: none;
}

.contact-action .item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    color: #865CDA;
    background: #de0024;
    border-radius: 50%;
    transition: 0.5s;
    box-shadow: 1px 1px 5px #0000008c;
}

.contact-action.open {
    animation: none;
}

.contact-action span {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    top: 0;
    left: 0;
}

.open span {
    visibility: visible;
    animation: 1s entering;
}

.open span:nth-child(3) {
    top: -144px;
    background: #1C1D22;
}

.open span:nth-child(2) {
    top: -72px;
    background: #25D366;
}

footer .item a {
  margin-top: 0
}

footer .open span:nth-child(2) img {
  margin-top: 3px;
  width: 37px
}


@media (min-width: 1366px) and (max-width: 1500px) {
  .hero_section {
    padding: 200px 0 150px;
  }
  .service_items .col-md-6.service_last {
    padding: 30px
  }
}

.simple_page_header {
  background: var(--dark);
  padding: 130px 0 50px;
  margin-top: -75px;
  margin-bottom: 80px
}

.simple_page_header h1 {
  color: white;
  text-align: center;
  font-size: 50px;
  line-height: 60px;
}

.page-template-default header {
  border-bottom: 1px solid #616161
}

.page_content h3 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: 50px;
}

.page_content {
  margin-bottom: 80px;
}

@media only screen and (max-width: 991px) {
  .block_margin {
    margin: 70px auto
  }
  .container_as {
    padding: 0
  }
  .h1, h1 {
    font-size: 42px;
  }
  .hero_section h1 {
    text-align: center;
  }
  .hero_section h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: center;
  }
  .button_hero a {
    font-size: 16px;
    line-height: 26px;
  }
  .button_hero {
    text-align: center;
    margin-top: 50px;
  }
  .phone_nr {
    display: none
  }
  .logo_site img {
    width: 210px
  }
  .hero_section {
    padding: 150px 0 110px;
    margin-top: -65px;
  }
  .menu-burger, .menu-bg {
    width: 40px;
    height: 40px
  }
  .menu-bg.fs {
    height: 300vh
  }
  .menu li a {
    font-size: 30px;
  }
  .menu-items {
    margin-top: 50px;
  }
  .menu-burger {
    right: 22px;
    width: 35px;
    height: 35px;
    font-size: 27px;
    padding-top: 3px
  }
  .menu-bg {
    top: 31px;
    right: 40px;
  }
  .service_items.row {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px
  }
  .service_items .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .h2, h2 {
    font-size: 35px;
  }
  .d-flex {
    display: block!important
  }
  .menu {
    left: 0
  }
  .section_about h2 {
    text-align: left;
  }
  .section_title {
    margin-bottom: 15px
  }
  .numbers .col-md-4:before {
    display: none;
  }
  .numbers .col-md-4 {
    border: 1px solid #8f8f8f;
    width: 33.3333%;
    padding: 7px;
    text-align: center;
  }
  .numbers .col-md-4:nth-child(2) {
    border-left: 0;
    border-right: 0
  }
  .numbers.row {
    margin: 0;
    margin-top: 30px
  }
  .single_number {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 0
  }
  p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
  }
  .single_number:after {
    margin-left: 5px
  }
  .intro_service {
    padding: 25px;
    margin-bottom: 30px!important
  }
  .service_button a {
    font-size: 18px;
  }
  .service_button {
    margin-top: 35px;
  }
  .single_service {
    padding: 25px;
    margin-bottom: 30px!important;
  }
  .services .section_title {
    margin-bottom: 30px
  }
  .services {
    padding: 70px 0
  }
  .service_number {
    font-size: 40px;
  }
  .service_title {
    font-size: 32px;
    line-height: 40px;
    margin-top: -20px;
    margin-bottom: 10px;
    text-transform: inherit;
  }
  .service_img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-top: 10px;
  }
  .service_items .col-md-6.service2 {
    margin-top: 0
  }
  .service_items .col-md-6.service_last {
    padding: 30px;
    margin-top: 0
  }
  .service_last h4 {
    line-height: 35px;
    font-size: 25px;
    margin-bottom: 5px;
  }
  .portfolio h2 {
    margin-bottom: 25px;
  }
  .port_img,
  .port_img2 {
    height: 400px;
  }
  .button_center {
    padding: 0 15px;
  }
  .button_center p {
    margin-top: 30px
  }
  .button_red {
    font-size: 20px;
    line-height: 30px;
  }
  .reviews {
    padding: 70px 0 120px;
    margin-top: 90px
  }
  .reviews h2 {
    text-align: center;
    margin-bottom: 20px
  }
  .single_review {
    margin: 0;
    padding: 20px;
  }
  .review_title .col-md-4 {
    text-align: left;
  }
  .rating_img {
    text-align: left;
    margin-left: 0;
    margin-top: -7px;
    margin-bottom: 20px;
  }
  .client_name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2px
  }
  .review_content p {
    line-height: 28px
  }
  .reviews .slick-prev,
  .reviews .slick-next {
    left: 35%;
    bottom: -32px;
  }
  .reviews .slick-next {
    left: auto;
    bottom: -32px;
    right: 40%
  }
  .reviews .slick-prev:before,
  .reviews .slick-next:before {
    width: 42px;
    height: 42px;
  }
  .section_faq h3 {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 20px;
  }
  .section_faq .col-md-8 {
    padding-right: 15px;
  }
  .accordion-single-title-faq {
    font-size: 20px;
    line-height: 28px;
    padding-right: 25px;
  }
  .accordion-single-item.is-open:before {
    top: 17px;
  }
  .address {
    padding: 25px 15px;
    border-left: 0;
    border-top: 1px solid #2D2E36;
    border-bottom: 1px solid #2D2E36;
    margin-top: 30px;
  }
  .phone, .email, .program {
    padding: 25px 15px;
  }
  .program {
    border-top: 1px solid #2D2E36;
  }
  .footer_intro_text {
    padding: 40px 15px 40px;
  }
  .footer_intro_text h5 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .copyrights {
    padding-bottom: 90px;
  }
  .copyrights > .container_as {
    text-align: center;
    display: block;
    padding: 0 15px;
  }
  .copyrights p.copy_text {
    font-size: 11px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding-bottom: 10px
  }
}

.section_about p b {
  color: var(--red)
}
