@charset "UTF-8";

/*******

"Компьютеры в Москве"
https://компьютеры-в-москве.рф
© 2024 design
powered by LamerNet

 *******/

@font-face {
    font-family: 'RobotoLight';
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Robotolight.woff2') format('woff2'), url('../fonts/Robotolight.woff') format('woff'), url('../fonts/Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoRegular';
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto.woff2') format('woff2'), url('../fonts/Roboto.woff') format('woff'), url('../fonts/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBold';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Robotobold.woff2') format('woff2'), url('../fonts/Robotobold.woff') format('woff'), url('../fonts/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBlack';
    src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Robotoblack.woff2') format('woff2'), url('../fonts/Robotoblack.woff') format('woff'), url('../fonts/Robotoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Начало CSS reset */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    line-height: 1.15;
    /* 1 */
}

h1 {
    font-size: 38px;
    margin: 0.67em 0;
}

h2 {
    font-size: 28px;
    margin: 0.67em 0;
}

h3 {
    font-size: 22px;
    margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl,
ul {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;

}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    color: inherit;
    /* 2 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 3 */
}

main {
    display: block;
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #ffffff;
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

img {
    border-style: none;
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-color: inherit;
    /* 1 */
    text-indent: 0;
    /* 2 */
}

button,
input,
select {
    margin: 0;
}

button {
    overflow: visible;
    /* 1 */
    text-transform: none;
    /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

input {
    overflow: visible;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    white-space: normal;
    /* 1 */
}

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

select {
    text-transform: none;
}

textarea {
    margin: 0;
    /* 1 */
    overflow: auto;
    /* 2 */
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
    box-shadow: none;
}

details {
    display: block;
}

dialog {
    background-color: white;
    border: solid;
    color: black;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

dialog:not([open]) {
    display: none;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* Начало CSS template */

body {
    font-family: RobotoRegular;
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff;
    background-color: #000000;
    height: 100%;
}

.header {
    margin-top: 20px;
}

.main-alias {
    font-size: 18px;
}

.block-intro {
    margin-bottom: 20px;
    margin-top: 20px;
}

.block-intro h2 {
    text-align: center;
}

.block-intro p {
    text-align: justify;
}

.block-pc {
    flex-grow: 1;
    -webkit-flex-shrink: 1;
}

.pc-conf {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
}

.pc-conf-col-img {
    width: 32px;
    margin-right: 10px;
}

.pc-conf-col-alias {
    width: auto;
}

.pc-conf-head {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.33;
    color: #d5d5d5;
    margin-bottom: 1px;
    margin: 0;
}

.pc-conf-alias {
    line-height: 1;
    color: #ffffff;
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
}

.pc-conf-ico {
    margin-top: 3px;
    width: 32px !important; 
}

.pc-conf-img {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 20px;
}

.block-pc h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.block-price {
    font-size: 32px;
    font-weight: 300;
}

.pc-conf-btn {
    display: inline-block;
    line-height: 2.8125em;
    background: #d427ff;
    color: #fff;
    font-size: inherit;
    margin: 0 0 20px 0;
    padding: 0.3em 0.7em;
    border: none;
    position: relative;
    border-radius: 5px;
    -webkit-transition: background,.5s;
    transition: background,.5s;
    cursor: pointer;
    min-width: 130px;
    text-align: center; 
    text-transform: uppercase;
}

.al_center {
    text-align: center;
}

.tel-alias {
    font-size: 24px;
    font-weight: 300;
}

.shop-link-img {
    max-height: 25px;  
}

.white-selector{
    margin-top: 35px;
}

.white-selector:after {
    display: block;
    content: '';
    height: 1px;
    position: relative;
    margin-top: 10px;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0),#7a7a7a,rgba(0,0,0,0));
}