.for_text h1 {
    text-transform: uppercase;
    font-weight: 400;
}
.title_normal {
    font-family: 'GOTHIC';
    font-size: 32px;
    padding: 80px;
    text-transform: uppercase;
    text-align: center;
}
.order_links {
    font-family: 'ProximaNova-Reg';
    font-size: 24px;
    text-transform: uppercase;
    color: #000!important;
    text-decoration: none;
    height: 60px;
    max-width: 420px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #ffd144;
    margin: 40px auto 80px auto;
}
.price_red {
    font-size: 30px;
    font-family: 'GOTHICB';
    text-align: center;
    color: #fd8979;
    text-transform: uppercase;
}
.item_shifrov {
    max-width: 333px;
    width: 100%;
    margin-bottom: 40px;
}
.title_shifr {
    font-family: 'GOTHICB';
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.title_shifr::before {
    content: "";
    height: 2px;
    width: 60px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -22px;
    background-color: #00b8d0;
}
.bg__color {
    background-color: #f4f4f4;
    padding-bottom: 60px;
}
.mini_descr {
    font-size: 16px;
    font-family: 'ProximaNova-Reg';
    color: #6a6a6a;
    text-align: center;
    height: 39px;
}
.mini_descr span {
    color: #fd7865;
}
.img_shifrovka {
    text-align: center;
    margin-bottom: 20px;
}
.img_shifrovka img {
    height: 91px;
}
.more_btn {
    background-color: #00b8d0;
    color: #fff;
    display: block;
    margin-left: auto;
    font-family: 'ProximaNova-Reg';
    font-size: 22px;
    padding: 20px 50px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all .6s;
    position: absolute;
    right: 0;
    bottom: -95px;
}
.bg__color {
    text-align: center;
}
.years__filteration {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0;
    flex-direction: row-reverse;
}
.years__filteration input[type=radio] {
  display: none;
}
.years__filteration input[type=radio]+label {
  display: inline-block;
  margin: -2px;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #4c6c92;
  text-decoration: underline;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-repeat: repeat-x;
  font-size: 20px;
  font-family: 'ProximaNova-Reg';
}

.years__filteration input[type=radio]:checked+label {
  background-image: none;
  outline: 0;
  color: #fd7865;
  font-family: 'ProximaNova-Bold';
   text-decoration: none;
}
.month__filteration {
    margin-bottom: 40px;
    overflow-x: auto;
}
.month__filteration tr td {
    width: 90px;
    min-width: 90px;
}

.month__filteration input[type=radio] {
  display: none;
}
.month__filteration input[type=radio]+label {
  display: inline-flex;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #4c6c92;
  text-decoration: underline;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-repeat: repeat-x;
  font-size: 16px;
  font-family: 'ProximaNova-Reg';
  max-width: 90px;
  width: 100%;
  height: 40px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.month__filteration input[type=radio]:checked+label {
  background-image: none;
  outline: 0;
  color: #9aaec4;
  font-family: 'ProximaNova-Bold';
  text-decoration: none;
}
.month__filteration input[type=radio]:checked+label:hover {
    text-decoration: none;
}
.month__filteration input[type=radio]:checked+label {
    background-color: #9aaec4;
    color: #fff;
}
.month__filteration input[type=radio]+label:hover {
    text-decoration: underline;
}
table.print_results {
    border: 1px solid #9aaec4;
    border-collapse: collapse;
    margin-bottom: 120px;
    width: 100%;
    position:relative;
}
table.print_results th {
    background-color: #9aaec4;
    color: #fff;
    padding: 15px;
    font-family: 'GOTHICB';
    font-size: 18px;
}
table.print_results tr td {
    font-family: 'ProximaNova-Reg';
    font-size: 18px;
    padding: 15px;
    color: #6a6a6a;
    background-color: #fff;
}
table.print_results tr:nth-child(odd) td {
    font-family: 'ProximaNova-Reg';
    background-color: #f4f4f4;
}
.month__filteration table tr > td:first-child {
    display:none;
    order:13;
}
.month__filteration table tr > td:nth-child(13) {
    order:1;
}
.month__filteration table tr > td:nth-child(12) {
    order:2;
}
.month__filteration table tr > td:nth-child(8) {
    order:3;
}
.month__filteration table tr > td:nth-child(3) {
    order:4;
}
.month__filteration table tr > td:nth-child(7) {
    order:5;
}
.month__filteration table tr > td:nth-child(6) {
    order:6;
}
.month__filteration table tr > td:nth-child(5) {
    order:7;
}
.month__filteration table tr > td:nth-child(2) {
    order:8;
}
.month__filteration table tr > td:nth-child(11) {
    order:9;
}
.month__filteration table tr > td:nth-child(10) {
    order:10;
}
.month__filteration table tr > td:nth-child(9) {
    order:11;
}
.month__filteration table tr > td:nth-child(4) {
    order:12;
}
.month__filteration table tr {
    display:flex;
}
@media screen and (max-width: 1200px) {
    .for_text .container {
        padding: 0 15px;
    }
    table.print_results tr:first-child {
        display: none;
    }
    table.print_results tr td {
        display: block;
        width: 100%;
        padding: 5px;
        word-break: break-all;
    }
    table.print_results tr td:first-child::before {
        content: attr(data-key-date) " : ";
        position: relative;
        font-size: 18px;
        font-weight: bold;
    }
    table.print_results tr td:nth-child(2)::before {
        content: attr(data-key-theme) " : ";
        position: relative;
        font-size: 18px;
        font-weight: bold;
    }
    table.print_results tr td:last-child::before {
        content: attr(data-key-message) " : ";
        position: relative;
        font-size: 18px;
        font-weight: bold;
    }
}
@media screen and (max-width: 768px) {
    .title_normal {
        padding: 20px 15px;
        font-size: 20px;
    }
    .order_links {
        font-size: 18px;
        height: 50px;
        margin: 20px auto 40px auto;
    }
    .years__filteration input[type=radio]+label {
        font-size: 12px;
        padding: 5px;
    }
    .years__filteration {
        margin: 15px 0;
    }
    .month__filteration input[type=radio]+label {
        font-size: 14px;
        height: 30px;
    }
    table.print_results tr td {
        font-size: 14px;
    }
    table.print_results tr td:first-child::before,
    table.print_results tr td:nth-child(2)::before,
    table.print_results tr td:last-child::before {
        font-size: 14px;
    }
}