/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*base*/
body {
    background-color: #010101;
    font-family: "Montserrat";
}

/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

a,
a:link,
a:visited {
    text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
svg {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

img {
    -o-object-fit: cover;
       object-fit: cover;
    color: transparent;
}

address {
    font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    outline: none;
    resize: none;
}

input::-ms-clear {
    display: none;
}

button,
input[type=submit] {
    display: inline-block;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

.container {
    max-width: 100%;
    padding: 0 20px;
}
@font-face {
    font-family: 'IBM Plex Serif';
    src: url('../fonts/ibm/IBMPlexSerif-Regular.woff2') format('woff2'),
         url('../fonts/ibm/IBMPlexSerif-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Serif';
    src: url('../fonts/ibm/IBMPlexSerif-Medium.woff2') format('woff2'),
         url('../fonts/ibm/IBMPlexSerif-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Serif';
    src: url('../fonts/ibm/IBMPlexSerif-SemiBold.woff2') format('woff2'),
         url('../fonts/ibm/IBMPlexSerif-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open/OpenSans-Medium.woff2') format('woff2'),
         url('../fonts/open/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open/OpenSans-Bold.woff2') format('woff2'),
         url('../fonts/open/OpenSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

.about {
    padding: 45px 0 20px 0;
    background-color: #1e1e1e;
}
.about__wrap {
    margin: 0 auto;
    max-width: 560px;
}
.about__row:first-child {
    padding-bottom: 50px;
}
.about__row:last-child {
    position: relative;
    padding-top: 40px;
}
.about__row:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 160px;
    height: 1.5px;
    background-color: #e0e0e0;
    opacity: 0.4;
}
.about__row h2{
    margin-bottom: 30px;
    font-family: 'IBM Plex Serif',serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.about__logo {
    display: block;
    margin: 0 auto;
    width: 145px;
    height: 145 px;
    border-radius: 50%;
}
.about__title {
    padding-top: 30px;
    padding-bottom: 5px;
    font-family: 'Open Sans';
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}
.about__desc p{
    font-family: 'IBM Plex Serif';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #b0b0b0;
    text-align: center;
}
.about__desc.more p{
    font-family: 'IBM Plex Serif',serif;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    color: #e0e0e0;
    text-align: justify;
    text-align-last: left;
}
.about__desc.more p:not(:last-child){
    margin-bottom: 30px;
}
.about__btn {
    margin-top: 15px;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 60px;
    width: 100%;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
    cursor: pointer;
    border: 2px solid #b0b0b0;
    background-color: #000000;
    border-radius: 16px;
}
.about__links {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
}
.about__link {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}