@font-face {
  font-family: "bold";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/pt_sans-web-bold-webfont.woff2) format("woff2"),
    url(../fonts/pt_sans-web-bold-webfont.woff) format("woff");
}

@font-face {
  font-family: "regular";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/pt_sans-web-regular-webfont.woff2) format("woff2"),
    url(../fonts/pt_sans-web-regular-webfont.woff) format("woff");
}

a {
  outline: none;
  cursor: pointer !important;
}

body {
  top: 0;
  color: #1b354a;
  width: 100%;
  height: 100%;
  font-family: "regular";
  font-size: 18px;
  line-height: 22px;
  margin: 0 auto;
  overflow-x: hidden;
  cursor: default;
}

a {
  text-decoration: underline;
  color: #00f;
  cursor: auto;
}

a:hover {
  color: #3434fd;
  text-decoration: none;
}

h1 {
  margin: 0 0 17px;
  font-family: "bold";
  font-size: 30px;
  line-height: 34px;
  color: #1b354a;
}

h2 {
  margin: 18px 0;
  font-family: "bold";
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  color: #1b354a;
}

img {
  max-width: 100%;
  height: auto;
}

ul li,
ol li {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

p {
  margin: 0;
  padding: 10px 0;
}

.container {
  width: 1020px;
  position: relative;
  margin: 0 auto;
}

header {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
}

.header_line_2 {
  margin-top: 0;
  padding-bottom: 6px;
}

.links {
  padding-top: 5px;
  font-size: 0;
  position: relative;
  margin-left: 69px;
  display: inline-block;
}

.links li {
  font-family: "bold";
  font-size: 14px;
  color: #1b354a;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  letter-spacing: 0.9px;
}

.links li:hover {
  color: #5296db;
}

.links li:nth-child(1) {
  margin-right: 11px;
}

.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;
}

.search {
  display: inline-block;
  float: right;
  width: 40px;
  height: 40px;
  background: transparent url("../images/search.svg") no-repeat scroll center
    center / 20px 20px;
  vertical-align: top;
  margin-right: 10px;
  border-radius: 2px;
  cursor: pointer;
}

.search:hover {
  opacity: 0.7;
}

.text_section {
  position: relative;
  width: 100%;
  background: #260701;
  padding-bottom: 10px;
}

.white_base {
  position: relative;
}

.base {
  padding: 40px;
  width: 940px;
  background-color: #fff;
  /* overflow: hidden */
}

.comments {
  position: relative;
  margin-top: 40px;
}

b {
  font-family: "bold";
}

@media screen and (max-width: 1019px) {
  img {
    max-width: 100%;
  }

  .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 screen and (max-width: 767px) {
  p {
    text-align: left;
  }
}

.comments h2 {
  font-size: 30px;
  margin-bottom: 35px;
}

@media screen and (max-width: 320px) {
  .base p {
    font-size: 16px;
  }
}

.base {
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}

.headline {
  font-weight: bold;
  font-size: 44px;
  line-height: 48px;
  margin: 20px 0;
}

@media (max-width: 1019px) {
  .base {
    padding-top: 0 !important;
  }

  .base h1 {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .headline {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 480px) {
  .header_line_2 {
    display: none;
  }
}

@media (max-width: 320px) {
  p {
    font-size: 16px;
  }
}
.textbox {
  outline: none;
  box-sizing: border-box;
  border: 1px #bbb solid;
  font-size: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 10px;
}
.sendcomment {
  
  float: right;
  background-color: #1b74e4;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  padding: 7px 12px 10px;
  border-radius: 8px;
  cursor: pointer;
}
.ketoCom__info {
  width: 100%;
}
.red-txt {
  color: red;
}