*::-webkit-input-placeholder {
  color: #404040;
  opacity: 1;
}
*:-moz-placeholder {
  color: #404040;
  opacity: 1;
}
*::-moz-placeholder {
  color: #404040;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #404040;
  opacity: 1;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input, textarea, select {
  display: block;
  width: 100%;
}
input, textarea, select {
  max-width: 100%;
  padding: 10px 15px;
  border: 1px solid #404040;
  border-radius: 5px;
}
textarea {
  min-height: 125px;
  min-width: 100%;
}
select {
  color: #bcbdc0;
  padding: 5px;
}
input, textarea, select, .btn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):focus,
textarea:focus,select:focus {
  border-color: #66afe9 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.inp-wrap-phone {
  position: relative;
}

input[name*="phone"] {
  padding-left: 29px;
  background: 5px center / 20px 16px no-repeat url("../img/icons/ico-flag.svg"), #fff;
}

.modal {
  display: none;
  max-width: 550px !important;
  width: 100%;
  border-radius: 15px;
}
#thanksapp.modal {
    background: center center / cover no-repeat url(../img/commercial-bg.jpg);
  }

#modalpricelist.modal, #modalpricediscount.modal, #modaldiscountorder.modal, #modalinvitetotender.modal, #modalcallback.modal {
  background: center center / cover no-repeat url(../img/modalform-bg-2.jpg);
}
#modalconsultation.modal {
  background: center center / cover no-repeat url(../img/modalform-bg-1.jpg);
}
form span.reqstar {
  display: block;
  color: #D2202D;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
/*bootstrap*/
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.ms-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}
.me-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2 {
  margin-bottom: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.ms-n3, .mx-n3 {
  margin-left: -1rem !important;
}
.me-n3, .mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3 {
  margin-bottom: -1rem !important;
}

address {
  font-style: normal;
}
ol, ul {
padding-left: 1rem;
}
.lsn {
  list-style: none !important;
}
.lstn {
  list-style-type: none !important;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}

html {
height: 100%;
}
header, nav, section, article, aside, footer {
display: block;
}
body {
font: normal 16px/1.3 'Cabin', sans-serif;
color: #222;
width: 100%;
min-width: 320px;
min-height: 100%;
overflow-x: hidden;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
a {
outline: none;
text-decoration: none;
color:#012f91;
transition: all .1s ease-in-out;
}
a:hover {
text-decoration: none;
}
.strong {
  font-weight: bold !important;
}
.normal {
  font-weight: normal !important;
}

.video-youtube {
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.video-youtube > iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-align: left;
  font-weight: bold;
  font-style: normal;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-size: 1.25rem;
}
h1, .h1, h2, .h2 {
  font-size: 1.50rem;
}
h6, .h6 {
  font-size: 1rem;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.por {
  position: relative !important;
}
.tdn {
  text-decoration: none !important;
}
.tdu {
  text-decoration: underline !important;
}
.ttu {
  text-transform: uppercase !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.coi {
  color: initial !important;
}
.color-w {
  color: #fff !important;
}
.color-y {
  color: #FFE100;
}
.color-darkblue {
  color: #00417b !important;
}
.color-red {
  color: #D2202D !important;
}
.ovh {
  overflow: hidden !important;
}
.bgcb {
  background-color: #00417b;
}
.bgcy {
  background-color: #FFE100;
}
.bgcw {
  background-color: #fff;
}
.tsh_5 {
  text-shadow: 0 0 5px #000 !important;
}
.tsh_5-wh {
  text-shadow: 0 0 5px #fff !important;
}
.w-100 {
  width: 100%;
}
.mwmc {
  max-width: max-content;
}
.text-center {
  text-align: center !important;
}
img {
  display: block;
  border: none;
}
img:not([src*="ico-"]) {
  width: 100%;
  height: auto;
}
input {
vertical-align: middle;
accent-color: #00A0E3;
}
.grecaptcha-badge {
  display: none !important;
}
.bdrs-15 {
  border-radius: 15px;
}
.btn {
    display: block;
    text-align: center;
    color: #222;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #FFE100;
    width: auto;
    border: 2px solid #222;
    padding: 8px 16px;
    cursor: pointer;
    text-shadow: none !important;
    border-radius: 5px;
}
.btn:hover {
  background-color: #222;
  border-color: #FFE100;
  color: #FFE100;
}
.btn.white {
  background-color: #fff;
  border-color: #373737;
  color: #373737;
}
[class*="ico-"] {
  display: block;
  width: 36px;
  height: 36px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
/*ico social*/
.ico-vk {
  background-image: url("../images/ico-vk.svg");
}
.ico-vk-circle {
  background-image: url("../images/ico-vk-circle.svg");
}
.ico-hh {
  background-image: url("../images/ico-hh.svg");
}
.ico-avito {
  background-image: url("../images/ico-avito.svg");
}

header {
  background: #373737;
}
header nav a, footer nav a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
header .tel {
  font-size: 20px;
}
footer {
  background: #373737;
}
.logo {
  display: block;
  width: 100%;
  background: center / contain no-repeat url("../images/logo.svg");
  padding-top: 45%;
}
nav .navtopbar li {
    position: relative;
    flex: 0 0 auto;
    width: auto;
    display: block;
    padding: 0;
    list-style: none;
}
nav .navtopbar li:not(:last-child) {
    border-right: 1px solid #fff;
}
section.prices {
  background: center center / cover no-repeat url("../img/price-bg-2.jpg");
}




/* .prices:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    background-color: rgba(54, 52, 52, 76%);
    pointer-events: none;
} */

section.advantages .header {
  font-family: 'Days';
}
section.advantages .one .item {
  background: left center / contain no-repeat url(../img/icons/adv-1.svg);
}
section.advantages .two .item {
  background: center center / contain no-repeat url(../img/icons/adv-2.svg);
}
section.advantages .tree .item {
  background: right center / contain no-repeat url(../img/icons/adv-3.svg);
}

section.adv .items {
  background-image: url("../img/adv-bg2.png"), url("../img/adv-bg.jpg");
  background-position: right center, center center;
  background-size: 271px 500px, cover;
  background-repeat: no-repeat;
  border-radius: 30px;
}
section.adv .items .item {
  background: rgba(255,242,144,71%);
  border: 1px solid #000;
  border-radius: 15px;
}
[id*="item-adv-con"] {
  display: none;
  max-width: 500px;
}

section.commercial {
  background: center center / cover no-repeat url(../img/commercial-bg-2.jpg);
}

section.whoarewe .items {
  background: center center / 1258px 837px repeat url(../img/whoarewe-bg.png);
  border-radius: 30px;
}
section.whoarewe .items .item .title.h2 span {
 font-size: 0.8em;
}
section.whoarewe .items .item .title.h2 {
 border-bottom: 3px solid #FFCC00;
}
/*fancyapps*/
.carousel.f-carousel {
  --f-carousel-slides-per-page: 1;
  --f-carousel-spacing: 20px;
  --f-carousel-slide-width: calc( ( 100% - ((var(--f-carousel-slides-per-page) - 1) * var(--f-carousel-spacing)) ) / var(--f-carousel-slides-per-page) );

  --f-button-width: 38px;
  --f-button-height: 38px;

  --f-button-svg-width: 16px;
  --f-button-svg-height: 16px;
  --f-button-svg-stroke-width: 2.5;

  --f-button-color: rgb(71 85 105);
  --f-button-border-radius: 50%;
  --f-button-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0
          0 / 30%);

  --f-button-bg: #fff;
  --f-button-hover-bg: #f9f9f9;
  --f-button-active-bg: #f0f0f0;
}


/*accordion*/
.accordion-item {
    border-top: 2px solid #000;
}
.accordion-item:last-child {
    border-bottom: 2px solid #000;
}
.accordion-item [name="accordion"] {
    display: none;
}
.accordion-item .acorr-body {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: max-height .25s ease-in-out;
}
.accordion-item .acorr-body p:last-child {
    margin-bottom: 0 !important;
}
.accordion-item label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.accordion-item label:after {
    content:'';
    display: block;
    width: 36px;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
    height: 36px;
    background: center / 70% 70% no-repeat url("../img/icons/ico-arrow-right.svg");
    margin: 0 0 0 1rem;
    transition: transform .25s ease-in-out;
}
.accordion-item [name="accordion"]:checked + label:after {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.reviews .link:hover {
  -webkit-text-stroke: 1px #222;
  -moz-text-stroke: 1px #222;
  -ms-text-stroke: 1px #222;
}
.reviews .item .rating {
  width: 90px;
  height: 20px;
  background: center 0 / cover no-repeat url("../images/stars.svg");
}

.reviews .item .rating[data-stars="1"] {
  background-position-y: -32px;
}
.reviews .item .rating[data-stars="1,5"] {
  background-position-y: -64px;
}
.reviews .item .rating[data-stars="2"] {
  background-position-y: -96px;
}
.reviews .item .rating[data-stars="2,5"] {
  background-position-y: -128px;
}
.reviews .item .rating[data-stars="3"] {
  background-position-y: -160px;
}
.reviews .item .rating[data-stars="3,5"] {
  background-position-y: -192px;
}
.reviews .item .rating[data-stars="4"] {
  background-position-y: -225px;
}
.reviews .item .rating[data-stars="4,5"] {
  background-position-y: -258px;
}
.reviews .item .rating[data-stars="5"] {
  background-position-y: -290px;
}
.contacts .delimiter {
  position: relative;
}
.contacts .delimiter:before {
  content: '';
  display: block;
  background-color: #ADDEFF;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 70%) url('../images/loading.svg') no-repeat center;
  z-index: 99999;
}

.has-iframe .fancybox__content {
  padding: 0 !important;
}

@keyframes showFromPos {
  0% {top:132px;opacity:0}
  100% {top:0;opacity:1;}
}
@keyframes showButtonRing {
  0% { transform: rotate(0); }
  1% { transform: rotate(34deg); }
  2% { transform: rotate(-32deg); }
  3% { transform: rotate(30deg); }
  4% { transform: rotate(-28deg); }
  5% { transform: rotate(26deg); }
  6% { transform: rotate(-24deg); }
  7% { transform: rotate(22deg); }
  8% { transform: rotate(-20deg); }
  9% { transform: rotate(18deg); }
  10% { transform: rotate(-16deg); }
  11% { transform: rotate(14deg); }
  12% { transform: rotate(-12deg); }
  13% { transform: rotate(10deg); }
  14% { transform: rotate(-8deg); }
  15% { transform: rotate(6deg); }
  16% { transform: rotate(-4deg); }
  17% { transform: rotate(2deg); }
  18% { transform: rotate(0); }
  100% { transform: rotate(0); }
}

.footer_multibtn {
  position: fixed;
  bottom: 37px;
  right: 37px;
  padding: 14px;
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: end;
  gap: 20px;
  z-index: 10;
}
.footer_multibtn .footer_main_btn {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FFCC00;
  background-image: url("/images/site/phone.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
}
.footer_multibtn .footer_main_btn:not(.close) {
  animation: showButtonRing 30s ease-in-out 1s infinite;
}
.footer_multibtn .footer_main_btn.close {
  background-color: #fff;
  background-image: url("/images/close_form.png");
  background-size: 40px;
}
.footer_multibtn .footer_stack {
  display: none;
  animation: showFromPos .2s ease-in-out;
}
.footer_multibtn:not(.is_mobile):hover .footer_stack,
.footer_multibtn.is_mobile .footer_main_btn.close ~ .footer_stack {
  position: relative;
  opacity:1;
  display: inline-flex;
  align-items: end;
  flex-direction: column;
  gap: 15px;
}
.footer_multibtn .footer_stack a {
  position: relative;
  display: inline-block;
  padding: 10px 16px;
  color: #fff;
  background-color: #FFCC00;
  box-shadow: 0 0 2px rgba(0, 0, 0, .2);
  border-radius: 25px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  margin-right: 80px;
  cursor: pointer;
  transition: background-color .1s ease-in;
}
.footer_multibtn .footer_stack a:after {
  content: '';
  position: absolute;
  top: -5px;
  right: -62px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #FFCC00;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.footer_multibtn .footer_stack a:hover,
.footer_multibtn .footer_stack a:hover:after {
  background-color: #233972;
}
.footer_multibtn .footer_stack a.email:after {
  background-image: url("/images/site/email.svg");
}
.footer_multibtn .footer_stack a.form:after {
  background-image: url("/images/site/form.svg");
}
.footer_multibtn .footer_stack a.tender:after {
  background-image: url("/images/site/tender.svg");
}
.footer_multibtn .footer_stack a.link:after {
  background-image: url("/images/site/phone.svg");
}


/*media*/
@media (min-width: 576px) {

  .carousel.f-carousel.adaptive {
      --f-carousel-slides-per-page: 2;
  }
  .btn {
    font-size: 30px;
    width: max-content;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .fs-md-16 {
    font-size: 16px !important;
  }
  .carousel.f-carousel.adaptive {
      --f-carousel-slides-per-page: 3;
  }
}
@media (min-width: 992px) {
  section.adv .items .item {
    font-size: 18px;
  }
  /*
  .tputiles h2, .comparison h2, .adv h2, .videos h2, .whoarewe h2, .questions h2 {
    font-size: 3.5rem;
  }
  */
  .prices h1 {
    line-height: 1;
    /*font-size: 4rem;*/
  }
  .modal {
    max-width: 800px !important;
    border-radius: 30px;
  }
  
  
  .carousel.f-carousel.adaptive {
      --f-carousel-slides-per-page: 4;
  }
  .logo {
    width: 140px;
    height: 64px;
    padding-top: 0;
  }
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  nav .navtopbar {
    margin-left: -1.1rem;
    margin-right: -1.1rem;
  }
  nav .navtopbar>li {
    padding-top: .5rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 1200px) {
  .reviews .item .quantity, .reviews .link {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
 
}
@media (max-width: 1399px) {
 
}
@media (max-width: 1199px) {
  .reviews .item img {
    width: 35px !important;
    height: 35px !important;
  }
}
@media (max-width: 991px) {
  .modal .h1 {
      font-size: 1.75rem !important;
  }
}
@media (max-width: 767px) {

.footer_multibtn {
    bottom: 17px;
    right: 17px;
}

}
@media (max-width: 575px) {
  .modal .contacts .delimiter:before {
    content: none;
  }
  /*
  .carousel.f-carousel.adaptive {
    --f-carousel-slide-width: calc( ( 70% - ((var(--f-carousel-slides-per-page) - 1) * var(--f-carousel-spacing)) ) / var(--f-carousel-slides-per-page) );
  }
  */
  button.btn {
    width: 100% !important;
  }
}