﻿@font-face {
  font-family:geometria-regular;font-weight:400;font-style:normal;src:url(../fonts/GeometriaRegular/GeometriaRegular.eot);src:url(../fonts/GeometriaRegular/GeometriaRegular-1.eot) format("embedded-opentype"),url(../fonts/GeometriaRegular/GeometriaRegular.woff) format("woff"),url(../fonts/GeometriaRegular/GeometriaRegular.ttf) format("truetype");
}

@font-face {
  font-family:geometria-extralight;font-weight:400;font-style:normal;src:url(../fonts/GeometriaExtraLight/GeometriaExtraLight.eot);src:url(../fonts/GeometriaExtraLight/GeometriaExtraLight-1.eot) format("embedded-opentype"),url(../fonts/GeometriaExtraLight/GeometriaExtraLight.woff) format("woff"),url(../fonts/GeometriaExtraLight/GeometriaExtraLight.ttf) format("truetype");
}

@font-face {
  font-family:geometria-bold;font-weight:400;font-style:normal;src:url(../fonts/GeometriaBold/GeometriaBold.eot);src:url(../fonts/GeometriaBold/GeometriaBold-1.eot) format("embedded-opentype"),url(../fonts/GeometriaBold/GeometriaBold.woff) format("woff"),url(../fonts/GeometriaBold/GeometriaBold.ttf) format("truetype");
}

@font-face {
  font-family:geometria-extrabold;font-weight:400;font-style:normal;src:url(../fonts/GeometriaExtraBold/GeometriaExtraBold.eot);src:url(../fonts/GeometriaExtraBold/GeometriaExtraBold-1.eot) format("embedded-opentype"),url(../fonts/GeometriaExtraBold/GeometriaExtraBold.woff) format("woff"),url(../fonts/GeometriaExtraBold/GeometriaExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: 'rouble';
  src: url('../fonts/rouble-webfont.eot');
  src: url('../fonts/rouble-webfont-1.eot') format('embedded-opentype'),
  url('../fonts/rouble-webfont.woff') format('woff'),
  url('../fonst/rouble-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
	background-color: #fff;
  color: #333;
  font-family: geometria-regular,sans-serif;
  line-height: 1.42857143;
  overflow-x: hidden;
}
.bg-light {
  background-color: #eaeaea !important;
}
.text-warning {
  color: #ffd633!important;
}
.btn {
 -webkit-border-radius: 3px;
 border-radius: 3px;
 -webkit-transition: .3s;
 transition: .3s;
}
.btn-warning {
  background: #ffd633;
  color: #000;
  letter-spacing: .4px;
  /* -webkit-box-shadow: 0 2px 15px #019b9d; */
  /* box-shadow: 0 2px 15px #019b9d; */
}
.btn-warning:hover {
 background: #ffd633;
 color: #000;
 letter-spacing: .4px;
 -webkit-box-shadow: 0 2px 15px #019b9d;
 box-shadow: 0 2px 15px #019b9d;
}
.top .btn-outline-warning {
  border: 1px solid #ffd633;
  color: #fff;
}
.top .btn-outline-warning:hover {
  background: #ffd633;
  color: #000;
  -webkit-box-shadow: 0 2px 15px rgba(255,214,51,.65);
  box-shadow: 0 2px 15px rgba(255,214,51,.65)
}
.font-light {
  font-family: geometria-extralight,sans-serif;
}
.font-regular {
  font-family: geometria-regular,sans-serif;
}
.font-extrabold {
  font-family: geometria-extrabold,sans-serif;
}
.font-bold {
  font-family: geometria-bold,sans-serif;
}
.rouble {
  font-family: 'rouble';
}
header{
  color:#fff;

  //background: url(../img/main-bg.jpg) 70% 0 no-repeat;
  background-image: url(../img/29.jpg); 
  background-position: 50% 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  //background-position: center;

  height: 100vh;
  height: 100svh;

}
/*header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.45);
    width: 100%;
    height: 100%;
    z-index: 2;
}*/
header .container {
  position:relative;
  z-index:3;
}
.top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 7777;
  transition: background-color .5s ease, padding .2s;
}
.top.scrolled {
  background-color: rgba(0, 0, 0, 0.7);
}
.top .list-inline-item {
  vertical-align: middle;
}
.header__messengers-wa,
.header__messengers-tg {
    width: 32px;
}
.title-block:after {
  content: '';
  width: 63px;
  height: 5px;
  margin-top: 23px;
  margin-bottom: 2rem;
  background: #ffd633;
  display: block;
}
.how-item {
  font-size: 20px;
}
#counts {
  background-image: url(../img/counts1.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  padding: 220px 0 120px;
}
#counts .count span {
  border-bottom: solid 3px #f3d446;
  font-size: 60px;
  line-height: 64px;
  color: #262626;
}
#counts .btn-warning {
  margin: 120px 0 0;
}

.tr-new {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: .25s;
}
.td-new {
  background-color: #f4f8f9;
  border-right: 1px solid #e7edef;
  border-bottom: 1px solid #ececec;
  padding: 17px 30px 13px;
  transition: .25s;
}

.td-new:last-child {
  border-right: 0;
}

.tr-new:first-child {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.tr-new:first-child .td-new {
  font-size: 16px;
  color: #fff;
  background-color: #929396;
  text-transform: uppercase;
  padding: 17px 30px 23px;
  border-color: rgba(255,255,255,.15);
  text-align: center;
}

.tr-new:nth-child(2) {
  margin-top: -10px;
}

.tr-new:nth-child(n+2) .td-new:nth-child(n+2) {
  padding: 20px 30px 25px;
}

#uslugi .td-new:first-child {
  flex: 1;
}
#uslugi .tr-new:nth-child(n+2) {
  position: relative;
}
#uslugi .tr-new:nth-child(2n+3) .td-new {
  background-color: #eef0f3;
}
#uslugi .tr-new:nth-child(n+2)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 3px solid #fed33f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  opacity: 0;
  transition: .25s;
}
#uslugi .tr-new:nth-child(n+2):hover::after {
  opacity: 1;
}

#uslugi .tr-new:nth-child(n+2) .td-new {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

#uslugi .tr-new:nth-child(n+2):hover .td-new {
  background-color: #fff;
}

#uslugi .tr-new:nth-child(n+2) .td-new:first-child {
  font-size: 20px;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  padding-left: 90px;
  column-gap: 15px;
}
#uslugi .tr-new:nth-child(n+2) .td-new span {
  text-decoration: underline;
}
#uslugi .prices-table {
  width: 100%;
}

#uslugi .prices-table .pt-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

#uslugi .prices-table .pt-dots {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 10px;
  border-bottom: 1px dotted #222;
  margin: 0 5px;
  position: relative;
  bottom: 9px;
}

#uslugi .prices-table .pt-price {
  white-space: nowrap;
}

#uslugi .tr-new:nth-child(n+2) .td-new:last-child .time-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #fff;
  border: 1px solid #eceae8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto;
}

#uslugi .tr-new:nth-child(n+2) .td-new:last-child .col1 {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1;
  padding: 16px 20px 12px 45px;
  background-image: url("../img/ruble.svg");
  background-position: 15px 50%;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

#uslugi .tr-new:nth-child(n+2) .td-new:last-child .btn {
  padding: 16px 15px 12px;
  background-color: #ffd43f;
  position: relative;
  text-decoration: underline dotted;
  z-index: 1;
  border: 1px solid transparent;
}

#uslugi .tr-new:nth-child(n+2) .td-new:last-child .btn:hover {
  background-color: #ffd43f;
  border-color: #d39e00;
}

#uslugi .tr-new:nth-child(n+2) .td-new:last-child .btn:hover::after {
  border-color: transparent;
}

#uslugi .link {
  font-size: 14px;
  line-height: 1;
  color: #586a7c;
  border: 1px solid #dce0e1;
  padding: 24px;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
#gost {
  background-image: url(../img/gost.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 68px;
}

#gost .yellow-frame {

  border: solid 4px #f3d446;

}
#gost .screen-5-img-block {
  margin-top: -360px;
  margin-left: -20px;
  overflow: visible;
  min-height: 370px;
}
#garant {
  background-image: url(../img/main-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 85px;
    padding-bottom: 85px;
    color:#fff;
}
.footer-quest {
    color: #bebebe;
    text-decoration: none;
}
.footer-phone {
    display: inline-block;
    color: #fefefe;
    text-decoration: none;
}
.footer-email {
    display: inline-block;
    color: #fefefe;
    text-decoration: none;
}
.footer-address {
    color: #aaaaaa;
}
footer {
    background-color: #000;

    background-image: url(../img/bg-footer.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.scroll-top {
    position: fixed;
    bottom: -44px;
    right: 30px;
    opacity: 0.7;
    background-color: #000;
    z-index: 33;
    padding: 8px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.4s;
}
.scroll-top.visible {
    bottom: 30px;
}
.scroll-top__icon {
    height: auto;
    fill: #fff;
    transform: rotate(-90deg);
    width: 28px;
    display: block;
    transition: 0.4s;
}
.scroll-top:hover {
    background-color: #ffd633;
    opacity: .9;
}
.scroll-top:hover .scroll-top__icon {
    fill: #000;
}
.policy {
    background: #eaeaea;
    padding: 40px 0;
}
.cookie-banner {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: none;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 12px;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    left: 0px;
    transform: translateX(-50%);
    margin: 0px -45% 10px 50%;
    padding: 8px 12px;
    border-radius: 3px;
    max-width: 1280px;
    box-shadow: rgba(6, 5, 50, 0.1) 0px 6px 20px;
    gap: 15px;
}
.cookie-banner a {
    color: #fff;
    text-decoration: underline;
}
.cookie-banner button {
    background-color: #ffd633;
    color: #000;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 12px;
}
.cookie-banner button:hover {
    background: #ffd633;
    color: #000;
    box-shadow: 0 2px 15px rgba(255,214,51,.65);

}
.cookie-banner.visible {
    display: flex;
}



















.body-case {
  color:#fff;
  -webkit-border-top-right-radius: .25rem;
  border-top-right-radius: .25rem;
  -webkit-border-bottom-right-radius: .25rem;
  border-bottom-right-radius: .25rem;

}
.body-case ul > li::before {
  content: "✔";
  position: absolute;
  top: 0px;
  left: 0px;
  color: #ffc107;
}
.body-case ul > li {
  padding-left: 30px;
  position: relative;
}
.body-case ul {
  padding: 0;
  list-style: none;
}
.btn {
  cursor:pointer;
}
.pulse-btn {
  animation: shadow-pulse 2s infinite;

}
.pulse-btn:hover 
{
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

.btn-2 span {
  display: block;
  font-size: 19px;
  font-family: geometria-regular,sans-serif;
}

.bg-grad {
	background-image: radial-gradient(circle at 0 0,transparent,rgba(0,0,0,.73)),radial-gradient(circle farthest-side at 90% 25%,#7d0075 15%,rgba(147,0,150,0)),radial-gradient(closest-corner at 25% 70%,rgba(3,166,180,.84),rgba(0,0,0,.2)),linear-gradient(60deg,#000416 30%,#0000a8 60%,#000416 80%) !important;
}

.dark {
  background-color: #000;
}
.text-red {
  color:#FF0000;
}
.block {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.call a:hover {
  text-decoration: none;
}

.secret {
  padding-left: 90px;
}
.secret .num {
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 5.125rem;
  line-height: 1;
}
.modal-content {
  background-color: transparent;
  border: none;
}
.modal-title {
  line-height: 1.1;
}
.form-bg {
  background: rgba(0,0,0,.5);
  padding: 2rem 2rem;
  border: 5px solid #ffc107;
}

.info-values .before .num {
  opacity: 0.5;
}
.info-values .after .num {
  color:#ffc107;
}
#cases ul li {
  margin-bottom: 1rem;
}
#cases .carousel-control-prev, #cases .carousel-control-next {
  align-self: flex-end; /* Aligns it at the bottom */
}
#cases .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

#cases .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
#clients img {
  margin-bottom: 2rem;

}
.fixed-right {
  display: none;
  padding: 20px;
  top: 50%;
  position: fixed;

  z-index: 102;
  background: #fff;

  -webkit-box-shadow: 0 0 55px -10px rgba(161,152,161,1);
  -moz-box-shadow: 0 0 55px -10px rgba(161,152,161,1);
  box-shadow: 0 0 55px -10px rgba(161,152,161,1);
}
.fixed-right {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.fixed-right .popup-close {
  cursor:pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 13px;
}
.fixed-right .popup-close img {
  width: 100%;
  vertical-align: top;
}
.fixed-right .form_header {
  color: #2b282d;
  font-size: 20px;
}
.fixed-right .ps {
  margin: 0 0 10px;
  text-align: left;
  color: #000;
}
.popuptime {
  background-color: #e0e0e0;
  border-radius: .25rem;
  float: left;
  margin-right: 5px;
  padding: .375rem .75rem;
  line-height: 1.6;
}
.popuptime .font30 {
  line-height: 28px;
}

#more {
  display:none;
}
#show-more span {
  cursor:pointer;
}
#show-more span:hover {
  color:#0063a9
}









@media (max-width: 991px) {
  header .h3 {
    background-color:rgb(231 231 231);
    padding: 10px;
    border-radius: 3px;
  }
  .table-head {
    display:none;
  }
  .tr-new {
    flex-direction: column !important;
  }
  .td-new {
    padding: 30px;
  }
  #uslugi .td-new:last-child {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  header {
    background-image: url(../img/29.jpg);
        background-position: 0;
  }
  header .lead {
    font-size: 1rem;
  }
  header .h1, .block-title .h1 {
    font-size: 1.5rem;
    line-height: 1.75;
  }
  header .h3 {
    font-size: inherit;
  }
  #uslugi .tr-new:nth-child(n+2) .td-new {
      display: block;
  }
  #uslugi .tr-new:nth-child(n+2) .td-new:last-child .time-wrap {
    flex-direction: column;
  }
  .scroll-top {
    right: 0;
  }
  .scroll-top.visible {
    border-radius: 3px 0 0 0;
    bottom: 0;
  }
  .policy {
      padding: 20px 0;
  }
  .policy h1 {
    font-size: 24px;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .form-bg {
    padding: 2rem 3rem;
  }
  header .h1 {
    font-size: 3rem;
  }

}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-2 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
  .how-item {
    min-height:339px;
  }
}

@media (min-width: 992px) {
  .block {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .btn-2 {
    line-height: 1.2;
  }
  header .h1 {
    font-size: 2.7rem;
  }
  .bg .h1, .block-title .h1 {
    font-size: 3rem;
  }  


  .fixed-right {
    display: block;
  }
  
  .content {

    padding-top: 100px;
    padding-bottom: 100px;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  .modal-body {
    padding: 2rem 3rem;
  }
  .how-item {
    min-height:256px;
  }
}





@media (min-width: 1200px) {
  .how-item {
    min-height:204px;
  }

  .btn-2 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
  
  header .h1, .bg .h1, .block-title .h1 {
    font-size: 3.5rem;
  }
  
}
@media (min-width: 1200px) and (max-width: 1300px) {
  header .h1 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1260px !important;
  }
}
@media (min-width: 1500px) {
  header .h1 {
    font-size: 3.725rem;
  }
  .container {
    max-width: 85% !important;
  }
}
/*Animations*/
@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(1,155,157, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(1,155,157, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1,155,157, 0);
  }
}
@keyframes shadow-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(1,155,157, 0.4);
    box-shadow: 0 0 0 0 rgba(1,155,157, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(1,155,157, 0);
    box-shadow: 0 0 0 30px rgba(1,155,157, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(1,155,157, 0);
    box-shadow: 0 0 0 0 rgba(1,155,157, 0);
  }
}
@-webkit-keyframes circle-price {
  from,to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(.75);
    transform: scale(.75);
    opacity: .3;
  }
}

@keyframes circle-price {
  from,to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(.75);
    transform: scale(.75);
    opacity: .3;
  }
}
