@charset "UTF-8";
/* line 1, ../sass/ways/ways-elements.scss */
.title-number {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  min-height: 74px;
  margin-bottom: 30px;
}
/* line 13, ../sass/ways/ways-elements.scss */
.title-number span {
  display: block;
  position: relative;
  height: 74px;
  width: 74px;
  text-align: center;
  line-height: 74px;
  border: 2px dashed #fff;
  font-family: 'Yeseva One', cursive;
  color: #7996af;
  font-size: 22px;
  border-radius: 50%;
}
/* line 27, ../sass/ways/ways-elements.scss */
.title-number p {
  display: block;
  position: relative;
  text-transform: uppercase;
  padding-left: 35px;
  font-size: 16px;
  color: #7996af;
  font-weight: 500;
  letter-spacing: 3px;
}

/* line 39, ../sass/ways/ways-elements.scss */
.ways-title {
  position: relative;
  color: #fff;
  font-size: 106px;
  font-family: 'Yeseva One', cursive;
  line-height: 1;
  margin-bottom: 45px;
}

/* line 48, ../sass/ways/ways-elements.scss */
.text {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 1.7px;
}
/* line 57, ../sass/ways/ways-elements.scss */
.text b {
  font-weight: bold;
}

/* line 62, ../sass/ways/ways-elements.scss */
.list {
  position: relative;
  margin-top: 45px;
}
/* line 66, ../sass/ways/ways-elements.scss */
.list li {
  position: relative;
  width: 100%;
  margin-top: -1px;
}
/* line 71, ../sass/ways/ways-elements.scss */
.list li a {
  display: block;
  color: #fff;
  font-size: 1.8vw;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 2vw 2.5vw;
  transition: 0.5s ease;
}
/* line 80, ../sass/ways/ways-elements.scss */
.list li a:before, .list li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1vw;
  right: 2.5vw;
  width: 2vw;
  height: 2vw;
  background: url(/img/arrow-left2.svg) center center no-repeat;
  -webkit-background-size: auto 40px;
  background-size: auto 40px;
  transition: 0.5s ease all;
  transform: rotate(180deg);
  opacity: 0.5;
}
/* line 97, ../sass/ways/ways-elements.scss */
.list li a:after {
  transition: 0.1s ease all;
}
/* line 101, ../sass/ways/ways-elements.scss */
.list li a:before {
  opacity: 0;
  right: 4.5vw;
}
/* line 106, ../sass/ways/ways-elements.scss */
.list li a:hover {
  border: 1px solid #fff;
}
/* line 109, ../sass/ways/ways-elements.scss */
.list li a:hover:before {
  opacity: 1;
  right: 2.5vw;
}
/* line 114, ../sass/ways/ways-elements.scss */
.list li a:hover:after {
  opacity: 0;
  right: 0.5vw;
}

/* line 1, ../sass/ways/ways-top.scss */
#WaysTop {
  height: calc(100vh - 100px);
  margin-top: 100px;
  padding-bottom: 20vh;
}
/* line 6, ../sass/ways/ways-top.scss */
#WaysTop:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20vh;
  background: rgba(21, 21, 40, 0);
  background: -moz-linear-gradient(top, rgba(21, 21, 40, 0) 0%, rgba(21, 21, 40, 0) 0%, #151528 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(21, 21, 40, 0)), color-stop(0%, rgba(21, 21, 40, 0)), color-stop(100%, #151528));
  background: -webkit-linear-gradient(top, rgba(21, 21, 40, 0) 0%, rgba(21, 21, 40, 0) 0%, #151528 100%);
  background: -o-linear-gradient(top, rgba(21, 21, 40, 0) 0%, rgba(21, 21, 40, 0) 0%, #151528 100%);
  background: -ms-linear-gradient(top, rgba(21, 21, 40, 0) 0%, rgba(21, 21, 40, 0) 0%, #151528 100%);
  background: linear-gradient(to bottom, rgba(21, 21, 40, 0) 0%, rgba(21, 21, 40, 0) 0%, #151528 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151528', endColorstr='#151528', GradientType=0 );
}
/* line 24, ../sass/ways/ways-top.scss */
#WaysTop .WaysTopBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/* line 32, ../sass/ways/ways-top.scss */
#WaysTop .WaysTopBG img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
/* line 41, ../sass/ways/ways-top.scss */
#WaysTop h1 {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 7vw;
  color: #fff;
  margin: 20vh auto;
  max-width: 90vw;
  font-family: 'Yeseva One', cursive;
}
/* line 52, ../sass/ways/ways-top.scss */
#WaysTop #WaysTopChoiсe {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 68%;
  margin: 0 auto;
  background-color: rgba(19, 20, 36, 0.85);
}
/* line 64, ../sass/ways/ways-top.scss */
#WaysTop #WaysTopChoiсe .WaysTopChoiсeB {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 3vw 3.5vw;
  transition: 0.5s ease;
}
/* line 75, ../sass/ways/ways-top.scss */
#WaysTop #WaysTopChoiсe .WaysTopChoiсeB:nth-child(2) {
  margin-left: -1px;
}
/* line 79, ../sass/ways/ways-top.scss */
#WaysTop #WaysTopChoiсe .WaysTopChoiсeB a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
/* line 89, ../sass/ways/ways-top.scss */
#WaysTop #WaysTopChoiсe .WaysTopChoiсeB span {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 1.3vw;
  color: #7996af;
  font-weight: 500;
  letter-spacing: 3px;
}
/* line 100, ../sass/ways/ways-top.scss */
#WaysTop #WaysTopChoiсe .WaysTopChoiсeB strong {
  display: block;
  position: relative;
  color: #fff;
  font-size: 34px;
  font-family: 'Yeseva One', cursive;
  transition: 0.5s ease;
}
/* line 108, ../sass/ways/ways-top.scss */
#WaysTop #WaysTopChoiсe .WaysTopChoiсeB strong:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: url(/img/arrow-right2.svg) right center no-repeat;
  background-size: auto 100%;
  transition: 0.5s ease;
}
/* line 122, ../sass/ways/ways-top.scss */
#WaysTop #WaysTopChoiсe .WaysTopChoiсeB:hover {
  border: 1px solid #fff;
  z-index: 2;
}
/* line 126, ../sass/ways/ways-top.scss */
#WaysTop #WaysTopChoiсe .WaysTopChoiсeB:hover strong {
  padding-left: 2vw;
}
/* line 128, ../sass/ways/ways-top.scss */
#WaysTop #WaysTopChoiсe .WaysTopChoiсeB:hover strong:after {
  opacity: 0;
  right: -50px;
}

/* line 1, ../sass/ways/ways-ver-1.scss */
#WaysVer1 {
  padding-top: 7vw;
}

/* line 5, ../sass/ways/ways-ver-1.scss */
#WaysVer1L {
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
/* line 14, ../sass/ways/ways-ver-1.scss */
#WaysVer1L .bgimg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/* line 21, ../sass/ways/ways-ver-1.scss */
#WaysVer1L .number {
  display: block;
  position: absolute;
  top: 0;
  left: 50px;
  height: 74px;
  width: 74px;
  text-align: center;
  line-height: 74px;
  border: 2px dashed #fff;
  font-family: 'Yeseva One', cursive;
  color: #7996af;
  font-size: 22px;
  border-radius: 50%;
}
/* line 37, ../sass/ways/ways-ver-1.scss */
#WaysVer1L #WaysVer1LInfo {
  position: relative;
  overflow: hidden;
  margin-left: 17vw;
}
/* line 42, ../sass/ways/ways-ver-1.scss */
#WaysVer1L #WaysVer1LInfo span {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 3vw;
  color: #7996af;
  font-weight: 500;
  letter-spacing: 3px;
}
/* line 53, ../sass/ways/ways-ver-1.scss */
#WaysVer1L #WaysVer1LInfo h2 {
  position: relative;
  color: #fff;
  font-size: 106px;
  font-family: 'Yeseva One', cursive;
  line-height: 1;
  margin-bottom: 28px;
}
/* line 62, ../sass/ways/ways-ver-1.scss */
#WaysVer1L #WaysVer1LInfo p {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 1.7px;
  max-width: 88%;
}
/* line 73, ../sass/ways/ways-ver-1.scss */
#WaysVer1L #WaysVer1LInfo a {
  display: inline-block;
  position: relative;
  font-family: 'Yeseva One', cursive;
  font-size: 44px;
  color: #7996af;
  margin-top: 10px;
  height: 92px;
  line-height: 92px;
  padding-right: 125px;
}
/* line 84, ../sass/ways/ways-ver-1.scss */
#WaysVer1L #WaysVer1LInfo a span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  width: 80px;
  border: 1px solid transparent;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
/* line 102, ../sass/ways/ways-ver-1.scss */
#WaysVer1L #WaysVer1LInfo a span img {
  width: 40px;
}
/* line 108, ../sass/ways/ways-ver-1.scss */
#WaysVer1L #WaysVer1LInfo a:hover span {
  border-color: #fff;
}

/* line 116, ../sass/ways/ways-ver-1.scss */
#WaysVer1R {
  position: relative;
  overflow: hidden;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
/* line 125, ../sass/ways/ways-ver-1.scss */
#WaysVer1R img {
  display: block;
  float: right;
  width: 100%;
  margin-top: 2vw;
}

/* line 1, ../sass/ways/ways-trusted.scss */
.WaysTrusted {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 7vw;
}

/* line 11, ../sass/ways/ways-trusted.scss */
.WaysTrustedL {
  position: relative;
  width: 47%;
}
/* line 15, ../sass/ways/ways-trusted.scss */
.WaysTrustedL img {
  width: 100%;
}

/* line 20, ../sass/ways/ways-trusted.scss */
.WaysTrustedR {
  position: relative;
  width: 46%;
}
/* line 24, ../sass/ways/ways-trusted.scss */
.WaysTrustedR .text {
  max-width: 70%;
}
/* line 28, ../sass/ways/ways-trusted.scss */
.WaysTrustedR .list {
  width: 70%;
}

/* line 1, ../sass/ways/ways-discovery.scss */
.WaysDiscovery {
  padding-top: 7vw;
  padding-bottom: 7vw;
}
/* line 5, ../sass/ways/ways-discovery.scss */
.WaysDiscovery .title-number {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  min-height: initial;
  margin-bottom: 30px;
}
/* line 14, ../sass/ways/ways-discovery.scss */
.WaysDiscovery .title-number p {
  padding-left: 0;
  margin-top: 35px;
}
/* line 20, ../sass/ways/ways-discovery.scss */
.WaysDiscovery .ways-title {
  width: 950px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 4vw;
}
/* line 29, ../sass/ways/ways-discovery.scss */
.WaysDiscovery .text {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* line 37, ../sass/ways/ways-discovery.scss */
.WaysDiscovery .list {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}

/* line 1, ../sass/ways/ways-contacts.scss */
.WaysContacts {
  padding: 10vh 0;
}
/* line 4, ../sass/ways/ways-contacts.scss */
.WaysContacts:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 20vh;
  background: rgba(21, 21, 40, 0);
  background: -moz-linear-gradient(top, rgba(21, 21, 40, 0) 0%, rgba(21, 21, 40, 0) 0%, #151528 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(21, 21, 40, 0)), color-stop(0%, rgba(21, 21, 40, 0)), color-stop(100%, #151528));
  background: -webkit-linear-gradient(top, rgba(21, 21, 40, 0) 0%, rgba(21, 21, 40, 0) 0%, #151528 100%);
  background: -o-linear-gradient(top, rgba(21, 21, 40, 0) 0%, rgba(21, 21, 40, 0) 0%, #151528 100%);
  background: -ms-linear-gradient(top, rgba(21, 21, 40, 0) 0%, rgba(21, 21, 40, 0) 0%, #151528 100%);
  background: linear-gradient(to bottom, rgba(21, 21, 40, 0) 0%, rgba(21, 21, 40, 0) 0%, #151528 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151528', endColorstr='#151528', GradientType=0 );
  transform: rotate(180deg);
}

/* line 24, ../sass/ways/ways-contacts.scss */
.WaysContactsBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/* line 32, ../sass/ways/ways-contacts.scss */
.WaysContactsBG img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

/* line 41, ../sass/ways/ways-contacts.scss */
.WaysContactsLogo {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
/* line 50, ../sass/ways/ways-contacts.scss */
.WaysContactsLogo img {
  height: 74px;
}

/* line 55, ../sass/ways/ways-contacts.scss */
.WaysContactsInner {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 60px;
}
/* line 64, ../sass/ways/ways-contacts.scss */
.WaysContactsInner .col {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: calc(100% / 3);
  padding: 60px 40px;
  background: rgba(19, 20, 36, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: 0.5s ease all;
}
/* line 76, ../sass/ways/ways-contacts.scss */
.WaysContactsInner .col .mainlink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
/* line 86, ../sass/ways/ways-contacts.scss */
.WaysContactsInner .col p {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  color: #7996af;
  font-weight: 500;
  letter-spacing: 3px;
}
/* line 95, ../sass/ways/ways-contacts.scss */
.WaysContactsInner .col span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  margin-top: 25px;
  font-size: 24px;
}
/* line 109, ../sass/ways/ways-contacts.scss */
.WaysContactsInner .col span b {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 28px;
  height: 28px;
  margin: 0 10px;
}
/* line 117, ../sass/ways/ways-contacts.scss */
.WaysContactsInner .col span b.fb {
  background: url(/img/facebook-logo-gold.svg) center center no-repeat;
  -webkit-background-size: auto 25px;
  background-size: auto 25px;
}
/* line 123, ../sass/ways/ways-contacts.scss */
.WaysContactsInner .col span b.ig {
  background: url(/img/icon-instagram-gold.svg) center center no-repeat;
  -webkit-background-size: auto 25px;
  background-size: auto 25px;
}
/* line 131, ../sass/ways/ways-contacts.scss */
.WaysContactsInner .col:hover {
  border: 1px solid #fff;
}
