body {
  font-family: "Inter", sans-serif;
  color: #0A0D11;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: none;
  font-size: 0;
  padding: 0;
  border: none;
}

.header {
  background: #213D66;
  height: 80px;
}

.container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation li {
  margin-right: 32px;
}
.navigation li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.navigation li a:hover {
  color: #EFA657;
}
.navigation li.active a {
  color: #EFA657;
}

.logo {
  margin-right: 56px;
}
.logo img {
  width: 53px;
}

.phone {
  margin-left: auto;
}
.phone a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}
.phone a:hover {
  color: #EFA657;
}

.phone-icon {
  background: url(../images/phone-icon.svg) no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
}

.section1 {
  background: url(../images/s1-bg.jpg) no-repeat top center;
  height: 643px;
  background-size: cover;
  position: relative;
}
.section1:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#213d66), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to right, #213d66 0%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#213d66", endColorstr="#007db9e8",GradientType=1 );
}

.s1-row {
  height: 643px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.h1-title {
  font-weight: 600;
  font-size: 64px;
  margin: 0 0 10px 0;
  color: #fff;
}

.s1-text {
  color: #fff;
}
.s1-text p {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}

.section2 {
  padding: 72px 0;
}

.block-title {
  color: #0A0D11;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s2-content {
  width: 58.9473%;
}

.text {
  font-size: 15px;
  color: #4B4B4B;
  line-height: 1.7;
}
.text h1 {
  color: #0A0D11;
  font-size: 30px;
  font-weight: 600;
}

.toggle-link {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: #213D66;
  text-transform: uppercase;
  text-decoration: none;
}
.toggle-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 7px;
  background: url(../images/arrow.svg) no-repeat;
  right: -22px;
  top: 9px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.toggle-link.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.toggle-text {
  display: none;
}

.justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s2-sidebar {
  width: 32.1052%;
}

.news-widget {
  border: 1px solid #F1F1F1;
  padding: 24px;
}

.news-widget__title {
  font-size: 22px;
  font-weight: 500;
  color: #0A0D11;
  margin-bottom: 20px;
}

.news-widget__item-date {
  font-size: 13px;
  color: #213D66;
  margin-bottom: 8px;
}

.news-widget__item-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 14px;
}
.news-widget__item-title a {
  color: #0A0D11;
  text-decoration: none;
}

.news-widget__item {
  margin-bottom: 30px;
}

.toggle-text {
  padding: 1px 0;
}

.section3 {
  background: url(../images/s3-bg.jpg) no-repeat top center;
  height: 385px;
  background-size: cover;
}
.section3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 385px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s3-text {
  color: #fff;
  text-align: center;
  max-width: 780px;
}
.s3-text h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
.s3-text p {
  font-size: 15px;
  line-height: 2;
  max-width: 595px;
  margin: 0 auto;
}

.button {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  color: #000;
  text-transform: uppercase;
  line-height: 56px;
  padding: 0 24px;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.button1 {
  background: #EFA657;
  color: #fff;
  border: none;
  cursor: pointer;
}
.button1:hover {
  background: #f5b36c;
}

.s3-btn {
  margin-top: 30px;
}

.section4 {
  padding: 72px 0;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.tab-item {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background: #F1F1F1;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 500;
  color: #0A0D11;
  text-decoration: none;
  padding: 0 16px;
  margin-right: 8px;
}
.tab-item.active {
  background: #213D66;
  color: #fff;
}

.carousel-item__date {
  color: #213D66;
  font-size: 13px;
  margin-bottom: 10px;
}

.carousel-item__desc {
  padding: 16px;
}

.carousel-item {
  border: 1px solid #E5E7EA;
  margin: 15px 15px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.carousel-item:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.carousel-item__title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  height: 46px;
  overflow: hidden;
}
.carousel-item__title a {
  color: #0A0D11;
  text-decoration: none;
}

.carousel-item__img img {
  width: 100%;
}

.carousel-list {
  margin: 0 -15px;
}
.carousel-list .slick-arrow {
  width: 48px;
  height: 48px;
  background: #F1F1F1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.carousel-list .slick-arrow:before {
  content: "";
  display: block;
  background: url(../images/arrow2.svg) no-repeat;
  width: 7px;
  height: 12px;
}
.carousel-list .slick-arrow:hover {
  background: #213D66;
}
.carousel-list .slick-arrow:hover:before {
  background-image: url(../images/arrow3.svg);
}
.carousel-list .slick-prev {
  left: -10px;
}
.carousel-list .slick-next {
  right: -10px;
}
.carousel-list .slick-next:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section5 {
  background: #F6FAFF;
  padding: 64px 0;
}

.map-info {
  padding-left: 56px;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.map-col {
  width: 52.6315%;
}

.s5-desc {
  width: 41.9298%;
}

.map-info__address {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}

.marker-icon {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #213D66 url(../images/marker-icon.svg) no-repeat center;
  border-radius: 50%;
  left: -56px;
  top: 50%;
  margin-top: -20px;
}

.map-info__item {
  font-size: 15px;
  line-height: 1.5;
}
.map-info__item h4 {
  margin: 0 0 15px 0;
  font-weight: normal;
  font-size: 15px;
}
.map-info__item h4 span {
  text-decoration: underline;
}

.footer-top {
  border-top: 1px solid #E9EBEF;
  border-bottom: 1px solid #E9EBEF;
  padding: 16px 0;
  margin-bottom: 40px;
}

.f-phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0A0D11;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.form {
  margin-bottom: 24px;
}

.footer {
  padding-bottom: 25px;
}

.f-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-col {
  width: 23%;
}
.f-col:first-child {
  width: 27%;
}

.f-slogan {
  font-size: 14px;
  color: #4B4B4B;
  line-height: 1.5;
  max-width: 220px;
}

.f-logo {
  margin-bottom: 15px;
}
.f-logo img {
  max-width: 83px;
}

.f-title {
  font-size: 17px;
  font-weight: 500;
  color: #4B4B4B;
  margin-bottom: 20px;
}
.f-title a {
  color: #4B4B4B;
  text-decoration: none;
}

.f-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.f-list li {
  margin-bottom: 15px;
  font-size: 15px;
}
.f-list li a {
  font-size: 15px;
  color: #4B4B4B;
  text-decoration: none;
}
.f-list li span {
  color: #4B4B4B;
}

.marker-icon2 {
  display: inline-block;
  background: url(../images/marker-icon2.svg) no-repeat;
  width: 16px;
  height: 20px;
  margin-right: 10px;
}

.f-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.5;
}
.f-address span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.breadcrumbs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs-list li {
  font-size: 15px;
  position: relative;
  margin-right: 30px;
  color: #213D66;
}
.breadcrumbs-list li a {
  color: #4B4B4B;
  text-decoration: none;
}
.breadcrumbs-list li a:hover {
  text-decoration: underline;
}
.breadcrumbs-list li:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/arrow4.svg) no-repeat;
  width: 7px;
  height: 12px;
  right: -18px;
  top: 3px;
}
.breadcrumbs-list li:last-child:after {
  display: none;
}

.breadcrumbs {
  margin: 65px 0 40px;
}

.history-grid {
  padding-top: 24px;
  border-top: 1px solid #E9EBEF;
  margin: 40px 0;
}

.history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.history-item__img {
  margin-right: 24px;
  width: 260px;
}
.history-item__img img {
  display: block;
  width: 100%;
}

.history-item__desc {
  padding: 10px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.history-item__desc p {
  color: #4B4B4B;
  line-height: 1.5;
  font-size: 15px;
}

.history-item__title {
  font-size: 25px;
  font-weight: 300;
}
.history-item__title a {
  color: #213D66;
  text-decoration: none;
}

.chronic {
  background: #F6FAFF;
  padding: 24px;
}

.chronic-title {
  font-size: 30px;
  font-weight: 500;
  color: #213D66;
  margin-bottom: 40px;
}

.chronic-item__title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 10px;
}

.chronic-item {
  color: #213D66;
  position: relative;
  margin-bottom: 60px;
}
.chronic-item p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.chronic-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url(../images/arrow5.svg) no-repeat;
  width: 7px;
  height: 41px;
  bottom: -50px;
}
.chronic-item:last-child {
  margin-bottom: 25px;
}
.chronic-item:last-child:after {
  display: none;
}

.up-arrow .chronic-item:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.chronic-more {
  text-align: center;
}
.chronic-more a {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #213D66;
  text-decoration: none;
}
.chronic-more a:hover {
  text-decoration: underline;
}

.form-text {
  max-width: 440px;
  margin-bottom: 40px;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-content {
  width: 58.9473%;
}

.form-content iframe {
  border: none;
}

.form-item__title {
  font-size: 17px;
  font-weight: 500;
  color: #0A0D11;
  margin-bottom: 10px;
}

.inputbox {
  position: relative;
  margin-bottom: 16px;
}
.inputbox label {
  display: block;
  position: absolute;
  left: 16px;
  top: 20px;
  color: #131313;
  font-size: 16px;
  pointer-events: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.inputbox label i {
  font-style: normal;
  color: #DD4E60;
}
.inputbox.changed label {
  top: 9px;
  font-size: 13px;
}
.inputbox input {
  display: block;
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 20px 16px 0 16px;
  font-family: "Inter", sans-serif;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.inputbox.focused label {
  color: #4B4B4B;
}
.inputbox.focused input {
  border-color: #6A798F;
}
.inputbox textarea {
  display: block;
  height: 150px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 30px 16px 0 16px;
  font-family: "Inter", sans-serif;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  resize: none;
}
.inputbox.error-field input {
  border-color: #D12929;
  background: #F4F4F4 url(../images/error-icon.svg) no-repeat 95% 18px;
}

.form-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-item__row .inputbox {
  width: 49%;
}

.form-item {
  margin-bottom: 15px;
}

.form-item__checkbox {
  margin-bottom: 15px;
}
.form-item__checkbox input {
  display: none;
}
.form-item__checkbox input:checked + label span:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.form-item__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.form-item__checkbox label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #EFA657;
  border-radius: 50%;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-item__checkbox label span:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.card-input {
  background: #fff url(../images/card-icon.svg) no-repeat 98% 17px !important;
}

.form-item__row2 {
  margin-bottom: 16px;
}

.cvc-input {
  background: #fff url(../images/q-icon.svg) no-repeat 95% 17px !important;
}

.form-item__checkbox-group {
  margin-bottom: 25px;
}

.form-btn {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  margin: 24px 0;
}

.form-info {
  color: #4B4B4B;
}
.form-info i {
  color: #DD4E60;
  font-style: normal;
}

.form-sidebar {
  border: 1px solid #DDDDDD;
  padding: 24px 32px;
  width: 37.7192%;
}

.requisites-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
.requisites-list li {
  line-height: 1.5;
  margin-bottom: 9px;
  color: #0A0D11;
}
.requisites-list li span {
  color: #4B4B4B;
}

.requisites-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}

.page {
  overflow: hidden;
}

.menu-btn {
  display: none;
}

.news-widget__item-img img {
  display: block;
  width: 100%;
}

.map img {
  display: block;
  width: 100%;
}

.tab {
  display: none;
}

.requisites-link {
  color: #213D66;
  position: relative;
  font-size: 15px;
}
.requisites-link:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/arrow.svg) no-repeat;
  width: 12px;
  height: 8px;
  right: -20px;
  top: 7px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.requisites-link.active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.requisites-hide {
  display: none;
}

.col-6 {
  width: 50%;
  padding: 12px;
}

.col-3 {
  width: 25%;
  padding: 0 12px;
}

.news {
  margin: 0 -12px 40px -12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-item {
  margin-bottom: 30px;
  width: 100%;
}

.news-item.double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-item.double .news-item__desc p {
  height: 85px;
  overflow: hidden;
}
.news-item.double .news-item__img {
  width: 240px;
}
.news-item.double .news-item__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 24px;
  height: 230px;
}
.news-item.double .news-item__desc .news-item__control {
  left: 24px;
  bottom: 24px;
}

.news-item__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  max-height: 47px;
  overflow: hidden;
}
.news-item__title a {
  color: #0A0D11;
  text-decoration: none;
}
.news-item__title a:hover {
  color: #213D66;
}

.news-item__desc {
  padding: 16px 16px 40px 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  height: 170px;
}
.news-item__desc p {
  font-size: 15px;
  color: #4B4B4B;
  line-height: 1.4;
  margin: 0;
  height: 42px;
  overflow: hidden;
}

.news-item {
  border: 1px solid #DDDDDD;
}

.news-item__img img {
  display: block;
  width: 100%;
}

.news-item__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.news-item__control span {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
  font-weight: 500;
  color: #213D66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.date-icon {
  display: inline-block;
  background: url(../images/date-icon.svg) no-repeat;
  width: 16px;
  height: 18px;
  margin-right: 6px;
}

.time-icon {
  display: inline-block;
  background: url(../images/time-icon.svg) no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.news-inner {
  max-width: 670px;
}
.news-inner img {
  max-width: 100%;
  display: block;
  height: auto;
}

.carousel .news-item {
  margin: 0 15px;
  width: auto;
}

.news-widget__more {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.news-widget__more a {
  text-decoration: none;
  color: #213D66;
}
.news-widget__more a:hover {
  text-decoration: underline;
}

.f-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.f-pay span {
  margin-right: 10px;
}
.f-pay img {
  width: 250px;
}

.f-dev {
  margin: 20px 0 0;
  font-size: 12px;
}
.f-dev a {
  color: #EFA657;
  text-decoration: none;
}
.f-dev a:hover {
  text-decoration: underline;
}

.mail-icon {
  background: url(../images/mail-icon.svg) no-repeat center;
  width: 20px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
  background-size: 100%;
}