@import url("https://fonts.googleapis.com/css?family=PT+Sans&display=swap&subset=cyrillic");
/*$theme-color: #82A5FD*/
/*$theme-color: #FF941A*/
* {
  padding: 0;
  margin: 0; }

body {
  font: 400 16px/1.5 "PT Sans", sans-serif; }

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

a {
  text-decoration: none; }

.section {
  padding: 90px 0; }
  .section h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px;
    font-size: 30px; }

header {
  background-color: white;
  padding: 5px 0 4px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-bottom: 1px solid #dbdbdb; }

.header-columns {
  display: grid;
  grid-template-columns: 0.25fr 1fr;
  grid-gap: 15px;
  align-items: center; }

.nav-phones-btn {
  display: grid;
  grid-template-columns: 1fr 0.20fr 0.25fr;
  grid-gap: 10px;
  align-items: center; }

.logo img {
  max-width: 100%; }

nav {
  text-align: center; }
  nav li {
    display: inline-block; }
    nav li a {
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #000;
      font-weight: bold;
      font-size: 15px;
      margin-right: 10px;
      transition: color .25s ease; }
      nav li a:hover {
        color: #8B0101; }
    nav li.active a {
      color: #8B0101; }
    nav li:last-child a {
      margin-right: 0; }

.header-phones a {
  font-size: 14px;
  color: #000;
  transition: color .25s ease; }
  .header-phones a:hover {
    color: #8B0101; }
  .header-phones a i {
    padding-right: 5px;
    color: #8B0101; }

.callback-btn {
  text-align: right;
  position: relative; }
  .callback-btn span {
    background-color: #8B0101;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color .25s ease; }
    .callback-btn span:hover {
      background-color: #191919; }

.menu-btn {
  display: none;
  text-align: right; }

.intro-section {
  min-height: 100vh;
  background: url("../images/intro-bg.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1; }
  .intro-section h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 3px; }
    .intro-section h1 span {
      color: #8B0101; }
  .intro-section p {
    background-color: #8B0101;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 10px; }

.down-btn {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 40px;
  text-align: center;
  color: #fff;
  transition: color .25s ease, border-color .25s ease;
  animation: down 1s linear infinite alternate; }
  .down-btn:hover {
    color: #000;
    border-color: #191919;
    animation-play-state: paused; }

@keyframes down {
  from {
    bottom: 70px; }
  to {
    bottom: 50px; } }

.services-section {
  background-color: #f3f3f3; }

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px; }

.service {
  display: block;
  text-align: center;
  color: #fff;
  padding: 25px 0 40px;
  position: relative;
  overflow: hidden;
  background-color: #8B0101;
  box-sizing: border-box;
  z-index: 1;
  border-radius: 10px;
  transition: transform .25s ease; }
  .service img {
    max-width: 35%; }
  .service:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background-color: #191919;
    margin: -10px 0 0 -10px;
    border-radius: 50%;
    transform: scale(0);
    transition: transform .25s ease;
    z-index: -1; }
  .service:hover:after {
    transform: scale(25); }
  .service .service-title {
    margin-top: 10px; }
  .service .service-price span {
    font-size: 18px; }

.work-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr); }

.work-step {
  text-align: center; }

.work-step-icon {
  border: 1px solid rgba(139, 1, 1, 0.3);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: rgba(139, 1, 1, 0.3);
  font-size: 40px;
  padding-top: 25px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  transition: all .25s ease; }
  .work-step-icon:hover {
    border-color: #8B0101;
    color: #8B0101; }
  .work-step-icon span {
    position: absolute;
    top: 0;
    left: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #8B0101;
    color: #fff;
    font-size: 14px;
    padding-top: 2px; }
  .work-step-icon:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 100%;
    width: 100px;
    height: 1px;
    background-color: #e4e4e4; }

.work-step:last-child .work-step-icon:after {
  display: none; }

.work-step-title {
  font-size: 21px;
  margin-top: 25px; }

.advantages-section {
  background-color: #f3f3f3; }

.advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  text-align: center; }

.advantage {
  background-color: #fff;
  padding: 30px 15px 50px;
  border-radius: 10px;
  transition: box-shadow .25s ease; }
  .advantage:hover {
    box-shadow: 0 0 20px rgba(139, 1, 1, 0.5); }
    .advantage:hover .advantage-icon:after {
      transform: scale(1); }

.advantage-icon {
  color: #8B0101;
  font-size: 40px;
  position: relative;
  z-index: 1; }
  .advantage-icon:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-left: -40px;
    background-color: rgba(228, 228, 228, 0.4);
    z-index: -1;
    transform: scale(0);
    transition: transform .25s ease; }

.advantage-title {
  font-size: 21px;
  margin-top: 25px; }

.brands.owl-carousel .owl-item {
  text-align: center; }
  .brands.owl-carousel .owl-item img {
    display: inline-block !important;
    height: 100%;
    width: auto !important; }

.owl-theme .owl-dots .owl-dot {
  outline: none; }
  .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #8B0101; }
  .owl-theme .owl-dots .owl-dot span {
    background-color: #e4e4e4; }
  .owl-theme .owl-dots .owl-dot.active span {
    background-color: #8B0101; }

.testimonials-section {
  background-color: #f3f3f3;
  transform: skewX(0) skewY(-1deg); }
  .testimonials-section .container {
    transform: skewX(0deg) skewY(1deg); }

.testimonial {
  padding: 50px;
  background-color: #fff;
  margin-right: 50px;
  border-radius: 5px; }
  .testimonial .t-text:first-letter {
    color: #8B0101;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px; }
  .testimonial .t-author {
    color: #8B0101;
    margin-top: 25px;
    font-size: 18px; }
  .testimonial .author {
    display: inline-block; }
  .testimonial .quote {
    float: right;
    font-size: 24px;
    color: #e4e4e4; }

.faqs {
  width: 80%;
  margin: 0 auto; }

.faq {
  border-top: 1px solid #dedede; }

.faq-q {
  font-size: 22px;
  padding: 25px 0;
  cursor: pointer;
  transition: color .25s ease;
  display: grid;
  grid-template-columns: 1fr 0.10fr; }
  .faq-q span {
    display: block;
    margin-left: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='35px' height='35px' viewBox='-3 -3 30 30' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1px' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cg transform='translate(1.000000, 1.000000)' stroke='%23222222'%3E%3Cpath d='M0,11 L22,11'%3E%3C/path%3E%3Cpath d='M11,0 L11,22'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color .25s ease, transform .25s ease; }
    .faq-q span.rotated {
      transform: rotate(45deg); }
  .faq-q:hover span {
    background-color: #e4e4e4; }
  .faq-q.highlighted {
    color: #8B0101; }

.faq:last-child {
  border-bottom: 1px solid #dedede; }

.faq-a {
  display: none;
  padding-bottom: 25px;
  padding-right: 50px; }

footer {
  background-color: #191919;
  color: #fff;
  padding: 50px 0; }
  footer h4 {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px; }
  footer li {
    position: relative; }
    footer li:before {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #fff;
      padding-right: 5px; }
    footer li a {
      display: inline-block;
      color: #fff;
      margin-right: 25px;
      border-bottom: 1px dashed #000;
      transition: transform .25s ease; }
      footer li a:hover {
        transform: translateX(5px); }

.footer-columns {
  display: grid;
  grid-template-columns: 0.75fr 1fr 0.5fr;
  grid-gap: 25px; }

.footer-contacts li:before {
  display: none; }

.footer-contacts li i {
  padding-right: 5px; }

.footer-copyright {
  margin-top: 50px;
  text-align: center;
  font-size: 13px; }
  .footer-copyright a {
    color: #fff;
    display: inline-block;
    transition: transform .25s ease; }
    .footer-copyright a:hover {
      transform: translateX(5px); }

.bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 50;
  display: none; }

.popup {
  position: absolute;
  top: -500px;
  right: 0;
  left: 0;
  width: 290px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  z-index: 51;
  padding: 40px 25px 50px;
  box-sizing: border-box;
  transition: top .5s ease; }
  .popup h5 {
    font-size: 20px;
    margin-bottom: 20px; }
  .popup > span {
    position: absolute;
    top: 5px;
    right: 12px;
    font-size: 20px;
    cursor: pointer;
    transition: color .25s ease; }
    .popup > span:hover {
      color: #8B0101; }

.totop {
  position: fixed;
  bottom: -50px;
  right: 50px;
  transition: bottom .25s ease;
  font-size: 20px;
  background-color: rgba(228, 228, 228, 0.7);
  text-align: center;
  line-height: 40px;
  color: #8B0101;
  transition: background-color .25s ease, bottom .25s ease;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10; }
  .totop:hover {
    background-color: #191919; }
  .totop.show-totop {
    bottom: 50px; }

.title-breadcrumbs {
  margin-top: 82px;
  padding: 150px 0 50px;
  background: url("../images/title-bg.jpg") no-repeat center top; }
  .title-breadcrumbs h1 {
    color: #8B0101;
    text-transform: uppercase;
    letter-spacing: 3px; }
  .title-breadcrumbs li {
    display: inline-block;
    color: #333;
    font-size: 11px;
    text-transform: uppercase; }
    .title-breadcrumbs li a {
      color: #333;
      transition: color .25s ease; }
      .title-breadcrumbs li a:hover {
        color: #8B0101; }
    .title-breadcrumbs li i {
      padding-right: 0px; }
  .title-breadcrumbs .page-breadcrumbs i.fa-angle-right {
    padding: 0 5px; }

.page {
  padding: 50px 0; }
  .page h2 {
    /*margin-bottom: 25px*/
    font-weight: normal; }
    .page h2:after {
      content: "";
      display: block;
      width: 50px;
      height: 2px;
      background-color: #8B0101;
      margin: 5px 0 25px; }
  .page p {
    margin-bottom: 15px; }
    .page p:last-of-type {
      /*margin-bottom: 0*/ }

.page-tabs ul {
  border: 1px solid #dbdbdb; }
  .page-tabs ul li {
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #dbdbdb;
    cursor: pointer;
    transition: background-color .1s ease; }
    .page-tabs ul li:hover {
      background-color: rgba(139, 1, 1, 0.1); }
    .page-tabs ul li.active-tab {
      background-color: #8B0101;
      color: #fff; }
    .page-tabs ul li:last-child {
      border-bottom: none; }

.vendors a {
  color: #8B0101;
  transition: background-color .25s ease; }
  .vendors a:hover {
    background-color: rgba(139, 1, 1, 0.1); }

.page-columns {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  grid-gap: 50px; }

.page-sidebar > ul.left-nav {
  border: 1px solid #dbdbdb; }
  .page-sidebar > ul.left-nav > li {
    border-bottom: 1px solid #dbdbdb; }
    .page-sidebar > ul.left-nav > li:last-child {
      border-bottom: none; }
    .page-sidebar > ul.left-nav > li.active > a {
      background-color: rgba(139, 1, 1, 0.9);
      color: #fff; }
      .page-sidebar > ul.left-nav > li.active > a:hover {
        background-color: #8B0101; }
    .page-sidebar > ul.left-nav > li > a {
      transition: background-color .1s ease; }
      .page-sidebar > ul.left-nav > li > a:hover {
        background-color: rgba(139, 1, 1, 0.1); }
    .page-sidebar > ul.left-nav > li.active > ul {
      display: block; }
    .page-sidebar > ul.left-nav > li > ul {
      border-top: 1px solid #dbdbdb;
      font-size: 16px;
      display: none; }
      .page-sidebar > ul.left-nav > li > ul a {
        padding: 5px 35px;
        transition: background-color .25s ease;
        border-bottom: 1px solid #dbdbdb;
        text-transform: uppercase; }
        .page-sidebar > ul.left-nav > li > ul a:hover {
          background-color: rgba(139, 1, 1, 0.1); }
        .page-sidebar > ul.left-nav > li > ul a.active {
          /*color: #000*/
          background-color: rgba(139, 1, 1, 0.1); }
      .page-sidebar > ul.left-nav > li > ul li:last-child a {
        border-bottom: 0; }

.page-sidebar a {
  color: #000;
  display: block;
  padding: 10px;
  padding-left: 20px;
  transition: color .25s ease; }
  .page-sidebar a:hover {
    color: #8B0101; }

.page-tab-content:not(:first-child) {
  display: none; }

.page-tab-content > h2 a {
  color: #8B0101;
  transition: background-color .25s ease; }
  .page-tab-content > h2 a:hover {
    background-color: rgba(139, 1, 1, 0.1); }

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px; }
  table td {
    padding: 10px;
    border: 1px solid #dbdbdb; }
  table.for-prices td:first-child {
    width: 85%; }
  table tr {
    transition: background-color .25s ease; }
    table tr:hover {
      background-color: rgba(139, 1, 1, 0.1); }

p.notice {
  border-left: 5px solid #8B0101;
  background-color: #f3f3f3;
  position: relative;
  font-size: 14px;
  padding: 20px;
  margin-top: 25px;
  z-index: 1; }
  p.notice:after {
    content: "!";
    color: #fff;
    background-color: #8B0101;
    padding-right: 5px;
    position: absolute;
    left: -12px;
    top: 20px;
    padding-left: 4px;
    /*font-size: 20px*/
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center; }

.handbook-page a.handbook-link {
  color: #8B0101;
  font-size: 20px;
  transition: background-color .25s ease; }
  .handbook-page a.handbook-link:hover {
    background-color: rgba(139, 1, 1, 0.1); }

.vendors {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px; }

.vendor {
  display: block;
  padding: 10px 5px;
  border: 1px solid #8B0101;
  text-align: center;
  text-transform: uppercase; }

.single-handbook-page td:first-child {
  white-space: nowrap;
  color: #8B0101; }
  .single-handbook-page td:first-child span {
    color: #000;
    font-size: 18px; }
    .single-handbook-page td:first-child span.painted {
      color: #8B0101; }

.single-handbook-page table {
  margin-bottom: 25px; }
  .single-handbook-page table:last-of-type {
    margin-bottom: 0; }

.input-box {
  margin-bottom: 10px; }
  .input-box:last-of-type {
    margin-bottom: 25px; }

input,
textarea {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  outline: none; }

textarea {
  height: 100px;
  padding-top: 5px;
  resize: vertical; }

button[type="submit"] {
  width: 100%;
  color: #fff;
  background-color: #8B0101;
  transition: background-color .25s ease;
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 15px 0;
  cursor: pointer;
  font-size: 17px; }
  button[type="submit"]:hover {
    background-color: #191919; }

.contact-form-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px; }

.contact-info li {
  font-size: 20px;
  margin-bottom: 10px; }
  .contact-info li a {
    color: #000;
    transition: color .25s ease; }
    .contact-info li a:hover {
      color: #8B0101; }

.contact-info i {
  color: #8B0101;
  padding-right: 10px; }

.articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px; }

.article-preview {
  /* border: 1px solid #dbdbdb; */
  text-align: center;
  box-shadow: 0 1px 10px 1px #dddfee;
  display: block;
  color: #000; }
  .article-preview h3 {
    margin-bottom: 15px;
    font-weight: normal;
    transition: color .25s ease; }
  .article-preview p {
    font-size: 14px; }
  .article-preview:hover h3 {
    color: #8B0101; }
  .article-preview:hover .ap-img img {
    filter: brightness(100%); }

.ap-img {
  /* border-radius: 10px 10px 0 0; */
  min-height: 200px;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  .ap-img img {
    max-width: 100%;
    filter: brightness(85%);
    transition: filter .25s ease; }

.ap-text {
  padding: 25px; }

.article {
  max-width: 750px;
  margin: 0 auto; }
  .article ul {
    margin-bottom: 15px;
    margin-left: 15px; }
    .article ul li:before {
      content: "\f00c";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #8B0101;
      font-size: 13px;
      padding-right: 5px; }
      
.article img {
    max-width: 100%;
}
      
.article h3 {
    color: #8B0101;
    font-weight: normal;
    margin-bottom: 15px;
}

.article-image {
    margin-bottom: 15px;
}

.pnf-404 {
  text-align: center; }
  .pnf-404 span {
    font-size: 100px;
    text-transform: uppercase;
    color: #8B0101; }
  .pnf-404 p {
    font-size: 20px; }
    .pnf-404 p a {
      color: #8B0101;
      transition: background-color .25s ease; }
      .pnf-404 p a:hover {
        background-color: rgba(139, 1, 1, 0.1); }

.callback-form .success-message,
.info-form .success-message {
    margin: 12px 0;
    font-size: 14px;
    color: green;
    display: none; }

@media only screen and (max-width: 1200px) {
  .logo-nav-phones-btn {
    grid-gap: 10px; }
  nav li a {
    margin-right: 15px;
    font-size: 14px; }
  .callback-btn span {
    padding: 10px 8px; }
  table.for-prices td:first-child {
    width: 80%; } }

@media only screen and (max-width: 992px) {
  header {
    height: 60px; }
  .logo img {
    max-width: 50%; }
  .menu-btn {
    display: block; }
  .header-columns {
    grid-template-columns: 1fr 1fr; }
  .nav-phones-btn {
    position: fixed;
    top: 60px;
    left: -250px;
    bottom: 0;
    width: 200px;
    grid-template-columns: 1fr;
    grid-template-rows: 150px 100px 50px;
    background-color: #fff;
    padding-left: 25px;
    border-right: 1px solid #dbdbdb;
    transition: left .25s ease; }
    .nav-phones-btn.show-menu {
      left: 0; }
  nav {
    padding-top: 15px;
    text-align: left; }
    nav li {
      display: block; }
      nav li a {
        font-size: 15px;
        margin-right: 0;
        margin-bottom: 5px; }
  .callback-btn {
    text-align: left; }
  .intro-section h1 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 25px; }
  .intro-section p {
    font-size: 18px;
    padding: 10px;
    letter-spacing: 1px; }
  .title-breadcrumbs {
    margin-top: 60px; }
  .services,
  .advantages,
  .articles {
    grid-template-columns: repeat(2, 1fr); }
  .work-steps {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px; }
  .work-step-icon:after {
    display: none; }
  .testimonial {
    margin-right: 0; }
  .faqs {
    width: 100%; }
  .page-columns {
    grid-template-columns: 1fr;
    grid-gap: 30px; }
  .service-page .page-sidebar,
  .sub-service-page .page-sidebar {
    grid-row: 2; }
  .single-handbook-page .page-sidebar {
    grid-row: 2; }
  .single-handbook-page td:first-child {
    white-space: normal; }
  .error-page .page-sidebar {
    grid-row: 2; }
  .contact-form-info {
    grid-gap: 30px; } }

@media only screen and (max-width: 768px) {
  .logo img {
    max-width: 70%; }
  .intro-section h1 {
    font-size: 24px; }
  .intro-section p {
    font-size: 16px; }
  .work-steps,
  .vendors {
    grid-template-columns: repeat(2, 1fr); }
  .section h2 {
    font-size: 26px; }
  .faq-q {
    font-size: 20px; }
  .articles,
  .contact-form-info,
  .footer-columns {
    grid-template-columns: 1fr; }
  .contact-info {
    grid-row: 1; }
  .footer-nav {
    text-align: left;
    grid-row: 1;
    margin-bottom: 25px; } }

@media only screen and (max-width: 480px) {
  .header-columns {
    grid-template-columns: 1fr 0.5fr; }
  .logo img {
    max-width: 85%; }
  .intro-section p {
    padding-left: 20px; }
  .services,
  .advantages {
    grid-template-columns: 1fr; }
  footer li {
    display: block; }
    footer li a {
      margin-bottom: 5px; }
  table {
    font-size: 14px; }
    table.for-prices td:first-child {
      width: 70%; }
  .contact-info li {
    font-size: 16px; } }

@media only screen and (max-width: 320px) {
  .header-columns {
    grid-template-columns: 1.5fr 0.5fr; }
  .logo img {
    max-width: 80%; }
  body {
    min-width: 300px; } }
