@charset "UTF-8";
@font-face {
  font-family: 'gotham_black';
  src: local("gotham_black"), url("../fonts/gotham_black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gotham_bold';
  src: local("gotham_bold"), url("../fonts/gotham_bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gotham_regular';
  src: local("gotham_regular"), url("../fonts/gotham_regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gotham_medium';
  src: local("gotham_medium"), url("../fonts/gotham_medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gotham_light';
  src: local("gotham_light"), url("../fonts/gotham_light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  height: 100%; margin: 0; padding: 0;
  padding-top: 40px;
  color: white;
  font-family: gotham_regular;
}

.h {
  display: none;
  visibility: hidden;
}

body {
  background: url( /images/bg.png ) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  position: relative;
  background-color: #171717
}

#head {
  margin-bottom: 40px;
  height: 20px;
  text-align: center;
  user-select: none;
}
.head-tab {
  margin-right: 70px;
  font-family: gotham_regular;
  font-weight: bold;
  cursor: pointer;
  font-size: 17px;
  color: #888888;
}
.head-tab.current {
  color: #EB5757;
}

#main-text {
  position: absolute;
  top: 480px;
  left: 125px;
  color: white;
}

#start-button {
  font-size: 19px;
  font-family: gotham_bold;
  background-color: #EB5757;
  border: 2px solid rgba( 0, 0, 0, 0.3 );
  padding: 24px 60px;
  color: white;
  transition: background-color 0.3s ease;
}
#start-button:hover {
  background-color: #FB6767;
}

#man {
  background: url( /images/man.png );
  width: 454px;
  height: 965px;
  position: absolute;
  left: 470px;
  bottom: 0;
}

#contacts {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 70px);
  margin: auto;
  width: 246px;
  height: 36px;
}

#right-main {
  position: absolute;
  right: 0;
  top: 180px;
  width: 960px;
}

#banner {
  height: 540px;
  background-size: cover;
  user-select: none;
  position: relative;
}

#banner-rounds {
  position: absolute;
  right: 84px;
  bottom: 50px;
}

.banner-round {
  width: 14px;
  height: 14px;
  background: rgba( 217, 217, 217, 0.1 );
  margin-right: 20px;
  display: inline-block;
  border-radius: 50%;
}
.banner-round.active {
  background: #EB5757;
  border: 1px solid rgba( 0, 0, 0, 0.3 );
}

#online {
  margin-top: 30px;
  color: white;
  text-align: center;

}

#buy-valute {
  width: 510px;
  height: 617px;
  position: absolute;
  left: 9vw;
  top: 156px;
}
#buy-valute-window {
  width: 510px;
  height: 495px;
  position: absolute;
  bottom: 0;

  border: 2px solid rgba( 255, 255, 255, 0.1 );
}

#buy-server {
  width: 430px;
  padding: 21px 0;
  text-align: center;
  position: absolute;
  top: 59px;
  left: 0;
  right: 0;
  margin: auto;

  color: white;
  font-family: gotham_regular;
  font-weight: bold;
  font-size: 16px;

  border: 2px solid rgba( 255, 255, 255, 0.1 );
  background: rgba( 217, 217, 217, 0.1 );
}
#buy-server::after {
  content: "Выбор сервера";
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  font-family: gotham_regular;
  font-weight: bold;
  font-size: 16px;
  color: #888888;
}

#buy-login {
  width: 430px;
  height: 64px;
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  margin: auto;
  border: 2px solid rgba( 255, 255, 255, 0.1 );
  background: rgba( 217, 217, 217, 0.1 );
}

#buy-login::after {
  content: "Ваш логин";
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  font-family: gotham_regular;
  font-weight: bold;
  font-size: 16px;
  color: #888888;
}

#buy-login input {
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  border: none;
  text-align: center;
  font-family: gotham_regular;
  font-weight: bold;
  font-size: 16px;
  color: white;
}

#buy-sum {
  width: 430px;
  height: 64px;
  position: absolute;
  top: 285px;
  left: 0;
  right: 0;
  margin: auto;
  border: 2px solid rgba( 255, 255, 255, 0.1 );
  background: rgba( 217, 217, 217, 0.1 );
}

#buy-sum::after {
  content: "Введите сумму";
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  font-family: gotham_regular;
  font-weight: bold;
  font-size: 16px;
  color: #888888;
}

#buy-sum input {
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  border: none;
  text-align: center;
  font-family: gotham_regular;
  font-weight: bold;
  font-size: 16px;
  color: white;
}

#buy-button {

  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;

  font-size: 17px;
  font-family: gotham_regular;
  font-weight: bold;
  background-color: #EB5757;
  border: 2px solid rgba( 0, 0, 0, 0.3 );
  padding: 18px 0;
  width: 430px;
  color: white;
  transition: background-color 0.3s ease;
}

#buy-button:hover {
  background-color: #FB6767;
}

#buy-div-rect {
  position: absolute;
  width: 4px;
  height: 703px;
  top: 273px;
  left: calc( 173px + 510px + 11vw );
  background: rgba( 248, 245, 236, 0.1 );
}

#buy-complects {
  width: 646px;
  height: 819px;
  position: absolute;
  right: 9vw;
  top: 156px;
}

#buy-complects-block {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 702px;
}

.buy-complect {
  position: relative;
  width: 642px;
  height: 339px;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid rgba( 255,255,255,0.1 );
}

.buy-complect-button {
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin: auto;

  font-size: 16px;
  font-family: gotham_regular;
  font-weight: bold;
  background: rgba( 217,217,217, 0.1 );
  border: 2px solid rgba( 255, 255, 255, 0.1 );
  padding: 13px 0;
  width: 210px;
  color: white;
  transition: background-color 0.3s ease, border 0.3s ease;
  cursor: pointer;
}

.buy-complect-button:hover {
  border: 2px solid rgba( 0, 0, 0, 0.3 );
  background-color: #EB5757;
}

.buy-complect-info {
  position: absolute;
  top: 100px;
  left: 30px;
  line-height: 23px;
}
.buy-complect-info > div {
  color: #eb5757;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}

#complect-buy-sum {
  width: 430px;
  height: 64px;
  position: absolute;
  top: 285px;
  left: 0;
  right: 0;
  margin: auto;
  border: 2px solid rgba( 255, 255, 255, 0.1 );
  background: rgba( 217, 217, 217, 0.1 );
}

#complect-buy-sum::after {
  content: "Сумма к оплате";
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  font-family: gotham_regular;
  font-weight: bold;
  font-size: 16px;
  color: #888888;
}

#complect-buy-sum input {
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  border: none;
  text-align: center;
  font-family: gotham_regular;
  font-weight: bold;
  font-size: 16px;
  color: white;
}

#complect-buy-name {
  width: 430px;
  height: 64px;
  position: absolute;
  top: 404px;
  left: 0;
  right: 0;
  margin: auto;
  border: 2px solid rgba( 255, 255, 255, 0.1 );
  background: rgba( 217, 217, 217, 0.1 );
}

#complect-buy-name::after {
  content: "Ваша покупка";
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  font-family: gotham_regular;
  font-weight: bold;
  font-size: 16px;
  color: #888888;
}

#complect-buy-name input {
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  border: none;
  text-align: center;
  font-family: gotham_regular;
  font-weight: bold;
  font-size: 16px;
  color: white;
}


#buy-complect-window {
  width: 510px;
  height: 604px;

  border: 2px solid rgba( 255, 255, 255, 0.1 );

  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.contact {
  transition: all 0.2s ease;
  width: 36px;
  height: 36px;
  margin-right: 40px;
  display: inline-block;
  cursor: pointer;
}

#vk { background: url( /images/vk.png ); }
#vk:hover { background: url( /images/vk2.png ); }

#youtube { background: url( /images/youtube.png ); }
#youtube:hover { background: url( /images/youtube2.png ); }

#community { background: url( /images/community.png ); }
#community:hover { background: url( /images/community2.png ); }
