html {
  height: 100%;
  font-size: 16px;
}
@media (max-width: 992px) {
  html {
    font-size: 14px;
  }
}
body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 320px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
main.indent {
  padding-top: 140px;
}
@media (max-width: 767.98px) {
  main.indent {
    padding-top: 110px;
  }
}
@media (max-width: 1024px) {
  main.indent .container {
    max-width: 100%;
  }
}
@media (min-width: 480px) {
}
li {
  list-style: none;
}
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
}
input,
input[type="submit"] {
  outline: none;
  -webkit-appearance: none;
}
textarea {
  resize: none;
}
.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.center {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1025px) {
  .center {
    padding: 0 20px;
  }
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1025px) {
  .d-flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.f-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.s-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.a-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.up-button {
  position: fixed;
  display: none;
  width: 30px;
  height: 30px;
  line-height: 28px;
  top: 80%;
  right: 2%;
  text-align: center;
  background: gray;
  color: #fff;
  z-index: 100;
}
@media (max-width: 767px) {
  .up-button {
    right: 8%;
  }
}
.up-button:hover {
  opacity: .5;
}
.snap {
  display: inline-block;
  width: 148px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #fffefe;
  background-color: #006889;
  -webkit-transition: .3s;
  transition: .3s;
}
.snap._center {
  display: block;
  margin: 0 auto;
}
.snap._decor {
  display: block;
  margin: 0 auto 35px;
}
@media (max-width: 479px) {
  .snap._mobile {
    display: none;
  }
}
.snap:hover {
  color: #fff;
  background-color: #004156;
}
.cities {
  margin-bottom: 65px;
}
.cities .container {
  padding: 0;
}
@media (max-width: 1024px) {
  .cities .container {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .cities .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .cities .container .col-xl-12 {
    padding: 0;
  }
}
.area-title {
  position: relative;
  font-family: 'Play';
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1.5px;
  color: #2c2929;
}
@media (max-width: 480px) {
  .area-title {
    line-height: 36px;
  }
}
@media (max-width: 321px) {
  .area-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.area-title span {
  position: relative;
  z-index: 1;
}
.area-title svg {
  position: absolute;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  left: 0;
  top: 50%;
  fill: #f2f2f2;
}
.area-title._mb {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .area-title._mb {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199.98px) {
  .list-link-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
    width: 85%;
  }
}
@media (max-width: 1024px) {
  .list-link-box {
    width: 100%;
  }
}
@media (min-width: 960px) and (max-width: 1024px) {
  .list-link-box {
    width: 85%;
  }
}
@media (max-width: 767.98px) {
  .list-link-box {
    margin: 75px 0 65px;
  }
}
.list-link-box li {
  margin-bottom: 14px;
}
.list-link-box li:last-child {
  margin-bottom: 0;
}
.button-submit {
  width: 167px;
  height: 43px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.2px;
  color: #ffffff;
  background-color: #44b759;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
.button-submit:hover {
  background-color: #3da450;
}
.col-xl-12.no-padding {
  padding: 0;
}
.map {
  height: 230px;
  width: 100%;
}
.list-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 760px) {
  .list-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 759px) {
  .list-links {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .list-links {
    display: block;
  }
}
.list-links li {
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .list-links li {
    width: 48%;
  }
}
@media (max-width: 575.98px) {
  .list-links li {
    width: 100%;
  }
}
.list-links li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .list-links li:last-of-type {
    margin-bottom: 20px;
  }
}
.link-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 26px;
  min-width: 364px;
  max-width: 364px;
  width: 100%;
  height: 52px;
  border: 1px solid #e8e8e8;
  -webkit-transition: .3s;
  transition: .3s;
}
@media (max-width: 767.98px) {
  .link-item {
    padding: 0 23px;
    min-width: unset;
    max-width: 100%;
  }
}
.link-item span,
.link-item i {
  white-space: nowrap;
  font-style: normal;
  font-family: "Segoe UI Emoji";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.9px;
  color: #166a8d;
  -webkit-transition: .3s;
  transition: .3s;
}
@media (max-width: 767.98px) {
  .link-item span {
    max-width: 213px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.link-item:hover {
  background-color: #166a8d;
}
.link-item:hover span,
.link-item:hover i {
  color: #fff;
}
.links-wrapper._mb {
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .links-wrapper._mb {
    margin-bottom: 50px;
  }
}
.ic-arr-right {
  display: block;
  margin-top: 1px;
  width: 10px;
  height: 10px;
  background-image: url(../img/right-arrow.svg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.actions {
  position: relative;
}
@media (max-width: 480px) {
  .actions {
    width: 98%;
    overflow: hidden;
  }
}
@media (max-width: 321px) {
  .actions {
    max-width: 320px;
    overflow: hidden;
  }
}
.prev,
.next {
  display: block;
  width: 11px;
  height: 15px;
  background-image: url(../img/prev.svg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.next {
  background-image: url(../img/next.svg);
}
i.cross {
  position: relative;
  display: block;
}
i.cross:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  width: 108px;
  background-color: #e8e8e8;
}
.snap {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.snap:hover,
.snap:focus,
.snap:active {
  text-decoration: none;
}
.snap._painted {
  width: 100%;
  font-size: 16px;
  line-height: 45px;
  font-weight: 500;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: none;
  color: #fff;
  background: #3370b7;
  -webkit-transition: .3s;
  transition: .3s;
}
.snap._painted:hover {
  background: #3c8de7;
}
.snap._transparent {
  width: 100%;
  font-size: 16px;
  line-height: 41px;
  font-weight: 500;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 2px solid #3370b7;
  color: #1a1a1a;
  -webkit-transition: .3s;
  transition: .3s;
}
.snap._transparent:hover {
  color: #fff;
  background: #3772b3;
}
.snap._md {
  width: 216px;
}
@media (min-width: 990px) and (max-width: 1200px) {
  .snap._md {
    width: 180px;
    font-size: 14px;
    line-height: 39px;
  }
}
@media (max-width: 1025px) {
  .snap._md {
    width: 180px;
  }
}
.snap._xs {
  width: 130px;
}
@media (min-width: 990px) and (max-width: 1200px) {
  .snap._xs {
    width: 100px;
    font-size: 14px;
    line-height: 39px;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(128, 136, 139, 0.75);
  z-index: 401;
}
@media (max-width: 1024px) {
  .header .container._desktop {
    max-width: 100%;
  }
}
@media (max-width: 759px) {
  .header .container._desktop {
    display: none;
    max-width: 100%;
  }
}
.header__logo {
  padding-bottom: 14px;
}
@media (max-width: 1024px) {
  .header__wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.header__search {
  position: relative;
  margin-right: 20%;
  max-width: 335px;
  width: 100%;
}
@media (max-width: 1024px) {
  .header__search {
    width: 100%;
    margin-left: 29px;
  }
}
@media (max-width: 1199.98px) {
  .header__search {
    max-width: 330px;
    margin-right: 10px;
  }
}
.header__search .search-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.header__search input {
  width: 100%;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  border-bottom: 1px solid rgba(183, 183, 183, 0.5);
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__search input:focus {
  border-bottom: 1px solid #b7b7b7;
}
.header__search ::-webkit-input-placeholder {
  font-family: 'Roboto';
  color: #d9d9d9;
  font-size: 14px;
  font-weight: 400;
  text-overflow: ellipsis;
}
.header__search ::-moz-placeholder {
  font-family: 'Roboto';
  color: #d9d9d9;
  font-size: 14px;
  font-weight: 400;
  text-overflow: ellipsis;
}
.search-btn {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.search-btn svg {
  width: 15px;
  height: 15px;
  fill: #d9d9d9;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search-btn:hover svg {
  opacity: 1;
}
.mobile-header {
  padding: 0 15px 18px;
}
@media (min-width: 760px) {
  .mobile-header._mobile {
    display: none !important;
  }
}
.mobile-header__logo {
  width: 131px;
  height: 62px;
}
.mobile-header__search {
  margin-top: 12px;
}
@media (max-width: 760px) {
  .mobile-header__search {
    margin-left: auto;
    margin-right: 50px;
  }
}
@media (max-width: 321px) {
  .mobile-header__search {
    margin-left: unset;
    margin-right: unset;
  }
}
.mobile-header__search .search-btn {
  width: 25px;
  height: 25px;
}
.mobile-header__search .search-btn:focus {
  outline: none;
}
.mobile-header__search .search-btn svg {
  width: 25px;
  height: 25px;
  opacity: 1;
  fill: #bfbfbf;
}
.mobile-header__search-field {
  position: absolute;
  padding: 15px 0;
  bottom: -51px;
  left: 0px;
  right: 0px;
  background-color: rgba(128, 136, 139, 0.75);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.mobile-header__search-field.on-off {
  visibility: visible;
  opacity: 1;
}
.mobile-header__search-field input {
  padding: 0 15px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.mobile-header__search-field .search-btn {
  position: absolute;
  right: 30px;
  bottom: 25px;
}
.mobile-header__button {
  margin-top: 25px;
}
.mobile-header__nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 79px;
  height: 100vh;
  background-color: #303B48;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 100;
}
.mobile-header__nav.on-off {
  visibility: visible;
  opacity: 1;
}
.mobile-header .main-nav {
  padding: 15px;
}
.mobile-header .main-nav ul {
  display: block;
}
.main-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.main-nav ul li a {
  position: relative;
  display: block;
  padding: 29px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #d9d9d9;
}
.main-nav ul li a:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -3px;
  height: 6px;
  background-color: #bebebe;
  opacity: 0;
}
.main-nav ul li.current a {
  font-weight: 500;
}
.main-nav ul li.current a:before {
  opacity: 1;
}
.top-news {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 90px;
  height: 746px;
}
@media (max-width: 1024px) {
  .top-news {
    padding-top: 120px;
    height: 620px;
  }
}
@media (max-width: 759px) {
  .top-news {
    padding-top: 110px;
    height: 370px;
  }
}
.top-news .container,
.top-news .row {
  height: 100%;
}
@media (max-width: 1024px) {
  .top-news .container {
    max-width: 100%;
  }
}
.top-news__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .top-news__wrapper {
    display: block;
  }
}
.top-news__title {
  margin-top: auto;
  margin-bottom: 57px;
  max-width: 70%;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
  font-family: 'Play';
  text-transform: uppercase;
  letter-spacing: 2.75px;
  color: #fffefe;
}
@media (max-width: 1024px) {
  .top-news__title {
    font-size: 48px;
    margin-bottom: 20px;
    max-width: 90%;
  }
}
@media (max-width: 767.98px) {
  .top-news__title {
    max-width: 100%;
  }
}
.top-news__title span {
  color: #1ba5d1;
}
@media (max-width: 575.98px) {
  .top-news__title {
    font-size: 30px;
    line-height: 36px;
  }
}
.top-news__preview {
  margin-bottom: 55px;
  font-size: 18px;
  font-family: 'Segoe UI';
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.9px;
  color: #fffefe;
}
@media (max-width: 1024px) {
  .top-news__preview {
    margin-bottom: 20px;
  }
}
@media (max-width: 759px) {
  .top-news__preview {
    display: none;
  }
}
.all-news {
  padding-top: 30px;
  margin: -50px auto 100px;
  max-width: 1220px;
  width: 100%;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}
@media (max-width: 760px) {
  .all-news .container {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .all-news._mobile {
    padding: 0;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .all-news {
    width: 98%;
  }
}
@media (max-width: 480px) {
  .all-news {
    width: 90%;
  }
}
@media (max-width: 321px) {
  .all-news {
    padding-top: 10px;
    margin-top: 45px;
    margin-bottom: 50px;
  }
}
.all-news._no-border {
  border: none;
}
.all-news__header {
  margin-bottom: 30px;
}
.all-news__header-title {
  letter-spacing: 1.5px;
  font-family: 'Play';
  font-size: 30px;
  font-weight: bold;
  line-height: 72px;
  color: #2c2929;
}
@media (max-width: 321px) {
  .all-news__header-title {
    width: 100%;
    text-align: center;
  }
}
.all-news__header .snap {
  width: 148px;
  height: 40px;
}
.all-news.index .row .col-xl-4:nth-child(n+3) .news-item:before,
.all-news.index .row .col-xl-4:nth-child(n+3) .news-item:after {
  content: none;
}
.all-news.list .row .col-xl-4:nth-child(3n) .news-item:before,
.all-news.list .row .col-xl-4:nth-child(3n) .news-item:after {
  content: none;
}
.all-news.list .row .col-xl-4:nth-child(n+10) .news-item:before,
.all-news.list .row .col-xl-4:nth-child(n+10) .news-item:after {
  content: none;
}
.news-item {
  position: relative;
  display: block;
  padding-bottom: 70px;
}
.news-item:before,
.news-item:after {
  position: absolute;
  content: '';
  right: -68px;
  bottom: 30px;
  height: 1px;
  width: 108px;
  background-color: #e8e8e8;
}
@media (max-width: 1199.98px) {
  .news-item:before,
  .news-item:after {
    content: none;
  }
}
.news-item:after {
  right: -15px;
  bottom: -20px;
  width: 1px;
  height: 108px;
}
@media (min-width: 760px) and (max-width: 1024px) {
  .news-item {
    padding: 0 20px 50px;
  }
}
.news-item:hover .news-item__title {
  text-decoration: underline;
}
.news-item:hover .news-item__more:before {
  right: -15px;
}
.news-item__img {
  margin-bottom: 20px;
  height: 190px;
}
.news-item__img img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item__title {
  margin-bottom: 25px;
  font-family: 'Play';
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  color: #4e4949;
}
.news-item__title span {
  display: block;
}
.news-item__more {
  position: relative;
  font-family: "Segoe UI";
  font-size: 14px;
  font-weight: 400;
  line-height: 24.41px;
  text-transform: uppercase;
  letter-spacing: 0.86px;
  color: #26426d;
}
.news-item__more:before {
  position: absolute;
  content: '';
  right: -20px;
  margin-top: -4.5px;
  top: 55%;
  width: 7px;
  height: 9px;
  background-image: url(../img/right-arrow.svg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
}
.page-text {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .page-text .container {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .page-text {
    margin-bottom: 25px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
  }
}
.page-text__title {
  margin-bottom: 60px;
  font-family: 'Play';
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 1.5px;
  color: #2c2929;
}
@media (max-width: 767.98px) {
  .page-text__title {
    margin-bottom: 38px;
    line-height: 36px;
  }
}
.page-text__title span {
  display: block;
}
.page-text p {
  font-family: "Segoe UI";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.9px;
  color: #656161;
}
.slider-cities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .slider-cities {
    display: block;
  }
}
.slider-cities div {
  width: 33%;
}
@media (max-width: 480px) {
  .slider-cities div {
    width: 100%;
  }
}
.slider-cities .action-prev,
.slider-cities .action-next {
  position: absolute;
  top: 45%;
  left: 0;
  width: 27px;
  height: 27px;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  z-index: 10;
  background-color: #166a8d;
}
.slider-cities .action-next {
  left: unset;
  right: 0;
}
.list-cities li {
  padding-left: 15px;
  height: 47px;
}
@media (max-width: 767.98px) {
  .list-cities li {
    text-align: center;
  }
}
.list-cities li:nth-child(even) {
  background-color: #f1f1f1;
}
@media (max-width: 767.98px) {
  .list-cities li:nth-child(even) {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .list-cities li:nth-child(odd) {
    padding: 10px 0;
    height: auto;
  }
}
.list-cities li a {
  font-family: "Segoe UI";
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.8px;
  color: #26426d;
}
.list-cities li a:hover {
  text-decoration: underline;
}
.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .breadcrumbs._mb {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumbs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.breadcrumbs li {
  margin-right: 40px;
  font-family: "Segoe UI";
  font-size: 16px;
  font-weight: 600;
  line-height: 24.41px;
  letter-spacing: 1.97px;
  color: #848484;
}
.breadcrumbs li:last-of-type {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .breadcrumbs li {
    margin-right: 26px;
  }
}
.breadcrumbs li a {
  position: relative;
  display: block;
  font-family: "Segoe UI";
  font-size: 16px;
  font-weight: 600;
  line-height: 24.41px;
  letter-spacing: 1.97px;
  color: #26426d;
}
.breadcrumbs li a:before {
  position: absolute;
  content: '';
  margin-top: -3px;
  right: -20px;
  top: 55%;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #166a8d;
}
@media (max-width: 767.98px) {
  .breadcrumbs li a:before {
    right: -15px;
  }
}
.area {
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .area {
    margin-bottom: 50px;
  }
}
.area._m-bottom {
  margin-bottom: 60px;
}
.area._b-bottom {
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1024px) {
  .area._b-bottom {
    padding-bottom: 0;
    border: none;
  }
}
@media (max-width: 767.98px) {
  .area._border {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
  }
}
.area._padding p {
  padding: 0 15px;
}
@media (max-width: 767.98px) {
}
.area__title {
  margin: 0 auto 40px;
  max-width: 870px;
  width: 100%;
  text-align: center;
  font-family: 'Play';
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1.8px;
  color: #3f3b3b;
}
@media (max-width: 480px) {
  .area__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 321px) {
  .area__title {
    font-size: 24px;
    line-height: 36px;
  }
}
.area__title._mb {
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  .area__title._mb {
    margin-bottom: 50px;
  }
}
.area__title span {
  color: #42a8d3;
}
.area__img {
  margin-bottom: 40px;
  text-align: center;
}
.area__img._mb {
  margin-bottom: 80px;
}
.area ul {
  padding-left: 15px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .area ul {
    margin-bottom: 35px;
  }
}
.area ul li {
  position: relative;
  padding-left: 15px;
  font-family: "Segoe UI Emoji";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #656161;
  letter-spacing: 0.9px;
}
.area ul li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  left: 0;
  top: 45%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #656161;
}
.area ul.area__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  margin: 0 -15px 70px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
}
@media (max-width: 1199.98px) {
  .area ul.area__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -15px 40px;
  }
}
@media (max-width: 759px) {
  .area ul.area__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -15px 40px;
  }
}
.area ul.area__list li {
  position: relative;
  padding-left: 55px;
  margin-right: 80px;
}
@media (max-width: 1023px) {
  .area ul.area__list li {
    padding-left: 55px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.area ul.area__list li:last-child {
  margin-right: 0;
}
.area ul.area__list li a,
.area ul.area__list li span {
  font-family: "Segoe UI";
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.9px;
  color: #166a8d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .area ul.area__list li a,
  .area ul.area__list li span {
    font-size: 18px;
  }
}
@media (max-width: 321px) {
  .area ul.area__list li a,
  .area ul.area__list li span {
    font-size: 14px;
  }
}
.area ul.area__list li a:hover,
.area ul.area__list li span:hover {
  color: #0c384b;
}
.area ul.area__list li.address:before,
.area ul.area__list li.web:before,
.area ul.area__list li.tel:before {
  position: absolute;
  content: '';
  margin-top: -10px;
  width: 17px;
  height: 20px;
  left: 15px;
  top: 50%;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  background-image: url(../img/pin.svg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .area ul.area__list li.address:before,
  .area ul.area__list li.web:before,
  .area ul.area__list li.tel:before {
    left: 15px;
  }
}
@media (max-width: 759px) {
  .area ul.area__list li.web {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.area ul.area__list li.web a {
  position: relative;
}
.area ul.area__list li.web a:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background-color: #166a8d;
}
.area ul.area__list li.web:before {
  width: 20px;
  height: 20px;
  background-image: url(../img/earth.svg);
}
.area ul.area__list li.tel a {
  color: #2c2929;
}
.area ul.area__list li.tel:before {
  width: 20px;
  height: 20px;
  background-image: url(../img/telephone.svg);
}
.area h4:not(.check-form__title) {
  margin-bottom: 30px;
  font-family: "Segoe UI Emoji";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #a9a9a9;
}
@media (max-width: 767.98px) {
  .area h4:not(.check-form__title) {
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
.area p:not(.check-form__text) {
  margin-bottom: 30px;
  text-align: left;
  font-family: "Segoe UI Emoji";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.9px;
  color: #656161;
}
.area p:not(.check-form__text) b {
  color: #166a8d;
}
.area blockquote {
  position: relative;
  display: block;
  padding-left: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .area blockquote {
    padding-left: 20px;
  }
}
.area blockquote:before {
  position: absolute;
  content: '';
  left: 30px;
  bottom: 0;
  top: 0;
  width: 3px;
  background-color: #166a8d;
}
@media (max-width: 767.98px) {
  .area blockquote:before {
    top: 15px;
    bottom: 15px;
    left: 15px;
  }
}
.area blockquote p {
  margin-bottom: 0;
  font-style: italic;
}
@media (max-width: 767.98px) {
  .area-list {
    margin-bottom: 15px;
  }
}
.area-list li {
  margin-bottom: 15px;
}
.area-list li:last-child {
  margin-bottom: 0;
}
.area-list li h6 {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 24px;
  color: #a7a7a7;
}
.area-list li.address p {
  color: #166a8d;
}
.area-list li a {
  position: relative;
  display: inline-block;
  font-family: "Segoe UI";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.9px;
  color: #166a8d;
}
.area-list li a:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background-color: #166a8d;
}
.area-list li p {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .area-list li p {
    margin-bottom: 0;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .col-xl-4._hidden-sm {
    display: none;
  }
}
@media (max-width: 575px) {
  .col-xl-3._hidden-sm {
    display: none;
  }
}
@media (min-width: 575.98px) {
  .col-xl-4._hidden-md {
    display: none;
  }
}
.area-list-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.area-list-mobile .area-list._f-grow {
  width: 100%;
}
.link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 23px;
  width: 230px;
  height: 52px;
  border: 1px solid #66a0b8;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
.link-box.current {
  background-color: #166a8d;
}
.link-box.current span {
  color: #fff;
}
.link-box.current svg {
  fill: #fff;
}
@media (max-width: 480px) {
  .link-box {
    width: 215px;
  }
}
@media (max-width: 767.98px) {
  .link-box {
    margin: 0 auto;
  }
}
.link-box:hover {
  background-color: #166a8d;
}
.link-box:hover span {
  color: #fff;
}
.link-box:hover svg {
  fill: #fff;
}
.link-box span {
  display: block;
  font-family: "Segoe UI";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
  color: #66a0b8;
}
.link-box svg {
  width: 20px;
  height: 20px;
  fill: #66a0b8;
}
.check-form {
  padding: 40px 60px 45px;
  margin-bottom: 60px;
  background-color: #166a8d;
}
@media (min-width: 760px) and (max-width: 1199.98px) {
  .check-form {
    margin: 0 -50px 60px;
  }
}
@media (max-width: 767.98px) {
  .check-form {
    padding: 35px 20px;
    margin: 0 -15px 50px;
  }
}
.check-form__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #ffffff;
}
.check-form__text {
  margin-bottom: 50px;
  font-family: "Segoe UI";
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1.35px;
  color: #ffffff;
}
@media (max-width: 480px) {
  .check-form__text {
    padding: 0 50px;
    margin-bottom: 20px;
    font-weight: 400;
  }
}
.check-form__inputs {
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .check-form__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 759px) {
  .check-form__inputs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.check-form__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767.98px) {
  .check-form__input {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .check-form__input:last-of-type {
    margin-bottom: 0;
  }
}
.check-form__input label {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1.4px;
  color: #ffffff;
}
.check-form__input input,
.check-form__input select {
  padding: 0 20px;
  width: 280px;
  height: 43px;
  font-size: 1rem;
  border: none;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}
.check-form__input ::-webkit-input-placeholder {
  font-family: 'Segoe UI';
  color: #9d9d9d;
  font-size: 1rem;
  font-weight: 600;
  text-overflow: ellipsis;
}
.check-form__input ::-moz-placeholder {
  font-family: 'Segoe UI';
  color: #9d9d9d;
  font-size: 1rem;
  font-weight: 600;
  text-overflow: ellipsis;
}
.check-form__submit {
  text-align: center;
}
.custom-select {
  position: relative;
  font-family: "Segoe UI";
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  -webkit-border-radius: 0;
          border-radius: 0;
  letter-spacing: 1.2px;
  color: #166a8d;
  background: none;
  background-image: url(../img/arr-down.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 95% 58%;
}
.custom-select:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 7px;
  right: 0;
  top: 0;
  background-image: url(../img/right-arrow.svg);
  background-size: cover;
  background-position: 0 0;
  z-index: 1;
}
@media (max-width: 760px) {
  .timetable {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .timetable {
    padding-left: 0 !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.timetable li {
  text-align: center;
}
@media (max-width: 760px) {
  .timetable li {
    padding-left: 0;
    margin-bottom: 40px;
    width: 20%;
  }
}
@media (max-width: 759px) {
  .timetable li {
    margin-bottom: 40px;
    width: 24%;
  }
}
@media (max-width: 479px) {
  .timetable li {
    padding-left: 0 !important;
    margin-bottom: 30px;
    width: 50%;
  }
}
.timetable li h5 {
  font-family: 'Cambria';
  font-size: 18px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 0.9px;
  color: #2c2929;
}
.timetable li span {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-family: "Segoe UI Emoji";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #656161;
}
.timetable li span:before {
  position: absolute;
  content: '';
  margin-left: -2.5px;
  left: 47%;
  bottom: -8px;
  width: 5px;
  height: 1px;
  background-color: #656161;
}
.timetable li span:last-of-type {
  margin-bottom: 0;
}
.timetable li span:last-of-type:before {
  content: none;
}
.timetable li:before {
  content: none !important;
}
.information {
  padding: 20px 0;
  margin-bottom: 70px;
  border: 1px solid #e8e8e8;
}
.information .area-title {
  padding-left: 15px;
  margin-bottom: 45px;
}
.list-info li {
  padding-left: 15px;
}
@media (max-width: 767.98px) {
  .list-info li {
    padding: 10px 10px;
  }
}
.list-info li span {
  display: inline-block;
  font-family: "Segoe UI Emoji";
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.9px;
  color: #656161;
}
@media (max-width: 760px) {
  .list-info li span {
    display: inline-block;
    vertical-align: top;
  }
}
.list-info li span:first-of-type {
  min-width: 360px;
  max-width: 360px;
  width: 100%;
}
@media (min-width: 760px) and (max-width: 923px) {
  .list-info li span:first-of-type {
    width: 50%;
    min-width: unset;
    max-width: unset;
  }
}
@media (max-width: 480px) {
  .list-info li span:first-of-type {
    width: 40%;
    min-width: unset;
    max-width: unset;
  }
}
@media (max-width: 760px) {
  .list-info li span:first-of-type {
    width: 100%;
    display: block;
    min-width: unset;
    max-width: unset;
  }
}
@media (max-width: 767.98px) {
  .list-info li span {
    line-height: 30px;
  }
}
.list-info li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.9px;
  color: #26426d;
  word-break: break-all;
}
@media (max-width: 760px) {
  .list-info li a {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .list-info li a {
    font-size: 16px;
    line-height: 30px;
  }
}
.list-info li a:hover {
  text-decoration: underline;
}
.list-info li:nth-child(odd) {
  background-color: #f1f1f1;
}
.actions-table {
  margin-bottom: 70px;
}
.actions-table thead tr th {
  padding-bottom: 44px;
  width: 250px;
}
@media (max-width: 767.98px) {
  .actions-table thead tr th {
    padding-bottom: 30px;
    vertical-align: top;
  }
}
.actions-table thead tr th:nth-child(1) {
  width: 620px;
}
@media (max-width: 1024px) {
  .actions-table thead tr th:nth-child(1) {
    padding-left: 35px;
    width: unset;
  }
}
@media (max-width: 767.98px) {
  .actions-table thead tr th:nth-child(2) {
    padding-left: 15px;
  }
}
.actions-table thead tr th span {
  margin-right: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #413e3e;
}
@media (max-width: 767.98px) {
  .actions-table thead tr th span {
    font-size: 14px;
    line-height: 24px;
  }
}
.actions-table thead tr th a {
  margin-right: 35px;
}
.actions-table thead tr th a.current {
  color: #166a8d;
}
.actions-table thead tr th a.not {
  color: #cfcfcf;
}
.actions-table thead tr th .btn {
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #166a8d;
  background: transparent;
}
.actions-table thead tr th .show > .btn-secondary.dropdown-toggle {
  border: none;
  color: #166a8d;
  background: transparent;
}
.actions-table thead tr th .btn-secondary:not(:disabled):not(.disabled):active:focus,
.actions-table thead tr th .show > .btn-secondary.dropdown-toggle:focus,
.actions-table thead tr th .btn-secondary:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.actions-table thead tr th .btn-secondary:not(:disabled):not(.disabled):active {
  color: #166a8d;
  background: transparent;
}
.actions-table thead tr th .dropdown-toggle:after {
  border: none;
  width: 11px;
  height: 9px;
  background-image: url(../img/arr-down.svg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.actions-table tbody tr td a {
  display: block;
  padding: 20px 0;
  font-family: "Segoe UI Emoji";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #166a8d;
}
@media (max-width: 767.98px) {
  .actions-table tbody tr td a {
    padding: 20px 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }
}
.actions-table tbody tr td span {
  font-family: "Segoe UI Emoji";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #656161;
}
@media (max-width: 767.98px) {
  .actions-table tbody tr td span {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
}
@media (max-width: 1024px) {
  .actions-table tbody tr td:first-of-type {
    padding-left: 15px;
    width: 523px;
  }
}
@media (max-width: 321px) {
  .actions-table tbody tr td:first-of-type {
    width: 130px;
  }
}
.actions-table tbody tr td:first-of-type a {
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .actions-table tbody tr td:first-of-type a {
    padding-left: 15px;
  }
}
@media (max-width: 321px) {
  .actions-table tbody tr td:nth-child(2) {
    width: 50px;
  }
}
.actions-table tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}
.pagination._mt {
  margin-top: 70px;
}
.pagination li a {
  display: block;
  padding: 10px 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #a7b1b0;
}
.pagination li a:hover {
  color: #166a8d;
}
.pagination li.current a {
  color: #fff;
  background-color: #166a8d;
}
.actions-buttons {
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .actions-buttons {
    display: none;
  }
}
.actions-buttons .action-prev,
.actions-buttons .action-next {
  position: absolute;
  left: -27px;
  width: 27px;
  height: 27px;
  border: none;
  background-color: #166a8d;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .actions-buttons .action-prev,
  .actions-buttons .action-next {
    left: 0;
  }
}
.actions-buttons .action-prev:hover,
.actions-buttons .action-next:hover {
  background-color: #135977;
}
.actions-buttons .action-next {
  left: unset;
  right: -27px;
}
@media (max-width: 1024px) {
  .actions-buttons .action-next {
    right: 0;
  }
}
.article h1 {
  margin-bottom: 40px;
  font-family: 'Play';
  font-size: 36px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: 1.8px;
  color: #2c2929;
}
@media (max-width: 767.98px) {
  .article h1 {
    margin-bottom: 30px;
    font-size: 29px;
    line-height: 48px;
  }
}
.article h2 {
  padding-top: 35px;
  margin-top: 60px;
  margin-bottom: 25px;
  border-top: 1px solid #e8e8e8;
  font-family: 'Play';
  font-size: 30px;
  font-weight: bold;
  line-height: 72px;
  letter-spacing: 1.5px;
  color: #2c2929;
}
@media (max-width: 767.98px) {
  .article h2 {
    line-height: 48px;
  }
}
@media (max-width: 767.98px) {
  .article figure {
    margin-bottom: 50px;
  }
}
.footer {
  border-top: 1px solid #ddd;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .footer .container {
    max-width: 100%;
  }
}
@media (min-width: 480px) {
}
.footer__copyrights {
  font-family: "GothamPro";
  letter-spacing: 0.7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
  color: #2c2929;
}
@media (max-width: 710px) {
  .footer__copyrights {
    text-align: center;
  }
}
.footer-nav {
  padding: 5px 0;
}
.footer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 710px) {
  .footer-nav ul {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .footer-nav ul li {
    text-align: center;
  }
}
.footer-nav ul li a {
  position: relative;
  display: block;
  font-family: "GothamPro";
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.7px;
  color: #26426d;
}
.footer-nav ul li a:before {
  position: absolute;
  content: '';
  margin-top: -10px;
  right: -28px;
  top: 50%;
  width: 1px;
  height: 20px;
  background-color: #d1d1d1;
}
@media (max-width: 1199.98px) {
  .footer-nav ul li a:before {
    right: -18px;
  }
}
@media (max-width: 480px) {
  .footer-nav ul li a:before {
    right: unset;
    margin-left: -15px;
    left: 50%;
    width: 30px;
    height: 1px;
    top: unset;
    bottom: 0px;
  }
}
.footer-nav ul li:last-child a:before {
  content: none;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Play';
  src: url('../fonts/Play-Bold.woff2') format('woff2'), url('../fonts/Play-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Play';
  src: url('../fonts/Play-Regular.woff2') format('woff2'), url('../fonts/Play-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUI-BoldItalic.woff2') format('woff2'), url('../fonts/SegoeUI-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUI.woff2') format('woff2'), url('../fonts/SegoeUI.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUI-Italic.woff2') format('woff2'), url('../fonts/SegoeUI-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUI-Light.woff2') format('woff2'), url('../fonts/SegoeUI-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUI-SemiBold.woff2') format('woff2'), url('../fonts/SegoeUI-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'), url('../fonts/SegoeUI-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url('../fonts/GothamPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url('../fonts/GothamPro-Medium.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url('../fonts/GothamPro-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI Emoji';
  src: url('../fonts/SegoeUIEmoji.woff2') format('woff2'), url('../fonts/SegoeUIEmoji.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cambria';
  src: url('../fonts/Cambria.woff2') format('woff2'), url('../fonts/Cambria.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 5px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger.is-active:hover,
.hamburger:hover {
  opacity: .7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #bfbfbf;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -4px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #bfbfbf;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--spin .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
}
.hamburger--spin .hamburger-inner:before {
  -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
}
.hamburger--spin-r .hamburger-inner:before {
  -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile-menu {
  position: absolute;
  padding: 110px 0 80px;
  top: -2000px;
  width: 100%;
  height: 110vh;
  z-index: 100;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  background: rgba(0, 0, 0, 0.95);
}
@media (min-width: 1200px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu.toggle-menu {
  top: -5px;
  position: fixed;
}
.mobile-menu ul {
  margin-bottom: 70px;
  text-align: center;
}
.mobile-menu ul li {
  margin-bottom: 10px;
}
.mobile-menu ul li.current a::before {
  background: none;
}
.mobile-menu ul li a {
  display: inline-block;
  position: relative;
  padding: 13px 35px;
  font-size: 20px;
  font-weight: 400;
  color: #c2c2c2;
}
.mobile-menu ul li a::before {
  position: absolute;
  content: '';
  margin-left: -8px;
  left: 50%;
  bottom: 0;
  width: 16px;
  height: 2px;
}
.mobile-menu ul li.current {
  display: inline-block;
  padding: 0 50px;
  border: 1px solid #3772b3;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.mobile-menu .btn-transparent {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  width: 140px;
  border-color: #fff;
  color: #fff;
  opacity: .5;
}
.mobile-menu__buttons .snap {
  display: block;
  margin: 0 auto 15px;
  width: 218px;
}
