/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
.header {
  background-color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
}
@media (max-width: 480px) {
  .header {
    height: 60px;
    text-align: left;
  }
}

.header__logo {
  padding: 40px 0px;
}
.header__logo object {
  width: 142px;
  height: 38px;
}
@media (max-width: 480px) {
  .header__logo object {
    width: 75px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .header__logo {
    padding: 24px 0 18px 0px;
    text-align: left;
  }
}

.footer {
  position: fixed;
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  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;
}
@media (max-width: 480px) {
  .footer {
    height: 28px;
    display: block;
    background-color: #131313;
  }
}

.footer__text {
  font-size: 16px;
  color: #131313;
  line-height: 125%;
  font-weight: 300;
}
@media (max-width: 480px) {
  .footer__text {
    font-size: 10px;
    color: #A4A4A4;
    padding-top: 8px;
    font-weight: 300;
  }
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 125%;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

html,
body {
  height: 100%;
  font-family: "Ubuntu", sans-serif;
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

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

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.links-block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .links-block__wrap {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .links-block__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 70px;
  }
}

.links-block__social {
  background-color: #1375E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 83px 0px 15px;
}
@media (max-width: 900px) {
  .links-block__social {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .links-block__social {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.links-block__social li.links-block__social-li a {
  padding: 0 30px 0 10px;
  width: 100%;
}

.links-block__social-list,
.links-block__option-list {
  width: 490px;
}
@media (max-width: 480px) {
  .links-block__social-list,
  .links-block__option-list {
    width: 100%;
  }
}

.links-block__social-li,
.links-block__option-li {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #92C4FF;
  padding-top: 34px;
  height: 120px;
}
@media (max-width: 1110px) {
  .links-block__social-li,
  .links-block__option-li {
    height: 115px;
  }
}
@media (max-width: 900px) {
  .links-block__social-li,
  .links-block__option-li {
    height: 90px;
  }
}
@media (max-width: 480px) {
  .links-block__social-li,
  .links-block__option-li {
    height: 68px;
    padding: 15px 0px;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .links-block__social-li::after,
  .links-block__option-li::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 1px;
    background-color: #4198FF;
    left: -20%;
    bottom: 0px;
  }
}
.links-block__social-li a,
.links-block__option-li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.links-block__social-li:last-child,
.links-block__option-li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
@media (max-width: 480px) {
  .links-block__social-li:last-child,
  .links-block__option-li:last-child {
    padding-bottom: 20px;
  }
}
.links-block__social-li:hover,
.links-block__option-li:hover {
  opacity: 0.5;
}

@media (max-width: 480px) {
  .links-block__social-list {
    margin-right: 0px;
  }
}

.links-block__option-li:last-child:hover {
  opacity: 1;
}

.links-block__img {
  margin-right: 24px;
}
@media (max-width: 480px) {
  .links-block__img {
    margin-right: 18px;
  }
}

.links-block__name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.links-block__name-wrap > *:not(:last-child) {
  margin-right: 18px;
}
@media (max-width: 480px) {
  .links-block__name-wrap > *:not(:last-child) {
    margin-right: 8px;
  }
}

.links-block__name {
  font-size: 42px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1110px) {
  .links-block__name {
    font-size: 32px;
  }
}
@media (max-width: 900px) {
  .links-block__name {
    font-size: 24px;
  }
}

.links-block__subname {
  font-size: 24px;
  color: #92C4FF;
  font-weight: 300;
}
@media (max-width: 900px) {
  .links-block__subname {
    font-size: 14px;
  }
}

.youtube {
  width: 45px;
  height: 32px;
}
@media (max-width: 900px) {
  .youtube {
    width: 25px;
    height: 17px;
  }
}

.whats {
  width: 40px;
  height: 40px;
}
@media (max-width: 900px) {
  .whats {
    width: 22px;
    height: 22px;
  }
}

.telegram {
  width: 39px;
  height: 32px;
}
@media (max-width: 900px) {
  .telegram {
    width: 22px;
    height: 18px;
  }
}

.vk {
  width: 46px;
  height: 27px;
}
@media (max-width: 900px) {
  .vk {
    width: 25px;
    height: 15px;
  }
}

.links-block__option {
  background-color: #2382F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 15px 0px 83px;
}
@media (max-width: 800px) {
  .links-block__option {
    padding: 0 15px 0px 30px;
  }
}
@media (max-width: 480px) {
  .links-block__option {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .links-block__option-li a {
    width: 100%;
    padding: 0 15px;
  }
}

.links-block__option-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.links-block__option-text {
  color: #fff;
  opacity: 1;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .links-block__option-text {
    color: #131313;
    font-size: 14px;
    max-width: 205px;
    font-weight: 300;
  }
}
.links-block__option-text span {
  cursor: pointer;
  font-weight: 400;
}

.links-block__option-btn {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #131313;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.links-block__option-btn::after {
  content: "";
  position: absolute;
  background: url("../img/Shape.svg") 0 0/cover no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.links-block__option-btn:hover {
  background-color: #383838;
}

.dec {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 46px;
}
@media (max-width: 480px) {
  .dec {
    display: none;
  }
}

.mobail {
  display: none;
}
@media (max-width: 480px) {
  .mobail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 15px;
  }
}

.page__body {
  display: block;
}

.big {
  padding-top: 15px;
}

@media screen and (min-width: 786px) {
  footer.footer {
    border-bottom: 10px solid #131313;
  }
}
@media screen and (max-width: 768px) {
  .links-block__option > ul > li:nth-child(1):hover, .links-block__option > ul > li:nth-child(2):hover, .links-block__option > ul > li:nth-child(3):hover, .links-block__social > ul > li:nth-child(1):hover, .links-block__social > ul > li:nth-child(2):hover, .links-block__social > ul > li:nth-child(3):hover, .links-block__social > ul > li:nth-child(4):hover {
    background-position: left;
  }
  .links-block__option > ul > li:nth-child(1), .links-block__option > ul > li:nth-child(2), .links-block__option > ul > li:nth-child(3) {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1971D8), color-stop(50%, #2382F2));
    background: -o-linear-gradient(left, #1971D8 50%, #2382F2 50%);
    background: linear-gradient(to right, #1971D8 50%, #2382F2 50%);
    background-size: 200% 100%;
    background-position: right;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;
  }
  .links-block__social > ul > li:nth-child(1), .links-block__social > ul > li:nth-child(2), .links-block__social > ul > li:nth-child(3), .links-block__social > ul > li:nth-child(4) {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1971D8), color-stop(50%, #1376E9));
    background: -o-linear-gradient(left, #1971D8 50%, #1376E9 50%);
    background: linear-gradient(to right, #1971D8 50%, #1376E9 50%);
    background-size: 200% 100%;
    background-position: right;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;
  }
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*# sourceMappingURL=main.css.map */