/*
Theme Name: Blank
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

.margin-50 {
  height: 50px;
  width: 100%;
  background: #fff;
}

.margin-100 {
  height: 100px;
  width: 100%;
  background: #fff;
}

.margin-150 {
  height: 150px;
  width: 100%;
  background: #fff;
}

.margin-200 {
  height: 200px;
  width: 100%;
  background: #fff;
}

.margin-250 {
  height: 250px;
  width: 100%;
  background: #fff;
}

.margin-300 {
  height: 300px;
  width: 100%;
  background: #fff;
}

.margin-350 {
  height: 350px;
  width: 100%;
  background: #fff;
}

.margin-400 {
  height: 400px;
  width: 100%;
  background: #fff;
}

@media (max-width: 1024px) {
  .margin-50 {
    height: 25px;
    width: 100%;
  }
  
  .margin-100 {
    height: 50px;
    width: 100%;
  }
  
  .margin-150 {
    height: 75px;
    width: 100%;
  }
  
  .margin-200 {
    height: 100px;
    width: 100%;
  }
  
  .margin-250 {
    height: 125px;
    width: 100%;
  }
  
  .margin-300 {
    height: 150px;
    width: 100%;
  }
  
  .margin-350 {
    height: 175px;
    width: 100%;
  }
  
  .margin-400 {
    height: 200px;
    width: 100%;
  }
}
@media (max-width: 768px) {
    .header_links.header_footer_links {
        display: flex!important;
        gap: 8px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .header_footer_links .header_link {
        display: block!important;
    }
}
.connect-type {
    margin-top: 10px;
}
.wpcf7-radio span.first {
    margin: 0;
}
.wpcf7-form .form-text {
    margin-top: 15px;
    margin-bottom: 10px;
}
.form_home {
    height: 385px!important;
}

body.social-contacts-modal-open {
  overflow: hidden;
}

.social-contacts-modal {
  position: fixed;
  inset: 0;
  z-index: 10000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.social-contacts-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.social-contacts-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.social-contacts-modal__dialog {
  position: relative;
  z-index: 1;
  max-width: 420px;
  width: 100%;
  padding: 28px 24px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  font-family: "Manrope", sans-serif;
}

.social-contacts-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  padding: 0;
}

.social-contacts-modal__close:hover {
  color: #E42525;
}

.social-contacts-modal__lead {
  font-size: 17px;
  line-height: 1.45;
  color: #333;
  margin: 0 0 18px;
  padding-right: 28px;
}

.social-contacts-modal__hint {
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  margin: 0 0 14px;
}

.social-contacts-modal__messengers {
  display: flex;
  gap: 14px;
  align-items: center;
}

.social-contacts-modal__messenger {
  display: block;
  text-decoration: none;
}

.social-contacts-modal__messenger img {
  display: block;
  width: 44px;
  height: auto;
  max-width: 44px;
}

body.consult-popup-open {
  overflow: hidden;
}

.consult-popup {
  position: fixed;
  inset: 0;
  z-index: 9999998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.consult-popup.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.consult-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.consult-popup__dialog {
  position: relative;
  z-index: 1;
  max-width: 520px;
  width: 100%;
  max-height: min(92vh, 720px);
  overflow-y: auto;
  padding: 32px 28px 28px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  font-family: "Manrope", sans-serif;
}

.consult-popup__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  padding: 0;
}
.consult-popup__close:hover {
  color: #E42525;
}

.consult-popup__title {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #333;
  margin: 0 0 12px;
  padding-right: 36px;
}

.consult-popup__cta {
  font-size: 16px;
  line-height: 1.45;
  color: #215A8E;
  font-weight: 600;
  margin: 0 0 24px;
}

.consult-popup__form .wpcf7 {
  margin-top: 0;
}
.consult-popup__form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.consult-popup__form input.wpcf7-text {
  width: 100%;
  max-width: 100%;
}
.consult-popup__form .wpcf7-submit {
  margin-top: 8px;
  width: 100%;
  max-width: 320px;
}
.wpcf7-list-item {
    margin-left: 0.4em;
}