/* Font sizes */
.text-xxs {
  font-size: 0.625em;
  line-height: 1.45em; }

.text-xs {
  font-size: 0.75em;
  line-height: 1.45em; }

.text-sm {
  font-size: 0.875em;
  line-height: 1.45em; }

.text-md {
  font-size: 1.1875em;
  line-height: 1.45em; }

.text-lg {
  font-size: 1.5625em;
  line-height: 1.45em; }

.text-xlg {
  font-size: 2em;
  line-height: 1.45em; }

.text-xxlg {
  font-size: 2.8125em;
  line-height: 1.45em; }

/* Font weights */
.text-wxl {
  font-weight: 100; }

.text-wl {
  font-weight: 200; }

.text-wn {
  font-weight: 400; }

.text-wsb {
  font-weight: 600; }

.text-wb {
  font-weight: 700; }

.text-wxb {
  font-weight: 900; }

/* Text cases */
.text-ncase {
  text-transform: none; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

/* Font styles */
.text-normal {
  font-style: normal; }

.text-italic {
  font-style: italic; }

.text-strike {
  text-decoration: line-through; }

.text-spaced {
  letter-spacing: .2em; }

/* Text alignment */
.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

/* Colors */
.text-black {
  color: #000 !important; }

.bg-black {
  background-color: #000 !important; }

.b-black {
  border-color: #000 !important; }
  .b-black:before {
    border-color: #000 !important; }
  .b-black:after {
    border-color: #000 !important; }

.border-black {
  border: 1px solid #000 !important; }

.border-left-black {
  border-left: 1px solid #000 !important; }

.border-top-black {
  border-top: 1px solid #000 !important; }

.border-right-black {
  border-right: 1px solid #000 !important; }

.border-bottom-black {
  border-bottom: 1px solid #000 !important; }

.text-white {
  color: #fff !important; }

.bg-white {
  background-color: #fff !important; }

.b-white {
  border-color: #fff !important; }
  .b-white:before {
    border-color: #fff !important; }
  .b-white:after {
    border-color: #fff !important; }

.border-white {
  border: 1px solid #fff !important; }

.border-left-white {
  border-left: 1px solid #fff !important; }

.border-top-white {
  border-top: 1px solid #fff !important; }

.border-right-white {
  border-right: 1px solid #fff !important; }

.border-bottom-white {
  border-bottom: 1px solid #fff !important; }

/** Backgrounds */
.bg-none {
  background-color: transparent; }

.b-none {
  border: 0 !important; }

.bt-none {
  border-top: 0 !important; }

.br-none {
  border-right: 0 !important; }

.bb-none {
  border-bottom: 0 !important; }

.bl-none {
  border-left: 0 !important; }

/* Border sizes */
.b-xs {
  border-width: 1px !important; }

.bt-xs {
  border-top-width: 1px !important; }

.br-xs {
  border-right-width: 1px !important; }

.bb-xs {
  border-bottom-width: 1px !important; }

.bl-xs {
  border-left-width: 1px !important; }

.b-sm {
  border-width: 2px !important; }

.bt-sm {
  border-top-width: 2px !important; }

.br-sm {
  border-right-width: 2px !important; }

.bb-sm {
  border-bottom-width: 2px !important; }

.bl-sm {
  border-left-width: 2px !important; }

.b-md {
  border-width: 4px !important; }

.bt-md {
  border-top-width: 4px !important; }

.br-md {
  border-right-width: 4px !important; }

.bb-md {
  border-bottom-width: 4px !important; }

.bl-md {
  border-left-width: 4px !important; }

.b-lg {
  border-width: 6px !important; }

.bt-lg {
  border-top-width: 6px !important; }

.br-lg {
  border-right-width: 6px !important; }

.bb-lg {
  border-bottom-width: 6px !important; }

.bl-lg {
  border-left-width: 6px !important; }

.b-xlg {
  border-width: 10px !important; }

.bt-xlg {
  border-top-width: 10px !important; }

.br-xlg {
  border-right-width: 10px !important; }

.bb-xlg {
  border-bottom-width: 10px !important; }

.bl-xlg {
  border-left-width: 10px !important; }

.b-xxlg {
  border-width: 15px !important; }

.bt-xxlg {
  border-top-width: 15px !important; }

.br-xxlg {
  border-right-width: 15px !important; }

.bb-xxlg {
  border-bottom-width: 15px !important; }

.bl-xxlg {
  border-left-width: 15px !important; }

/* Utilities */
.float-none,
.clear-float,
.no-float {
  float: none !important; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-auto {
  overflow: auto; }

.display-block {
  display: block; }

.display-inline {
  display: inline; }

.display-inline-block {
  display: inline-block; }

html.display-table .display-table {
  display: table; }

html.display-table-row .display-table-row {
  display: table-row; }

html.display-table-cell .display-table-cell {
  display: table-cell; }

.position-absolute {
  position: absolute; }

.position-static {
  position: static; }

.position-relative {
  position: relative; }

/* Spacement */
.m-auto {
  margin: 0 auto !important; }

.m-none {
  margin: 0 !important; }

.mt-none {
  margin-top: 0 !important; }

.mr-none {
  margin-right: 0 !important; }

.mb-none {
  margin-bottom: 0 !important; }

.ml-none {
  margin-left: 0 !important; }

.p-none {
  padding: 0 !important; }

.pt-none {
  padding-top: 0 !important; }

.pr-none {
  padding-right: 0 !important; }

.pb-none {
  padding-bottom: 0 !important; }

.pl-none {
  padding-left: 0 !important; }

.m-xs {
  margin: 5px !important; }

.mt-xs {
  margin-top: 5px !important; }

.mr-xs {
  margin-right: 5px !important; }

.mb-xs {
  margin-bottom: 5px !important; }

.ml-xs {
  margin-left: 5px !important; }

.m-neg-xs {
  margin: -5px !important; }

.mt-neg-xs {
  margin-top: -5px !important; }

.mr-neg-xs {
  margin-right: -5px !important; }

.mb-neg-xs {
  margin-bottom: -5px !important; }

.ml-neg-xs {
  margin-left: -5px !important; }

.p-xs {
  padding: 5px !important; }

.pt-xs {
  padding-top: 5px !important; }

.pr-xs {
  padding-right: 5px !important; }

.pb-xs {
  padding-bottom: 5px !important; }

.pl-xs {
  padding-left: 5px !important; }

.p-neg-xs {
  padding: -5px !important; }

.pt-neg-xs {
  padding-top: -5px !important; }

.pr-neg-xs {
  padding-right: -5px !important; }

.pb-neg-xs {
  padding-bottom: -5px !important; }

.pl-neg-xs {
  padding-left: -5px !important; }

.m-sm {
  margin: 10px !important; }

.mt-sm {
  margin-top: 10px !important; }

.mr-sm {
  margin-right: 10px !important; }

.mb-sm {
  margin-bottom: 10px !important; }

.ml-sm {
  margin-left: 10px !important; }

.m-neg-sm {
  margin: -10px !important; }

.mt-neg-sm {
  margin-top: -10px !important; }

.mr-neg-sm {
  margin-right: -10px !important; }

.mb-neg-sm {
  margin-bottom: -10px !important; }

.ml-neg-sm {
  margin-left: -10px !important; }

.p-sm {
  padding: 10px !important; }

.pt-sm {
  padding-top: 10px !important; }

.pr-sm {
  padding-right: 10px !important; }

.pb-sm {
  padding-bottom: 10px !important; }

.pl-sm {
  padding-left: 10px !important; }

.p-neg-sm {
  padding: -10px !important; }

.pt-neg-sm {
  padding-top: -10px !important; }

.pr-neg-sm {
  padding-right: -10px !important; }

.pb-neg-sm {
  padding-bottom: -10px !important; }

.pl-neg-sm {
  padding-left: -10px !important; }

.m-md {
  margin: 15px !important; }

.mt-md {
  margin-top: 15px !important; }

.mr-md {
  margin-right: 15px !important; }

.mb-md {
  margin-bottom: 15px !important; }

.ml-md {
  margin-left: 15px !important; }

.m-neg-md {
  margin: -15px !important; }

.mt-neg-md {
  margin-top: -15px !important; }

.mr-neg-md {
  margin-right: -15px !important; }

.mb-neg-md {
  margin-bottom: -15px !important; }

.ml-neg-md {
  margin-left: -15px !important; }

.p-md {
  padding: 15px !important; }

.pt-md {
  padding-top: 15px !important; }

.pr-md {
  padding-right: 15px !important; }

.pb-md {
  padding-bottom: 15px !important; }

.pl-md {
  padding-left: 15px !important; }

.p-neg-md {
  padding: -15px !important; }

.pt-neg-md {
  padding-top: -15px !important; }

.pr-neg-md {
  padding-right: -15px !important; }

.pb-neg-md {
  padding-bottom: -15px !important; }

.pl-neg-md {
  padding-left: -15px !important; }

.m-lg {
  margin: 20px !important; }

.mt-lg {
  margin-top: 20px !important; }

.mr-lg {
  margin-right: 20px !important; }

.mb-lg {
  margin-bottom: 20px !important; }

.ml-lg {
  margin-left: 20px !important; }

.m-neg-lg {
  margin: -20px !important; }

.mt-neg-lg {
  margin-top: -20px !important; }

.mr-neg-lg {
  margin-right: -20px !important; }

.mb-neg-lg {
  margin-bottom: -20px !important; }

.ml-neg-lg {
  margin-left: -20px !important; }

.p-lg {
  padding: 20px !important; }

.pt-lg {
  padding-top: 20px !important; }

.pr-lg {
  padding-right: 20px !important; }

.pb-lg {
  padding-bottom: 20px !important; }

.pl-lg {
  padding-left: 20px !important; }

.p-neg-lg {
  padding: -20px !important; }

.pt-neg-lg {
  padding-top: -20px !important; }

.pr-neg-lg {
  padding-right: -20px !important; }

.pb-neg-lg {
  padding-bottom: -20px !important; }

.pl-neg-lg {
  padding-left: -20px !important; }

.m-xlg {
  margin: 30px !important; }

.mt-xlg {
  margin-top: 30px !important; }

.mr-xlg {
  margin-right: 30px !important; }

.mb-xlg {
  margin-bottom: 30px !important; }

.ml-xlg {
  margin-left: 30px !important; }

.m-neg-xlg {
  margin: -30px !important; }

.mt-neg-xlg {
  margin-top: -30px !important; }

.mr-neg-xlg {
  margin-right: -30px !important; }

.mb-neg-xlg {
  margin-bottom: -30px !important; }

.ml-neg-xlg {
  margin-left: -30px !important; }

.p-xlg {
  padding: 30px !important; }

.pt-xlg {
  padding-top: 30px !important; }

.pr-xlg {
  padding-right: 30px !important; }

.pb-xlg {
  padding-bottom: 30px !important; }

.pl-xlg {
  padding-left: 30px !important; }

.p-neg-xlg {
  padding: -30px !important; }

.pt-neg-xlg {
  padding-top: -30px !important; }

.pr-neg-xlg {
  padding-right: -30px !important; }

.pb-neg-xlg {
  padding-bottom: -30px !important; }

.pl-neg-xlg {
  padding-left: -30px !important; }

.m-xxlg {
  margin: 40px !important; }

.mt-xxlg {
  margin-top: 40px !important; }

.mr-xxlg {
  margin-right: 40px !important; }

.mb-xxlg {
  margin-bottom: 40px !important; }

.ml-xxlg {
  margin-left: 40px !important; }

.m-neg-xxlg {
  margin: -40px !important; }

.mt-neg-xxlg {
  margin-top: -40px !important; }

.mr-neg-xxlg {
  margin-right: -40px !important; }

.mb-neg-xxlg {
  margin-bottom: -40px !important; }

.ml-neg-xxlg {
  margin-left: -40px !important; }

.p-xxlg {
  padding: 40px !important; }

.pt-xxlg {
  padding-top: 40px !important; }

.pr-xxlg {
  padding-right: 40px !important; }

.pb-xxlg {
  padding-bottom: 40px !important; }

.pl-xxlg {
  padding-left: 40px !important; }

.p-neg-xxlg {
  padding: -40px !important; }

.pt-neg-xxlg {
  padding-top: -40px !important; }

.pr-neg-xxlg {
  padding-right: -40px !important; }

.pb-neg-xxlg {
  padding-bottom: -40px !important; }

.pl-neg-xxlg {
  padding-left: -40px !important; }

/* Bootstrap grid adjustments */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/* Right-sided grid offsets */
.col-xs-offset-right-12 {
  margin-right: 100%; }

.col-xs-offset-right-11 {
  margin-right: 91.66666667%; }

.col-xs-offset-right-10 {
  margin-right: 83.33333333%; }

.col-xs-offset-right-9 {
  margin-right: 75%; }

.col-xs-offset-right-8 {
  margin-right: 66.66666667%; }

.col-xs-offset-right-7 {
  margin-right: 58.33333333%; }

.col-xs-offset-right-6 {
  margin-right: 50%; }

.col-xs-offset-right-5 {
  margin-right: 41.66666667%; }

.col-xs-offset-right-4 {
  margin-right: 33.33333333%; }

.col-xs-offset-right-3 {
  margin-right: 25%; }

.col-xs-offset-right-2 {
  margin-right: 16.66666667%; }

.col-xs-offset-right-1 {
  margin-right: 8.33333333%; }

.col-xs-offset-right-0 {
  margin-right: 0; }

@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%; }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%; }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%; }
  .col-sm-offset-right-9 {
    margin-right: 75%; }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%; }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%; }
  .col-sm-offset-right-6 {
    margin-right: 50%; }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%; }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%; }
  .col-sm-offset-right-3 {
    margin-right: 25%; }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%; }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%; }
  .col-sm-offset-right-0 {
    margin-right: 0; } }

@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%; }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%; }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%; }
  .col-md-offset-right-9 {
    margin-right: 75%; }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%; }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%; }
  .col-md-offset-right-6 {
    margin-right: 50%; }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%; }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%; }
  .col-md-offset-right-3 {
    margin-right: 25%; }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%; }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%; }
  .col-md-offset-right-0 {
    margin-right: 0; } }

@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%; }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%; }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%; }
  .col-lg-offset-right-9 {
    margin-right: 75%; }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%; }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%; }
  .col-lg-offset-right-6 {
    margin-right: 50%; }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%; }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%; }
  .col-lg-offset-right-3 {
    margin-right: 25%; }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%; }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%; }
  .col-lg-offset-right-0 {
    margin-right: 0; } }

body {
  font-family: 'Open Sans', sans-serif; }

.header {
  background-color: #000;
  height: 75px; }
  .header__bar-logo {
    padding-top: 10px;
    float: left;
    display: inline-block; }
  .header__nav-list {
    float: right; }
  .header__nav-list li {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-top: 29px;
    padding-right: 25px; }

@media only screen and (max-width: 1200px) {
  .header__nav-list li {
    font-size: 12px; } }

@media only screen and (max-width: 992px) {
  .header__nav-list {
    display: none; } }

.nopadding {
  padding: 0;
  margin: 0; }

.slider {
  background-image: url("../images/slider.png");
  height: 680px;
  position: relative;
  margin-top: -3px; }
  .slider__title p {
    font-size: 16px;
    text-transform: uppercase;
    color: #b31f24;
    font-weight: 800;
    position: absolute;
    top: 39%; }
  .slider__title h1 {
    font-size: 39px;
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    top: 41%; }
  .slider__title a {
    position: absolute;
    bottom: 24%;
    color: #000;
    border: 2px solid #000;
    border-radius: 0px;
    padding: 13px 40px;
    font-weight: 800;
    text-decoration: none; }

.news {
  margin-top: 70px; }
  .news__title p {
    color: #b31f24;
    font-weight: 700;
    font-size: 15px;
    line-height: 5px; }
  .news__title h2 {
    font-weight: 800;
    font-size: 33px;
    color: #3a3a3a; }
  .news__box {
    margin-top: 50px;
    margin-bottom: 70px; }

.item img {
  max-width: 360px;
  margin-top: 30px; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important; }

.owl-nav {
  position: absolute;
  right: 13px;
  bottom: 100%; }

.owl-prev {
  border: 1px solid #dfdfdf !important;
  width: 30px;
  height: 30px;
  border-radius: 0px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #b31f24 !important;
  padding: 0 !important;
  margin: 0px !important;
  float: left;
  cursor: default !important; }

.owl-next {
  border-right: 1px solid #dfdfdf !important;
  border-top: 1px solid #dfdfdf !important;
  border-bottom: 1px solid #dfdfdf !important;
  width: 30px;
  height: 30px;
  border-radius: 0px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #b31f24 !important;
  padding: 0 !important;
  margin: 0px !important;
  cursor: default !important; }

.owl-theme .owl-dots .owl-dot {
  display: none !important; }

.item p {
  color: #c0c0c0;
  font-weight: 700;
  font-size: 13px;
  padding-top: 25px;
  line-height: 5px; }

.item h3 {
  font-size: 16px;
  color: #000;
  font-weight: 700; }

.item h4 {
  font-size: 16px;
  color: #747474;
  line-height: 23px; }

.item h4::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #dfdfdf;
  margin-top: 30px;
  max-width: 360px; }

.item a {
  color: #b31f24;
  text-decoration: none;
  font-weight: 700; }

.fa,
.fas {
  padding-left: 5px; }

.offer {
  background-image: url("../images/back.jpg");
  height: 1000px; /*750px*/
  background-position: center;
  background-size: cover; }
  .offer__title p {
    color: #b31f24;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-top: 65px;
    line-height: 0px; }
  .offer__title h3 {
    text-align: center;
    font-size: 33px;
    color: #000;
    font-weight: 800; }
  .offer__title img {
    margin: 0 auto;
    display: block;
    margin-top: 20px; }
  .offer__box-first {
    background-color: #fff;
    width: 260px;
    height: 230px; }
  .offer__box-first img {
    margin: 0 auto;
    display: block;
    padding-top: 40px; }
  .offer__box-first h4 {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding-top: 10px; }
  .offer__box-first p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    font-size: 13px; }

.box--first {
  margin-top: 50px; }

.box--second {
  margin-top: 30px; }

.offer__box-first:hover {
  -webkit-box-shadow: 1px 0px 12px 4px #dedede;
  -moz-box-shadow: 1px 0px 12px 4px #dedede;
  box-shadow: 1px 0px 12px 4px #dedede;
  transition: all 0.5s ease;
  color: #b31f24; }

.marks {
  margin-top: 80px; }
  .marks__title p {
    color: #b31f24;
    font-size: 15px;
    font-weight: 700;
    line-height: 0px; }
  .marks__title h3 {
    font-size: 33px;
    color: #000;
    font-weight: 800; }

.container-fluid,
.col-md-6 {
  padding: 0;
  margin: 0; }

.content__right-box p {
  font-size: 16px;
  color: #b31f24;
  font-weight: 700;
  padding-left: 50px;
  padding-top: 60px; }

.content__right-box h2 {
  font-size: 33px;
  font-weight: 800;
  color: #000;
  padding-left: 50px;
  max-width: 700px; }

.content__right-box h4 {
  max-width: 640px;
  padding-left: 50px;
  line-height: 24px;
  padding-top: 20px;
  color: #747474; }

.content__right-box ul {
  list-style: disc;
  padding-left: 67px;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 30px; }

.content__right-box li {
  padding-bottom: 10px; }

.content__right-box a {
  color: #b31f24;
  text-decoration: none;
  font-weight: 700;
  padding-left: 50px; }

.content__right-box a:hover {
  color: #747474 !important; }

.content__right-box {
  background-color: #fafafa;
  width: 100%;
  height: 514px; }

.content {
  margin-top: 100px; }

img {
  max-width: 100%; }

.content__right-box-more {
  float: right; }

.apple {
  margin-top: 0px !important;
  max-width: 160px !important; }

.samsung {
  max-width: 160px !important; }

.marks__title {
  margin-bottom: 40px; }

.owl-carousel {
  padding-top: 20px; }

.offer__box-first {
  display: block;
  width: 100%;
  height: auto; /*231px*/
  float: left;
  margin: -1px 0 0 -1px;
  color: black;
  transition: all 0.2s ease;
  animation: down-bump 0.4s ease;
  background-color: #fff;
  padding-bottom:25px; }

.offer__box-first:hover {
  -webkit-box-shadow: 1px 0px 12px 4px #dedede;
  -moz-box-shadow: 1px 0px 12px 4px #dedede;
  box-shadow: 1px 0px 12px 4px #dedede;
  transition: all 0.5s ease; }

.offer__box-first:hover h2 {
  color: #48ad26; }

.offer__box-first:hover h4 {
  color: #b31f24;
  text-decoration: none; }

a:focus,
a:hover {
  color: unset !important;
  text-decoration: none !important; }

.post {
  margin-top: 100px;
  margin-bottom: 50px; }
  .post__title p {
    color: #b31f24;
    text-align: center;
    font-weight: 800;
    font-size: 15px;
    line-height: 0px; }
  .post__title h3 {
    font-size: 33px;
    color: #000;
    font-weight: 800;
    text-align: center; }
  .post__title img {
    margin: 0 auto;
    display: block;
    margin-top: 20px; }
  .post__box-left {
    background-image: url("../images/post1.jpg");
    height: 390px;
    max-width: 540px;
    margin: 0 auto; }
  .post__box-right {
    background-image: url("../images/post3.jpg");
    height: 390px;
    max-width: 540px;
    margin: 0 auto; }
  .post__box {
    margin-top: 50px; }
  .post__box-left h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    padding-left: 35px;
    padding-top: 40px; }
  .post__box-left h3::after {
    content: '';
    display: block;
    width: 178px;
    height: 3px;
    background-color: #b31f24;
    margin-top: 10px; }
  .post__box-left p {
    color: #b1b1b1;
    font-weight: 700;
    padding-left: 35px;
    padding-top: 10px; }
  .post__box-left h5 {
    position: absolute;
    bottom: 25px;
    padding-left: 35px;
    color: #b31f24;
    font-weight: 700; }
  .post__box-right h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    padding-left: 35px;
    padding-top: 40px; }
  .post__box-right h3::after {
    content: '';
    display: block;
    width: 178px;
    height: 3px;
    background-color: #b31f24;
    margin-top: 10px; }
  .post__box-right p {
    color: #b1b1b1;
    font-weight: 700;
    padding-left: 35px;
    padding-top: 10px; }
  .post__box-right h5 {
    position: absolute;
    bottom: 25px;
    padding-left: 35px;
    color: #b31f24;
    font-weight: 700; }
  .post__box-right a:hover {
    color: #fff !important; }
  .post__box-left a:hover {
    color: #fff !important; }

.newsletter {
  margin-top: 36px;
  background-image: url("../images/news.jpg");
  height: 205px; }

.nl-info {
  FLOAT: left;
  color: #fff;
  font-size: 15px;
  padding-right: 30px;
  padding-top: 50px; }

.nl-info h3 {
  font-size: 33px;
  padding: 0px;
  margin: 0;
  font-weight: 700; }

.nl-info p {
  float: left;
  display: inline-block;
  color: #dfb8ba;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 10px;
  position: absolute; }

#acceptance_agreement {
  display: inline-block;
  padding: 0px;
  margin: 1px;
  float: left;
  margin-bottom: 40px;
  margin-right: 5px;
}

.label__1 {
  display: inline-block;
  margin-top: 18px;
  font-size: 12px;
  float: right;
  text-align: left;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  line-height: 1;
  color: #dfb8ba;
  margin-right: 29px; }

input[type=email] {
  width: 504px;
  background: inherit;
  border: 1px solid #fff;
  color: #000;
  height: 43px;
  padding: 0px 23px;
  display: block;
  float: left;
  margin-top: 65px;
  margin-left: 30px;
  background-color: #fff; }

input[type=placeholder] {
  color: #000; }

button {
  margin-left: -5px;
  background: #1c1c1a;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 0 34px;
  border: 0;
  text-transform: uppercase;
  display: block;
  float: right;
  height: 43px;
  margin-top: 65px; }

.footer_info {
  margin-top: 150px important;
  padding-top: 15px;
  padding-bottom: 15px; }

.readMore {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  

}

.readmoreContainer {
  display: inline-block; }

.nl-checkbox-container input[type=checkbox] + .label:before {
  background-color: #b71d25 !important;
  border: 1px solid #b71d25 !important; }

.icon,
.icon-koperta {
  color: #fff;
  font-size: 23px;
  position: absolute;
  left: 21px;
  top: 37px;
  margin: auto;
  height: 15px;
  background-image: url("../images/pobrane.png");
  background-repeat: no-repeat;
  background-position: 12px 3px;
  width: 42px;
  height: 36px; }

input::placeholder {
  color: #bcbcbc; }

@media (max-width: 1185px) and (min-width: 100px) {
  .newsletterCheckbox {
    width: 473px;
    line-height: 15px;
    margin-top: -10px; } }

@media (max-width: 778px) and (min-width: 100px) {
  .newsletterCheckbox {
    width: calc(100% - 20px); } }

.input-text.validation-failed,
textarea.validation-failed {
  border-color: #b71d25; }

.nl-input .validation-advice {
  position: absolute;
  top: 73px;
  color: #b71d25;
  font-size: 13px;
  margin: 0; }

.nl-checkbox-container input[type=checkbox] {
  background-color: #b71d25;
  border: 1px solid #b71d25; }

.acceptance_agreement_checkbox .validation-advice {
  top: 30px; }

.readmoreContainer {
  position: relative;
  display: inline-block; }

.newsletterCheckbox .readmorePopup {
  display: none;
  color: #fff;
  line-height: 1.3em;
  padding: 10px;
  max-width: 600px;
  background-color: #000;
  position: absolute;
  width: 600px;
  z-index: 3;
  left: 12px;
  top: 15px;
  border: 1px solid #000; }

.my-account .newsletterCheckbox .readmorePopup2:after,
.my-account .newsletterCheckbox .readmorePopup2:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  max-width: 100%; }

.newsletterCheckbox .readmorePopup:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px; }

.newsletterCheckbox .readmorePopup:before {
  border-color: transparent;
  border-bottom-color: #000;
  border-width: 11px;
  margin-left: -11px; }

.newsletterCheckbox .readmorePopup {
  font-size: 9px;
  white-space: normal; }

.newsletterCheckbox .readmorePopup p {
  margin-bottom: 0; }

.clearfix {
  clear: both; }

@media all and (max-width: 1200px) {
  .footer_info {
    margin-top: 300px; }
  #newsletter-validate-detail input[type=email] {
    max-width: 100%;
    float: none;
    margin-top: 0; }
  .newsletterCheckbox {
    white-space: normal;
    max-width: 1005; }
  .readmorePopup {
    display: none !important; }
  .nl-info {
    float: none; }
  .nl-input .validation-advice {
    position: inherit; } }

@media all and (max-width: 600px) {
  .footer_info {
    margin-top: 400px; } }

@media all and (max-width: 340px) {
  .footer_info {
    margin-top: 500px; } }

.col-md-7,
.col-md-5 {
  margin: 0;
  padding: 0; }

.footer {
  background-color: #1c1c1a;
  height: 265px; }
  .footer__icon {
    text-align: center; }
  .footer__icon li {
    display: inline-block;
    padding-right: 10px; }
  .footer__icon {
    margin-top: 60px; }

.fa-twitter,
.fa-youtube,
.fa-instagram {
  font-size: 20px;
  color: #fff;
  background-color: #3c3c3a;
  border-radius: 30px;
  padding: 10px; }

.fa-facebook-f {
  padding: 10px;
  width: 40px;
  font-size: 20px;
  color: #fff;
  background-color: #3c3c3a;
  border-radius: 30px; }

.fa-facebook-f:hover,
.fa-twitter:hover,
.fa-youtube:hover,
.fa-instagram:hover {
  background-color: #b31f24; }

.footer__menu li {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  padding-right: 35px; }

.footer__list:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #383836;
  margin-top: 35px; }

.footer__list {
  margin-top: 30px;
  text-align: center; }

.footer__bar p {
  color: #6e6e6d;
  text-align: center;
  font-size: 14px;
  padding-top: 10px; }

.content__left-box img {
  max-height: 514px; }



@media screen and (max-width: 767px) {
  .slider {
    height: 540px; } }

@media screen and (max-width: 767px) {
  .slider__title p {
    top: 20%; } }

@media screen and (max-width: 767px) {
  .slider__title h1 {
    font-size: 32px;
    top: 25%; } }

@media screen and (max-width: 767px) {
  .slider__title a {
    bottom: 25%; } }

@media screen and (max-width: 767px) {
  .news__title h2,
  .offer__title h3,
  .marks__title h3,
  .post__title h3,
  .nl-info h3 {
    font-size: 28px; } }

@media screen and (max-width: 992px) {
  .offer {
    height: 2075px; } }

@media screen and (max-width: 767px) {
  .content__right-box {
    height: 480px; } }

@media screen and (max-width: 520px) {
  .content__right-box {
    height: 400px; } }

@media screen and (max-width: 420px) {
  .content__right-box {
    height: 350px; } }

@media screen and (max-width: 375px) {
  .content__right-box {
    height: 430px; } }

@media screen and (max-width: 767px) {
  .content__right-box p,
  .content__right-box h2,
  .content__right-box h4,
  .content__right-box a {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 767px) {
  .content__right-box ul {
    padding-left: 35px;
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .content__right-box h4 {
    font-size: 15px; } }

@media screen and (max-width: 767px) {
  .post__box-left,
  .post__box-right {
    background-position: center; } }

@media screen and (max-width: 767px) {
  .owl-next {
    border-right: 1px solid #dfdfdf !important; } }

/*newsletter */
@media screen and (max-width: 990px) {
  .newsletter {
    height: 470px;
    background-size: cover; } }

@media screen and (max-width: 990px) {
  button {
    margin-left: unset;
    float: unset;
    margin-top: 9px; } }

@media screen and (max-width: 1200px) {
  input[type=email] {
    margin-top: 65px !important;
    float: left !important;
    width: 385px; } }

@media screen and (max-width: 990px) {
  input[type=email] {
    float: unset !important;
    width: 504px !important;
    margin-top: 65px !important;
    margin-left: 0px; } }

@media screen and (max-width: 767px) {
  .label__1 {
    background-position: center;
    background-size: cover;
    float: left; } }

@media screen and (max-width: 991px) {
  .label__1 {
    max-width: 400px;
    float: unset; } }

/* footer */
@media screen and (max-width: 990px) {
  .footer {
    height: 377px; } }

@media screen and (max-width: 992px) {
  .content__right-box-more {
    float: left; } }

@media screen and (max-width: 767px) {
  .footer__menu li {
    padding-right: 8px; } }

@media screen and (min-width: 992px) and (max-width: 1440px) {
  .content__right-box h2 {
    font-size: 28px; } }

@media screen and (min-width: 992px) and (max-width: 1440px) {
  .content__right-box h4 {
    font-size: 15px; } }

@media screen and (min-width: 992px) and (max-width: 1840px) {
  .slider {
    background-position: 100%; } }

@media screen and (min-width: 520px) and (max-width: 992px) {
   .slider {
      background-position: 70%; } }
    

.post--second::after {
  content: '';
  display: block;
  width: 190px !important;
  height: 3px;
  background-color: #b31f24;
  margin-top: 10px; }

#map {
  width: 100%;
  height: 500px; }

.item a:hover {
  color: #747474; }

.news_button {
  text-align: center;
  margin-bottom: 70px; }

.news_button a {
  border: 1px solid #000;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  padding: 10px 30px; }

.art__title {
  background-image: url("/assets/images/bg_sm.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px; }
  .art__title h2 {
    font-weight: 800;
    font-size: 33px;
    color: #3a3a3a;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0; }

.art p {
  color: #c0c0c0;
  font-weight: 700;
  font-size: 13px;
  padding-top: 25px;
  line-height: 5px; }

.art__box {
  margin-top: 50px;
  margin-bottom: 40px; }

.art h3 {
  font-size: 16px;
  color: #000;
  font-weight: 700; }

.art h4 {
  font-size: 16px;
  color: #747474;
  line-height: 23px; }

.art h4::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #dfdfdf;
  margin-top: 30px;
  max-width: 360px; }

.art a {
  color: #b31f24;
  text-decoration: none;
  font-weight: 700; }

.art .fa,
.art .fas {
  padding-left: 5px; }

.art .page-num {
  float: right; }
  .art .page-num a {
    color: #747474;
    padding: 0 10px; }
    .art .page-num a:hover {
      border: 1px solid #b31f24;
      padding: 5px 10px; }
  .art .page-num #arrow:hover {
    border: none; }
  .art .page-num img {
    height: 20px;
    width: 20px; }

@media only screen and (max-width: 992px) {
  .art__box img {
    height: 400px; } }

@media only screen and (max-width: 768px) {
  .art__box img {
    height: 100%; } }

.info__title {
  background-image: url("/assets/images/bg_sm.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px; }
  .info__title h2 {
    font-weight: 800;
    font-size: 33px;
    color: #3a3a3a;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0; }

.info .info__text {
  padding: 60px 90px; }

.info .info__text h3 {
  text-align: center;
  font-weight: 800;
  font-size: 26px; }

.info .info__text h4 {
  text-align: center;
  color: #c0c0c0;
  font-weight: 700;
  font-size: 14px;
  padding: 15px 0 25px 0;
  line-height: 5px; }

.info .info__text img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 30px; }

.info .info__text p {
  font-size: 14px; }

.info .info__text p span {
  padding-top: 30px;
  font-weight: bold;
  font-size:18px;
 }

.info .info__next p,
.info .info__prev p {
  padding: 0;
  margin: 0; }

.info .info__next a,
.info .info__prev a {
  color: #b1b1b1;
  padding-bottom: 20px; }
  .info .info__next a:hover,
  .info .info__prev a:hover {
    color: #b31f24 !important; }

.info .info__next,
.info .info__prev {
  padding: 60px 20px 0 20px; }

.info .info__next {
  float: right;
  text-align: right; }

.info .info__txt {
  padding-top: 20px; }

@media only screen and (max-width: 992px) {
  .info .info__next {
    float: left;
    text-align: left; }
  .info .info__text {
    padding: 30px 0px; } }

.mission__title {
  background-image: url("/assets/images/bg_sm.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .mission__title h2 {
    font-weight: 800;
    font-size: 33px;
    color: #3a3a3a;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0; }

.mission h4 {
  margin: 0; }

.mission .pad-right {
  padding-right: 0; }

.mission .pad-left {
  padding-left: 0; }

.mission .bg1 {
  background-image: url("/assets/images/bg1.1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px; }

.mission .bg2 {
  background-image: url("/assets/images/bg1.2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  padding: 80px 0px 0px 60px; }

.mission .bg3 {
  background-image: url("/assets/images/bg2.2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px; }

.mission .bg4 {
  background-image: url("/assets/images/bg2.1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  padding: 80px 60px 0px 40%; }

@media only screen and (max-width: 1200px) {
  .mission .bg4 {
    padding: 80px 60px 0px 20%; } }

.mission .bg5 {
  background-image: url("/assets/images/bg3.1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px; }

.mission .bg6 {
  background-image: url("/assets/images/bg3.2.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  padding: 80px 0px 0px 60px; }

.mission .bg2 h3,
.mission .bg6 h3,
.mission .bg4 h3 {
  font-size: 33px;
  font-weight: 800;
  max-width: 500px;
  padding-bottom: 20px; }

.mission .bg2 h4,
.mission .bg6 h4,
.mission .bg4 h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #b31f24;
  font-weight: 700; }

.mission .bg2 p,
.mission .bg6 p,
.mission .bg4 p {
  font-size: 16px;
  color: #666666;
  max-width: 500px; }

.mission .bg1,
.mission .bg2,
.mission .bg3,
.mission .bg4,
.mission .bg5,
.mission .bg6 {
  background-position: center; }

.mission .bg4 p {
  max-width: 450px; }

.mission .bg6 h3 {
  max-width: 446px; }

@media only screen and (max-width: 992px) {
  .mission .bg2,
  .mission .bg6,
  .mission .bg4 {
    padding: 20px;
    height: auto; }
    .mission .bg2 p,
    .mission .bg2 h3,
    .mission .bg6 p,
    .mission .bg6 h3,
    .mission .bg4 p,
    .mission .bg4 h3 {
      max-width: 100%; } }

.mission .target {
  padding-top: 40px;
  text-align: center; }
  .mission .target h3 {
    font-size: 33px;
    font-weight: 800;
    padding-bottom: 20px; }
  .mission .target h4 {
    font-size: 15px;
    text-transform: uppercase;
    color: #b31f24;
    font-weight: 700;
    padding-top: 40px; }
  .mission .target #line {
    padding-bottom: 50px; }
  .mission .target img {
    display: block;
    margin: 0 auto; }
  .mission .target h5 {
    font-size: 18px;
    font-weight: 700;
    max-width: 220px;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px; }

.office h2 {
  font-weight: 700;
  font-size: 30px;
  color: #3a3a3a; }

.office__title {
  background-image: url("/assets/images/bg_sm.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px; }
  .office__title h2 {
    font-weight: 800;
    font-size: 33px;
    color: #3a3a3a;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0; }

.office p {
  color: #c0c0c0;
  font-weight: 700;
  font-size: 13px;
  padding-top: 25px;
  line-height: 5px; }

.office__box {
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 0 10px; }
  .office__box h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700; }
  .office__box h4 {
    font-size: 16px;
    color: #747474;
    line-height: 23px; }
  .office__box h4::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #dfdfdf;
    margin-top: 30px;
    max-width: 360px; }
  .office__box a {
    color: #b31f24;
    text-decoration: none;
    font-weight: 700; }
  .office__box .fa,
  .office__box .fas {
    padding-left: 5px; }

.office .page-num {
  float: right; }
  .office .page-num a {
    color: #747474;
    padding: 0 10px; }
    .office .page-num a:hover {
      border: 1px solid #b31f24;
      padding: 5px 10px; }
  .office .page-num #arrow:hover {
    border: none; }
  .office .page-num img {
    height: 20px;
    width: 20px; }

.office__grey {
  background-color: #fafafa;
  background-size: cover;
  padding: 20px;
  margin-top: 50px; }
  .office__grey h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000; }
  .office__grey p {
    font-size: 14px;
    color: #7f7f7f;
    font-weight: 400;
    line-height: 20px;
    padding-top: 15px; }
  .office__grey__link {
    position: relative; }
    .office__grey__link i {
      color: #d1d1d1;
      right: 20px;
      font-size: 30px;
      position: absolute;
      top: 0px; }

.office #a1:hover p,
.office #a1:hover i,
.office #a2:hover p,
.office #a2:hover i,
.office #a3:hover p,
.office #a3:hover i {
  color: #b31f24; }

.office hr {
  border-top-width: 2px; }

.office .contact a {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px; }
  .office .contact a i {
    color: #b31f24;
    padding-right: 10px; }

.office .contact .button-contact {
  padding-top: 30px; }
  .office .contact .button-contact .btn {
    border: 1px solid #000;
    padding: 10px 30px;
    border-radius: 0px;
    text-transform: uppercase; }

@media only screen and (max-width: 992px) {
  .office .office__box img {
    height: 400px; } }

@media only screen and (max-width: 768px) {
  .office .office__box img {
    height: 100%; } }

.kont__title {
  background-image: url("/assets/images/bg_sm.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px; }
  .kont__title h2 {
    font-weight: 800;
    font-size: 33px;
    color: #3a3a3a;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0; }

.kont h3 {
  font-size: 33px;
  font-weight: 800;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase; }

.kont h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #b31f24;
  font-weight: 700;
  padding-top: 40px;
  text-align: center; }

.kont #line {
  padding-bottom: 50px; }

.kont img {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px; }

.kont__grey {
  background-color: #fafafa;
  padding: 20px 0;
  margin-bottom: 50px; }
  .kont__grey h5 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-align: center; }
  .kont__grey p,
  .kont__grey a {
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px;
    color: #1c1c1a; }

.kont__bg {
  background-image: url("/assets/images/bg_contact.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 700px;
  padding-left: 40%;
  padding-top: 80px;
  margin-bottom: -100px;
  padding-right: 20px; }
  .kont__bg h4,
  .kont__bg h3 {
    margin: 0;
    text-align: left;
  padding-bottom:30px; }
  .kont__bg p {
    max-width: 380px;
    font-size: 15px; }
  .kont__bg img {
    padding-top:20px;
    margin: 0; }

.kont__form h2 {
  margin-top: 100px;
  text-transform: uppercase;
  color: #03658c; }
  @media all and (max-width: 1400px) {
    .kont__form h2 {
      margin-top: 0; } }

.kont__form .send__result {
  display: none;
  font-weight: 400;
  width: 50%;
  margin-top: 50px; }

.kont__form .success_form {
  color: green;
  border: 1px solid green;
  padding: 5px 15px;
  display: inline-block; }

.kont__form .fail_form {
  color: red;
  border: 1px solid red;
  padding: 5px 15px;
  display: inline-block; }

.kont__form form {
  padding: 0;
  font-size: 0;
  position: relative;
  padding-right: 30%;
  padding-left: 50px;
  padding-top: 20px;
 }

.kont__form label {
  display: inline;
  line-height: 13px;
  color: #000;
  font-size: 13px;
  font-weight: 350; }

.kont__form input[type="text"] {
  width: 100%;
  padding: 5px 5px;
  font-weight: 300;
  font-size: 15px;
  margin: 10px 0;
  border: none;
  background: none;
  transition: .5s;
  border-bottom: 1px solid #b3b3b3; }
  .kont__form input[type="text"]:focus {
    outline: none; }

.kont__form input[type="submit"] {
  color: #b3b3b3;
  float: none;
  display: inline-block;
  margin: 0 auto;
  outline: none;
  border: 0;
  color: #fff;
  float: right;
  margin-top: 25px; }
  @media all and (max-width: 480px) {
    .kont__form input[type="submit"] {
      width: 100%; } }

.kont__form .name_fail,
.kont__form .mail_fail,
.kont__form .phone_fail,
.kont__form .content_fail {
  border-bottom: 1px solid red;
  font-weight: 400;
  font-size: 14px;
  padding: 10px;
  color: red;
  display: none; }

.kont__form textarea {
  width: 100%;
  resize: none;
  min-height: 250px;
  font-size: 16px;
  border: none;
  border-left: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  padding: 10px 10px;
  font-weight: 400;
  transition: .5s;
  background: none; }
  .kont__form textarea:focus {
    outline: none;
    border-color: #f18232;
    background-color: #fff; }

.kont__form #name {
  background-image: url("../images/form_06.jpg");
  background-repeat: no-repeat;
  background-position: right center; }

.kont__form #mail {
  background-image: url("../images/form_10.jpg");
  background-repeat: no-repeat;
  background-position: right center; }

.kont__form #phone {
  background-image: url("../images/form_20.png");
  background-repeat: no-repeat;
  background-position: right center; }

.kont__form #message {
  background-image: url("../images/form_12.png");
  background-repeat: no-repeat;
  background-position: right top;
  padding: 5px 5px 150px 5px; }

  .kont__form #content {
    background-image: url("../images/form_12.png");
    background-repeat: no-repeat;
    background-position: right top;
    padding: 5px 5px 150px 5px; 
    width: 100%;
    padding: 5px 5px;
    font-weight: 300;
    font-size: 15px;
    margin: 10px 0;
    border: none;
    
    transition: .5s;
    border-bottom: 1px solid #b3b3b3;
  }

  textarea::placeholder {
    color: #b3b3b3;
  }

.kont .button-send {
  text-align: center;
  width: 50%; }
  .kont .button-send .btn {
    font-size: 14px;
    font-weight: 800;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px 20px; }

@media only screen and (max-width: 992px) {
  .kont .kont__bg {
    height: 350px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    margin-bottom: 0; }
    .kont .kont__bg p,
    .kont .kont__bg img {
      display: block;
      margin: 0 auto; }
    .kont .kont__bg h3,
    .kont .kont__bg h4 {
      text-align: center; }
  .kont form {
    padding-right: 50px; }
  .kont .button-send {
    width: 100%; } }

.people__title {
  background-image: url("/assets/images/bg_sm.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px; }
  .people__title h2 {
    font-weight: 800;
    font-size: 33px;
    color: #3a3a3a;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0; }

.people__dist {
  padding-bottom: 50px; }

.people__bg-1 {
  background-image: url("/assets/images/mheld.jpg");
  background-position: right; }

.people__bg-2 {
  background-image: url("/assets/images/kwira.png");
  background-position: center; }

.people__bg-1, .people__bg-2 {
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px; }

.people .right-txt {
  padding-left: 30%; }

.people__grey {
  margin: 50px 0;
  background-color: #fafafa;
  padding: 40px; }
  .people__grey h3 {
    font-size: 33px;
    font-weight: 800;
    max-width: 500px;
    padding-bottom: 20px; }
  .people__grey h4 {
    font-size: 15px;
    text-transform: uppercase;
    color: #b31f24;
    font-weight: 700; }
  .people__grey p {
    font-size: 16px;
    color: #666666;
    max-width: 550px; }

@media only screen and (max-width: 992px) {
  .people .right-txt {
    padding-left: 40px; }
  .people__grey {
    margin: 0; }
  .people__dist {
    padding: 0; } }

.firm__title {
  background-image: url("/assets/images/bg_sm.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .firm__title h2 {
    font-weight: 800;
    font-size: 33px;
    color: #3a3a3a;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0; }

.firm h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  max-width: 400px;
  height: 40px;
margin-bottom: 22px;
}
  .firm h3 strong {
    font-weight: 800; }

.firm a {
  color: #b31f24;
  font-weight: 700;
  text-transform: uppercase; }

.firm .hours {
  height: 80px; }

.firm img {
  display: block; }

.firm__border {
  border-right: 1px solid #b1b1b1;
  margin: 10px 30px 10px 10px; }

.firm td {
  padding-right: 30px; }

.firm #map {
  margin-bottom: 40px; }

@media only screen and (max-width: 992px) {
  .firm .firm__border {
    border-right-color: transparent; } }

.off__title {
  background-image: url("/assets/images/bg_sm.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .off__title h2 {
    font-weight: 800;
    font-size: 33px;
    color: #3a3a3a;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0; }

.off__grey {
  background-image: url("../images/back.jpg");
  height: 890px; /*750px*/
  background-position: center;
  background-size: cover;
  margin-bottom: -100px; }

.off__box-first {
  background-color: #fff;
  width: 260px;
  height: 230px; }

.off__box-first img {
  margin: 0 auto;
  display: block;
  padding-top: 40px; }

.off__box-first h4 {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding-top: 10px; }

.off__box-first p {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  font-size: 14px; }

@media screen and (max-width: 991px) {
  .off .off__grey {
    height: 2080px; } }

.off .box--first {
  margin-top: 50px; }

.off .box--second {
  margin-top: 30px; }

.off__box-first:hover {
  -webkit-box-shadow: 1px 0px 12px 4px #dedede;
  -moz-box-shadow: 1px 0px 12px 4px #dedede;
  box-shadow: 1px 0px 12px 4px #dedede;
  transition: all 0.5s ease;
  color: #b31f24; }

.off__box-first {
  display: block;
  width: 100%;
  height: 231px;
  float: left;
  margin: -1px 0 0 -1px;
  color: black;
  transition: all 0.2s ease;
  animation: down-bump 0.4s ease;
  background-color: #fff; }

.off__box-first:hover {
  -webkit-box-shadow: 1px 0px 12px 4px #dedede;
  -moz-box-shadow: 1px 0px 12px 4px #dedede;
  box-shadow: 1px 0px 12px 4px #dedede;
  transition: all 0.5s ease; }

.off__box-first:hover h4 {
  color: #b31f24;
  text-decoration: none; }

.off__txt {
  padding: 60px 20px; }
  .off__txt h3 {
    font-size: 33px;
    font-weight: 800;
    max-width: 500px;
    padding-bottom: 20px; }
  .off__txt h4 {
    font-size: 15px;
    text-transform: uppercase;
    color: #b31f24;
    font-weight: 700; }
  .off__txt p {
    font-size: 16px;
    color: #666666; }

.off__img {
  padding: 60px 20px; }
  .off__img img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
#asign {
  margin-right:4px;
}
.readMore span {
  color: #b71d25;
    PADDING-LEFT: 18px;
}
.label__3 {
  margin-top:10px;
}

@media screen and (max-width:767px) {
  .nl-info p {
    font-size: 11px;
  }
}
@media screen and (max-width:1200px) {
  #acceptance_agreement {
    margin-bottom:unset;
  }
}
@media screen and (max-width:1200px) {
  .readMore span {
    padding-left:unset;
  }
}
@media screen and (min-width:992px) and (max-width:1200px) {
  .label__1 {
    font-size: 9px;
  }
}
@media screen and (max-width:767px) {
  .label__1 {
    font-size: 10px;
  }
}
@media screen and (min-width:992px) and (max-width:1199px){
.offer {
  height: 920px !important;
}
.offer__box-first {
  height: 310px !important;
}
}
.owl-one button { 
display:none !important;
}


/*
.offer{
  height:820px;
}
.offer__box-first{
  height:270px;
}
.offer__box-first p{
  font-size:11px;
}*/

.content__left-box img{
  display: block;
  margin: 0px 0px;
  padding: 0;
  width: 100%;
  height:514px;
}
@media screen and (min-width: 992px) and (max-width:1199px){
    .off__grey {
      height: 980px !important;
    }
}
@media screen and (max-width:519px) {
  .off__grey {
    height: 2230px !important; 
  }
}
@media screen and (max-width:400px){
  .off__grey {
    height: 2420px !important;
  }
}
.off__grey{
  height:830px;
}
.off__box-first {
  padding-bottom:25px;
  height:auto;
}
.off__box-first p{
  font-size:13px;
}
@media screen and (max-width:767px) {
  .content__left-box img {
    
    height: 300px;
  }
}
@media screen and (max-width:520px) {
  .content__left-box img {
    
    height: 220px;
  }
}

@media screen and (min-width:992px) and (max-width:1400px) {
  .content__left-box img {
    height: 440px !important;
  }
}
@media screen and (min-width:992px) and (max-width:1400px) {
  .content__right-box {
    height: 440px !important;
  }
}
@media screen and (min-width:1200px) {
  .off__grey {
    height: 890px !important;
  }
}
#send {
  font-size: 14px;
    font-weight: 800;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px 20px;
    background-color: #fff;
}