*::-webkit-input-placeholder {
  color: #E3E3E5;
  opacity: 1;
}
*:-moz-placeholder {
  color: #E3E3E5;
  opacity: 1;
}
*::-moz-placeholder {
  color: #E3E3E5;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #E3E3E5;
  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 #E3E3E5;
  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%;
}

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-14 {
  font-size: 14px !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;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-150px {
  max-width: 150px;
}
.mwmc {
  max-width: max-content;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !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: #FFF;
    line-height: 1;
    text-decoration: none;
    background: #C2282C;
    width: auto;
    border: 1px solid #C2282C;
    padding: 8px 16px;
    cursor: pointer;
    text-shadow: none !important;
    border-radius: 5px;
}
form .btn {
  background: linear-gradient(90.05deg, #C2282C 11.09%, #5C1315 161.31%);

}
.btn:hover {
  background: #fff;
  color: #C2282C;
}

[class*="ico-"] {
  display: block;
  width: 25px;
  height: 25px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
/*ico social*/
.ico-vk {
  background-image: url("../img/icons/social/ico-vkontakte.svg");
}
.ico-telegram {
  background-image: url("../img/icons/social/ico-telegram.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;
}

main {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* карточки продуктов */
.products .wrapp {
  position: relative;
  border-radius: 10px;
  border: 1px solid #E3E3E5;
  overflow: hidden;
}


#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) {

  
}
@media (min-width: 768px) {
  .fs-md-16 {
    font-size: 16px !important;
  }
  .fs-md-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  .prices h1 {
    line-height: 1;
    /*font-size: 4rem;*/
  }
  
  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: -.5rem;
    margin-right: -.5rem;
  }
  nav .navtopbar>li {
    padding-top: .5rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {
 
}
@media (max-width: 1399px) {
 
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

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

}
@media (max-width: 575px) {

  button.btn {
    width: 100% !important;
  }
}