.title_home {
 floaT: left;
 width: 100%;
 padding: 0 14px;
 margin: 0 0 20px 0;
 font-weight: 700;
 font-size: 33px;
 line-height: 1.2;
 text-align: center;
 color: #1e2746;
 text-transform: uppercase;
}

@media screen and (max-width:1200px) {
 .title_home {
  margin: 0 0 18px 0;
  font-size: 31px;
 }
}

@media screen and (max-width:1000px) {
 .title_home {
  margin: 0 0 16px 0;
  font-size: 29px;
 }
}

@media screen and (max-width:900px) {
 .title_home {
  margin: 0 0 14px 0;
  font-size: 26px;
 }
}

@media screen and (max-width:650px) {
 .title_home {
  margin: 0 0 12px 0;
  font-size: 23px;
 }
}

@media screen and (max-width:500px) {
 .title_home {
  margin: 0 0 12px 0;
  font-size: 21px;
 }
}








#accents_home {
 float: left;
 width: 100%;
 padding: 30px 0 0 0;
 line-height: 1.2;
}

#accents_home .container {
 max-width: 1920px;
}

#accents_home .wrapper {
 padding: 0;
}

.accent_boxes_home {
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
 gap: 10px;
 float: left;
 width: 100%;
}

.accent_box_home,
.accent_box_home *,
.accent_box_home *::before,
.accent_box_home *::after {
 transition: 0.4s ease-in-out;
}

.accent_box_home {
 position: relative;
 height: 275px;
 line-height: 1.2;
}
.accent_box_home>a:nth-child(1) {
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
 font-size: 0;
 z-index: 5;
}

.accent_box_home .image {
 position: relative;
 float: left;
 width: 100%;
 height: 100%;
}

.accent_box_home .image::before {
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 content: '';
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.2);
 opacity: 0.5;
 z-index: 2;
}

.accent_box_home:hover .image::before {
 background-color: rgba(0, 0, 0, 0.76);
}

.accent_box_home .image::after {
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 content: '';
 width: 100%;
 height: 100%;
 background: url('/img/accent-mask.png') bottom center repeat-x;
 z-index: 2;
}

.accent_box_home .image>a {
 display: flex;
 width: 100%;
 height: 100%;
}

.accent_box_home .image a>img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.accent_box_home .info {
 position: absolute;
 bottom: 15px;
 left: 0;
 right: 0;
 display: flex;
 flex-direction: column;
 justify-content: center;
 width: 100%;
 padding: 0 28px;
 color: #fff;
 z-index: 3;
}

.accent_box_home .title {
 float: left;
 width: 100%;
 margin: 0 0 12px 0;
 text-align: center;
}

.accent_box_home .title a,
.accent_box_home .title a:link,
.accent_box_home .title a:visited,
.accent_box_home .title a:hover {
 font-weight: 700;
 font-size: 21px;
 line-height: 1.24;
 color: #fff;
 text-transform: uppercase;
 text-shadow: -1px 0px 2.86px rgba(0, 0, 0, 0.88);
}

.accent_box_home .basic_btn {
 align-self: center;
 padding: 9px 17px 7px 17px;
 font-size: 14px;
 color: #ee1b24;
 text-transform: uppercase;
 border: none;
 border-radius: 30px;
 background-color: #fff;
}

.accent_box_home:hover .basic_btn {
 color: #fff;
 background-color: #ee1b24;
}

@media screen and (max-width:1200px) {
 .accent_box_home .title a,
 .accent_box_home .title a:link,
 .accent_box_home .title a:visited,
 .accent_box_home .title a:hover {
  font-size: 20px;
 }
}

@media screen and (max-width:1000px) {
 #accents_home {
  padding: 27px 0 0 0;
 }
 .accent_box_home .title a,
 .accent_box_home .title a:link,
 .accent_box_home .title a:visited,
 .accent_box_home .title a:hover {
  font-size: 19px;
 }
}

@media screen and (max-width:900px) {
 #accents_home {
  padding: 25px 0 0 0;
 }
 .accent_boxes_home {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
 }
 .accent_box_home {
  height: 250px;
 }
 .accent_box_home .title a,
 .accent_box_home .title a:link,
 .accent_box_home .title a:visited,
 .accent_box_home .title a:hover {
  font-size: 18px;
 }
 .accent_box_home .basic_btn {
  padding: 8px 14px 6px 14px;
  font-size: 13px;
 }
}

@media screen and (max-width:650px) {
 #accents_home {
  padding: 18px 0 0 0;
 }
 .accent_box_home {
  height: 220px;
 }
 .accent_box_home .title a,
 .accent_box_home .title a:link,
 .accent_box_home .title a:visited,
 .accent_box_home .title a:hover {
  font-size: 17px;
 }
 .accent_box_home .basic_btn {
  padding: 8px 14px 6px 14px;
  font-size: 12px;
 }
}

@media screen and (max-width:500px) {
 #accents_home {
  padding: 14px 0 0 0;
 }
 .accent_box_home {
  height: 180px;
 }
 .accent_box_home .title a,
 .accent_box_home .title a:link,
 .accent_box_home .title a:visited,
 .accent_box_home .title a:hover {
  font-size: 16px;
 }
 .accent_box_home .basic_btn {
  padding: 7px 11px 5px 11px;
  font-size: 11px;
 }
}

@media screen and (max-width:460px) {
 .accent_boxes_home {
  grid-template-columns: 1fr;
  gap: 8px;
 }
}












#mini_accents_home {
 float: left;
 width: 100%;
 padding: 40px 0 50px 0;
 line-height: 1.2;
}

.mini_accent_boxes_home {
 display: grid;
 grid-template-columns: 1fr 1fr 1fr 1fr;
 gap: 20px;
 float: left;
 width: 100%;
 margin: 12px 0 0 0;
}

.mini_accent_box_home {
 line-height: 1.2;
}

.mini_accent_box_home .icon {
 display: flex;
 justify-content: center;
 float: left;
 width: 100%;
}

.mini_accent_box_home .icon img {
 width: auto;
 height: 80px;
}

.mini_accent_box_home .title {
 float: left;
 width: 100%;
 margin: 20px 0 0 0;
 text-align: center;
 font-weight: 700;
 font-size: 20px;
 line-height: 1.24;
 color: #1e2746;
 text-transform: uppercase;
}

@media screen and (max-width:1200px) {
 #mini_accents_home {
  padding: 35px 0 45px 0;
 }
 .mini_accent_box_home .icon img {
  height: 70px;
 }
 .mini_accent_box_home .title {
  margin: 18px 0 0 0;
  font-size: 18px;
 }
}

@media screen and (max-width:1000px) {
 #mini_accents_home {
  padding: 30px 0 40px 0;
 }
 .mini_accent_boxes_home {
  gap: 12px;
  margin: 10px 0 0 0;
 }
 .mini_accent_box_home .icon img {
  height: 60px;
 }
 .mini_accent_box_home .title {
  margin: 16px 0 0 0;
  font-size: 17px;
 }
}

@media screen and (max-width:900px) {
 #mini_accents_home {
  padding: 27px 0 33px 0;
 }
 .mini_accent_box_home .icon img {
  height: 50px;
 }
 .mini_accent_box_home .title {
  margin: 14px 0 0 0;
  font-size: 16px;
 }
}

@media screen and (max-width:650px) {
 #mini_accents_home {
  padding: 24px 0 28px 0;
 }
 .mini_accent_box_home .icon img {
  height: 40px;
 }
 .mini_accent_box_home .title {
  margin: 12px 0 0 0;
  font-size: 14px;
 }
}

@media screen and (max-width:500px) {
 #mini_accents_home {
  padding: 20px 0 24px 0;
 }
 .mini_accent_box_home .title {
  margin: 10px 0 0 0;
  font-size: 13px;
 }
}

@media screen and (max-width:450px) {
 .mini_accent_boxes_home {
  grid-template-columns: 1fr 1fr;
  gap: 24px 10px;
  margin: 8px 0 0 0;
 }
}












#home_brochure {
 float: left;
 width: 100%;
 padding: 0 0 50px 0;
 line-height: 1.2;
}

#home_brochure .container {
 max-width: 800px;
}

#home_brochure .wrapper {
 display: flex;
 flex-direction: column;
 align-items: center;
}

#home_brochure .main_title {
 float: left;
 width: 100%;
 max-width: 475px;
 padding: 0;
 margin: 0;
 color: #142141;
 text-align: center;
 text-transform: initial;
 border: none!important;
 background: transparent;
}

#home_brochure .main_title::after {
 display: none!important;
}

#home_brochure .main_title span {
 color: #ee1b24;
}

#home_brochure .secondary_title {
 float: left;
 width: 100%;
 margin: 36px 0 0 0;
 font-weight: 700;
 font-size: 27px;
 color: #142141;
 text-align: center;
 text-transform: uppercase;
 background: transparent;
}

#home_brochure .infos {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 14px 40px;
 float: left;
 width: 100%;
 margin: 20px 0 0 0;
}

#home_brochure .info {
 display: flex;
 align-items: center;
 line-height: 1.2;
}

#home_brochure .info .icon {
 display: flex;
 align-items: center;
}

#home_brochure .info .icon img {
 width: 68px;
 min-width: 68px;
 height: auto;
}

#home_brochure .info .text {
 padding: 0 0 0 20px;
 font-weight: 400;
 font-size: 22px;
 line-height: 1.24;
 color: #1e2746;
}

#home_brochure .info .text.underline {
/*  text-decoration: underline; */
}

#home_brochure .additional_discount {
 display: flex;
 justify-content: center;
/*  align-items: center; */
 max-width: 550px;
 margin: 20px 0 0 0;
 font-size: 20px;
 color: #ee1b24;
 text-align: center;
}

#home_brochure .additional_discount img {
 align-self: flex-start;
 width: 42px;
 min-width: 42px;
 margin: 0 12px 0 0;
}

@media screen and (max-width:1200px) {
 #home_brochure .secondary_title {
  margin: 32px 0 0 0;
  font-size: 25px;
 }
 #home_brochure .info .icon img {
  width: 60px;
  min-width: 60px;
 }
 #home_brochure .info .text {
  padding: 0 0 0 18px;
  font-size: 21px;
 }
 #home_brochure .additional_discount {
  font-size: 19px;
 }
 #home_brochure .additional_discount img {
  width: 38px;
  min-width: 38px;
  margin: 0 10px 0 0;
 }
}

@media screen and (max-width:1000px) {
 #home_brochure .secondary_title {
  margin: 28px 0 0 0;
  font-size: 23px;
 }
 #home_brochure .info .text {
  padding: 0 0 0 16px;
  font-size: 20px;
 }
 #home_brochure .additional_discount {
  font-size: 18px;
 }
 #home_brochure .additional_discount img {
  width: 34px;
  min-width: 34px;
  margin: 0 8px 0 0;
 }
}

@media screen and (max-width:900px) {
 #home_brochure {
  padding: 0 0 40px 0;
 }
 #home_brochure .secondary_title {
  margin: 25px 0 0 0;
  font-size: 22px;
 }
 #home_brochure .info .icon img {
  width: 50px;
  min-width: 50px;
 }
 #home_brochure .info .text {
  padding: 0 0 0 16px;
  font-size: 19px;
 }
 #home_brochure .additional_discount {
  font-size: 17px;
  text-align: left;
 }
 #home_brochure .additional_discount img {
  width: 30px;
  min-width: 30px;
  margin: 0 12px 0 0;
 }
}

@media screen and (max-width:650px) {
 #home_brochure {
  padding: 0 0 30px 0;
 }
 #home_brochure .secondary_title {
  margin: 20px 0 0 0;
  font-size: 20px;
 }
 #home_brochure .info .icon img {
  width: 40px;
  min-width: 40px;
 }
 #home_brochure .info .text {
  padding: 0 0 0 14px;
  font-size: 18px;
 }
 #home_brochure .additional_discount {
  font-size: 16px;
 }
 #home_brochure .additional_discount img {
  width: 26px;
  min-width: 26px;
 }
}

@media screen and (max-width:500px) {
 #home_brochure .secondary_title {
  font-size: 18px;
 }
 #home_brochure .infos {
  gap: 14px 20px;
  margin: 18px 0 0 0;
 }
 #home_brochure .info .text {
  padding: 0 0 0 10px;
  font-size: 17px;
 }
 #home_brochure .additional_discount img {
  width: 22px;
  min-width: 22px;
 }
}

@media screen and (max-width:450px) {
 #home_brochure .secondary_title {
  font-size: 17px;
 }
 #home_brochure .infos {
  margin: 14px 0 0 0;
 }
 #home_brochure .info .icon img {
  width: 32px;
  min-width: 32px;
 }
 #home_brochure .info .text {
  padding: 0 0 0 8px;
  font-size: 16px;
 }
}

@media screen and (max-width:420px) {
 #home_brochure .infos {
  grid-template-columns: 1fr;
 }
 #home_brochure .info .icon img {
  width: 40px;
  min-width: 40px;
 }
}

