a {
   outline: 0;
   cursor: pointer;
   text-decoration: underline;
   color: #00f;
}
body {
   color: #1b354a;
   font: 20px/1.3 "Roboto";
   top: 0;
   width: 100%;
   height: 100%;
   margin: 0 auto;
   overflow-x: hidden;
   background: #260701;
}
a:hover {
   color: #3434fd;
   text-decoration: none;
}
img {
   max-width: 100%;
}
ul li {
   font-size: 20px;
   line-height: 24px;
   margin-bottom: 10px;
}
header {
   padding: 10px 0;
   background: #fff;
   position: relative;
   width: 100%;
}
.container {
   width: 1020px;
   position: relative;
   margin: 0 auto;
}
.logo {
   width: 50px;
   height: 50px;
   background: url(../fonts/logo.svg) no-repeat center center/40px 40px;
   vertical-align: top;
}
.logo,
.logo_name,
.social_media li {
   display: inline-block;
   cursor: pointer;
}
.logo_name {
   font: 24px/1.3 "Roboto";
   margin: 12px 0 0 14px;
   color: #05519d;
   letter-spacing: 1.3px;
}
.social_media {
   position: relative;
   font-size: 0;
   display: inline-block;
   vertical-align: top;
   float: right;
}
.social_media li {
   width: 30px;
   height: 30px;
   border-radius: 2px;
   margin-top: 7px;
   margin-right: 20px;
}
.vk {
   background: url(../fonts/vk.svg) no-repeat center center/20px 20px;
}
.ok {
   background: url(../fonts/ok.svg) no-repeat center center/20px 20px;
}
.search:hover,
.social_media li:hover {
   opacity: 0.7;
}
.header_line_2 {
   margin-top: 0;
   padding-bottom: 6px;
}
.links,
.links li {
   display: inline-block;
}
.links {
   padding-top: 5px;
   font-size: 0;
   position: relative;
   margin-left: 69px;
}
.links li {
   font: 14px "Roboto";
   color: #1b354a;
   margin-right: 15px;
   cursor: pointer;
   letter-spacing: 0.9px;
}
.links li:hover {
   color: #5296db;
}
.links li:nth-child(1),
.links li:nth-child(2) {
   margin-right: 11px;
}
.links li:last-child {
   margin-right: 0;
}
.chosen_link {
   border-radius: 3px;
   border: 2px solid #05519d;
   padding: 4px;
}
.base {
   background: #fff;
   padding: 40px 40px 0;
   width: 940px;
   overflow: hidden;
   padding-top: 0 !important;
}
.link a {
   display: block;
   text-align: center;
   height: 100%;
   color: #666;
}
@media screen and (max-width: 1019px) {
   img {
      max-width: 100%;
   }
   .social_media {
      display: none;
   }
   .header_line_1,
   .header_line_2 {
      text-align: center;
   }
   .base {
      width: calc(100% - 50px);
      padding-right: 15px;
      padding-left: 15px;
      margin-right: 10px;
      margin-left: 10px;
   }
   .container {
      width: 100% !important;
   }
   .wr-search {
      display: none;
   }
   .links {
      height: 40px;
      overflow: hidden;
      padding: 0;
      margin: 0;
   }
}
@media (max-width: 1019px) {
   .base {
      padding-top: 0 !important;
   }
}
@media screen and (max-width: 480px) {
   body {
      background: #fff;
   }
}
@media (max-width: 480px) {
   .header_line_2 {
      display: none;
   }
}

main {
   position: relative;
   display: block;
   margin: 0 auto;
   padding: 20px;
   max-width: 960px;
   background: #fff;
}

main h1 {
   font-size: 24px;
   line-height: 1.3;
   margin-bottom: 30px;
}

main p {
   font-size: 18px;
   line-height: 1.3;
   margin: 0;
   margin-bottom: 15px;
}

main a {
   color: #2170ad;
}

main ul {
   padding: 0;
   margin-left: 25px;
}

main ul li {
   margin-bottom: 10px;
   font-size: 18px;
   list-style: disc;
}

main img {
   display: block;
   width: 100%;
   max-width: 650px;
   margin: 15px auto;
}

.table {
   font-size: 13px;
   width: 100%;
   margin-bottom: 20px;
   border: 1px solid green;
   border-collapse: collapse;
}

.table-plus {
   border: 1px solid #000;
}

.table td {
   border: 1px solid green;
   background: #d8ead3;
   padding: 6px;
}

.table-plus thead td {
   background-color: #92c47c;
}
.table-plus tbody td {
   background-color: #fffc;
   border: 1px solid #000;
}

.table-minus thead td {
   background-color: #e06666;
}
.table-minus tbody td {
   background-color: #fffc;
   border: 1px solid #000;
}

@media (min-width: 576px) {
   .table {
      font-size: 18px;
   }

   .table td {
      padding: 10px;
   }
}

@media (min-width: 768px) {
   main h1 {
      font-size: 32px;
   }

   .table,
   main p,
   main ul li {
      font-size: 20px;
   }

   main {
      border-left: 1px solid #d9d9d9;
      border-right: 1px solid #d9d9d9;
   }

   .table td {
      padding: 15px;
   }
}
.red-txt {
   color: red;
}
.comments__item-content img {
   width: 100%;
   max-width: 350px;
   margin: 10px 0 0;
}
.comments__item.reply {
   padding-left: 40px!important;
}