﻿body {
}

/* для ВСЕХ страниц */

/* Контент */
ul, .pContent, .pContentD {
    font-family: Arial;
    font-size:16px;
    line-height: 1.5;
}

.pContent {
    text-indent: 20px;
    padding-left:10px;
}

.pContentD {
    text-indent: 10px;
    padding-left:10px;
    text-decoration: underline;
}

.pContentD>a {
    text-decoration: underline;
}

ul {
    text-indent: 10px;
}

h2 {
    text-indent: 20px;
    padding-left:10px;
}

/* для страницы КУПИТЬ */

.Download1 {
    width: 420px;
    height: 60px;
    border: 3px solid red;
    margin-left: 30px;
}

.Download2 {
    width: 0px;
    /* height: px; */
    border-top: 30px solid red;
    border-left: 213px solid transparent;
    border-right: 213px solid transparent;
    margin-left: 30px;
    }


/* для страницы КУПИТЬ */

/* Кнопка для отправки e-mail */
.DivButton {
    width: 150px;
    background: MediumSlateBlue;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    margin-left: 57px;
}

/* Ячейки таблицы в которых элементы формы для отправки */
.table4Form td{
    padding-top: 20px;
    vertical-align: bottom;
}

input[type="email"] [type="name"] [type="tel"]{
  border: 1px solid MediumSlateBlue;
  padding: 4px 8px;
}

/*input[type="email"]:focus {
  border: 1px solid MediumSlateBlue;
}*/

input[type="submit"] {
  font: bold 20px wight; 
  padding: 4px 6px; 
  border:0px solid MediumSlateBlue;
}

form {
  width: 100%;
  margin: 0 auto;
}

/* для страницы ССЫЛКИ */

.table {
    border-collapse: collapse;
}

/*td {
    padding: 30px 10px;
}*/

.textTable {
    width: 50%;
}

.line {
    width: 30px;
    border-top: 1px solid black;
}

.imgTable {
    border-top: 1px solid black;
    width: 260px;
     padding: 30px 10px;
}

#message {
    margin: 25px;
    font-size: 30px;
}