



.search-form {
	max-height:0;
	width:100%;
	position:absolute;
	top:6px;
	left:0;
	z-index:999;
	background-color:#fff;
	overflow:hidden;
	transition:all .3s;
	opacity:.8;
	}
	
.search-form.opened {
	max-height:70vh;
	opacity:.97;
	}
	
.search-form .search-block{
	display:flex;
	width:100%;
	padding:16px 0;
	justify-content:center;
	align-items:center;
	gap:var(--8px,8px);
	background:var(--colors-white-01,#fff);
	box-shadow:0 .5px 0 0 #e8e8e8;
	}
	
.search-form .search-block .search-input{
	display:flex;
	align-items:flex-start;
	gap:16px;
	flex:1;
	}
.search-form .search-block .search-input .search-icon{
	background:url(../icons/search.svg);
	width:24px;
	height:24px;
	padding:0;
	}
.search-form .search-block .search-input input{
	width:100%;
	border:0;
	border-bottom:1px solid #1f1f22;
	color:var(--colors-dark-night-600,#727272);
	font-size:14px;
	font-style:normal;
	font-weight:400;
	outline:0 none;
	}
.search-form .search-block .search-input input::-moz-placeholder{color:var(--colors-dark-night-600,#727272);font-size:14px;font-style:normal;font-weight:400;line-height:16px}
.search-form .search-block .search-input input::placeholder{color:var(--colors-dark-night-600,#727272);font-size:14px;font-style:normal;font-weight:400;line-height:16px}


.search-form .search-block .search-controls{
	display:flex;
	height:24px;
	justify-content:center;
	align-items:center;
	gap:16px;
	}
.search-form .search-block .search-controls .button-link{
	color:var(--colors-daybreak-blue-500,#1677ff);
	font-size:14px;
	font-style:normal;
	font-weight:600;
	line-height:16px;
	padding:0;
	}
.search-form .search-block .search-controls .close{
	width:24px;
	height:24px;
	background:url(../icons/close.svg);
	border:0;
	}
.search-form .search-examples{
	display:flex;
	width:100%;
	padding-top:32px;
	padding-bottom:32px;
	flex-direction:column;
	align-items:flex-start;
	gap:12px;
	}
.search-form .search-examples .item a{
	color:var(--colors-dark-night-900,#1f1f22);
	font-family:'SB Sans Interface';
	font-size:14px;
	font-style:normal;
	font-weight:400;
	line-height:16px;
	text-decoration:none;
	}
.search-form .search-examples .item a:hover{
	color:#1677ff;
	}
/* End */


#wpcf7-f99-o1{
	   width: 400px;
	
}


 .feedback_forms {
    display: flex;
   /* width: 684px;*/
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
    background: #E8E8E8;
  }
  
  .feedback_forms .offcanvas-header {
    display: flex;
    padding: 0 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    height: 48px;
    border-radius: 0 0 12px 12px;
    background: #ffffff;
  }
  
  .feedback_forms .offcanvas-body {
    display: flex;
    padding: 32px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    flex-grow: 0;
    border-radius: 12px;
    background: #ffffff;
  }

  .feedback_forms .offcanvas-body .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
    font-size: 14px;
  }
  
  .feedback_forms .offcanvas-body .offcanvas-title {
    display: flex;
    padding: 0 32px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    justify-content: space-between;
    color: #1F1F22;
    font-feature-settings: "clig" off, "liga" off;
    /*font-family: SB Sans Interface;*/
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  .feedback_forms .offcanvas-body form {
    display: flex;
    padding: 0 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
  }
  
  .feedback_forms .offcanvas-body form input {
    width: 100%;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #1F1F22;
    outline: 0 none;
    color: #7D838A;
    font-feature-settings: "clig" off, "liga" off;
    /* Text/B1 */
    /*font-family: SB Sans Interface;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
  }
  
  .feedback_forms .offcanvas-body form button {
    display: flex;
    padding: 8px 20px;
    align-items: center;
    border-radius: 16px;
    /*background: #002C42;*/
	background: #0f2d83;
    color: #ffffff;
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    /* Text/B1 */
   /* font-family: SB Sans Interface;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
  }

  .feedback_forms .offcanvas-body .agreement {
    padding: 0 32px;
    color: #7D838A;
  }
/* End */



.our_service {

display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 32px;
    align-self: stretch;
    flex-grow: 0;
    border-radius: 12px;
   /* background: var(--Colors-Asphalt-05, #EEF2F4);*/
}



.our_service form input {
    width: 100%;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #1F1F22;
    outline: 0 none;
    color: #7D838A;
    /*background: var(--Colors-Asphalt-05, #EEF2F4);*/
    /*font-feature-settings: "clig" off, "liga" off;
    font-family: SB Sans Interface;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 27px
}


.our_service form button {
    display: flex;
    padding: 8px 20px;
    align-items: center;
    border-radius: 16px;
    /* background: #002C42; */
    background: #0f2d83;
    color: #ffffff;
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    /*font-family: SB Sans Interface;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}




.contacts-wrapper a{
	color:#7d838a;
	text-align:center;
	background:#fff;
	text-decoration:none;
	font-size:14px;
	line-height:16px;
	}
	
.contacts-wrapper>.container{
	display:flex;
	padding-top:8px;
	padding-bottom:8px;
	justify-content:space-between;
	align-items:center;
	gap:8px;
	}

.container {}
.contacts-wrapper .left-container,.contacts-wrapper .right-container{
	display:flex;
	flex-direction:row;
	gap:32px;
	}
.contacts-wrapper .right-container{
	display:flex;
	justify-content:flex-end;
	align-items:flex-start;
	gap:32px;
	flex:1 0 0;
	}
.contacts-wrapper .right-container .region{
	display:flex;
	align-items:center;
	gap:4px;
	align-self:stretch;
	}
.contacts-wrapper .right-container button.search-button{
	background:url(../icons/search.svg);
	width:24px;
	height:24px;
	padding:0;
	}
.contacts-wrapper .lang-button{
	padding:0;
	color:#7d838a;
	}


