/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, menu, nav, output, ruby, section,
summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: underline;}
a:hover{cursor: pointer;}
*::-webkit-input-placeholder {color: #a9a9a9; opacity: 1;}
*:-moz-placeholder {color: #a9a9a9; opacity: 1;}
*::-moz-placeholder {color: #a9a9a9; opacity: 1;}
*:-ms-input-placeholder {color: #a9a9a9; opacity: 1;}
*{margin: 0; padding: 0;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input,a{outline: none;}
button, input, select{-webkit-appearance: none; -moz-appearance: none; appearance: none;}
html{
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
  font-family: 'Söhne';
  src: url('../fonts/Test-Soehne-400.woff2') format('woff2'),
       url('../fonts/Test-Soehne-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E; /* базовая латиница */
}

@font-face {
  font-family: 'Söhne';
  src: url('../fonts/Test-Soehne-500.woff2') format('woff2'),
       url('../fonts/Test-Soehne-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E; /* базовая латиница */
}

@font-face {
  font-family: 'Söhne';
  src: url('../fonts/Test-Soehne-600.woff2') format('woff2'),
       url('../fonts/Test-Soehne-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E; /* базовая латиница */
}

@font-face {
    font-family: 'Source Serif Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Serif Pro Regular'), url('../fonts/SourceSerifPro-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Source Serif Pro';
    font-style: normal;
    font-weight: 200;
    src: local('Source Serif Pro ExtraLight'), url('../fonts/SourceSerifPro-ExtraLight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Source Serif Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Serif Pro Light'), url('../fonts/SourceSerifPro-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Source Serif Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Serif Pro SemiBold'), url('../fonts/SourceSerifPro-SemiBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Source Serif Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Serif Pro Bold'), url('../fonts/SourceSerifPro-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Source Serif Pro';
    font-style: normal;
    font-weight: 800;
    src: local('Source Serif Pro Black'), url('../fonts/SourceSerifPro-Black.woff') format('woff');
    }

/* styles */
body {
    min-width: 320px;
    background: #fff;
    font-family: 'Source Serif Pro', Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5em;
    color: #000000;
    cursor: default;
}

header, section, footer {
    margin: 0 auto;
    max-width: 1920px;
}

.wrapper {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 720px;
    width: 100%;
}

.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

b {
    font-weight: 700;
}

/* form */
.main-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.main-form input {
    border: 1px solid #CCCCCC;
    font-size: 17px;
    background: #fff;
    color: #333;
    border-radius: 4px;
    height: 45px;
    padding: 0 15px;
}
.main-form button {
    background: #E91E63;
    font-size: 20px;
    color: #fff;
    height: 50px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.main-form button:hover {
    opacity: 0.9;
}

/* header */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 25px;
    border-bottom: solid 1px #F2F2F2;
}
.logo {
    width: 100%;
    max-width: 112px;
}

.search-container {
  position: relative;
  display: inline-block;
  width: 240px;
  height: 40px;
}
.search {
    width: 100%;
    height: 100%;
    background-color: #F9F9F9;
    font-family: 'Söhne', "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 20px;
    border: none;
    padding: 0 15px 0 45px;
    color: #242424;
    font-size: 13px;
    box-sizing: border-box;
}
.search::placeholder {
    color: #666666;
}
.search-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../img/search.svg'); /* Проверьте путь */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    opacity: 0.7;
    pointer-events: none; /* Иконка не должна перехватывать клики */
}

/* button */
.button {
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 50px;
    font-family: 'Söhne', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #242424;
    border: 1px solid #242424;
    font-size: 14px;
    text-decoration: none;
}

.button-article {
    background-color: #F2F2F2;
    padding: 7px 20px;
    border-radius: 50px;
    font-family: 'Söhne', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #242424;
    font-size: 14px;
    text-decoration: none;
}


/* titles */
h1 {
    font-size: 42px;
    line-height: 1.3em;
    font-weight: 600;
    color: #242424;
    font-family: 'Söhne', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {
    font-family: 'Söhne', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #242424;
    font-size: 24px;
    margin-bottom: 40px;
}

section{
    padding: 40px 0;
}

.cpu{
    padding: 100px 0;
    text-align: center;
    background: #F9F9F9;
    color: #fff;
    margin-top: 30px;
}
.cpu img{
    display: block;
    margin: 0 auto 10px;
}
.cpu a{
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    color: #333;
    font-size: 14px;
    line-height: 1.1em;
    text-decoration: none;
}
.cpu a:hover{
    text-decoration: underline;
}

.glass {
  background: rgba(255, 255, 255, 0.15); /* полупрозрачный белый */
  backdrop-filter: blur(10px);           /* размывает то, что под элементом */
  -webkit-backdrop-filter: blur(10px);   /* поддержка Safari */
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
  padding: 2rem;
  color: white;
  font-family: sans-serif;
}

/* bottom-btn */
.bottom-btn {
    display: block;
    text-align: center;
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    position: fixed;
    bottom: 0;
    max-width: 100%;
}
.bottom-btn a {
    display: block;
    margin: 0 auto;
    background-color: #1976D2;
    width: 300px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    font-family: 'Source Serif Pro', Georgia, Cambria, "Times New Roman", Times, serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.bottom-btn.static {
  position: static;
}



   .bkw {
      background: #F9F9F9;
      border: 2px solid #E0E0E0;
      border-radius: 12px;
      padding: 25px;
      margin: 30px 0;
      display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    gap: 2em;
   }

   .bkw-item {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    gap:1em;
   
}


.__ava {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.bkw-item__text {
     font-size: 17px;
    line-height: 1.5em;
}

   .bkw_btn {
      background: #1976D2;
      padding: 12px 20px;
      font-weight: 700;
      text-decoration: none;
      border-radius: 6px;
      color: #fff;
      display: block;
      width: 300px;
      margin: 0 auto;
      text-align: center;
   }



/*article*/
.autor {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
}
.autor-ava {
    width: 36px;
    height: 36px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.autor-ava:hover {
    cursor: pointer;
    opacity: 0.7;
}
.autor-name, .autor-date {
    font-family: 'Söhne', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #242424;
    text-decoration: none;
    letter-spacing: 0.3px;
}
.autor-name:hover {
    text-decoration: underline;
}
.autor-date {
    opacity: 0.7;
}

.article-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #F2F2F2;
    border-top: solid 1px #F2F2F2;
    padding: 10px 5px;
    font-size: 13px;
    margin: 30px 0;
}
.article-icons-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
    font-size: 13px;
}
.article-icons div, .article-icons-bottom div {
    display: flex;
    gap: 20px;
}
.article-icons div a, .article-icons-bottom div a {
    display: flex;
    gap: 5px;
    text-decoration: none;
    opacity: 0.7;
    color: #333;
}
.article-icons div a:hover, .article-icons-bottom div a:hover {
    opacity: 1;
}


.article-content {

}
.article-content ul {
    
}
.article-content ul li {
    
}
.markers {
	margin: 0 0 35px 30px;
	padding: 0;
	list-style-type: "✔️ ";
}
.markers li {
	margin: 0 0 20px 0;
}


.article-content p {
    margin: 35px 0;
    color: #3d3d3d;
}
.article-content h2 {
    margin: 35px 0;
   
}
.article-img {
    margin: 0 auto;
 
}
.article-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 40px 0;
}

.autor-bottom {
    display: flex;
    gap: 20px;
    margin: 40px 0;
}
.autor-bottom-ava {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.autor-bottom-ava:hover {
    cursor: pointer;
    opacity: 0.7;
}
.autor-bottom-name {
    font-family: 'Söhne', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #242424;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}
.autor-bottom-follow {
    font-family: 'Söhne', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #6b6b6b;
    font-size: 14px;
    text-decoration: none;
}
.autor-bottom-follow:hover {
    text-decoration: underline;
}
.autor-follow {
    opacity: 0.7;
}

/* comments */
.comments {
    width: 100%;
    border-top: 1px solid #F2F2F2;
    padding: 70px 0 20px;
}
.comments-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.comments-title h2 {
    font-weight: 500;
    margin: 0;
}
.comments-title img {
    opacity: 0.7;
    cursor: pointer;
}
.comments-title img:hover {
    opacity: 1;
}

.autor-comment-link {
    display: block;
    width: 100%;
    padding: 8px 12px;
    background-color: #F2F2F2;
    text-decoration: none;
    font-weight: 500;
    color: #6B6B6B;
    font-size: 13px;
    border-radius: 4px;
}

.comments-wrap {
    border-bottom: 1px solid #F2F2F2;
    padding: 15px 0;
    font-size: 16px; 
    line-height: 1.5em;
}
.comments-reply {
    margin-left:30px;
}

.autor-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.autor-commemt {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}
.autor-block a img {
    opacity: 0.7;
}
.autor-block a img:hover {
    opacity: 1;
}

.comments-wrap-text {
    color: #3d3d3d;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Söhne', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comments-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 5px;
    font-size: 13px;
}
.comments-icons-a {
    display: flex;
    color: #000000;
    gap: 5px;
    text-decoration: none;
    opacity: 0.7;
}
.comments-icons-b {
    color: #000000;
    text-decoration: underline;
}




/*Таймер*/
.container-timer {
  max-width: 280px;
  margin: 0 auto 30px;
}
.countbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0;
}
.countbox-num {
  text-align: center;
}
.countbox-num-box {
    display: flex;
    justify-content: space-between;
}
.countbox-num1, .countbox-num2 {
  background: #ffcc00;
  line-height: 1;
  font-size: 24px;
  font-weight: 800;
  font-family: 'Söhne', "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 35px;
  height: 40px;
  border-radius: 5px;
  display: flex;
	justify-content: center;
	align-items: center;
}
.countbox-num1 {
  margin-right: 5px;
}
.countbox-text {
  font-size: 14px;
  padding-top: 0;
}
.countbox-space {
  line-height: 1.2em;
  font-size: 30px;
  font-weight: 700;
}



@media screen and (max-width: 719px) {
   h1 {
    font-size: 32px;
    }
    .article-content p {
        margin: 25px 0;
    }
    .article-img {
        margin: 0 auto 25px;
    }
    .bkw {
        padding: 30px 15px;
    }
    .comments {
     padding: 40px 0 20px;
    }
    .autor-bottom {
        margin: 10px 0;
    }
}

@media screen and (max-width: 500px) {

.wrapper {
    padding: 0 10px;
}

}
