* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
html {
  scroll-behavior: smooth;
}
body,
html {
  overflow-x: hidden;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a,
button,
input,
textarea {
  background: 0 0;
  color: inherit;
  font-family: inherit;
  border: none;
  cursor: pointer;
}
textarea {
  resize: none;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
body {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 2;
  color: #000810;
  position: relative;
}
body.fixed {
  position: fixed;
  width: 100%;
}
body.swal2-shown {
  padding: 0 !important;
}
.section {
  padding: 80px 0;
}
.section-nopb {
  padding: 80px 0 0;
}
.section_header .subtitle {
  text-transform: uppercase;
  padding-left: 60px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
  font-family: Archivo, sans-serif;
  font-weight: 600;
}
.section_header .subtitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 40px;
  background: #ffc631;
}
.section_header .subtitle--extended {
  padding-left: 20px;
  margin-left: 40px;
}
.section_header .subtitle--extended:before {
  width: 1000%;
  left: -1000%;
}
.section_header .text {
  margin: 20px 0 30px;
}
.highlight {
  color: #0da574;
}
.primary-bg {
  background: rgb(255 255 255 / 90%);
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Archivo, sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 40px;
  line-height: 1.2;
}
h2 {
  font-size: 36px;
  line-height: 1.1;
}
h3,
h4 {
  font-size: 26px;
  line-height: 1.2;
}
h5 {
  font-size: 18px;
  line-height: 1.2;
}
h6 {
  font-size: 14px;
  line-height: 1.5;
}
.link-arrow {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
  color: #0da574;
  letter-spacing: 1px;
  font-family: Archivo, sans-serif;
  font-weight: 600;
}
.link-arrow--alt {
  color: #ffc631;
}
.link-arrow i {
  margin-left: 5px;
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  font-size: 16px;
}
.link-arrow:hover i {
  margin-left: 10px;
}
.btn {
  font-family: Archivo, sans-serif;
  font-weight: 700;
  padding: 18px 30px;
  color: #000810;
  font-size: 18px;
  line-height: 23px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #ffc631;
  text-transform: uppercase;
  position: relative;
  bottom: 0;
  display: inline-block;
  text-align: center;
}
.btn:not(.btn--static):focus,
.btn:not(.btn--static):hover {
  bottom: 5px;
}
.btn-play {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border: 2px solid #001f3f;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #001f3f;
  font-size: 24px;
}
.btn-play i {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-play:focus,
.btn-play:hover {
  border-color: #ffc631;
}
.btn-play:focus i,
.btn-play:hover i {
  color: #ffc631;
}
.socials_item {
  margin-right: 20px;
}
.socials_item:last-of-type {
  margin-right: 0;
}
.socials_item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #001f3f;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 30px;
}
.socials_item-link:focus,
.socials_item-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #ffc631;
}
.socials--alt .socials_item-link {
  color: #001f3f;
  background: #ffc631;
}
.hamburger {
  width: 30px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.hamburger .line {
  width: 100%;
  height: 2px;
  background: #000810;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  border-radius: 3px;
}
.hamburger .line--short {
  width: 50%;
}
.hamburger.active .line--short {
  width: 100%;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + label .icon {
  color: #0da574;
}
input[type="checkbox"] + label {
  cursor: pointer;
}
input[type="checkbox"] + label .icon {
  color: transparent;
  width: 18px;
  height: 18px;
  border: 1px solid #c8c8c8;
  margin-right: 20px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.field.error {
  border-color: red;
}
.brand {
  display: inline-block;
  font-size: 11px;
  line-height: 22px;
  color: #fff;
  font-family: Archivo, sans-serif;
  font-weight: 700;
}
.brand svg {
  margin-right: 10px;
}
.brand .highlight {
  margin-left: 5px;
}
#scrollToTop {
  position: fixed;
  right: 12px;
  bottom: -100px;
  z-index: 99999;
  width: 40px;
  height: 40px;
  opacity: 0.5;
  background: #ffc631;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#scrollToTop.active {
  bottom: 12px;
}
#scrollToTop:hover {
  opacity: 1;
}
#scrollToTop .icon {
  display: inline-block;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  color: #001f3f;
  font-size: 24px;
  line-height: 24px;
}
@media screen and (min-width: 767.98px) {
  body {
    font-size:15px;
  }
  h1 {
    font-size: 46px;
    line-height: 1.1;
  }
  h2 {
    font-size: 40px;
    line-height: 1.3;
  }
  h3,
  h4 {
    font-size: 26px;
    line-height: 2.0;
  }
  #scrollToTop {
    right: 20px;
  }
  #scrollToTop.active {
    bottom: 20px;
  }
  .btn-play {
    width: 110px;
    height: 110px;
    font-size: 34px;
  }
}
@media screen and (min-width: 991.98px) {
  h1 {
    font-size: 58px;
    line-height: 1;
  }
  h2 {
    font-size: 42px;
    line-height: 1.1;
  }
  h3 {
    font-size: 23px;
    line-height: 2;
  }   
  h4 {
    line-height: 1.1;
  }
  .section {
    padding: 20px 0;
  }
  .section-nopb {
    padding: 20px 0 0;
  }
}
@media screen and (min-width: 1199.98px) {
  #scrollToTop {
    right: 40px;
  }
  #scrollToTop.active {
    bottom: 40px;
  }
}
.alert_popup {
  border-radius: 0;
  padding-bottom: 30px !important;
}
.alert_popup-close {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.alert_popup-title {
  font-family: Archivo, sans-serif;
  color: #001f3f !important;
  padding: 30px 30px 0;
}
.alert_popup-content .main {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.header_navbar {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100000;
  background: rgb(255 255 255);
}
.header_navbar-nav {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.header_navbar-nav .link {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.9;
}
.header_navbar-nav_list {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header_navbar-nav_list.active {
  max-height: 90vh;
  margin-top: 30px;
  overflow-y: scroll;
}
.header_navbar-nav_list .list-item {
  text-transform: uppercase;
  font-size: 14px;
  font-family: Archivo, sans-serif;
  font-weight: 600;
  padding: 20px 0;
	color: black;
}
.header_navbar-nav_list .list-item .dropdown-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 0 15px;
}
.header_navbar-nav_list .list-item .dropdown-content.active {
  max-height: 1000px;
  margin: 20px 0 0 15px;
}
.header_navbar-nav_list .list-item .dropdown-content .link {
  margin-bottom: 20px;
}
.header_navbar-nav_list .list-item .dropdown-content .link:last-of-type {
  margin-bottom: 0;
}
.header_navbar-nav_list .list-item .dropdown-trigger {
  text-transform: inherit;
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.header_navbar-nav_list .list-item .dropdown-trigger.active .icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header_navbar-nav_list .list-item .dropdown-trigger .icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #ffc631;
  margin: 0 10px;
}
.header_extension {
  padding: 100px 0 40px;
  position: relative;
  overflow: hidden;
}
.header_extension .section_header {
  position: relative;
  z-index: 3;
}
.header_extension .plan {
  position: absolute;
  width: 50%;
  -webkit-transform: rotate(153deg);
  -ms-transform: rotate(153deg);
  transform: rotate(153deg);
  bottom: -22%;
  right: 10%;
  opacity: 0.8;
  z-index: 1;
}
.header_extension .breadcrumbs {
  margin-top: 30px;
}
.header_extension .breadcrumbs_item {
  font-weight: 500;
  position: relative;
  margin-right: 84px;
}
.header_extension .breadcrumbs_item:hover:before {
  width: 100%;
}
.header_extension .breadcrumbs_item:after,
.header_extension .breadcrumbs_item:before {
  content: "";
  position: absolute;
}
.header_extension .breadcrumbs_item:after {
  width: 30px;
  height: 2px;
  background: #fff;
  top: 50%;
  right: -58px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header_extension .breadcrumbs_item:before {
  width: 0;
  height: 2px;
  background-color: #ffc631;
  bottom: -6px;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.header_extension .breadcrumbs_item--current {
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.header_extension .breadcrumbs_item--current:after,
.header_extension .breadcrumbs_item--current:before {
  display: none;
}
@media screen and (min-width: 575.98px) {
  .header_extension .plan {
    bottom: -50%;
  }
}
@media screen and (min-width: 767.98px) {
  .header_navbar {
    padding: 15px 0;
  }
  .header_navbar-nav_list.active {
    max-height: 1000px;
    overflow-y: unset;
  }
  .header_extension .plan {
    bottom: -73%;
  }
}
@media screen and (min-width: 991.98px) {
  .header .brand {
    font-size: 0;
  }
  .header_navbar {
    background: 2 0;
    padding: 0px 0 0;
  }
  .header_navbar.sticky {
    padding: 5px 0;
    background: rgb(255 255 255);
  }
  .header_navbar .hamburger {
    display: none;
  }
  .header_navbar .link--single {
    position: relative;
  }
  .header_navbar .link--single:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #ffc631;
    left: 0;
    bottom: -6px;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  .header_navbar .link--single.active:before,
  .header_navbar .link--single:focus:before,
  .header_navbar .link--single:hover:before {
    width: 100%;
  }
  .header_navbar-nav {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
  .header_navbar-nav_list {
    max-height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 30px;
  }
  .header_navbar-nav_list .list-item {
    padding: 0;
    margin-right: 20px;
    font-size: 14px;
    font-family: Archivo, sans-serif;
    font-weight: 600;
  }
  .header_navbar-nav_list .list-item:last-of-type {
    margin-right: 0;
  }
  .header_navbar-nav_list .list-item .dropdown-content {
    position: absolute;
    width: unset;
    max-height: unset;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    margin: 10px 0 0;
    padding: 15px;
    background: #001f3f;
  }
  .header_navbar-nav_list .list-item .dropdown-content.visible,
  .header_navbar-nav_list .list-item .dropdown-content:hover {
    visibility: visible;
    opacity: 1;
  }
  .header_navbar-nav_list .list-item .dropdown-content.active {
    margin: 10px 0 0;
  }
  .header_navbar-nav_list .list-item .dropdown-content .link {
    margin-bottom: 20px;
    line-height: 22px;
  }
  .header_navbar-nav_list .list-item .dropdown-content .link:last-of-type {
    margin-bottom: 0;
  }
  .header_navbar-nav_list .list-item .dropdown-trigger {
    text-transform: inherit;
    font-size: inherit;
  }
  .header_navbar-nav_list
    .list-item
    .dropdown-trigger:focus
    + .dropdown-content,
  .header_navbar-nav_list
    .list-item
    .dropdown-trigger:hover
    + .dropdown-content {
    visibility: visible;
    opacity: 1;
  }
  .header_navbar-nav_list .list-item .dropdown-trigger:focus .icon,
  .header_navbar-nav_list .list-item .dropdown-trigger:hover .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .header_navbar-nav_list .list-item .dropdown-trigger .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #ffc631;
    margin-left: 10px;
  }
  .header_extension {
    padding: 200px 0 80px;
    position: relative;
    overflow: hidden;
  }
  .header_extension .plan {
    bottom: -62%;
  }
  .header_extension .breadcrumbs {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1199.98px) {
  .header .brand {
    font-size: 28px;
  }
  .header_extension {
    padding: 200px 0 80px;
    position: relative;
    overflow: hidden;
  }
  .header_extension .plan {
    width: 651px;
    bottom: -82%;
    right: 128px;
  }
  .header_extension .breadcrumbs {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1399.98px) {
  #scrollToTop {
    width: 58px;
    height: 58px;
    right: 30px;
  }
  #scrollToTop.active {
    bottom: 30px;
  }
  .header_navbar-nav_list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header_navbar-nav_list .list-item {
    margin-right: 40px;
  }
}
.info_header {
  margin-bottom: 30px;
}
.info_data {
  margin-bottom: 40px;
}
.info_data-card {
  margin-top: 30px;
}
.info_data-card[data-order="1"] {
  margin-top: 0;
}
.info_data-card .wrapper {
  border: 1px solid #c8c8c8;
  padding: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.info_data-card .wrapper:hover {
  border-color: #ffc631;
}
.info_data-card .icon {
  color: #ffc631;
  font-size: 32px;
  line-height: 30px;
}
.info_data-card .title {
  margin: 15px 0 10px;
}
.info_data-card .content {
  color: #202c38;
}
.info_data-card .content .link {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.info_data-card .content .link:focus,
.info_data-card .content .link:hover {
  color: #0da574;
}
.info_map {
  height: 330px;
}
.info_map #map {
  height: 100%;
}
@media screen and (min-width: 767.98px) {
  .info_header {
    padding: 0 15px;
  }
  .info_data {
    margin: 0 -15px;
  }
  .info_data-card {
    padding: 0 15px;
  }
  .info_data-card .wrapper {
    padding: 40px;
  }
  .info_map {
    margin-top: 30px;
  }
  .partners .row {
    margin: 0 -15px;
  }
  .partners_card,
  .partners_header {
    padding: 0 15px;
  }
  .partners_card[data-order="1"] {
    margin-top: 0;
  }
}
@media screen and (min-width: 1199.98px) {
  .info_map {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1399.98px) {
  .info_data-card {
    margin-top: 0;
  }
}
.partners_card {
  margin-top: 30px;
}
.partners_card .wrapper {
  border: 1px solid #c8c8c8;
  padding: 21px 0;
}
@media screen and (min-width: 991.98px) {
  .info_map {
    height:442px;
  }
  .partners_card[data-order="2"] {
    margin-top: 0;
  }
}
.footer {
  padding-top: 30px;
  padding-bottom: 0px;
  text-align: center;
}
.footer_main-block {
  margin-bottom: 40px;
}
.footer_main-block:last-of-type {
  margin-bottom: 0;
}
.footer_main-block .brand,
.footer_main-block_title {
  margin-bottom: 20px;
}
.footer_main-block_form {
  margin-top: 20px;
}
.footer_main-block_form .btn,
.footer_main-block_form .field {
  width: 100%;
}
.footer_main-block_form .field {
  background: #fff;
  border: 1px solid transparent;
  padding: 17px 19px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000810;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 20px;
}
.footer_main-block_form .field::-webkit-input-placeholder {
  color: #a9a9a9;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  line-height: 23px;
}
.footer_main-block_form .field::-moz-placeholder {
  color: #a9a9a9;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  line-height: 23px;
}
.footer_main-block_form .field:-ms-input-placeholder {
  color: #a9a9a9;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  line-height: 23px;
}
.footer_main-block_form .field::-ms-input-placeholder {
  color: #a9a9a9;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  line-height: 23px;
}
.footer_main-block_form .field::placeholder {
  color: #a9a9a9;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  line-height: 23px;
}
.footer_main-block_form .field:focus {
  border-color: #ffc631;
}
.footer_main-block_form .field:focus::-webkit-input-placeholder {
  opacity: 0;
}
.footer_main-block_form .field:focus::-moz-placeholder {
  opacity: 0;
}
.footer_main-block_form .field:focus:-ms-input-placeholder {
  opacity: 0;
}
.footer_main-block_form .field:focus::-ms-input-placeholder {
  opacity: 0;
}
.footer_main-block_form .field:focus::placeholder {
  opacity: 0;
}
.footer_main-block_form .field.error {
  border-color: red;
}
.footer_main-block_form .btn {
  padding: 18px 20px;
}
.footer_main-block_form .btn:focus,
.footer_main-block_form .btn:hover {
  background: #ffd464;
}
.footer_main-block .group-wrapper:first-of-type {
  margin-bottom: 15px;
}
.footer_main-block .group-wrapper .icon {
  color: #ffc631;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 5px;
}
.footer_main-block .group-wrapper .group {
  text-align: left;
  line-height: 23px;
}
.footer_main-block .group-wrapper .group a,
.footer_main-block .group-wrapper .group span {
  display: inline-block;
}
.footer_main-block .group-wrapper .group a {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.footer_main-block .group-wrapper .group a:focus,
.footer_main-block .group-wrapper .group a:hover {
  opacity: 0.8;
}
.footer_main-block_nav .list-item {
  margin-bottom: 13px;
}
.footer_main-block_nav .list-item:last-of-type {
  margin-bottom: 0;
}
.footer_main-block_nav .list-item .link {
  font-family: Archivo, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
.footer_main-block_nav .list-item .link .icon {
  position: absolute;
  font-size: 14px;
  color: #ffc631;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.footer_main-block_nav .list-item .link:focus .icon,
.footer_main-block_nav .list-item .link:hover .icon {
  opacity: 1;
}
.footer_secondary {
  border-top: 1px solid #a9a9a9;
  margin-top: 60px;
  padding-top: 60px;
}
.footer_secondary-copyright {
  text-align: center;
  margin: 0 0 40px;
}
.footer_secondary-copyright span {
  display: inline-block;
}
@media screen and (min-width: 575.98px) {
  .footer_main-block_subtitle {
    width: 100%;
    margin: 0 auto;
  }
  .footer_main-block_subtitle--newsletter {
    max-width: 330px;
  }
  .footer_main-block_subtitle--brand {
    max-width: 314px;
  }
  .footer_main-block_form {
    max-width: 330px;
    width: 100%;
    margin: 20px auto 0;
  }
  .footer_main-block_form .field {
    margin-bottom: 0;
  }
  .footer_main-block_form .btn {
    width: auto;
  }
}
@media screen and (min-width: 767.98px) {
  .footer {
    text-align: left;
  }
  .footer_main {
    padding-bottom: 30px;
  }
  .footer_main-block {
    margin: 0;
  }
  .footer_main-block_subtitle--brand {
    max-width: 314px;
    margin: 0 auto 30px 0;
  }
  .footer_secondary {
    margin: 0;
    padding-top: 20px;
  }
  .footer_secondary-copyright {
    max-width: 350px;
    text-align: left;
    margin: 0;
  }
}
@media screen and (min-width: 1199.98px) {
  .footer_main-block_subtitle--brand {
    margin: 0 auto 0 0;
  }
}
/*# sourceMappingURL=../sourcemaps/contacts.css.map */
