/* @font-face {
  font-family: Medium;
  src: url(../../fonts/TTnorms_Medium.woff);
  font-display: swap;
}

@font-face {
  font-family: Bold;
  src: url(../../fonts/TTnorms_Bold.woff);
  font-display: swap;
}

@font-face {
  font-family: ExtraBold;
  src: url(../../fonts/TTNorms_ExtraBold.woff);
  font-display: swap;
} */

/* latin */
@font-face {
  font-family: Medium;
  font-style: normal;
  src: url(https://fonts.gstatic.com/s/wixmadefortext/v13/-W_lXI_oSymQ8Qj-Apx3HGN_Hu1RZiER5zwf.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
  font-weight: 500;
}

/* cyrillic */
@font-face {
  font-family: Medium;
  font-style: normal;
  src: url(https://fonts.gstatic.com/s/wixmadefortext/v13/-W_lXI_oSymQ8Qj-Apx3HGN_Hu1RZiUR5w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
  font-weight: 500;
}

/* latin */
@font-face {
  font-family: Bold;
  font-style: normal;
  src: url(https://fonts.gstatic.com/s/wixmadefortext/v13/-W_lXI_oSymQ8Qj-Apx3HGN_Hu1RZiER5zwf.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
  font-weight: 700;
}

/* cyrillic */
@font-face {
  font-family: Bold;
  font-style: normal;
  src: url(https://fonts.gstatic.com/s/wixmadefortext/v13/-W_lXI_oSymQ8Qj-Apx3HGN_Hu1RZiUR5w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
  font-weight: 700;
}

/* latin */
@font-face {
  font-family: ExtraBold;
  font-style: normal;
  src: url(https://fonts.gstatic.com/s/wixmadefortext/v13/-W_lXI_oSymQ8Qj-Apx3HGN_Hu1RZiER5zwf.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
  font-weight: 800;
}

/* cyrillic */
@font-face {
  font-family: ExtraBold;
  font-style: normal;
  src: url(https://fonts.gstatic.com/s/wixmadefortext/v13/-W_lXI_oSymQ8Qj-Apx3HGN_Hu1RZiUR5w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
  font-weight: 800;
}

.dark-bg {
  background-color: #040505;
  color: #fff;
}

.pointer {
  cursor: pointer;
  user-select: none;
}

.events-none {
  pointer-events: none;
}

.inline-block {
  display: inline-block;
}

.inline-block br {
  display: none;
}

.hidden-text {
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.animation.animation_swim-top {
  opacity: 0;
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
}

.animation_swim-top.animated {
  opacity: 1;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (max-width: 1250px) {
  .animation.adaptive-animation_swim-top {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }

  .adaptive-animation_swim-top.animated {
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .animation_swim-top.animated {
    opacity: 1;
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
}

@media screen and (max-width: 760px) {
  .animation.animation_swim-top-mobile-small {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  .animation_swim-top.animated {
    opacity: 1;
    -webkit-transform: translate(0px);
    transform: translate(0px);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
}

.link,
.links-container a {
  color: #0006ff;
}

.dark-bg .link {
  color: #1463ff;
}

.link path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.link_arrow,
.link_arrow-left {
  display: inline-block;
  position: relative;
}

.link_arrow-left {
  padding-left: 20px;
}

.link_arrow div:before,
.link_arrow span:before,
.link_arrow-left div:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 11px;
  background-color: #0006ff;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.dark-bg .link_arrow div:before,
.dark-bg .link_arrow span:before,
.dark-bg .link_arrow-left div:before {
  background-color: #1463ff;
}

.link_arrow-left div:before {
  left: 4px;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.link_arrow div,
.link_arrow span {
  position: relative;
  top: 2px;
  left: 6px;
  display: inline-block;
  width: 14px;
  height: 14px;
}

.link_arrow svg {
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 9px;
  height: 14px;
  margin-top: -7px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.link_arrow-left svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 14px;
  margin-top: -7px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.link_arrow svg path,
.link_arrow-left svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.dark-bg .link_arrow svg path {
  fill: #1463ff;
}

.link_bold {
  font-size: 14px;
  font-family: ExtraBold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.link_bold.link_arrow {
  padding-right: 2px;
}

.link_bold.link_arrow-left {
  padding: 0px 0px 0px 26px;
}

.arrow-link {
  display: inline-block;
  font-family: ExtraBold;
  position: relative;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.5px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.arrow-link:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  margin: 8px 0px 0px -19px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNyAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE5LjU5MjUgNy45OTk5OUwxNS40OTQ4IDMuMzE3TDE4LjUwNTIgMC42ODI5ODNMMjYuNjU3NSA5Ljk5OTk5TDE4LjUwNTIgMTkuMzE3TDE1LjQ5NDggMTYuNjgzTDE5LjU5MjUgMTJIMFY3Ljk5OTk5SDE5LjU5MjVaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==);
  background-position: right center;
  -webkit-transition: 0.38s;
  transition: 0.38s;
}

.arrow-link_blue {
  color: #0006ff;
}

.dark-bg .arrow-link_blue {
  color: #146aff;
}

.arrow-link_blue:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAzNSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI3LjU5MjUgOC4wMDAxMUwyMy40OTQ4IDMuMzE3MTJMMjYuNTA1MiAwLjY4MzEwNUwzNC42NTc1IDEwLjAwMDFMMjYuNTA1MiAxOS4zMTcxTDIzLjQ5NDggMTYuNjgzMUwyNy41OTI1IDEyLjAwMDFIMFY4LjAwMDExSDI3LjU5MjVaIiBmaWxsPSIjMDAwNkZGIi8+PC9zdmc+);
}

.dark-bg .arrow-link_blue:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAzNSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNy41OTI1IDguMDAwMTFMMjMuNDk0OCAzLjMxNzEyTDI2LjUwNTIgMC42ODMxMDVMMzQuNjU3NSAxMC4wMDAxTDI2LjUwNTIgMTkuMzE3MUwyMy40OTQ4IDE2LjY4MzFMMjcuNTkyNSAxMi4wMDAxSDBWOC4wMDAxMUgyNy41OTI1WiIgZmlsbD0iIzE0NkFGRiIvPgo8L3N2Zz4K');
}

.arrow-link_arrow-blue:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAzNSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI3LjU5MjUgOC4wMDAxMUwyMy40OTQ4IDMuMzE3MTJMMjYuNTA1MiAwLjY4MzEwNUwzNC42NTc1IDEwLjAwMDFMMjYuNTA1MiAxOS4zMTcxTDIzLjQ5NDggMTYuNjgzMUwyNy41OTI1IDEyLjAwMDFIMFY4LjAwMDExSDI3LjU5MjVaIiBmaWxsPSIjMDAwNkZGIi8+PC9zdmc+);
}

.arrow-link .inline-block {
  padding-right: 31px;
}

@media screen and (min-width: 1000px) {

  .link:hover,
  .links-container a:hover {
    color: #000066;
  }

  .link:hover path,
  .link:hover .external-icon.blue path {
    fill: #000066;
  }

  .link:hover .external-icon.blue:before {
    border-color: #000066;
  }

  .dark-bg .link:hover {
    color: #0c3782;
  }

  .container-link_arrow:hover .link_arrow {
    color: #000066 !important;
  }

  .link_arrow:hover div:before,
  .link_arrow:hover span:before,
  .link_arrow-left:hover div:before,
  .container-link_arrow:hover .link_arrow div:before,
  .container-link_arrow:hover .link_arrow span:before,
  .container-link_arrow:hover .link_arrow-left div:before {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    background-color: #000066;
  }

  .dark-bg .link_arrow:hover div:before {
    background-color: #0c3782;
  }

  .link_arrow:hover div svg:first-of-type,
  .link_arrow:hover span svg:first-of-type,
  .container-link_arrow:hover .link_arrow div svg:first-of-type,
  .container-link_arrow:hover .link_arrow span svg:first-of-type {
    -webkit-transform: translateX(4px) !important;
    transform: translateX(4px) !important;
  }

  .link_arrow-left:hover div svg,
  .container-link_arrow:hover .link_arrow-left div svg {
    -webkit-transform: translateX(-4px) !important;
    transform: translateX(-4px) !important;
  }

  .link_arrow:hover svg path,
  .container-link_arrow:hover .link_arrow svg path {
    fill: #000066;
  }

  .dark-bg .link_arrow:hover svg path {
    fill: #0c3782;
  }

  .arrow-link:hover:after {
    width: 27px;
  }

  .arrow-link_blue:hover {
    color: #021b9b;
  }

  .dark-bg .arrow-link_blue:hover {
    color: #0c3782;
  }

  .arrow-link_blue:hover:after {
    width: 35px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAzNSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI3LjU5MjUgOC4wMDAxMUwyMy40OTQ4IDMuMzE3MTJMMjYuNTA1MiAwLjY4MzEwNUwzNC42NTc1IDEwLjAwMDFMMjYuNTA1MiAxOS4zMTcxTDIzLjQ5NDggMTYuNjgzMUwyNy41OTI1IDEyLjAwMDFIMFY4LjAwMDExSDI3LjU5MjVaIiBmaWxsPSIjMDIxQjlCIi8+PC9zdmc+);
  }

  .dark-bg .arrow-link_blue:hover:after {
    width: 35px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAzNSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNy41OTI1IDguMDAwMTFMMjMuNDk0OCAzLjMxNzEyTDI2LjUwNTIgMC42ODMxMDVMMzQuNjU3NSAxMC4wMDAxTDI2LjUwNTIgMTkuMzE3MUwyMy40OTQ4IDE2LjY4MzFMMjcuNTkyNSAxMi4wMDAxSDBWOC4wMDAxMUgyNy41OTI1WiIgZmlsbD0iIzBDMzc4MiIvPgo8L3N2Zz4K');
  }

  .dark-link:hover {
    color: #0006ff;
  }
}

@media screen and (max-width: 760px) {
  .arrow-link {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1px;
    padding-right: 0;
  }

  .arrow-link:after {
    position: relative;
    top: 2px;
    margin-top: -6px;
  }

  .arrow-link .inline-block {
    padding-right: 27px;
  }

  .link_arrow {
    padding-right: 14px;
    line-height: 20px;
  }

  .link_arrow div,
  .link_arrow span {
    position: absolute;
    top: auto;
    left: auto;
    margin: 4px -14px 0 8px;
  }

  .link_arrow-left {
    padding-right: 0;
  }

  .link_arrow-left div,
  .link_arrow-left span {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
  }
}

.scroll-top {
  position: fixed;
  right: 120px;
  bottom: 32px;
  z-index: 10;
}

.scroll-top.fixed {
  position: absolute;
}

.scroll-top__button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #f5f5f5;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy43MDcyIDcuMjkyODlMNy4wMDAwNSAwLjU4NTc4N0wwLjI5Mjk0IDcuMjkyODlMMS43MDcxNSA4LjcwNzExTDYuMDAwMDUgNC40MTQyMUw2LjAwMDA1IDE0TDguMDAwMDUgMTRMOC4wMDAwNSA0LjQxNDIxTDEyLjI5MjkgOC43MDcxMUwxMy43MDcyIDcuMjkyODlaIiBmaWxsPSIjMDAwNkZGIi8+Cjwvc3ZnPgo=');
}

.scroll-top.active .scroll-top__button {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@media screen and (max-width: 1880px) {
  .scroll-top {
    right: 32px;
  }
}

@media screen and (max-width: 760px) {
  .scroll-top {
    right: 15px;
    bottom: 15px;
  }
}

.languages {
  position: relative;
  z-index: 1;
}

.languages+.languages {
  z-index: 0;
}

.languages_region {
  z-index: 0;
}

.languages.light .languages__value {
  background-color: #f5f5f5;
  color: #040505;
}

.languages__value,
.header_black .languages .languages__value {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  height: 48px;
  background-color: #19191a;
  border-radius: 6px;
  padding: 0 24px 0 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.languages_active .languages__value {
  border-radius: 6px 6px 0px 0px;
}

.languages_active.vertical .languages__value {
  border-radius: 0px 0px 4px 4px;
}

.languages.light .languages__value:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05IDVMNSAyTDEgNSIgc3Ryb2tlPSIjMDQwNTA1IiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==');
}

.languages__value:after,
.header_black .languages .languages__value:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 6px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjQwMDM5MSA0LjE5OThMMS42MDAzOSA1Ljc5OThMNS4wMDAzOSAzLjI0OThMOC40MDAzOSA1Ljc5OThMOS42MDAzOSA0LjE5OThMNS4wMDAzOSAwLjc0OTgwNEwwLjQwMDM5MSA0LjE5OThaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==');
  margin-top: -2px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.languages_active .languages__value:after,
.header_black .languages_active .languages__value:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.languages__value-icon {
  width: 51px;
}

.languages__value img {
  display: block;
  width: 25px;
  margin: auto;
  border-radius: 2px;
}

.languages_region .languages__value img {
  width: 25px;
}

.header .languages__value img:nth-child(1) {
  display: none;
}

.header_black .languages__value img:nth-child(1) {
  display: block;
}

.header_black .languages__value img:nth-child(2) {
  display: none;
}

.languages__value span {
  position: relative;
  top: -1px;
}

.languages.light .languages__list {
  border: none;
  background-color: #f5f5f5;
  border-bottom: solid 1px rgba(230, 230, 230);
}

.languages__list,
.header_black .languages .languages__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #0f0f0f;
  border-radius: 0 0 6px 6px;
  padding: 9px 0 8px 0;
  border-top: 1px solid #252626;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header_black .languages .languages__list {
  background-color: #1f1f1f;
  border: none;
  border-bottom: 1px solid #252626;
}

.languages.vertical .languages__list {
  top: auto;
  bottom: 100%;
  border-radius: 4px 4px 0px 0px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.languages_active .languages__list,
.languages_active.vertical .languages__list {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  pointer-events: auto;
  max-height: 468px;
  overflow: auto;
}

.languages.light .languages__list li a {
  color: #040505;
}

.languages__list li a,
.header_black .languages .languages__list li a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  padding: 6px 16px;
  line-height: 20px;
}

.languages__list li img {
  display: block;
  width: 19px;
  border-radius: 2px;
  margin-right: 16px;
}

.languages__list .current-lang a {
  position: relative;
  pointer-events: none;
}

.languages__list .current-lang-menu a,
.languages__list .current-lang-menu span {
  color: #0006ff !important;
}

.header_black .languages__list .current-lang-menu a,
.header_black .languages__list .current-lang-menu span {
  color: #1463ff !important;
}

@media screen and (min-width: 1000px) {
  .languages__value:hover {
    background-color: #0f0f0f;
  }
}

@media screen and (max-width: 760px) {
  .languages {
    margin: 0;
  }

  .languages__list li a {
    padding: 5px 16px 5px 16px;
  }
}

.socials {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding-top: 6px;
  margin: 0px -4px -6px 0px;
}

.socials li {
  margin: 0px 6px 6px 0px;
}

.socials a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #19191a;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.socials.light a {
  background-color: #f5f5f5;
}

.header_black .socials.light a {
  background-color: #19191a;
}

.socials a img,
.socials a svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.socials a img,
.socials a svg,
.socials a path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.socials.light a img,
.socials.light a svg {
  opacity: 1 !important;
}

.header_black .header-mob-footer .socials li a {
  background-color: #19191a;
}

.header_black .socials li svg path {
  fill: #fff !important;
}

@media screen and (min-width: 1000px) {
  .socials a:hover {
    background-color: #0f0f0f;
  }

  .header_black .socials a:hover {
    background-color: #0f0f0f !important;
  }

  .socials a:hover img,
  .socials a:hover svg {
    opacity: 0.6;
  }

  .header_black .socials a:hover img,
  .header_black .socials a:hover svg {
    opacity: 0.6 !important;
  }

  .socials-list__list a:hover svg path,
  .socials a:hover svg path {
    fill: #fff !important;
  }

  .facebook-icon:hover {
    background-color: #395792 !important;
  }

  .twitter-icon:hover {
    background-color: #289ee9 !important;
  }

  .github-icon:hover {
    background-color: #323131 !important;
  }

  .youtube-icon:hover {
    background-color: #f60016 !important;
  }

  .medium-icon:hover {
    background-color: #12100e !important;
  }

  .linked-in-icon:hover {
    background-color: #0073b0 !important;
  }

  .instagram-icon:hover {
    background-color: #de326c !important;
  }

  .quora-icon:hover {
    background-color: #B92B27 !important;
  }
}

@media screen and (max-width: 1250px) {
  .socials {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 180px;
  }
}

@media screen and (max-width: 760px) {
  .socials {
    max-width: none;
  }

  .socials li {
    margin: 0px 8px 8px 0px;
  }
}

.footer {
  position: relative;
  overflow: hidden;
  background-color: #040505;
  color: #999999;
}

.footer__header {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 32px 0px;
  border-bottom: 1px solid #1a1a1a;
}

.footer__header a {
  display: block;
  width: 146px;
  margin-top: 5px;
}

.footer__header a img {
  display: block;
  width: 100%;
}

.footer__header p {
  width: 1000px;
  padding-top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.footer__content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding: 32px 0px 0px 0px;
  border-bottom: 1px solid #1a1a1a;
}

.footer__menu-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px 0px 0px 0px;
  max-height: 570px;
  padding-bottom: 85px;
}

.footer__menu-container .footer__item {
  margin-right: 48px;
}

.footer__item {
  width: 264px;
  margin-top: 40px;
}

.footer__item p {
  color: #808080;
  font-family: Bold;
  margin-bottom: 20px;
}

.footer__item p a {
  color: #fff;
}

.footer__links-list+.footer__links-list {
  margin-top: 10px;
}

.footer__links-list li {
  line-height: 20px;
  margin-bottom: 10px;
}

.footer__links-list li:last-of-type {
  margin-bottom: 0;
}

.footer__links-list li a {
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.footer__links-list .footer__links-large-link {
  margin-top: 40px;
}

.footer__links-list .footer__links-large-link a {
  font-size: 16px;
  font-family: Bold;
}

.footer__links-list .footer__links-large-link a:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 2px;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  -webkit-transition: width 0.3s, opacity 0.5s;
  transition: width 0.3s, opacity 0.5s;
  background-position: right center;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMyAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC41ODU4IDYuMDAwMDhMMTQuMjkyOSAxLjcwNzE4TDE1LjcwNzEgMC4yOTI5NjlMMjIuNDE0MiA3LjAwMDA4TDE1LjcwNzEgMTMuNzA3MkwxNC4yOTI5IDEyLjI5M0wxOC41ODU4IDguMDAwMDhMMCA4VjYuMDAwMDhIMTguNTg1OFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=');
}

.footer__aside .footer__item:first-of-type {
  margin-top: 0;
}

.footer__aside-container {
  margin-top: 40px;
}

.footer__aside .footer__item p {
  margin-bottom: 14px;
}

.footer__item-languages .languages_region {
  margin-top: 8px;
}

.footer__phone {
  line-height: 20px;
}

.footer__phone a {
  font-size: 16px;
  color: #fff;
}

.footer__phone span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.2px;
  margin-top: 12px;
}

.footer__item-socials .socials {
  padding-top: 0;
}

.footer__aside .footer__links-list {
  padding-top: 6px;
}

.footer__description {
  font-size: 12px;
  line-height: 20px;
}

.footer__icons {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin: 18px 0 0 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #1a1a1a;
}

.footer__icons-item {
  position: relative;
  max-width: 112px;
}

.footer__icons-item a {
  display: block;
}

.footer__icons-item img {
  display: block;
  max-width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer__icons-item-description {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 274px;
  padding: 7px 11px;
  margin-bottom: 13px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 18px;
  color: #a6a6a6;
  background-color: #0c0d0d;
  border: 1px solid #141414;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

.footer__icons-item-description.right {
  left: auto;
  right: 0;
}

.footer__icons-item-description.active {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.footer__description p {
  font-size: 12px;
  line-height: 20px;
}

.footer__bottom-info {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  height: 76px;
}

.footer__bottom-info p {
  font-size: 12px;
  line-height: 20px;
  color: #a2a4a6;
}

.footer__bottom-info a {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer__bottom-info a:hover {
  color: #999999;
}

.footer__bottom-info ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__bottom-info ul li {
  margin: 0px 13px;
  white-space: nowrap;
}

@media screen and (min-width: 1000px) {
  .footer__item a:hover {
    color: #999999;
  }

  .footer__bottom-info li a:hover {
    color: #999999;
  }

  .footer__icons-item:hover img {
    opacity: 0.6;
  }

  .footer__links-list .footer__links-large-link a:hover:after {
    width: 20px;
    opacity: 0.5;
  }
}

@media screen and (max-width: 1250px) {
  .footer .container {
    position: relative;
    padding-top: 15px;
  }

  .footer__header {
    display: block;
    margin-bottom: 10px;
  }

  .footer__header a {
    margin: 3px 0px 35px 0px;
  }

  .footer__header p {
    width: auto;
    padding-top: 0;
  }

  .footer__content {
    display: block;
    padding-bottom: 40px;
  }

  .footer__menu-container {
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .footer__menu-container .footer__item {
    width: 220px;
    margin-right: 20px;
  }

  .footer__aside-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }

  .footer__aside .footer__item {
    width: 220px;
    margin: 0px 20px 0px 0px;
  }

  .footer__item-languages {
    position: absolute;
    top: 50px;
    right: -20px;
  }

  .footer__item-languages p {
    display: none;
  }

  .footer__aside .footer__item-languages {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: auto;
  }

  .footer__item-languages .languages,
  .footer__item-languages .languages_region {
    width: 220px;
    margin: 0px 0px 0px 20px;
  }

  .footer__icons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 4px 0px 0px 0px;
  }

  .footer__icons-item {
    margin: 0px 30px 20px 0px;
  }

  .footer__bottom-info {
    position: relative;
    display: block;
    height: auto;
    padding: 15px 0 10px 0;
  }

  .footer__bottom-info ul {
    margin-bottom: 35px;
  }

  .footer__bottom-info ul li {
    margin: 0 8px 0 0;
  }

  .footer__bottom-info p:first-of-type {
    position: absolute;
    left: 0;
    bottom: 20px;
  }

  .footer__bottom-info p:last-of-type {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}

@media screen and (max-width: 760px) {
  .footer .container {
    padding-top: 32px;
  }

  .footer__header {
    padding: 0px 0px 102px 0px;
    margin-bottom: 0px;
  }

  .footer__header a {
    width: 122px;
    margin: 0px 0px 24px 0px;
  }

  .footer__header a img {
    width: auto;
    height: 36px;
  }

  .footer__header p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
  }

  .footer__content {
    position: relative;
    padding: 0px;
  }

  .footer__menu-container {
    display: block;
    max-height: none;
    margin: 0;
  }

  .footer__menu-container .footer__item {
    width: auto;
    margin: 0px;
    padding: 24px 0px;
    border-bottom: 1px solid #1a1a1a;
  }

  .footer__item p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .footer__links-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__links-list+.footer__links-list {
    margin-top: 12px;
  }

  .footer__links-list li {
    width: calc(50% - 12px);
    margin-bottom: 12px;
    line-height: 18px;
  }

  .footer__links-list li:nth-last-child(-n + 2) {
    margin-bottom: 0px !important;
  }

  .footer__links-list .footer__links-large-link {
    width: 100%;
    margin: 12px 0px 0px 0px;
    padding: 22px 0px 20px 0px;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
  }

  .footer__links-list .footer__links-large-link:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }

  .footer__links-list .footer__links-large-link:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .footer__aside-container {
    display: block;
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .footer__aside .footer__item {
    padding: 24px 0px;
    border-top: 1px solid #1a1a1a;
  }

  .footer__aside .footer__item-socials {
    padding-top: 0px;
    border: none;
  }

  .footer__aside .footer__item:first-child {
    border-top: none;
  }

  .footer__aside .footer__item-languages {
    top: -77px;
    left: 0px;
    right: 0px;
    display: block;
    width: 100% !important;
    padding: 0;
  }

  .footer__item-languages .languages,
  .footer__item-languages .languages_region {
    width: 100%;
    margin: 0px;
  }

  .footer__item-languages .languages_region {
    margin-top: 8px;
  }

  .footer__item-languages .languages__value {
    height: 48px;
  }

  .languages__value {
    border-radius: 4px;
  }

  .footer__aside .footer__item {
    width: 100%;
    margin-right: 0;
  }

  .footer__item-socials {
    width: 100% !important;
    order: 3;
    margin-top: 3px;
    padding-top: 32px;
  }

  .footer__aside .footer__links-list {
    padding-top: 0;
  }

  .footer__description {
    padding: 25px 0px 0px 0px;
  }

  .footer__description p {
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
  }

  .footer__icons {
    justify-content: space-between;
    padding: 0px 0px 7px 0px;
    margin: 0;
  }

  .footer__icons-item {
    width: 20%;
    min-width: 20%;
    margin-right: 5%;
  }

  .footer__icons-item:nth-child(4n + 4) {
    margin-right: 0;
  }

  .footer__icons img {
    max-height: 30px;
    margin: 0 auto;
  }

  .footer__icons-item-description {
    width: calc(100vw - 40px);
  }

  .footer__bottom-info {
    position: relative;
    padding: 17px 0px 10px 0px;
  }

  .footer__bottom-info a {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.2px;
  }

  .footer__bottom-info ul {
    margin-bottom: 40px;
  }

  .footer__bottom-info ul li {
    margin: 0 28px 0 0;
  }
}
