@charset "UTF-8";

@font-face {
    font-family: 'Open Sans Regular';
    src: url('src/fonts/OpenSans-Regular.ttf');
    
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('src/fonts/OpenSans-Bold.ttf');
    
}

@font-face {
    font-family: 'Open Sans SemiBold';
    src: url('src/fonts/OpenSans-SemiBold.ttf');
    
}

/* a, a:link, a:visited, a:focus, a:hover, a:active {
    font-family: "Open Sans SemiBold";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #BA2721;
    transition: 0.15s color;
    transition: 0.15s
} */

a {
    text-decoration: none;
    fill: #BA2721;
}

* {
    margin:0; 
    padding:0;
}

a:hover {
    transition: 0.15s color;
    transition: 0.15s background-color;
    color: #b0241d !important
}

head {
    position: relative;
    width: 100%;
    height: 1384px;
}


.frame {
    position: absolute;
    width: 100%;
    height: 1384px;
    background: linear-gradient(#262626, #111111);
}

.bg {
    position: absolute;
    width: 1330px;
    height: 1384px;
    left: 0px;
    top: -5px;
}
.Group_4997{
    position: absolute;
    width: 552.14px;
    height: 493px;
    left: 719px;
    top: 58px;
}

.Logo {
    position: static;
    width: 209px;
    height: 87px;
    left: 100px;
    top: 151px;
}

.Rectangle_12 {
    position: absolute;
    width: 2px;
    height: 71px;
    left: 2px;
    top: 126px;
    background: #FFFFFF;
    transform: rotate(-180deg);
}

.button_text{
    position: static;
    width: 613px;
    height: 113px;
    left: 0px;
    top: 119px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 32px 0px;
}
.button_conteiner{
    position: absolute;
    width: 610px;
    height: 283px;
    left: 100px;
    top: 152px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
}

.Text {
    position: absolute;
    width: 595px;
    height: 84px;
    left: 15px;
    top: 120px;

    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    /* or 140% */

    color: #FFFFFF;


}

.button {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    position: absolute;
    width: 280px;
    height: 49px;
    left: 0px;
    top: 238px;
    background: url(src/image/button_default.svg);
}

.button:hover {
    transition: 0.4s;
    background-image: url(src/image/button_hover.svg);
}

.Inside_auto_layout {
    flex: none;
    order: 1;
    flex-grow: 0;
}

.header_sertif {
    position: absolute;
    width: 600px;
    height: 23px;
    left: 109px;
    top: 516px;
    
    font-family: "Open Sans Semibold";
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 28px;

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #DADADA;
}

.header_reester {
    position: absolute;
    width: 600px;
    height: 28px;
    left: 109px;
    top: 539px;

    font-family: "Open Sans SemiBold";
    font-style: normal;
    font-weight: 600;
    font-size: 10px !important;
    line-height: 28x;

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #DADADA;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.welcome {
    position: absolute;
    width: 643px;
    height: 0px;
    left: 102px;
    top: 79px;
    

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 0px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #FFFFFF;
}

h2 {
    position: absolute;
    width: 35px;
    height: 33.52px;
    left: 100px;
    top: 630px;
}

.Text_h2 {
    position: absolute;
    width: 900px;
    height: 56px;
    left: 20px;
    top: 10px;

    font-family: 'Open Sans SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    /* identical to box height, or 117% */
    letter-spacing: -0.01em;

    color: #000000;
}

body {
    position: relative;
    width:1330px;
    height: 1384px;

    background: #000000;
    margin: 0px auto;
}

.White_bg {
    position: absolute;
    width: 1330px;
    height: 598px;
    left: 0px;
    top: 599px;

    background: #FFFFFF;
}

.Lower_shadow {
    position: absolute;
    width: 1330px;
    height: 186px;
    left: 0px;
    bottom: 0px;

    background: rgba(26, 26, 26, 0.50);
}

.Info {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 1083px;
    height: 412px;
    left: 122px;
    top: 725px;
}

.resource_container {
    position: static;
    align-content: stretch;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    width: 1083px;
    height: 206px;
    left: 122px;
    top: 725px;
    background: #FFFFFF;
    box-sizing: content-box;
}

.container {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    flex-wrap: nowrap;
    width: 366px;
    height: 206px;
    left: 20px;
    top: 20px;
    background: #FFFFFF;
    border-width: 1px 0.5px 0.5px 1px;
    border-style: solid;
    border-color: #AAAAAC;
}

.container:hover{
    box-shadow: 0px 4px 19.1px rgba(130, 130, 130, 0.25);
    border:none;
    color:#BA2721;
    transition:0.4s;
}

.container:hover .title_container{
    /* box-shadow: 0px 4px 19.1px rgba(130, 130, 130, 0.25);
    border:none;
    transition:0.3s; */
    color:#BA2721;
}

.container_1 {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: nowrap;
    width: 366px;
    height: 206px;
    left: 20px;
    top: 20px;
    background: #FFFFFF;
    border-width: 1px 0.5px 0.5px 1px;
    border-style: solid;
    border-color: #AAAAAC;
}
.container_1:hover{
    box-shadow: 0px 4px 19.1px rgba(130, 130, 130, 0.25);
    border:none;
    color:#BA2721;
    transition:0.4s;
}

.container_1:hover .title_container{
    /* box-shadow: 0px 4px 19.1px rgba(130, 130, 130, 0.25);
    border:none;
    transition:0.3s; */
    color:#BA2721;
}

.text_and_title {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0px;
    gap: 6px;

    width: 177px;
    height: 160px;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.title_container {
    margin-left: 8%;
    width: 201px;
    height: 60px;

    font-family: 'Open Sans SemiBold';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 56px;
    /* identical to box height, or 311% */
    letter-spacing: -0.01em;


    color: #000000;
}


.text_container {
    margin-left: 8%;
    width: 200px;
    height: 56px;

    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    /* or 143% */

    color: #8B9195;
}

.svg {
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: center;
}

.resource_container_2 {
    position: static;
    align-content: stretch;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    width: 1083px;
    height: 206px;
    left: 122px;
    top: 931px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.container_2 {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: nowrap;
    width: 366px;
    height: 206px;
    left: 20px;
    top: 20px;
    background: #FFFFFF;
    border-width: 1px 0.5px 0.5px 1px;
    border-style: solid;
    border-color: #AAAAAC;  
    font-family: 'Open Sans SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 56px;
    /* identical to box height, or 311% */
    letter-spacing: -0.01em;
    color: #000000;
    
    /* Property 1=Default */
}

.container_2:hover {
    box-shadow: 0px 4px 19.1px rgba(130, 130, 130, 0.25);
    border:none;
    transition:0.4s;
    color:#BA2721;
}

.container_2:hover .title_container_2{
    /* box-shadow: 0px 4px 19.1px rgba(130, 130, 130, 0.25);
    border:none;
    transition:0.3s; */
    color:#BA2721;
}

.title_container_2 {
    display: flex;
    width: 121px;
    height: 40px;
    
    font-family: 'Open Sans SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    /* or 111% */
    
    color: #000000;
}

/* .title_container_2:hover{
    color: #BA2721;
} */
.footer_Red_Soft_logo {
    position:absolute;
    width: 126px;
    height: 38.5px;
    left: 100px;
    top: 1260px;
}

.footer_Red_Soft_text {
    position:absolute;
    height: 22px;
    width: 213.23px;
    left: 100px;
    top: 1309px;

    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */

    color: #DADADA;
}


.footer_sk_logo {
    position:absolute;
    width: 55px;
    height: 39px;
    left: 330px;
    top: 1260px;
    background: url(src/image/Sk.svg)

}

.footer_sk_logo:hover {
    background-image: url(src/image/Sk_Hover.svg);
    transition:0.4s;
}

.footer_sk_text {
    position:absolute;
    width: 179px;
    height: 40px;
    left: 327px;
    top: 1309px;

    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 138% */

    color: #DADADA;
}


.footer_social_logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    justify-content: space-between;
    position: absolute;
    width: 130px;
    height: 31px;
    left: 602px;
    top: 1265px;
}

.tg_logo {
    width: 31.93px;
    height: 30.15px;
    background: url(src/image/tg_default.svg);
}

.tg_logo:hover {
    background-image: url(src/image/tg_hover.svg);
    transition:0.6s;
}


.ok_logo {
    width: 31.93px;
    height: 30.15px;
    background: url(src/image/ok_default.svg);
}

.ok_logo:hover {
    background-image: url(src/image/ok_hover.svg);
    transition:0.6s;
}

.vk_logo {
    width: 31.93px;
    height: 30.15px;
    background: url(src/image/vk_default.svg);
}

.vk_logo:hover {
    background-image: url(src/image/vk_hover.svg);
    transition:0.6s;
}

.footer_social_text {
    position: absolute;
    width: 147px;
    height: 20px;
    left: 609px;
    top: 1309px;

    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    text-align: start;

    color: #DADADA;

}
.footer_contact {
    position: absolute;
    width: 138px;
    height: 90px;
    left: 834px;
    top: 1234px;
}

.footer_c {
    position: absolute;
    left: 0.17%;
    right: 33.89%;
    top: 0%;
    bottom: 77.78%;

    font-family: 'Open Sans SemiBold';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */

    color: #CC2B24;


}

.line_2 {
    position: absolute;
    width: 120px;
    height: 0px;
    top: 26px;
    border: 1px solid rgba(255, 255, 255, 0.30);
}

.footer_pn {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 43.33%;
    bottom: 32.22%;

    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    text-align: center;

    color: #DADADA;
}
.footer_email {
    position: absolute;
    left: 0.72%;
    right: 0%;
    top: 75.56%;
    bottom: 0%;

    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    text-align: center;

    color: #DADADA;
}

.footer_address {
    position: absolute;
    width: 191px;
    height: 111px;
    left: 1040px;
    top: 1234px;
}

.footer_ad {
    position: absolute;
    left: 0%;
    right: 72.25%;
    top: 0%;
    bottom: 81.98%;

    font-family: 'Open Sans Semibold';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */

    color: #CC2B24;
}

.footer_address_text {
    position: absolute;
    width: 191px;
    height: 72px;
    left: 0px;
    top: 39px;

    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #DADADA;
}