/* ---- begin: custom fonts ---- */
@font-face {
    font-family: 'Quantum Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Quantum Regular'),
    url('../fonts/QuantumRegular.woff') format('woff');
}

@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 400;
    src: local('Century Gothic'),
    url('../fonts/CenturyGothic.woff') format('woff');
}

@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 900;
    src: local('Century Gothic Bold'),
    url('../fonts/CenturyGothic-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    src: local('Bebas Neue'),
    url('../fonts/BebasNeueRegular.woff') format('woff');
}

@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 900;
    src: local('Bebas Neue Bold'),
    url('../fonts/BebasNeueBold.woff') format('woff');
}
/* ---- end: custom fonts ---- */

#particles-js {
  position: absolute;
  width: calc(100% - 185px);
  height: 100%;
  /*background-image: url("");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}

body {
	display: flex;
	justify-content: start;
	align-items: stretch;
	position: relative;
}

.custom-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vh;
}

/* ---- begin: custom input style ---- */
.custom-input {
width: 320px;
height: 26px;
    margin-bottom: 17px;
padding: 10px 20px;
border: 1px solid #c2bdd3;
border-radius: 4px;
background: #e8e8e8;
color: #000;
font-family: 'Century Gothic', sans-serif;
font-size: 18px;
    text-align: center;
font-weight: 300;
    line-height: 26px;
white-space: nowrap;
outline:none;
}

.custom-input:focus,
.custom-input:not(:placeholder-shown) {
background: #fff;
border-color: #7e2851;
}
/* ---- end: custom input style ---- */

/* ---- begin: custom button style ---- */
.custom-button {
    width: 362px;
    height: 46px;
    border: 1px solid #7e2851;
    border-radius: 4px;
    background: #7e2851;
    color: #fff;
    font-family: 'Century Gothic', sans-serif;
    font-size: 18px;
    font-weight: 300;
    white-space: nowrap;
    text-align: center;
    outline:none;
    cursor: pointer;
    /*----button shadow----*/
    -webkit-box-shadow: -1px 6px 50px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 6px 50px -4px rgba(0,0,0,0.75);
    box-shadow: -1px 6px 50px -4px rgba(0,0,0,0.75);
}

.custom-button:hover {background: #671f41;}
/* ---- end: custom button style ---- */

/* ---- begin: custom typography ---- */
h1 {
    line-height: 48px;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 900;
    letter-spacing: 0.01em;
    color: #000;
    text-align: center;
    margin-bottom: 4vh;
    margin-top: 6vh;
    font-size: 36px;}

h2 {
    line-height: 36px;
    font-family: 'Century Gothic', sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #000;
    text-align: center;
    margin-bottom: 4vh;
}

p {
    line-height: 18px;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #000;
    text-align: left;
    margin-bottom: 4vh;
    font-size: 14px;
}

.date {
    line-height: 14px;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #3d3d3d;
    text-align: left;
    margin-bottom: 4vh;
    font-size: 10px;
}
/* ---- end: custom typography ---- */

/* ---- begin: social icons ---- */

.social-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2vh;
    justify-content: center;
}

.social-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    background-color: #c2bdd3;
    border-radius: 50%;
}

.social-link:hover {
    background-color: #7e2851;
}

.twitter img {
    height: 20px;
    width: auto;
}

.vk img {
    height: 24px;
    width: auto;
}

.fb img {
    height: 26px;
    width: auto;
}

.telegram img {
    height: 24px;
    width: auto;
}
/* ---- end: social icons ---- */

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 400;
}

.container {
    width: 1024px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    body {
    flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .custom-button {
        width: 281px;
    }
    .custom-input {
        width: 240px;
        font-size: 16px;
    }
}

