button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
a:active,
a:focus {
  outline: none;
}
input,
textarea {
  outline: none;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'bebasneuebook';
  src: url('../fonts/BebasNeueBook.eot');
  src: url('../fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeueBook.woff2') format('woff2'), url('../fonts/BebasNeueBook.woff') format('woff'), url('../fonts/BebasNeueBook.ttf') format('truetype'), url('../fonts/BebasNeueBook.svg#BebasNeueBook') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bebasneuebold';
  src: url('../fonts/BebasNeueBold.eot');
  src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeueBold.woff2') format('woff2'), url('../fonts/BebasNeueBold.woff') format('woff'), url('../fonts/BebasNeueBold.ttf') format('truetype'), url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'robotoregular';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'robotoblack';
  src: url('../fonts/Roboto-Black.eot');
  src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: bebasneuebook, arial;
  line-height: 1.3;
  color: #343536;
  background: url(../img/pattern/black-linen.png);
  background-color: #525756;
  overflow-x: hidden;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.StWrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px 15px 20px;
}
.StatyaContent {
  font-family: robotoregular;
}
.StatyaContent img {
  max-width: 100%;
}
.StatyaContent p {
  padding: 0px 0px 10px 0px;
  margin: 0px;
}
.new_cards_banner {
  position: relative;
  margin-bottom: 10px;
}
.new_cards_banner p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 30px;
  text-align: center;
}
.new_cards_green {
  font-size: 24px;
  color: #79ba4a;
}
.new_cards_green strong{
  font-size: 24px;
  color: #79ba4a;
}
.new_cards_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.new_cards_item > div:first-child {
  padding-right: 10px;
}
.new_cards_item > div:nth-child(2) {
  padding-left: 10px;
}
.new_cards_item_text {
  width: 50%;
}
.new_cards_item_img {
  width: 50%;
}
.new_cards_item_list {
  padding-left: 45px;
  font-size: 24px;
  font-family: robotoblack;
  counter-reset: list 0;
}
.new_cards_item_list li:before {
  counter-increment: list;
  content: counter(list) ". ";
}
.new_cards_green_span {
  color: #79ba4a;
}
.NewStatyaContent {
  font-size: 24px;
}
.new_cards_text_list_wrap > span {
  text-align: center;
  display: flex;
  justify-content: center;
}
.new_cards_text_list {
  display: flex;
  flex-wrap: wrap;
  counter-reset: list 0;
  font-family: robotoblack;
}
.new_cards_text_list li {
  width: 50%;
}
.new_cards_text_list li:before {
  counter-increment: list;
  content: counter(list) ". ";
}
strong {
  font-family: robotoblack;
}
.new_cards_point_list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 35px;
  counter-reset: list 0;
  padding-bottom: 10px;
}
.new_cards_point_list li {
  width: 25%;
  padding-right: 25px;
  padding-top: 35px;
  border-top: 2px solid #e0e7a1;
  position: relative;
}
.new_cards_point_list li:before {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  left: 0;
  top: -20px;
  background: #79ba4a;
  color: #FFF;
  text-align: center;
  font-family: robotoblack;
  counter-increment: list;
  content: counter(list);
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_cards_point_list li p {
  font-size: 16px;
}
.new_cards_point_list li span {
  margin-bottom: 15px;
  display: flex;
}
.new_cards_text_list_wrap {
  padding-bottom: 10px;
}
.new_cards_text_mod_list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.new_cards_text_mod_list > li {
  width: 25%;
  border-right: 2px solid #dfecf4;
  padding: 15px 25px;
}
.new_cards_text_mod_list > li span {
  color: #1875AE;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  text-align: center;
  border-bottom: 2px solid #dfecf4;
}
.new_cards_text_mod_list > li span strong{
  color: #1875AE;
}
.new_cards_text_mod_list_inside li {
  display: flex;
  padding: 15px;
  border-bottom: 2px solid #dfecf4;
  font-size: 16px;
}
.new_cards_contacts {
  display: flex;
  margin-bottom: 30px;
}
.new_cards_contacts span,
.new_cards_contacts a {
  color: #1875AE;
}
.new_cards_contacts a{
  text-decoration: underline;
}
.new_cards_contacts_img {
  width: 100%;
  float: left;
  max-width: 250px;
}
.new_cards_contacts_info {
  width: 100%;
  float: left;
  max-width: calc(100% - 250px);
  padding-right: 30px;
}
.new_cards_contacts_info p:not(:last-child) {
  padding-bottom: 20px;
}
.new_cards_item--list {
  font-size: 18px;
}
.new_cards_item--list:nth-child(odd) .new_cards_item_img {
  order: -10;
}
.new_cards_item--list:nth-child(odd) > div:first-child {
  padding-left: 10px;
  padding-right: 0;
}
.new_cards_item--list:nth-child(odd) > div:nth-child(2) {
  padding-left: 0;
  padding-right: 10px;
}
i {
  font-style: italic;
}
.new_cards_footer {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  padding-bottom: 0;
  background: #79BA4A;
  font-size: 18px;
  font-family: robotoblack;
}
.new_cards_footer_right {
  text-align: right;
}
.new_cards_footer_right a {
  color: #343536;
  text-decoration: none;
}
.new_cards_footer_right_calls a:not(:last-child):after {
  content: ",";
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xs-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.StWrap p{
  text-align: left;
  text-indent: 0em; 
}
.new_cards_banner p{
  text-align: center;
}
@media (max-width: 1199px) {
  .new_cards_item_list {
    padding-left: 0;
  }
  .new_cards_item_list {
    font-size: 18px;
  }
  .new_cards_green {
    font-size: 18px;
  }
  .new_cards_banner p {
    font-size: 18px;
  }
  .NewStatyaContent {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .new_cards_item {
    display: flex;
    flex-direction: column;
  }
  .new_cards_item_text {
    width: 100%;
    padding: 0!important;
  }
  .new_cards_item_img {
    width: 100%;
    order: -10;
    padding: 0!important;
  }
  .new_cards_footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
  }
  .new_cards_footer_right {
    text-align: center;
  }
  .new_cards_point_list li {
    width: 50%;
    padding-bottom: 35px;
  }
  .new_cards_banner p {
    position: relative;
    text-align: left;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .new_cards_text_mod_list > li {
    width: 50%;
  }
  .new_cards_text_mod_list > li:nth-child(even) {
    border-right: none;
  }
  .new_cards_green {
    font-size: 16px;
  }
  .NewStatyaContent {
    font-size: 16px;
  }
  .new_cards_item_list {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .new_cards_item--list {
    font-size: 16px;
  }
  .new_cards_footer {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .new_cards_contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .new_cards_contacts_info {
    max-width: 100%;
    padding-right: 0;
    padding-top: 20px;
  }
  .new_cards_contacts_img {
    max-width: 100%;
    order: -10;
    display: flex;
    justify-content: center;
  }
  .new_cards_point_list li {
    width: 100%;
  }
  .new_cards_point_list li:last-child {
    padding-bottom: 0;
  }
  .new_cards_text_list li {
    width: 100%;
    margin-top: 10px;
  }
  .new_cards_text_mod_list > li {
    width: 100%;
    border-right: none;
    padding: 10px 0;
  }
  .new_cards_text_mod_list_inside li {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
