
 
 *{
   margin: 0;
   padding: 0;
   list-style: none;
   border: none;
   text-decoration: none;
}

body{ 
   
    color: black;
    font-family: Lato-Medium, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 24px;
    color: rgb(5, 42, 96);
    height: 100%;
    margin: 0px;
    font-family: Lato-Medium, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 24px;
    color: rgb(5, 42, 96);
    background-color: rgb(242, 243, 247);
    scrollbar-width: thin;
    background-image: url(./assets/img/main-background.svg);
    background-size: cover;
}
.page {
    display: flex
;
    flex-shrink: initial;
    flex-basis: initial;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    align-self: auto;
    flex-flow: row;
    -webkit-box-flex: 0;
    height: 100vh;
    flex-direction: column;
    gap: 40px;
}
header { 
   position: sticky;
    z-index: 99;
    top: 0;
    transition: 0.2s linear;
    max-height: 88px;
    padding: 16px 0px;
    background-color: rgb(249, 250, 252);
    box-shadow: rgba(157, 172, 207, 0.3) 0px 8px 25px; 
}
.not_pc {
  display: none;
}
button {
  cursor: pointer;
}
.container {
    
    max-width: 1920px;
    padding: 0px 64px;
    margin: 0px auto;
    background-color: transparent;
    position: static;
    height: auto;
    pointer-events: auto;
}
.menu {
    box-sizing: border-box;
    flex-direction: row;
    justify-content: flex-start;
    display: flex
;
    gap: 56px;
    -webkit-box-align: center;
    align-items: center;
    height: max-content;
}
.header-section {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    gap: 32px;
}
.menu-item a {
    font-weight: 400;
    line-height: 18px;
    color: rgb(5, 42, 96);
    font-size: 16px;
    transition: 0.2s ease-in-out;
}

.menu-item a:hover {
    color: rgb(36, 131, 235);
}
a {
    color: #000;
}
.not_pc {
    display: none;
}
.b-nav:not(.open) {
    display: none;
}
.main-logo {
    display: flex
;
    flex-shrink: initial;
    flex-basis: initial;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: center;
    align-self: auto;
    flex-flow: row;
    gap: 8px;
    -webkit-box-flex: 0;
    flex-grow: 0;
}
.pc-nav {
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
}
h1 {
    font-size: 16px;
    margin-bottom: 4px;
    font-family: Lato-Bold, sans-serif;
}
h2 {
    font-size: 12px;
    font-weight: 600;
    font-family: Lato-Bold, sans-serif;
    white-space: normal;
    line-height: 24px;
    margin: 0px;
    color: rgb(5, 42, 96);
    text-transform: uppercase;
}
.result {
    max-width: 720px;
    padding: 40px 48px;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    width: 100%;
    padding: 40px;
    border-radius: 16px;
    background-color: rgb(249, 250, 252);
    box-shadow: rgba(157, 172, 207, 0.02) -9px -11px 15px, rgba(157, 172, 207, 0.1) 9px 11px 15px;
}
.block-content {
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
}
.block_header {
    display: flex
;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-self: auto;
    flex-flow: row;
    -webkit-box-flex: 0;
    gap: 24px;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 0px 24px;
}
.block_content_top {
    display: flex
;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    align-self: auto;
    flex-flow: row;
    -webkit-box-flex: 0;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 24px;
}
h3 { 
    font-size: 18px;
    font-weight: 600;
    font-family: Lato-Bold, sans-serif; 
}
p { 
    font-size: 18px;
    text-transform: none;
    color: rgb(5, 42, 96);
    font-weight: 400;
    white-space: normal;
    line-height: 24px;
    margin: 0px; 
}
.main {
    height: 100%;
}
.block_content_result {
    height: 50vh;
    display: flex
;
    align-items: flex-start;
    justify-content: center;
}
.block_content_bottom {
    text-align: center;
}
.onservice {
    margin: 0px auto;
    text-align: center;
    color: rgb(36, 131, 235);
    background: none; 
    font-size: 16px;
}
.form-content {
    display: flex
;
    flex-shrink: initial;
    flex-basis: initial;
    -webkit-box-pack: start;
    justify-content: center;
    -webkit-box-align: stretch;
    align-self: auto;
    flex-flow: row;
    gap: 8px;
    -webkit-box-flex: 0;
    flex-grow: 0;
    padding: 40px;
    border-radius: 16px;
    background-color: rgb(249, 250, 252);
    box-shadow: rgba(157, 172, 207, 0.02) -9px -11px 15px, rgba(157, 172, 207, 0.1) 9px 11px 15px;
    align-items: stretch;
    width: fit-content;
}
form {
    width: 528px;
    display: flex
;
    flex-direction: column;
    gap: 40px;
    max-width: 100%;
}
.form-inputs {
    display: flex
;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    align-self: auto;
    flex-flow: row;
    gap: 8px;
    -webkit-box-flex: 0;
    flex-direction: column;
    gap: 32px;
}
label {
    font-size: 18px;
    text-transform: none;
    color: rgb(5, 42, 96);
    font-weight: 400;
    white-space: normal;
    line-height: 24px;
    margin: 0px;
}
span.rec {
    color: rgb(235, 36, 96);
    margin-left: 5px;
}
input {
    position: relative;
    pointer-events: none;
    background: rgb(233, 235, 248);
    border: 1px solid rgb(233, 235, 248);
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    font-size: 16px;
    padding: 15px 16px;
    flex: 1 1 0%;
    outline: none;
    color: rgb(5, 42, 96);
    font-family: Lato-Medium, sans-serif;
    line-height: 24px;
    cursor: pointer;
}
.input-row {
    position: relative;
    width: 100%; 
    display: flex
;
}
img.calend {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    background: rgb(233, 235, 248);
}
.input-content {
    display: flex
;
    flex-shrink: initial;
    flex-basis: initial;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    align-self: auto;
    flex-flow: row;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-direction: column;
    gap: 12px;
}
button.submit {
    background-color: rgb(233, 235, 248);
    border: none;
    color: rgb(5, 42, 96);
    opacity: 0.6;
    cursor: default;
    width: 100%;
    height: 52px;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
}
.popup-fade {
	display: none;
}
.popup-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}
.popup {
	
    position: fixed;
    top: 20%;
    z-index: 99999;
    opacity: 1;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
}
.popup-close {

    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    font-weight: 700;
}
.block_content_pre {
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #e6e9ed;
    padding: 16px;
    border-radius: 12px;
    gap: 10px;
}
.preload {
    width: 35px;
    height: 35px;
}
@media (max-width: 1200px) {
  header { 
    padding: 12px 0px; 
}
    .logo {
        width: 48px;
        height: 48px;
    }
  .header-section { 
    gap: 22px;
    justify-content: space-between;
}
    .container {
       
        padding: 0px 40px;
    }
    .not_tab {
        display: none;
    }
    
    .not_pc {
        display: block;
    }    
    body.open, body:after {
  overflow: hidden
}
.b-nav, body:after {
  position: absolute;
  right: 0;
}
.b-brand, .b-link {
  font-size: 18px;
  font-weight: 700;
  margin-left: 0;
  text-decoration: none;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  ;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(345px, 0, 0);
    transform: translate3d(345px, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(345px, 0, 0);
    transform: translate3d(345px, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
* {
  box-sizing: border-box
}
body:after {
  background: #000;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  top: 0;
  visibility: hidden;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  width: 100%;
}
body.open:after {
  z-index: 10;
  opacity: 0.65;
  height: 100000%;
  visibility: visible
}
.b-nav {
  background: white;
  position: absolute;
  top: 0;
  height: 100vh;
  width: 360px;
  z-index: 12;
  padding-top: 24px;
} 
.b-nav {
  animation-duration: .4s;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}
.b-nav ul { 
  display: flex
;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  gap: 18px;
  padding-bottom: 20px;
}
.b-nav li { 
  list-style-type: none;
  padding: 10px 10px 10px 0;
  text-align: left;
  -webkit-transform: translateX(345px);
  -ms-transform: translateX(345px);
  transform: translateX(345px)
}
.b-nav li.menu-item a { 
  color: rgb(0, 0, 0);
}
.b-nav li:not(.open) {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}
.b-nav li:not(.open), .b-nav.open li {
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both
}
.b-nav li:first-child {
  margin-top: 0px
}
.b-nav nav{
  position: relative;
}
.b-nav.open {
  visibility: visible;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.b-nav:not(.open) {
  visibility: hidden;
  animation-duration: 0.4s;
  animation-fill-mode: backwards;
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}
.b-nav.open li { 
  animation-duration: 0.2s;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}
.b-link {
  background: 0 0;
  border-left: rgba(255, 255, 255, 0)solid 2px;
  color: #fff;
  transition: all .4s ease;
  width: auto
}
.b-link, .b-menu {
  -webkit-transition: all .4s ease;
}
.b-nav li { 
  width: 100%;
}
  
.header-home .b-nav li.menu-item:hover a { 
  color: #366447;
} 
.b-menu {
  
  cursor: pointer;
  display: flex
;
  height: 30px;
  position: relative;
  transition: all 0.4s ease 0s;
  width: 25px;
  z-index: 12;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.b-bun--bottom, .b-bun--mid, .b-bun--top {
  height: 4px;
  width: 25px
}
.b-container.open .b-main, .b-menu:hover {}
.b-bun {
  background: #000; 
}
.home  .b-bun {
  background: #fff; 
}
 .b-bun { 
  transition: all .4s ease
}
.b-brand, .b-bun {
  position: relative;
  -webkit-transition: all .4s ease
}
.b-bun--top {
  top: -5px
}
.b-bun--mid {
  top: 0px
}
.b-bun--bottom {
  top: 5px
}
.b-brand {
  color: #2196f3;
  top: -21.43px;
  transition: all .4s ease;
  z-index: 13
}
.b-container { 
  z-index: 13;
  position: relative;
}
.b-container:hover:not(.open) .bun-bottom, .b-container:hover:not(.open) .bun-mid, .b-container:hover:not(.open) .bun-top {
  background: #2196f3
}
.b-container.open .b-bun--top {
  background: #000000;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.b-container.open .b-bun--mid {
  opacity: 0
}
.b-container.open .b-bun--bottom {
  background: #000000;
  top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.b-container.open .b-brand {
  color: #fff
} 
.vis .b-bun {
  background: #000000; 
}

/*конец моб меню*/
}


@media (max-width: 768px) {
  .b-nav { 
  width: 100%; 
} 
  .container {
      
        padding: 0px 16px;
    }
    h1 {
    font-size: 20px; 
        line-height: normal;
        margin: 0;
}
.name-site h2 {
    display: none;
}
    .logo {
        width: 28px;
        height: 28px;
    }
.b-menu { 
  height: 24px; 
  width: 24px; 
}
.b-bun--top {
  top: -5px;
} 
.b-bun--bottom {
  top: 5px;
}
.b-bun--bottom, .b-bun--mid, .b-bun--top {
        height: 3px; 
  width: 20px;
} 
.b-nav ul { 
        padding: 20px 26px;
  gap: 24px;
}
    .b-container.open .b-bun--bottom { 
        top: 3px; 
    }
        .b-container.open .b-bun--top { 
        top: 9px; 
    }
    .block_header img {
        width: 32px;
        height: 28px;
    }
    h3 {
      
        font-size: 16px;
    }
    .block_header {
    gap: 16px;
    margin: 0px 0px 16px;
}
.block_content_top {
    margin-bottom: 12px;
}
h4 {
    font-size: 16px;
}
p {
    font-size: 14px;
}
img.preload {
    width: 35px;
    height: 35px;
}
.result {
    padding: 24px 16px;
}

form {
    width: 300px;
    display: flex
;
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
}
label {
    font-size: 14px; 
    line-height: 14px; 
}
.form-inputs { 
    gap: 18px;
}

.form-content { 
    padding: 40px 20px; 
}
}