.footer{margin-top: 100px;}
	.footer a:hover { color: #065C9C; }
	.footer .footer_wrap {border-top: 1px solid #065C9C; padding-top: 30px; }
		.footer_logo{}
			.footer_policy{margin-top: 41px; color: #323232; font-weight: 300; font-size: 13px; line-height: 21px;}
				.footer_policy a{color: #323232; font-size: 13px; line-height: 21px; text-decoration: underline; text-decoration-thickness: 0.5px; text-underline-offset: 3px; font-weight: 300;}
		.footer_nav{display: flex; justify-content: center;}
			.footer .nav-list { display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 255px; }
				.footer .nav-list a { font-weight: 500; font-size: 14px; line-height: 1.3; color: #374046; width: 50%; display: block; margin-bottom: 8px; }

		.footer_contacts { }
			.footer_contacts-item{margin-bottom: 10px;}
				.footer_contacts-text{font-size: 12px; font-weight: 500; line-height: 1.2; color: #383838;}
				.footer_contacts-item a{font-weight: 700; font-size: 16px; line-height: 21px; color: #383838; text-transform: uppercase;}
			.footer_contacts-item:last-child a{ text-transform: none}
		.footer_btns{}

			.footer_btns .btn{background: #065C9C; border-radius: 100px; font-weight: 600; font-size: 15px; color: #FFFFFF; border: none; outline: none; display: flex; justify-content: center; align-items: center; height: 44px; width: 100%;}
			.buttons_wrapper{margin-top: 17px; text-align: center; display: flex; justify-content: center; align-items: center;}

				.buttons_wrapper .button_item{ width: 40px; height: 40px; border-radius: 100%; background-color: #4169E1; display: flex; align-items: center; justify-content: center; transition: all 0.5s; margin: 5px; }
				.buttons_wrapper .button_item:hover{ transform: scale(0.85); }
				.buttons_wrapper .button_item::after{ content: "\f189"; transform: none; color: #fff; font-family: "FontAwesome5Brands"; font-size: 20px; font-weight: 900; }
				.buttons_wrapper .button_item:nth-child(2){ background-color: #2ca5e0; }
				.buttons_wrapper .button_item:last-child{ background-color: #29A71A; }
				.buttons_wrapper .button_item:nth-child(2)::after{ content: "\f3fe"; }
				.buttons_wrapper .button_item:last-child::after{ content: "\f232"; }


/* modal */
.modal-body {
  width: 430px;
}
.modal-content {
  background-image: url(/bitrix/templates/main/img/back-top-kz.jpg);
  /*background-position: -180px 0;*/
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  width: 430px;
  border-radius: 20px
}
.modal-dialog {
  max-width: 430px;
  margin: 1.75rem auto;
}
.modal-body .title{
  color: #065C9C;
  font-family: "Inter",Sans-serif;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 5px;
}
.modal-body .description{
  color: #374046;
  font-weight: 300;
  font-family: "Inter",Sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
}
.modal-body form{
  display: flex;
  flex-direction: column;
}
.modal-body form input {
  width: 100%;
  background-color: #fff;
  border: 1px solid;
  border-color: #0D74B8;
  border-radius: 55px;
  font-family: "Inter", Sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #374046;
  height: 40px;
  margin: 5px 0;
  text-align: center;
}
.modal-body form button {
  width: 100%;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 40px;
  padding-top: 3px;
  border: none;
  border-bottom: 3px solid #162D3E;
  border-radius: 255px;
  position: relative;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 5px 12px 0 rgba(6,92,156,.3);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-image: linear-gradient(90deg,#045088 0%,#065C9C 50%,#045088 100%);
  background-position: 100% 0;
  background-size: 200% 200%;
  margin: 5px 0;
}

.modal-body .privat_policy {
  color: #000;
}
.btn-close {
  position: absolute;
  right: 10px;
}
