@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500&display=swap');
body{
    margin: 0;
    padding: 0;
    font: inherit;
    font-family: 'Source Sans Pro', sans-serif;
}
.z-index{
    z-index: 1;
}

a{
    text-decoration: none;
}

.main_section{
    background-image: linear-gradient(60deg, rgba(0, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url(../img/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.main_section .main{
    padding: 56px 48px 32px;
    background: #ffffff;
    border-radius: 4px;
    cursor: default;
    max-width: 100%;
    opacity: 0.95;
    position: relative;
    text-align: center;
}
.main_section .avartar_img img{
    height: 100px;
    text-align: center;
    margin: auto;
    display: flex;
}
.main_section .avartar_img{
    width: 100%;
    position: relative;
}
.main_section .avartar_img:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -3em;
    width: calc(100% + 6em);
    height: 1px;
    z-index: -1;
    background: #c8cccf;
}
.main_section h1 {
    color: #313f47;
    font-size: 35px;
    letter-spacing: 3px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    font-weight: 300;
    margin: 25px 0px;
}
.main_section .custom {
    color: #2D999D;
}
.main_section p{
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 200;
    line-height: 35px;
}

.main_section ul.icons li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    font-size: 1.85rem;
    line-height: inherit;
    text-align: center;
    text-indent: 0;
}

.main_section ul.icons li a:before {
    color: #ffffff;
    text-shadow: 1.25px 0px 0px #313f47, -1.25px 0px 0px #313f47, 0px 1.25px 0px #313f47, 0px -1.25px 0px #313f47;
}
.main_section ul.icons li a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /* font-family: FontAwesome; */
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}
.main_Section .fa-vk:before {
    content: "\f189";
    transition: all 0.3s ease-in-out;
}
.main_section ul.icons li a:hover {
    border-color: #19e2e2;
}
.main_section a:hover {
    color: #19e2e2;
}
.main_section ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
    margin-top: -0.675em;
}
.main_section ul.icons li {
    display: inline-block;
    padding: 0.675em 0.5em;
}
.main_section ul.icons li a {
    text-decoration: none;
    position: relative;
    display: block;
    width: 3.75em;
    height: 3.75em;
    border-radius: 100%;
    border: solid 1px #313f47;
    line-height: 3.75em;
    overflow: hidden;
    text-align: center;
    text-indent: 3.75em;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}
.main_section ul.icons li a:hover{
    color: #19e2e2;
}
.main_section ul.icons li a:hover {
    border-color: #19e2e2;
}
.main_section ul.icons li a:hover:before {
    text-shadow: 1.25px 0px 0px #19e2e2, -1.25px 0px 0px #19e2e2, 0px 1.25px 0px #19e2e2, 0px -1.25px 0px #19e2e2;
}
.main_footer{
    color: #fff;
    margin-top: 50px;
}

.error-page{
    font-family: 'Fira Sans', sans-serif;
    color:#fff;
}
.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#0C0E10, #446182);
}
.ground {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25vh;
    background: #0C0E10;
}
.error-page .heading {
    text-align: center;
    font-size: 9em;
    line-height: 1.3em;
    margin: 2rem 0 0.5rem 0;
    padding: 0;
    text-shadow: 0 0 1rem #fefefe;
}
.error-page .subheading {
    text-align: center;
    max-width: 480px;
    font-size: 1.5em;
    line-height: 1.15em;
    padding: 0 1rem;
    margin: 0 auto;
}
.error-page .main {
    position: relative;
    margin: 0 auto;
    height: 100vh;
    padding-bottom: 25vh;
    color: #fff;
    /* display: flex;
    flex-direction: row;
    justify-content: space-around; */
}
.error-page .left_sec{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.error-page .svg_light{
    position: relative;
    height: 75vh;
}
.error-page .svgimg{
    position: absolute;
    bottom: 0;
    padding-top: 10vh;
    padding-left: 1vh;
    max-width: 100%;
    max-height: 100%;
}
.error-page .svgimg .bench-legs {
    fill: #0C0E10;
}
.error-page .svgimg .top-bench, .svgimg .bottom-bench {
    stroke: #0C0E10;
    stroke-width: 1px;
    fill: #5B3E2B;
}
.error-page .svgimg .top-bench, .svgimg .bottom-bench {
    stroke: #0C0E10;
    stroke-width: 1px;
    fill: #5B3E2B;
}
.error-page .svgimg .lamp-accent {
    fill: #2c3133;
}
.error-page .svgimg .lamp-light {
    fill: #EFEFEF;
}
.error-page .svgimg .lamp-details {
    fill: #202425;
}

@media screen and (max-width: 770px) {
    .main_footer p{
        font-size: 18px;
        text-align: center;
        margin-top: 10px;
    }
    .main_section .main{
        padding: 30px 15px;
    }
    .main_section .avartar_img:before{
        width: 100%;
    }
        .background .ground {
        height: 0vh;
    }
    .error-page .svgimg {
        padding: 0;
    }
    .error-page .svg_light {
        width: 100%;
        height: 60%;
        position: absolute;
        bottom: 0;
    }
    .error-page .heading{
        font-size: 80px;
    }
    .error-page .subheading {
        font-size: 20px;
    }
  }