/* compiled by scssphp v0.7.0 on Mon, 07 Dec 2020 13:15:51 +0100 (0.9323s) */

@font-face {
  font-family: 'Montserrat';
  font-weight: 300;
  src: url(/css/default/fonts/Montserrat-Light.ttf); }

@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  src: url(/css/default/fonts/Montserrat-Regular.ttf); }

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  src: url(/css/default/fonts/Montserrat-Medium.ttf); }

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  src: url(/css/default/fonts/Montserrat-Bold.ttf); }

@font-face {
  font-family: 'Montserrat';
  font-weight: 900;
  src: url(/css/default/fonts/Montserrat-Black.ttf); }

@font-face {
  font-family: 'Copper Penny DTP Normal';
  font-weight: 400;
  src: url(/css/default/fonts/Copper_Penny_DTP.ttf); }
/**
 * Base
 */
/* line 5, ../sass/_base.scss */
* {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300; }
/* line 7, ../sass/_base.scss */
html, body {
  font-size: 16px; }
/* line 8, ../sass/_base.scss */
div, span, p, textarea, input, select, li, td {
  color: white; }
/* line 9, ../sass/_base.scss */
a {
  color: #0c3e69;
  outline: none;
  text-decoration: none;
  font-size: 1rem; }
/* line 10, ../sass/_base.scss */
a:hover {
  color: #000;
  text-decoration: none; }
/* line 11, ../sass/_base.scss */
a:active {
  color: #666; }
/* line 12, ../sass/_base.scss */
a:focus {
  text-decoration: none;
  outline: none; }
/* line 14, ../sass/_base.scss */
img {
  border: 0;
  height: auto;
  max-width: 100%; }
/* line 15, ../sass/_base.scss */
video {
  max-width: 100%;
  height: auto; }
/* img:hover {opacity:0.85; filter:alpha(opacity=85); transition:0.8s; -webkit-transition:0.8s; -moz-transition:0.8s; -ms-transition:0.8s; -o-transition:0.8s;} */
/* line 17, ../sass/_base.scss */
th {
  text-align: left; }
/* line 18, ../sass/_base.scss */
ul {
  padding: 0;
  margin: 0; }
/* line 19, ../sass/_base.scss */
ul li {
  list-style: none outside none; }
/* line 22, ../sass/_base.scss */
.subcontent_container ul li {
  padding-left: 15px;
  background: url('/css/default/images/li.png') left 8px no-repeat; }
/* line 26, ../sass/_base.scss */
table caption {
  font-weight: bold;
  text-transform: uppercase; }
/* line 27, ../sass/_base.scss */
.alert {
  font-size: 1.2rem; }
/* Style Bartka */
/* line 29, ../sass/_base.scss */
.hiddenen {
  opacity: 0; }
/* line 30, ../sass/_base.scss */
.no-marg {
  margin-left: 0 !important;
  margin-right: 0 !important; }
/* line 31, ../sass/_base.scss */
.no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important; }
/* line 33, ../sass/_base.scss */
#map_1 {
  max-width: 100%; }
/* line 35, ../sass/_base.scss */
h1 {
  font-size: 34px; }
/* line 39, ../sass/_base.scss */
h2 {
  font-size: 30px; }
/* line 43, ../sass/_base.scss */
h3 {
  font-size: 26px; }
/* line 47, ../sass/_base.scss */
h4 {
  font-size: 18px; }
/* line 55, ../sass/_base.scss */
#cookies {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3px 0;
  width: 100%;
  text-align: center;
  background: #000;
  border-top: 1px solid #666;
  opacity: 0.75;
  filter: alpha(opacity=75); }
/* line 69, ../sass/_base.scss */
#cookies_info, #cookies_more, #cookies_ok {
  font-size: 15px;
  color: #fff;
  padding: 5px;
  display: inline-block; }
/* line 75, ../sass/_base.scss */
#cookies_more {
  text-decoration: underline; }
/* line 78, ../sass/_base.scss */
#cookies_ok {
  float: right;
  right: 15px;
  font-size: 25px;
  position: absolute;
  margin-top: -7px; }
/* line 89, ../sass/_base.scss */
.totop {
  background: rgba(0, 0, 0, 0) url("/css/default/images//arrow.png") no-repeat scroll center center;
  bottom: 35px;
  display: none;
  height: 50px;
  opacity: 0.5;
  overflow: hidden;
  position: fixed;
  right: 30px;
  width: 50px;
  z-index: 9999; }
/* line 101, ../sass/_base.scss */
.totop:hover {
  opacity: 1; }
/*Lista plików*/
/* line 111, ../sass/_base.scss */
.files_tree h2 {
  font-size: 27px; }
/* line 114, ../sass/_base.scss */
.files_tree .file_wrapper {
  max-width: 810px;
  display: flex;
  align-items: center;
  background: #cfcddd;
  margin-bottom: 10px;
  margin-left: 25px;
  transition: all 0.5s ease-in-out;
  position: relative;
  padding: 0; }
/* line 125, ../sass/_base.scss */
.files_tree .file_wrapper:hover {
  background: #b1afc8; }
/* line 128, ../sass/_base.scss */
.files_tree .file_wrapper:hover .number {
  background: #1d1c29; }
/* line 131, ../sass/_base.scss */
.files_tree .file_wrapper .number {
  color: white;
  font-size: 27px;
  font-weight: 600;
  background: #333147;
  width: 55px;
  min-width: 55px;
  text-align: center;
  border-radius: 50%;
  height: 55px;
  padding: 14px 0px;
  line-height: 1;
  margin-left: -25px;
  transition: all 0.5s ease-in-out; }
/* line 146, ../sass/_base.scss */
.files_tree .file_wrapper .name_link {
  color: #525252;
  font-size: 16px;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 80px; }
/* line 153, ../sass/_base.scss */
.files_tree .file_wrapper .name_link:hover {
  color: #000; }
/* line 156, ../sass/_base.scss */
.files_tree .file_wrapper .cloud_link {
  position: absolute;
  right: 25px; }

@media screen and (max-width: 480px) {
/* line 162, ../sass/_base.scss */
.files_tree .file_wrapper .name_link {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 65px; }
/* line 167, ../sass/_base.scss */
.files_tree .file_wrapper .cloud_link {
  right: 10px; } }
/* ----  */
/* line 177, ../sass/_base.scss */
.pagination {
  margin-top: 15px;
  margin-bottom: 30px; }
/* line 180, ../sass/_base.scss */
.pagination a {
  padding: 2px;
  font-size: 1rem;
  font-weight: 500;
  color: #333147;
  padding-right: 5px; }
/* line 186, ../sass/_base.scss */
.pagination a.active {
  color: #000; }
/* line 196, ../sass/_base.scss */
.bgal-wrap {
  align-items: center; }
/* line 198, ../sass/_base.scss */
.bgal-wrap .bgal-item {
  text-align: center;
  margin-bottom: 30px; }
/* line 201, ../sass/_base.scss */
.bgal-wrap .bgal-item a {
  padding: 0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); }
/* line 207, ../sass/_base.scss */
.bgal-wrap .bgal-item a:hover img {
  transform: scale(1.1); }
/* line 211, ../sass/_base.scss */
.bgal-wrap .bgal-item img {
  transition: all 0.3s ease-in-out; }
/* line 222, ../sass/_base.scss */
.res-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
/* line 226, ../sass/_base.scss */
.res-gallery .res-gallery-img {
  width: calc(25% - 30px);
  margin-right: 30px;
  margin-bottom: 30px; }
/* line 230, ../sass/_base.scss */
.res-gallery .res-gallery-img a {
  padding: 0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); }
/* line 236, ../sass/_base.scss */
.res-gallery .res-gallery-img a:hover img {
  transform: scale(1.1); }
/* line 240, ../sass/_base.scss */
.res-gallery .res-gallery-img img {
  transition: all 0.3s ease-in-out; }

@media screen and (max-width: 991px) {
/* line 248, ../sass/_base.scss */
.res-gallery .res-gallery-img {
  width: calc(33.333% - 30px); } }

@media screen and (max-width: 767px) {
/* line 251, ../sass/_base.scss */
.res-gallery .res-gallery-img {
  width: calc(50% - 30px); } }

@media screen and (max-width: 575px) {
/* line 254, ../sass/_base.scss */
.res-gallery .res-gallery-img {
  width: 100%;
  margin-right: 0; } }
/* line 261, ../sass/_base.scss */
#wrap404 {
  padding: 100px 115px 100px 65px; }
/* line 263, ../sass/_base.scss */
#wrap404 #ups404 {
  font-weight: 900;
  color: #0e0e0e;
  font-size: 45px;
  margin-top: 100px;
  margin-bottom: 50px; }
/* line 270, ../sass/_base.scss */
#wrap404 #txt404 {
  font-weight: 300;
  color: #0e0e0e;
  font-size: 24px;
  margin-bottom: 60px; }
/* line 276, ../sass/_base.scss */
#wrap404 #btn404 {
  padding: 15px 30px;
  background: #ba292e;
  color: white;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  font-size: 16px; }
/* line 284, ../sass/_base.scss */
#wrap404 #btn404:hover {
  background: #d83136; }

@media screen and (max-width: 1499px) {
/* line 292, ../sass/_base.scss */
#wrap404 {
  padding: 100px 30px 100px 30px; }
/* line 295, ../sass/_base.scss */
#wrap404 #ups404 {
  font-size: 35px;
  margin-top: 50px;
  margin-bottom: 30px; }
/* line 300, ../sass/_base.scss */
#wrap404 #txt404 {
  font-size: 21px; } }

@media screen and (max-width: 1199px) {
/* line 303, ../sass/_base.scss */
#gif404 {
  margin-top: 100px; } }

@media screen and (max-width: 575px) {
/* line 310, ../sass/_base.scss */
#wrap404 {
  padding: 30px 0; }
/* line 312, ../sass/_base.scss */
#wrap404 #btn404 {
  padding: 8px 16px;
  font-size: 12px; }
/* line 316, ../sass/_base.scss */
#wrap404 #txt404 {
  font-size: 15px;
  margin-bottom: 30px; }
/* line 317, ../sass/_base.scss */
#wrap404 #ups404 {
  font-size: 25px;
  margin-bottom: 20px; }
/* line 319, ../sass/_base.scss */
#gif404 {
  margin-top: 50px; } }
/* line 1, ../sass/_homepage.scss */
.head-wrapper {
  margin-top: 8vh; }
/* line 4, ../sass/_homepage.scss */
.top-news-wrapper {
  display: flex;
  justify-content: space-between;
  grid-template-rows: auto;
  margin-top: 3.5vh; }
/* line 9, ../sass/_homepage.scss */
.top-news-wrapper .news-slider {
  position: relative; }
/* line 11, ../sass/_homepage.scss */
.top-news-wrapper .news-slider .news {
  width: 355px;
  display: flex;
  height: 393px; }
/* line 18, ../sass/_homepage.scss */
.main-news {
  background-color: rgba(51, 49, 71, 0.9);
  background-image: url('/css/default/images/homepage/kid-toto.png');
  background-repeat: no-repeat;
  background-position: right 4vw top;
  background-size: auto 100%;
  width: calc(100% - 450px);
  border: solid #cc9f41 1px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  min-height: 38vh; }
/* line 31, ../sass/_homepage.scss */
.main-news .text-wrapper {
  max-width: 60%; }
/* line 33, ../sass/_homepage.scss */
.main-news .text-wrapper h2 {
  font-size: 34px;
  margin-bottom: 15px; }
/* line 37, ../sass/_homepage.scss */
.main-news .text-wrapper p {
  font-size: 18px;
  font-style: italic;
  font-weight: 300; }
/* line 41, ../sass/_homepage.scss */
.main-news .text-wrapper p b {
  font-weight: 500; }
/* line 47, ../sass/_homepage.scss */
.sek2 {
  padding: 190px 9vw 150px 11vw;
  background-image: url('/css/default/images/homepage/uniwersal-bg2.jpg');
  background-size: cover; }
/* line 51, ../sass/_homepage.scss */
.sek2 .news-wrapper {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 35px;
  grid-template-areas: "news1 head head news6" "news2 news3 news4 news5"; }
/* line 60, ../sass/_homepage.scss */
.sek2 .news-wrapper .news {
  position: relative;
  z-index: 1; }
/* line 64, ../sass/_homepage.scss */
.sek2 .news-wrapper .news:nth-of-type(1) {
  grid-area: news1; }
/* line 67, ../sass/_homepage.scss */
.sek2 .news-wrapper .news:nth-of-type(2) {
  grid-area: news2; }
/* line 70, ../sass/_homepage.scss */
.sek2 .news-wrapper .news:nth-of-type(3) {
  grid-area: news3; }
/* line 73, ../sass/_homepage.scss */
.sek2 .news-wrapper .news:nth-of-type(4) {
  grid-area: news4; }
/* line 76, ../sass/_homepage.scss */
.sek2 .news-wrapper .news:nth-of-type(5) {
  grid-area: news5; }
/* line 79, ../sass/_homepage.scss */
.sek2 .news-wrapper .news:nth-of-type(6) {
  grid-area: news6; }
/* line 82, ../sass/_homepage.scss */
.sek2 .news-wrapper .head-sek2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  grid-area: head;
  position: relative; }
/* line 88, ../sass/_homepage.scss */
.sek2 .news-wrapper .head-sek2 img {
  position: absolute;
  top: -70px;
  z-index: 0; }
/* line 93, ../sass/_homepage.scss */
.sek2 .news-wrapper .head-sek2 h2, .sek2 .news-wrapper .head-sek2 a.more-news {
  font-weight: 700;
  font-style: italic;
  font-size: 34px;
  line-height: 1;
  margin: 0 15px; }
/* line 100, ../sass/_homepage.scss */
.sek2 .news-wrapper .head-sek2 h2 {
  color: #333147; }
/* line 103, ../sass/_homepage.scss */
.sek2 .news-wrapper .head-sek2 a.more-news {
  color: #dfac42;
  position: relative;
  display: inline-block;
  z-index: 2; }
/* line 109, ../sass/_homepage.scss */
.sek2 .news-wrapper .head-sek2 a.more-news:hover::before {
  opacity: 1; }
/* line 112, ../sass/_homepage.scss */
.sek2 .news-wrapper .head-sek2 a.more-news::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #dfac42;
  position: absolute;
  bottom: -5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }
/* line 126, ../sass/_homepage.scss */
.sek3 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('/css/default/images/homepage/rabaty-bg.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }
/* line 134, ../sass/_homepage.scss */
.sek3 .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10vh; }
/* line 139, ../sass/_homepage.scss */
.sek3 .head span {
  font-weight: 500;
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  max-width: 380px; }
/* line 148, ../sass/_homepage.scss */
.sek3 .head h2 {
  text-align: center;
  font-size: 34px;
  font-family: 'Copper Penny DTP Normal';
  text-transform: uppercase;
  margin-bottom: 10px; }
/* line 155, ../sass/_homepage.scss */
.sek3 .discounts {
  display: flex;
  justify-content: space-between; }
/* line 159, ../sass/_homepage.scss */
.sek3 .see-all {
  padding-top: 100px;
  text-align: center; }
/* line 162, ../sass/_homepage.scss */
.sek3 .see-all a {
  font-weight: 700;
  font-style: italic;
  font-size: 34px;
  line-height: 1;
  margin: 0 15px;
  color: #dfac42;
  position: relative;
  display: inline-block;
  z-index: 2; }
/* line 173, ../sass/_homepage.scss */
.sek3 .see-all a:hover::before {
  opacity: 1; }
/* line 176, ../sass/_homepage.scss */
.sek3 .see-all a::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #dfac42;
  position: absolute;
  bottom: -5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }
/* line 189, ../sass/_homepage.scss */
.sek4 {
  padding-top: 180px;
  background-image: url('/css/default/images/homepage/uniwersal-bg.jpg');
  background-size: cover; }
/* line 193, ../sass/_homepage.scss */
.sek4 .logo {
  margin-bottom: 80px; }
/* line 196, ../sass/_homepage.scss */
.sek4 .wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center; }
/* line 202, ../sass/_homepage.scss */
.sek4 .content-wrap {
  max-width: 605px; }
/* line 205, ../sass/_homepage.scss */
.sek4 .links {
  display: flex;
  justify-content: space-between; }
/* line 208, ../sass/_homepage.scss */
.sek4 .links .section-link {
  font-weight: 400;
  font-size: 18px;
  color: #232539;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out; }
/* line 214, ../sass/_homepage.scss */
.sek4 .links .section-link:hover, .sek4 .links .section-link.active {
  color: #dfac42; }
/* line 219, ../sass/_homepage.scss */
.sek4 .sections {
  margin-top: 50px; }
/* line 221, ../sass/_homepage.scss */
.sek4 .sections .section-item {
  display: none;
  min-height: 240px; }
/* line 224, ../sass/_homepage.scss */
.sek4 .sections .section-item p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #232539;
  text-align: justify; }
/* line 231, ../sass/_homepage.scss */
.sek4 .sections .section-item.active {
  display: block; }
/* line 236, ../sass/_homepage.scss */
.sek4 .signature {
  text-align: right;
  margin-top: 50px;
  padding-right: 50px; }
/* line 242, ../sass/_homepage.scss */
.sek5 {
  background-image: url('/css/default/images/homepage/kontakt-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px; }
/* line 248, ../sass/_homepage.scss */
.sek5 .header {
  margin-bottom: 70px; }
/* line 250, ../sass/_homepage.scss */
.sek5 .header h2 {
  font-size: 34px;
  font-weight: 500; }
/* line 255, ../sass/_homepage.scss */
/* line 257, ../sass/_homepage.scss */

.sek5 .contact-info h3 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 25px; }
/* line 262, ../sass/_homepage.scss */
.sek5 .contact-info a, .sek5 .contact-info p {
  font-weight: 400;
  font-size: 16px; }
/* line 266, ../sass/_homepage.scss */
.sek5 .contact-info a {
  color: #fff;
  transition: color 0.3s ease-in-out; }
/* line 269, ../sass/_homepage.scss */
.sek5 .contact-info a:hover {
  color: #dfac42; }
/* line 273, ../sass/_homepage.scss */
.sek5 .contact-info p {
  margin-bottom: 10px; }
/* line 276, ../sass/_homepage.scss */
.sek5 .contact-info .logo {
  margin-top: 90px; }
/* line 278, ../sass/_homepage.scss */
.sek5 .contact-info .logo img {
  max-width: 315px; }
/* line 286, ../sass/_homepage.scss */
.alert {
  font-size: 14px;
  max-width: calc(100% - 140px);
  margin-bottom: 30px; }
/* line 291, ../sass/_homepage.scss */
.main-news {
  width: calc(100% - 380px); }

@media screen and (max-width: 1919px) {
/* line 299, ../sass/_homepage.scss */
.main-news {
  width: calc(100% - 380px);
  padding-left: 30px; }
/* line 303, ../sass/_homepage.scss */
.head-wrapper {
  margin-top: 4vh; }
/* line 305, ../sass/_homepage.scss */
.head-wrapper h1 {
  font-size: 28px; }
/* line 309, ../sass/_homepage.scss */
.top-news-wrapper .news-slider .news {
  height: 353px; }
/* line 312, ../sass/_homepage.scss */
.main-news {
  background-position: right 2vw top; }
/* line 315, ../sass/_homepage.scss */
.main-news .text-wrapper h2 {
  font-size: 28px; }
/* line 318, ../sass/_homepage.scss */
.main-news .text-wrapper p {
  font-size: 14px; }
/* line 321, ../sass/_homepage.scss */
.main-news .text-wrapper {
  max-width: 56%; }
/* line 324, ../sass/_homepage.scss */
.sek2 .news-wrapper {
  grid-template-columns: 24% 24% 24% 24%;
  grid-column-gap: 1.3%;
  grid-row-gap: 15px; }
/* line 329, ../sass/_homepage.scss */
.sek2 .news-wrapper .head-sek2 h2, .sek2 .news-wrapper .head-sek2 a.more-news {
  font-weight: 700;
  font-style: italic;
  font-size: 28px; }
/* line 334, ../sass/_homepage.scss */
.sek2 .news-wrapper .head-sek2 img {
  top: 0; }
/* line 337, ../sass/_homepage.scss */
.sek2 {
  padding: 150px 100px; }
/* line 340, ../sass/_homepage.scss */
.sek3 {
  padding-top: 60px;
  padding-bottom: 60px; }
/* line 344, ../sass/_homepage.scss */
.sek3 .head {
  margin-bottom: 7vh; }
/* line 347, ../sass/_homepage.scss */
.sek5 {
  background-position: right -100px top; }
/* line 350, ../sass/_homepage.scss */
.sek3 .see-all a {
  font-size: 30px; }
/* line 353, ../sass/_homepage.scss */
.sek4 .wrapper {
  align-items: flex-end; }
/* line 356, ../sass/_homepage.scss */
.sek4 .agent-foto img {
  max-height: 85vh; }
/* line 359, ../sass/_homepage.scss */
.sek4 .content-wrap {
  padding-bottom: 60px; }
/* line 362, ../sass/_homepage.scss */
.sek4 .logo img {
  max-width: 300px; } }

@media screen and (max-width: 1499px) {
/* line 367, ../sass/_homepage.scss */
.head-wrapper h1 {
  font-size: 24px; }
/* line 370, ../sass/_homepage.scss */
.top-news-wrapper .news-slider .news {
  height: 250px;
  width: 255px; }
/* line 373, ../sass/_homepage.scss */
.top-news-wrapper .news-slider .news .news-foto {
  min-height: 140px; }
/* line 376, ../sass/_homepage.scss */
.top-news-wrapper .news-slider .news .news-txt p {
  display: none; }
/* line 379, ../sass/_homepage.scss */
.top-news-wrapper .news-slider .news .news-txt {
  padding: 10px 15px; }
/* line 382, ../sass/_homepage.scss */
.top-news-wrapper .news-slider .news .news-txt h2 {
  font-size: 14px; }
/* line 385, ../sass/_homepage.scss */
.top-news-wrapper .news-slider .news .news-footer-more {
  font-size: 14px; }
/* line 389, ../sass/_homepage.scss */
.main-news .text-wrapper h2 {
  font-size: 20px; }
/* line 392, ../sass/_homepage.scss */
.main-news .text-wrapper p {
  font-size: 12px; }
/* line 395, ../sass/_homepage.scss */
.main-news {
  width: calc(100% - 290px); }
/* line 398, ../sass/_homepage.scss */
.sek2 {
  padding: 100px 30px; }
/* line 401, ../sass/_homepage.scss */
.sek4 .logo {
  margin-bottom: 30px; }
/* line 404, ../sass/_homepage.scss */
.sek4 .links .section-link {
  font-size: 16px; }
/* line 407, ../sass/_homepage.scss */
.sek4 .sections {
  margin-top: 30px; }
/* line 410, ../sass/_homepage.scss */
.sek4 .sections .section-item p {
  font-size: 14px; }
/* line 413, ../sass/_homepage.scss */
.sek4 .sections .section-item {
  min-height: 190px; }
/* line 416, ../sass/_homepage.scss */
.sek4 .signature {
  margin-top: 20px; }
/* line 419, ../sass/_homepage.scss */
.sek5 .contact-info .logo {
  display: none; }
/* line 422, ../sass/_homepage.scss */
.main-news {
  min-height: auto;
  padding: 20px; } }

@media screen and (max-width: 1199px) {
/* line 429, ../sass/_homepage.scss */
.top-news-wrapper .news-slider {
  display: none; }
/* line 432, ../sass/_homepage.scss */
.main-news {
  width: 100%;
  min-height: 100%;
  position: relative;
  background-image: unset; }
/* line 437, ../sass/_homepage.scss */
.main-news .text-wrapper {
  max-width: 100%; }
/* line 439, ../sass/_homepage.scss */
.main-news .text-wrapper p {
  font-size: 14px; }
/* line 443, ../sass/_homepage.scss */
.main-news::before {
  content: '';
  position: absolute;
  background-image: url(/css/default/images/homepage/kid-toto.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  opacity: 0.1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
/* line 457, ../sass/_homepage.scss */
.head-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
/* line 461, ../sass/_homepage.scss */
.head-wrapper h1 {
  width: 100%; }
/* line 464, ../sass/_homepage.scss */
.head-wrapper .top-news-wrapper {
  width: 55%; }
/* line 467, ../sass/_homepage.scss */
.head-wrapper .searcher-wrapper {
  width: 40%; }
/* line 470, ../sass/_homepage.scss */
.head-wrapper #searcher #search_line {
  flex-wrap: wrap;
  flex-direction: column; }
/* line 474, ../sass/_homepage.scss */
.head-wrapper #searcher #search_line .searcher-elem, .head-wrapper #searcher #search_line .btn-group button {
  min-width: 100%;
  margin-right: 0;
  margin-bottom: 5px; }
/* line 479, ../sass/_homepage.scss */
.head-wrapper #searcher #search_line .multiselect-selected-text {
  padding-right: 0;
  width: calc(100% - 15px);
  display: inline-block;
  text-align: left; }
/* line 485, ../sass/_homepage.scss */
.head-wrapper #searcher #search_line #search_trigger {
  width: 100%;
  margin-top: 5px; }
/* line 489, ../sass/_homepage.scss */
.head-wrapper .multiselect-container > li > a > label {
  font-size: 12px; }
/* line 493, ../sass/_homepage.scss */
.top-wrapper {
  height: auto;
  padding-bottom: 50px; }
/* line 497, ../sass/_homepage.scss */
.sek2 .news-wrapper .head-sek2 h2, .sek2 .news-wrapper .head-sek2 a.more-news {
  font-size: 22px; }
/* line 500, ../sass/_homepage.scss */
.sek3 .head h2 {
  font-size: 30px; }
/* line 503, ../sass/_homepage.scss */
.sek3 .head span {
  font-size: 18px; }
/* line 506, ../sass/_homepage.scss */
.sek3 .see-all {
  padding-top: 50px; }
/* line 509, ../sass/_homepage.scss */
.sek3 .see-all a {
  font-size: 25px; }
/* line 512, ../sass/_homepage.scss */
.sek4 .content-wrap {
  max-width: 500px; }
/* line 515, ../sass/_homepage.scss */
.sek4 .wrapper {
  justify-content: space-between; }
/* line 518, ../sass/_homepage.scss */
.sek4 {
  padding-top: 100px; }
/* line 521, ../sass/_homepage.scss */
.sek4 .agent-foto img {
  max-height: 80vh; }
/* line 524, ../sass/_homepage.scss */
.sek5 {
  padding-top: 35px;
  padding-bottom: 35px; }
/* line 528, ../sass/_homepage.scss */
.sek5 .header {
  margin-bottom: 30px; }
/* line 531, ../sass/_homepage.scss */
.sek5 .header h2 {
  font-size: 26px; }
/* line 534, ../sass/_homepage.scss */
.sek5 .contact-info h3 {
  font-size: 18px; }
/* line 537, ../sass/_homepage.scss */
.sek5 .contact-info a, .sek5 .contact-info p {
  font-size: 14px; } }

@media screen and (max-width: 991px) {
/* line 543, ../sass/_homepage.scss */
.main-news::before {
  background-size: cover; }
/* line 546, ../sass/_homepage.scss */
.sek3 .discounts {
  flex-wrap: wrap;
  justify-content: center; }
/* line 550, ../sass/_homepage.scss */
.sek2 .news-wrapper {
  grid-template-areas: "head head head" "news1 news2 news3" "news4 news5 news6";
  grid-template-columns: 33% 33% 33%;
  grid-column-gap: 1.3%;
  grid-row-gap: 15px; }
/* line 556, ../sass/_homepage.scss */
.sek2 .news-wrapper .head-sek2 img {
  display: none; }
/* line 559, ../sass/_homepage.scss */
.sek2 .news-wrapper .head-sek2 h2, .sek2 .news-wrapper .head-sek2 a.more-news {
  margin: 0; }
/* line 562, ../sass/_homepage.scss */
.sek3 .discounts .discounts-item {
  width: 60%;
  margin-bottom: 15px; }
/* line 566, ../sass/_homepage.scss */
.sek4 .wrapper {
  flex-direction: column; }
/* line 569, ../sass/_homepage.scss */
.sek4 .wrapper {
  align-items: center; }
/* line 572, ../sass/_homepage.scss */
.sek4 .content-wrap {
  max-width: 100%; }
/* line 575, ../sass/_homepage.scss */
.sek4 .logo img {
  max-width: 220px; }
/* line 578, ../sass/_homepage.scss */
.sek4 {
  padding-top: 50px; }
/* line 581, ../sass/_homepage.scss */
.sek4 .content-wrap {
  padding-bottom: 0; }
/* line 584, ../sass/_homepage.scss */
.sek4 .agent-foto img {
  max-height: 60vw; }
/* line 587, ../sass/_homepage.scss */
.sek5 {
  background-image: none;
  background-color: #333147; } }

@media screen and (max-width: 767px) {
/* line 593, ../sass/_homepage.scss */
.head-wrapper .top-news-wrapper {
  width: 100%; }
/* line 596, ../sass/_homepage.scss */
.head-wrapper .searcher-wrapper {
  width: 100%; }
/* line 599, ../sass/_homepage.scss */
.sek2 {
  padding: 50px 30px; }
/* line 602, ../sass/_homepage.scss */
.sek2 .news-wrapper {
  grid-template-areas: "head head" "news1 news2" "news3 news4" "news5 news6";
  grid-template-columns: 49% 49%;
  grid-column-gap: 2.5%;
  grid-row-gap: 15px; }
/* line 608, ../sass/_homepage.scss */
.sek4 .wrapper {
  align-items: flex-start; }
/* line 611, ../sass/_homepage.scss */
.sek4 .signature {
  margin-top: -50px;
  position: relative;
  top: 80px; } }

@media screen and (max-width: 575px) {
/* line 618, ../sass/_homepage.scss */
.head-wrapper h1 {
  font-size: 21px; }
/* line 621, ../sass/_homepage.scss */
.sek2 .news-wrapper {
  grid-template-areas: "head" "news1" "news2" "news3" "news4" "news5" "news6";
  grid-template-columns: 100%;
  grid-column-gap: 2.5%;
  grid-row-gap: 15px; }
/* line 627, ../sass/_homepage.scss */
.sek2 {
  padding: 50px 15px; }
/* line 630, ../sass/_homepage.scss */
.sek2 .news-wrapper .head-sek2 h2, .sek2 .news-wrapper .head-sek2 a.more-news {
  font-size: 17px; }
/* line 633, ../sass/_homepage.scss */
.sek2 .news-wrapper .news {
  margin: 0 auto;
  width: 100%; }
/* line 637, ../sass/_homepage.scss */
.sek3 .head h2 {
  font-size: 24px; }
/* line 640, ../sass/_homepage.scss */
.sek3 .head span {
  font-size: 14px; }
/* line 643, ../sass/_homepage.scss */
.sek3 .see-all a {
  font-size: 22px; }
/* line 646, ../sass/_homepage.scss */
.sek3 .discounts .discounts-item {
  width: 100%; }
/* line 649, ../sass/_homepage.scss */
.sek4 .sections .section-item p {
  font-size: 12px; }
/* line 652, ../sass/_homepage.scss */
.sek4 .links {
  justify-content: center;
  flex-direction: column;
  align-items: center; }
/* line 657, ../sass/_homepage.scss */
.sek4 .agent-foto img {
  display: none; }
/* line 660, ../sass/_homepage.scss */
.sek4 .logo {
  text-align: center; }
/* line 663, ../sass/_homepage.scss */
.sek4 .signature {
  margin-top: 20px;
  top: 0;
  margin-bottom: 40px; }
/* line 668, ../sass/_homepage.scss */
.sek5 .contact-info h3 {
  font-size: 16px; }
/* line 671, ../sass/_homepage.scss */
.sek5 .contact-info a, .sek5 .contact-info p {
  font-size: 12px; } }
/* line 14, ../sass/_subsites.scss */
#sub_container {
  min-height: 100vh;
  position: relative; }
/* line 17, ../sass/_subsites.scss */
#sub_container .fixed-bg {
  background-image: url(/css/default/images/sub/sub-bg.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: block;
  position: fixed;
  z-index: -1; }
/* line 30, ../sass/_subsites.scss */
#subcontent {
  margin-top: 5.5vh;
  padding-bottom: 5.5vh; }
/* line 33, ../sass/_subsites.scss */
#subcontent .header {
  margin-bottom: 3vh; }
/* line 37, ../sass/_subsites.scss */
/* line 38, ../sass/_subsites.scss */

.subcontent_container a {
  color: #fcf38d;
  transition: color 0.3s ease-in-out; }
/* line 41, ../sass/_subsites.scss */
.subcontent_container a:hover {
  color: #dfac42; }
/* line 45, ../sass/_subsites.scss */
.subcontent_container h2 {
  font-size: 26px; }
/* line 49, ../sass/_subsites.scss */
.subcontent_container h3 {
  font-size: 22px; }
/* line 53, ../sass/_subsites.scss */
.subcontent_container h4 {
  font-size: 18px; }
/* line 56, ../sass/_subsites.scss */
.subcontent_container h2, .subcontent_container h3, .subcontent_container h4 {
  margin: 30px 0 15px 0; }
/* line 59, ../sass/_subsites.scss */
.subcontent_container ol {
  padding: 0 0 0 15px; }
/* line 62, ../sass/_subsites.scss */
.subcontent_container ul, .subcontent_container ol {
  margin-bottom: 15px; }
/* line 65, ../sass/_subsites.scss */
.subcontent_container li {
  margin-bottom: 5px; }
/* line 68, ../sass/_subsites.scss */
.subcontent_container p, .subcontent_container li, .subcontent_container span, .subcontent_container a {
  font-size: 18px; }

@media screen and (max-width: 1919px) {
/* line 75, ../sass/_subsites.scss */
h1 {
  font-size: 30px; } }

@media screen and (max-width: 1499px) {
/* line 80, ../sass/_subsites.scss */
#subcontent {
  margin-top: 50px; }
/* line 83, ../sass/_subsites.scss */
.subcontent_container p, .subcontent_container li, .subcontent_container span, .subcontent_container a {
  font-size: 14px; } }

@media screen and (max-width: 1199px) {
/* line 88, ../sass/_subsites.scss */
h1 {
  font-size: 27px; } }

@media screen and (max-width: 991px) {
/* line 93, ../sass/_subsites.scss */
/* line 94, ../sass/_subsites.scss */
  .subcontent_container h2 {
    font-size: 24px; }
/* line 95, ../sass/_subsites.scss */
.subcontent_container h3 {
  font-size: 20px; }
/* line 96, ../sass/_subsites.scss */
.subcontent_container h4 {
  font-size: 16px; } }

@media screen and (max-width: 767px) {
/* line 100, ../sass/_subsites.scss */
h1 {
  font-size: 28px; } }

@media screen and (max-width: 575px) {
/* line 105, ../sass/_subsites.scss */
h1 {
  font-size: 22px; }
/* line 108, ../sass/_subsites.scss */
/* line 109, ../sass/_subsites.scss */
  .subcontent_container h2 {
    font-size: 18px; }
/* line 110, ../sass/_subsites.scss */
.subcontent_container h3 {
  font-size: 16px; }
/* line 111, ../sass/_subsites.scss */
.subcontent_container h4 {
  font-size: 14px; }
/* line 113, ../sass/_subsites.scss */
.subcontent_container h2, .subcontent_container h3, .subcontent_container h4 {
  margin: 20px 0 5px 0; } }
/* line 1, ../sass/_news.scss */
.subcontent_container .news-list {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px; }
/* line 7, ../sass/_news.scss */
.subcontent_container .news-list .news {
  max-width: 405px;
  width: auto; }
/* line 12, ../sass/_news.scss */
.style_promo .subcontent_container .news-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
/* line 16, ../sass/_news.scss */
.style_promo .subcontent_container .news-list .discounts-item {
  margin-bottom: 8%; }
/* line 21, ../sass/_news.scss */
.subcontent_container .news, .news {
  max-width: 355px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #333147;
  border-radius: 5px;
  overflow: hidden;
  transition: box-shadow 0.3s; }
/* line 30, ../sass/_news.scss */
.subcontent_container .news-foto, .news-foto {
  min-height: 18.2vw;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  filter: saturate(0.7);
  transition: filter 0.3s ease-in; }
/* line 38, ../sass/_news.scss */
.subcontent_container .news-foto.no-photo, .news-foto.no-photo {
  background-size: auto 70%; }
/* line 42, ../sass/_news.scss */
.subcontent_container .news-txt, .news-txt {
  padding: 20px; }
/* line 44, ../sass/_news.scss */
.subcontent_container .news-txt h2, .news-txt h2 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px 0px;
  transition: color 0.3s ease-in-out; }
/* line 50, ../sass/_news.scss */
.subcontent_container .news-txt p, .news-txt p {
  font-size: 16px;
  font-style: italic;
  margin: 0; }
/* line 56, ../sass/_news.scss */
.subcontent_container .news-footer, .news-footer {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
  position: relative; }
/* line 64, ../sass/_news.scss */
.subcontent_container .news-footer .gold-line, .news-footer .gold-line {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0; }
/* line 70, ../sass/_news.scss */
.subcontent_container .news-footer-date, .news-footer-date {
  font-size: 16px;
  font-style: italic; }
/* line 74, ../sass/_news.scss */
.subcontent_container .news-footer-more, .news-footer-more {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  transition: color 0.3s ease-in-out; }
/* line 81, ../sass/_news.scss */
.subcontent_container .news:hover, .news:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
/* line 83, ../sass/_news.scss */
.subcontent_container .news:hover .news-footer-more, .news:hover .news-footer-more, .subcontent_container .news:hover .news-txt h2, .news:hover .news-txt h2 {
  color: #dfac42; }
/* line 86, ../sass/_news.scss */
.subcontent_container .news:hover .news-foto, .news:hover .news-foto {
  filter: saturate(1.1); }
/* line 92, ../sass/_news.scss */
.subcontent_container .news-list .news-foto {
  min-height: 21vw; }
/* line 95, ../sass/_news.scss */
/* line 96, ../sass/_news.scss */

#carouselNews .news-txt {
  display: none; }
/* line 99, ../sass/_news.scss */
#carouselNews .gold-line {
  height: 3px; }
/* line 103, ../sass/_news.scss */
.single-news {
  position: relative; }
/* line 105, ../sass/_news.scss */
.single-news .news-single-back {
  position: absolute;
  top: -70px;
  right: 15px;
  z-index: 1; }
/* line 110, ../sass/_news.scss */
.single-news .news-single-back a {
  font-weight: 400;
  font-size: 21px;
  color: #fff;
  transition: color 0.3s ease-in-out; }
/* line 115, ../sass/_news.scss */
.single-news .news-single-back a:hover {
  color: #dfac42; }
/* line 120, ../sass/_news.scss */
/* line 121, ../sass/_news.scss */

.single-news .body-image a {
  border: solid white 3px;
  display: inline-block;
  border-radius: 8px; }
/* line 125, ../sass/_news.scss */
.single-news .body-image a img {
  border-radius: 8px; }
/* line 130, ../sass/_news.scss */
.single-news .body-content {
  background: rgba(255, 255, 255, 0.3);
  padding: 40px;
  border: solid 2px rgba(255, 255, 255, 0.3);
  border-radius: 5px; }

@media screen and (max-width: 1919px) {
/* line 139, ../sass/_news.scss */
.subcontent_container .news-txt p, .news-txt p {
  font-size: 13px; }
/* line 142, ../sass/_news.scss */
.subcontent_container .news-footer-date, .news-footer-date {
  font-size: 14px; }
/* line 145, ../sass/_news.scss */
.subcontent_container .news-foto, .news-foto {
  min-height: 21vw; } }

@media screen and (max-width: 1499px) {
/* line 150, ../sass/_news.scss */
.single-news .body-content {
  padding: 25px; }
/* line 153, ../sass/_news.scss */
.top-news-wrapper .news-slider .news .news-foto {
  min-height: 21vw; } }

@media screen and (max-width: 1199px) {
/* line 159, ../sass/_news.scss */
.subcontent_container .news-footer-more, .news-footer-more {
  font-size: 14px; }
/* line 162, ../sass/_news.scss */
.subcontent_container .news-txt, .news-txt {
  padding: 15px; }
/* line 165, ../sass/_news.scss */
.single-news .news-single-back a {
  font-size: 19px; }
/* line 168, ../sass/_news.scss */
.single-news .news-single-back {
  top: -35px; } }

@media screen and (max-width: 991px) {
/* line 174, ../sass/_news.scss */
.subcontent_container .news-list {
  grid-template-columns: auto auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px; }
/* line 179, ../sass/_news.scss */
.single-news .body-image {
  margin-bottom: 50px; }
/* line 182, ../sass/_news.scss */
.subcontent_container .news-foto, .news-foto {
  min-height: 30vw; }
/* line 185, ../sass/_news.scss */
.subcontent_container .news-list .news-foto {
  min-height: 29vw; } }

@media screen and (max-width: 767px) {
/* line 190, ../sass/_news.scss */
.subcontent_container .news-list {
  grid-template-columns: auto auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px; }
/* line 195, ../sass/_news.scss */
.single-news .news-single-back a {
  font-size: 16px; }
/* line 198, ../sass/_news.scss */
.subcontent_container .news-foto, .news-foto {
  min-height: 44vw; }
/* line 201, ../sass/_news.scss */
.subcontent_container .news-list .news-foto {
  min-height: 44vw; } }

@media screen and (max-width: 575px) {
/* line 206, ../sass/_news.scss */
.subcontent_container .news-list {
  grid-template-columns: auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px; }
/* line 211, ../sass/_news.scss */
.single-news .body-content {
  padding: 10px; }
/* line 214, ../sass/_news.scss */
.single-news .body-image {
  margin-bottom: 20px; }
/* line 217, ../sass/_news.scss */
.single-news .news-single-back {
  top: -25px; }
/* line 220, ../sass/_news.scss */
.subcontent_container .news-foto, .news-foto {
  min-height: 90vw; }
/* line 223, ../sass/_news.scss */
.subcontent_container .news-list .news-foto {
  min-height: 90vw; } }
/* line 1, ../sass/_form.scss */
#homepage_form {
  padding-right: 8vw; }
/* line 4, ../sass/_form.scss */
.group-check {
  margin-bottom: 25px;
  display: flex;
  align-items: center; }
/* line 9, ../sass/_form.scss */
.default-form input[type="checkbox"] {
  display: none; }
/* line 12, ../sass/_form.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
/* line 17, ../sass/_form.scss */
.default-form input[type="checkbox"] + label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; }
/* line 23, ../sass/_form.scss */
.form-check-label {
  margin-bottom: 0; }
/* line 26, ../sass/_form.scss */
.default-form input[type="checkbox"] + label span.check {
  display: inline-block;
  width: 41px;
  height: 41px;
  margin: 0 5px 0 -5px;
  vertical-align: middle;
  background: url(/css/default/images/homepage/check1.png) left top no-repeat;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
/* line 36, ../sass/_form.scss */
.default-form input[type="checkbox"]:checked + label span.check {
  background: url(/css/default/images/homepage/check2.png) left top no-repeat; }
/* line 39, ../sass/_form.scss */
.default-form input[type="checkbox"] + label span.txt {
  font-size: 12px;
  font-weight: 200;
  display: inline-block;
  width: calc(100% - 41px);
  letter-spacing: 0.3px;
  max-width: 370px;
  margin-left: 10px; }
/* line 48, ../sass/_form.scss */
.default-form input[type="checkbox"] + label span.txt a {
  font-size: 12px;
  font-weight: 500;
  color: #fff; }
/*inputy*/
/* line 55, ../sass/_form.scss */
.form-group {
  margin-bottom: 25px; }
/* line 58, ../sass/_form.scss */
.default-form textarea.form-control {
  min-height: 7vw; }
/* line 61, ../sass/_form.scss */
.default-form input.form-control, .default-form textarea.form-control {
  border: none;
  background: transparent;
  border-bottom: solid 1px #dfac42;
  border-radius: 0;
  padding: 0 0 10px 0;
  color: #fff;
  font-weight: 400;
  outline: none !important;
  box-shadow: none !important; }
/* line 72, ../sass/_form.scss */
.default-form input.form-control::placeholder, .default-form textarea.form-control::placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic; }
/* line 77, ../sass/_form.scss */
.form-control::placeholder {
  color: #fff;
  opacity: 1; }
/* line 81, ../sass/_form.scss */
.form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }
/* line 86, ../sass/_form.scss */
.homepage_form_header {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 70px; }
/* line 92, ../sass/_form.scss */
.textarea-wrapper {
  position: relative; }
/* line 94, ../sass/_form.scss */
.textarea-wrapper .submit-form {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px 15px;
  background: #7a7f83;
  border: none;
  outline: none;
  font-weight: 500;
  letter-spacing: 1.5px;
  cursor: pointer; }

@media screen and (max-width: 1199px) {
/* line 111, ../sass/_form.scss */
.default-form input.form-control::placeholder, .default-form textarea.form-control::placeholder {
  font-size: 14px; }
/* line 114, ../sass/_form.scss */
#homepage_form {
  padding-right: 40px; } }

@media screen and (max-width: 767px) {
/* line 120, ../sass/_form.scss */
.form {
  margin-bottom: 50px; }
/* line 123, ../sass/_form.scss */
.homepage_form_header {
  margin-bottom: 30px; } }

@media screen and (max-width: 575px) {
/* line 128, ../sass/_form.scss */
.homepage_form_header {
  font-size: 17px; }
/* line 131, ../sass/_form.scss */
.default-form input.form-control::placeholder, .default-form textarea.form-control::placeholder {
  font-size: 12px; }
/* line 134, ../sass/_form.scss */
.textarea-wrapper .submit-form {
  padding: 5px 10px;
  letter-spacing: 1px; } }
/* line 1, ../sass/_searcher.scss */
.choose-game {
  display: flex; }
/* line 3, ../sass/_searcher.scss */
.choose-game .game-link {
  background: #dbdbdb;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #dbdbdb 1%, #e8e6e7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #dbdbdb 1%, #e8e6e7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #dbdbdb 1%, #e8e6e7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#e8e6e7',GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #fff; }
/* line 15, ../sass/_searcher.scss */
.choose-game .game-link:hover {
  background: linear-gradient(135deg, #e8e6e7 1%, #dbdbdb 100%);
  color: #fff; }
/* line 19, ../sass/_searcher.scss */
.choose-game .game-link.football {
  background: #333147; }
/* line 22, ../sass/_searcher.scss */
.choose-game .game-link.futsal {
  background: #c38420; }
/* line 27, ../sass/_searcher.scss */
.searcher-wrapper {
  margin-top: 3.5vh; }
/* line 30, ../sass/_searcher.scss */
#searcher {
  padding: 30px 40px;
  background-color: white;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border: none; }
/* line 38, ../sass/_searcher.scss */
#searcher.football {
  background-color: #333147; }
/* line 41, ../sass/_searcher.scss */
#searcher.futsal {
  background: linear-gradient(330deg, #b17621 30%, #f9d762 70%, #c38420 80%); }
/* line 46, ../sass/_searcher.scss */
#searcher h2 {
  color: #333147;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 15px; }
/* line 53, ../sass/_searcher.scss */
#searcher #search_line {
  display: flex;
  justify-content: space-between; }
/* line 57, ../sass/_searcher.scss */
#searcher #search_line input::placeholder, #searcher #search_line .multiselect-selected-text {
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
  color: #87888a; }
/* line 64, ../sass/_searcher.scss */
#searcher #search_line .multiselect-selected-text {
  padding-right: 50px; }
/* line 68, ../sass/_searcher.scss */
#searcher #search_line input, #searcher #search_line select, #searcher #search_line button {
  box-shadow: inset 1px 1px 7px -2px rgba(0, 0, 0, 0.1) !important;
  background: #fff;
  border-radius: 5px;
  padding: 13px;
  border: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  outline: none;
  color: #87888a; }
/* line 79, ../sass/_searcher.scss */
#searcher #search_line .searcher-elem, #searcher #search_line .btn-group button {
  min-width: 10%;
  margin-right: 10px; }
/* line 84, ../sass/_searcher.scss */
#searcher #search_line .multiselect-container {
  top: 5px !important;
  padding: 5px 0px; }
/* line 89, ../sass/_searcher.scss */
#searcher #search_line .multiselect-container > li {
  padding: 5px 0;
  background: none; }
/* line 94, ../sass/_searcher.scss */
#searcher #search_line .multiselect-container > li > a > label.radio, #searcher #search_line .multiselect-container > li > a > label.checkbox {
  padding: 0px 10px;
  color: #333147; }
/* line 99, ../sass/_searcher.scss */
#searcher #search_line #search_trigger {
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  background-image: url('/css/default/images/lens.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 31px 31px;
  background-color: #333147;
  border: none;
  border-radius: 5px; }

@media screen and (max-width: 1919px) {
/* line 116, ../sass/_searcher.scss */
#searcher {
  padding: 20px; }
/* line 119, ../sass/_searcher.scss */
#searcher #search_line input::placeholder, #searcher #search_line .multiselect-selected-text {
  font-size: 14px; }
/* line 122, ../sass/_searcher.scss */
#searcher #search_line input, #searcher #search_line select, #searcher #search_line button {
  padding: 7px; }
/* line 125, ../sass/_searcher.scss */
#searcher h2 {
  font-size: 24px; }
/* line 128, ../sass/_searcher.scss */
#searcher #search_line #search_trigger {
  background-size: 25px;
  height: 40px; } }

@media screen and (max-width: 1499px) {
/* line 136, ../sass/_searcher.scss */
#searcher h2 {
  font-size: 20px; }
/* line 139, ../sass/_searcher.scss */
#searcher #search_line .searcher-elem, #searcher #search_line .btn-group button {
  min-width: 5%; }
/* line 142, ../sass/_searcher.scss */
#searcher #search_line input::placeholder, #searcher #search_line .multiselect-selected-text {
  font-size: 12px; }
/* line 145, ../sass/_searcher.scss */
#searcher .multiselect-container > li > a > label {
  font-size: 14px; }
/* line 148, ../sass/_searcher.scss */
#searcher #search_line .multiselect-container > li {
  padding: 0; } }

@media screen and (max-width: 1199px) {
/* line 154, ../sass/_searcher.scss */
#searcher #search_line .multiselect-selected-text {
  padding-right: 5px; } }

@media screen and (max-width: 991px) {
/* line 160, ../sass/_searcher.scss */
#searcher #search_line {
  flex-direction: column; }
/* line 163, ../sass/_searcher.scss */
#searcher #search_line .searcher-elem, #searcher #search_line .btn-group button {
  min-width: 100%;
  margin-right: 0;
  margin-bottom: 5px; }
/* line 168, ../sass/_searcher.scss */
#searcher #search_line .searcher-elem, #searcher #search_line .btn-group button {
  min-width: 100%;
  margin-right: 0;
  margin-bottom: 5px; }
/* line 173, ../sass/_searcher.scss */
#searcher #search_line .multiselect-selected-text {
  padding-right: 0;
  width: calc(100% - 15px);
  display: inline-block;
  text-align: left; }
/* line 179, ../sass/_searcher.scss */
#searcher #search_line #search_trigger {
  width: 100%;
  margin-top: 5px; }
/* line 183, ../sass/_searcher.scss */
#searcher #search_line .searcher-elem, #searcher #search_line .btn-group button {
  padding: 4px 10px; } }

/* line 1, ../sass/_player.scss */

.subcontent_container .player {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2%;
  position: relative;
  min-height: 153px; }
/* line 7, ../sass/_player.scss */
.subcontent_container .player h2, .subcontent_container .player h3, .subcontent_container .player h4 {
  margin: 0 0 10px 0px; }
/* line 10, ../sass/_player.scss */
.subcontent_container .player .head {
  min-height: 65px;
  display: flex;
  align-items: center;
  position: relative; }
/* line 15, ../sass/_player.scss */
.subcontent_container .player .head:before {
  content: '';
  width: 100%;
  left: 0px;
  height: 1px;
  position: absolute;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,9e9fa5+50,ffffff+100 */
  background: #9e9fa5;
  /* Old browsers */
  background: -moz-linear-gradient(left, transparent 0%, #9e9fa5 15%, #9e9fa5 85%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, transparent 0%, #9e9fa5 15%, #9e9fa5 85%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, transparent 0%, #9e9fa5 15%, #9e9fa5 85%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1);
  /* IE6-9 */ }
/* line 30, ../sass/_player.scss */
.subcontent_container .player .head.name::before {
  width: calc(100% + 80px); }
/* line 33, ../sass/_player.scss */
.subcontent_container .player .head.extra-info::before {
  left: -45px; }
/* line 36, ../sass/_player.scss */
.subcontent_container .player .label {
  font-size: 14px;
  font-weight: 300; }
/* line 40, ../sass/_player.scss */
.subcontent_container .player .value {
  font-size: 14px;
  font-weight: 500; }
/* line 44, ../sass/_player.scss */
.subcontent_container .player .col-player {
  width: 43%; }
/* line 47, ../sass/_player.scss */
.subcontent_container .player-info, .subcontent_container .player-club {
  background: rgba(255, 255, 255, 0.3);
  border: solid 1px rgba(255, 255, 255, 0.6);
  border-radius: 5px; }
/* line 52, ../sass/_player.scss */
.subcontent_container .player-info {
  width: 75%;
  display: flex;
  justify-content: space-between; }
/* line 56, ../sass/_player.scss */
.subcontent_container .player-info .main {
  width: 35%;
  padding-left: 40px;
  padding-right: 80px; }
/* line 60, ../sass/_player.scss */
.subcontent_container .player-info .main .head h2 {
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 0;
  letter-spacing: 0.5px; }
/* line 66, ../sass/_player.scss */
.subcontent_container .player-info .main .info-birth {
  display: flex;
  align-items: flex-start;
  min-height: 75px;
  padding-top: 10px; }
/* line 71, ../sass/_player.scss */
.subcontent_container .player-info .main .info-birth .flag {
  max-width: 60px;
  margin-right: 30px;
  padding-top: 5px; }
/* line 78, ../sass/_player.scss */
.subcontent_container .player-info .photo {
  position: absolute;
  left: 26%;
  top: -5px;
  border: solid 3px white;
  border-radius: 5px;
  width: 158px;
  height: 158px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box; }
/* line 91, ../sass/_player.scss */
.subcontent_container .player-info .photo img {
  width: 100%; }
/* line 95, ../sass/_player.scss */
.subcontent_container .player-info .extra {
  width: 65%;
  padding-left: 195px; }
/* line 98, ../sass/_player.scss */
.subcontent_container .player-info .extra .head {
  display: flex; }
/* line 100, ../sass/_player.scss */
.subcontent_container .player-info .extra .head .col-player {
  display: flex; }
/* line 102, ../sass/_player.scss */
.subcontent_container .player-info .extra .head .col-player .line {
  padding: 0 8px; }
/* line 107, ../sass/_player.scss */
.subcontent_container .player-info .extra .info-extra {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: 75px;
  padding-top: 10px; }

/* line 116, ../sass/_player.scss */

.subcontent_container .player-info .extra .league span {
  font-weight: 500;
  font-size: 21px; }
/* line 122, ../sass/_player.scss */
.subcontent_container .player-club {
  width: 23%;
  position: relative;
  padding: 15px 0 15px 60px; }
/* line 126, ../sass/_player.scss */
.subcontent_container .player-club .team-foto {
  position: absolute;
  left: -25%;
  top: 0;
  width: 160px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
/* line 135, ../sass/_player.scss */
.subcontent_container .player-club .team-foto img {
  max-width: 125px; }
/* line 139, ../sass/_player.scss */
.subcontent_container .player-club .team-name {
  font-size: 21px;
  font-weight: 500; }

@media screen and (max-width: 1919px) {
/* line 147, ../sass/_player.scss */
.subcontent_container .player-info .main {
  padding-left: 20px;
  padding-right: 20px; }
/* line 151, ../sass/_player.scss */
.subcontent_container .player .col-player {
  width: auto;
  min-width: 48%; }
/* line 155, ../sass/_player.scss */
.subcontent_container .player-info .extra .league span {
  font-size: 18px; }
/* line 158, ../sass/_player.scss */
.subcontent_container .player-club .team-foto {
  left: -70px;
  width: 100px; }
/* line 162, ../sass/_player.scss */
.subcontent_container .player-club .team-foto img {
  max-width: 100px; }
/* line 165, ../sass/_player.scss */
.subcontent_container .player-info .main .head h2 {
  font-size: 18px; }
/* line 168, ../sass/_player.scss */
.subcontent_container .player-info .main .info-birth .flag {
  margin-right: 15px; }
/* line 171, ../sass/_player.scss */
.subcontent_container .player-club .team-name {
  font-size: 18px;
  padding-right: 15px; }
/* line 175, ../sass/_player.scss */
.subcontent_container .player-info .league {
  padding-right: 25px; }
/* line 178, ../sass/_player.scss */
#searcher h2 {
  margin: 0 0 15px 0; } }

@media screen and (max-width: 1499px) {
/* line 184, ../sass/_player.scss */
.subcontent_container .player .label {
  font-size: 12px; }
/* line 187, ../sass/_player.scss */
.subcontent_container .player .value {
  font-size: 12px; }
/* line 190, ../sass/_player.scss */
.subcontent_container .player-info .extra .head .col-player {
  align-items: center; }
/* line 193, ../sass/_player.scss */
.subcontent_container .player-info .extra .head .col-player .line {
  padding: 0 6px;
  font-size: 13px; }
/* line 197, ../sass/_player.scss */
.subcontent_container .player-info .main .info-birth .flag {
  max-width: 45px; }
/* line 200, ../sass/_player.scss */
.subcontent_container .player-info .extra .league span {
  font-size: 14px; }
/* line 203, ../sass/_player.scss */
.subcontent_container .player-club {
  padding: 15px 0 15px 40px; }
/* line 206, ../sass/_player.scss */
.subcontent_container .player-info .league {
  line-height: 1.2; } }

@media screen and (max-width: 1199px) {
/* line 211, ../sass/_player.scss */
.subcontent_container .player-info {
  flex-direction: column;
  width: 65%; }
/* line 215, ../sass/_player.scss */
.subcontent_container .player-club {
  width: 33%; }
/* line 218, ../sass/_player.scss */
.subcontent_container .player-info .main {
  width: 50%; }
/* line 221, ../sass/_player.scss */
.subcontent_container .player-info .photo {
  left: 40%; }
/* line 224, ../sass/_player.scss */
.subcontent_container .player-info .extra {
  width: auto;
  padding-left: 20px; }
/* line 228, ../sass/_player.scss */
.subcontent_container .player .head.extra-info::before {
  display: none; }
/* line 231, ../sass/_player.scss */
.subcontent_container .player-info .extra .head {
  flex-direction: column;
  align-items: flex-start;
  min-height: unset; }
/* line 236, ../sass/_player.scss */
.subcontent_container .player-club .league.team-name {
  font-size: 14px; }
/* line 239, ../sass/_player.scss */
.subcontent_container .player-club .team-foto {
  position: static;
  height: auto;
  margin: 15px 0; }
/* line 244, ../sass/_player.scss */
.subcontent_container .player-info .extra .info-extra {
  padding-top: 0; } }

@media screen and (max-width: 991px) {
/* line 250, ../sass/_player.scss */
.subcontent_container .player-info .main {
  width: 80%; }
/* line 253, ../sass/_player.scss */
.subcontent_container .player-info .photo {
  right: 15px;
  left: unset; }
/* line 257, ../sass/_player.scss */
.subcontent_container .player-info {
  position: relative; }
/* line 260, ../sass/_player.scss */
.subcontent_container .player-club {
  padding: 15px 20px; }
/* line 263, ../sass/_player.scss */
.subcontent_container .player-info .main .info-birth .flag {
  display: none; } }

@media screen and (max-width: 767px) {
/* line 268, ../sass/_player.scss */
.subcontent_container .player {
  flex-direction: column;
  margin-bottom: 50px; }
/* line 272, ../sass/_player.scss */
.subcontent_container .player-info {
  width: 100%; }
/* line 275, ../sass/_player.scss */
.subcontent_container .player-club {
  width: 100%;
  text-align: center;
  margin-top: 10px; }
/* line 280, ../sass/_player.scss */
.subcontent_container .player-club .team-name {
  font-size: 18px;
  padding-right: 0; }
/* line 284, ../sass/_player.scss */
.subcontent_container .player-club .team-foto {
  margin: 15px auto; }
/* line 287, ../sass/_player.scss */
.subcontent_container .player-club .team-foto img {
  max-width: 70px; }
/* line 290, ../sass/_player.scss */
.subcontent_container .player-info .extra .info-extra {
  padding-bottom: 20px; } }

@media screen and (max-width: 575px) {
/* line 295, ../sass/_player.scss */
.subcontent_container .player-info .photo {
  margin: 0 auto;
  border: solid 1px white;
  position: static; }
/* line 300, ../sass/_player.scss */
.subcontent_container .player-info .main {
  width: 100%; }
/* line 303, ../sass/_player.scss */
.subcontent_container .player .col-player {
  min-width: 100%;
  text-align: center; }
/* line 307, ../sass/_player.scss */
.subcontent_container .player-info .main {
  padding-left: 10px;
  padding-right: 10px; }
/* line 311, ../sass/_player.scss */
.subcontent_container .player .head.name::before {
  width: 100%; }
/* line 314, ../sass/_player.scss */
.subcontent_container .player .head {
  min-height: 45px; }
/* line 317, ../sass/_player.scss */
.subcontent_container .player-info .extra {
  width: auto;
  padding-left: 10px;
  margin-top: 10px; }
/* line 322, ../sass/_player.scss */
.subcontent_container .player .head {
  justify-content: center; }
/* line 325, ../sass/_player.scss */
.subcontent_container .player-info .main .info-birth {
  justify-content: center;
  text-align: center; }
/* line 329, ../sass/_player.scss */
.subcontent_container .player-info .extra .head .col-player {
  justify-content: center; } }
/* line 1, ../sass/_catalog.scss */
/* line 2, ../sass/_catalog.scss */

.searcher-wrapper.catalog #searcher {
  margin-bottom: 2%;
  border: none; }
/* line 6, ../sass/_catalog.scss */
.searcher-wrapper.catalog #searcher h2 {
  color: #fff; }
/* line 11, ../sass/_catalog.scss */
.more-info {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  margin-bottom: 50px; }
/* line 16, ../sass/_catalog.scss */
.more-info h2 {
  color: #fff;
  font-weight: 400;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px; }
/* line 22, ../sass/_catalog.scss */
.more-info .stats, .more-info .more, .more-info .position {
  background: rgba(255, 255, 255, 0.3);
  padding: 35px 30px;
  border-radius: 5px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  width: 100%; }
/* line 29, ../sass/_catalog.scss */
.more-info .stats, .more-info .more {
  background-position: bottom 20px right 20px;
  background-repeat: no-repeat; }
/* line 33, ../sass/_catalog.scss */
.more-info .stats {
  background-image: url('/css/default/images/chart.png');
  min-height: calc(100% - 81px); }
/* line 36, ../sass/_catalog.scss */
.more-info .stats h2 {
  margin-bottom: 30px; }
/* line 40, ../sass/_catalog.scss */
.more-info .more {
  background-image: url('/css/default/images/ball.png'); }
/* line 43, ../sass/_catalog.scss */
.more-info .stats-wrapper, .more-info .more-wrapper {
  width: 36%; }
/* line 46, ../sass/_catalog.scss */
.more-info .position-wrapper {
  width: 23%; }
/* line 49, ../sass/_catalog.scss */
/* line 50, ../sass/_catalog.scss */

.more-info .position .info-row {
  text-align: center;
  margin-bottom: 30px; }
/* line 53, ../sass/_catalog.scss */
.more-info .position .info-row .value {
  font-size: 18px;
  font-weight: 500; }
/* line 59, ../sass/_catalog.scss */
.more-info .more-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between; }
/* line 64, ../sass/_catalog.scss */
.more-info .more-content .player-files .more {
  background-image: url('/css/default/images/stat.png'); }
/* line 67, ../sass/_catalog.scss */
.more-info .more-content .more {
  min-height: 120px;
  background-size: 100px; }
/* line 70, ../sass/_catalog.scss */
.more-info .more-content .more .row {
  margin-bottom: 5px; }
/* line 73, ../sass/_catalog.scss */
.more-info .more-content .more .label, .more-info .more-content .more .value {
  font-size: 14px; }
/* line 76, ../sass/_catalog.scss */
.more-info .more-content .more .label {
  font-weight: 300;
  color: #fcf38d; }
/* line 80, ../sass/_catalog.scss */
.more-info .more-content .more .value {
  font-weight: 500;
  color: #fff; }
/* line 84, ../sass/_catalog.scss */
.more-info .more-content .more:first-child {
  min-height: 49%; }
/* line 90, ../sass/_catalog.scss */
.field-img {
  position: relative; }
/* line 93, ../sass/_catalog.scss */
.position-img {
  position: absolute;
  left: 0;
  top: 0; }
/* line 99, ../sass/_catalog.scss */
.pagination {
  justify-content: center; }
/* line 101, ../sass/_catalog.scss */
.pagination a {
  color: #fff;
  padding: 0 5px; }
/* line 104, ../sass/_catalog.scss */
.pagination a:hover, .pagination a.active {
  color: #dfac42; }
/* line 109, ../sass/_catalog.scss */
.subcontent_container .no-player {
  font-weight: 700;
  margin-top: 10vh;
  font-size: 24px;
  letter-spacing: 1px; }

@media screen and (max-width: 1919px) {
/* line 117, ../sass/_catalog.scss */
.more-info {
  margin-top: 30px;
  flex-wrap: wrap; }
/* line 121, ../sass/_catalog.scss */
.more-info h2 {
  font-size: 20px;
  margin: 15px 0; }
/* line 125, ../sass/_catalog.scss */
.more-info .stats-wrapper {
  width: 23%; }
/* line 128, ../sass/_catalog.scss */
.more-info .more-wrapper {
  width: 50%; }
/* line 131, ../sass/_catalog.scss */
.more-info .stats, .more-info .more, .more-info .position {
  padding: 20px; }
/* line 134, ../sass/_catalog.scss */
.more-info .position .info-row .value {
  font-size: 14px; }
/* line 137, ../sass/_catalog.scss */
.more-info .more-content .more {
  min-height: 120px; }
/* line 140, ../sass/_catalog.scss */
.more-info a {
  font-size: 14px; }
/* line 143, ../sass/_catalog.scss */
.more-info p {
  margin-bottom: 7px; }
/* line 146, ../sass/_catalog.scss */
.more-info .stats {
  min-height: calc(100% - 54px); } }

@media screen and (max-width: 1499px) {
/* line 151, ../sass/_catalog.scss */
.more-info .more-content .more .label, .more-info .more-content .more .value {
  font-size: 1vw; }
/* line 154, ../sass/_catalog.scss */
.more-info .more-content .more .row {
  margin-bottom: 0px; } }

@media screen and (max-width: 1199px) {
/* line 160, ../sass/_catalog.scss */
.more-info .stats-wrapper {
  width: 100%;
  margin-top: 40px; }
/* line 164, ../sass/_catalog.scss */
.more-info .position-wrapper {
  width: 33%; }
/* line 167, ../sass/_catalog.scss */
.more-info .more-wrapper {
  width: 65%; }
/* line 171, ../sass/_catalog.scss */
.more-info .more-content .more .label, .more-info .more-content .more .value {
  font-size: 14px; }
/* line 174, ../sass/_catalog.scss */
.more-info .stats {
  min-height: 140px;
  background-size: 100px; }
/* line 178, ../sass/_catalog.scss */
.more-info .more-content .more {
  min-height: 18vw; }
/* line 181, ../sass/_catalog.scss */
.more-info .more-content .player-files .more {
  min-height: 13vw; } }

@media screen and (max-width: 991px) {
/* line 186, ../sass/_catalog.scss */
.more-info .more-content .more {
  background-size: 70px; } }

@media screen and (max-width: 767px) {
/* line 191, ../sass/_catalog.scss */
.more-info .stats-wrapper {
  width: 50%; }
/* line 194, ../sass/_catalog.scss */
.more-info .position-wrapper {
  width: 47%;
  margin-top: 40px; }
/* line 198, ../sass/_catalog.scss */
.more-info .more-wrapper {
  width: 100%; }
/* line 201, ../sass/_catalog.scss */
.more-info .stats {
  min-height: 52vw; }
/* line 204, ../sass/_catalog.scss */
.player-files {
  width: 100%; }
/* line 206, ../sass/_catalog.scss */
.player-files .more {
  background-image: none; } }

@media screen and (max-width: 575px) {
/* line 213, ../sass/_catalog.scss */
.more-info .stats-wrapper {
  width: 100%; }
/* line 216, ../sass/_catalog.scss */
.more-info .stats {
  background-image: none; }
/* line 219, ../sass/_catalog.scss */
.more-info .position-wrapper {
  width: 100%;
  margin-top: 25px; }
/* line 223, ../sass/_catalog.scss */
.more-info .more {
  background-image: none; }
/* line 226, ../sass/_catalog.scss */
.more-info .stats, .more-info .more, .more-info .position {
  min-height: unset; }
/* line 229, ../sass/_catalog.scss */
.more-info .more-content .more:last-child {
  background-image: none;
  min-height: auto; } }
/* line 1, ../sass/_discounts.scss */
.discounts-item {
  background: rgba(255, 255, 255, 0.85);
  padding: 45px 55px;
  width: 28%;
  border-radius: 5px;
  display: flex;
  flex-direction: column; }
/* line 8, ../sass/_discounts.scss */
.discounts-item h3 {
  text-align: center;
  font-size: 34px;
  font-family: 'Copper Penny DTP Normal';
  text-transform: uppercase;
  margin: 0 0 10px 0; }
/* line 15, ../sass/_discounts.scss */
.discounts-item .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
/* line 20, ../sass/_discounts.scss */
.discounts-item .header h3.h-gold {
  background-image: linear-gradient(135deg, #c38420 0%, #fbe476 55%, #b17621 100%); }
/* line 23, ../sass/_discounts.scss */
.discounts-item .header span, .discounts-item .header span p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  max-width: 320px;
  letter-spacing: 0.3px; }
/* line 33, ../sass/_discounts.scss */
.discounts-item .logo {
  text-align: center;
  margin: auto 0 30px 0; }
/* line 37, ../sass/_discounts.scss */
.discounts-item .footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto; }
/* line 42, ../sass/_discounts.scss */
.discounts-item .footer .marker-img {
  margin-right: 20px; }
/* line 45, ../sass/_discounts.scss */
.discounts-item .footer p, .discounts-item .footer p > a {
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.3px;
  font-size: 13px;
  color: #858791;
  transition: color 0.3s ease-in-out; }
/* line 53, ../sass/_discounts.scss */
.discounts-item .footer p > a:hover {
  color: #333147; }

@media screen and (max-width: 1919px) {
/* line 59, ../sass/_discounts.scss */
.discounts-item {
  width: 30%;
  padding: 20px; }
/* line 63, ../sass/_discounts.scss */
.discounts-item h3 {
  font-size: 28px; }
/* line 66, ../sass/_discounts.scss */
.discounts-item .header span, .discounts-item .header span p {
  font-size: 12px; }
/* line 69, ../sass/_discounts.scss */
.discounts-item .footer p, .discounts-item .footer p > a {
  font-size: 12px; }
/* line 72, ../sass/_discounts.scss */
.discounts-item .footer .marker-img img {
  max-width: 75px; } }

@media screen and (max-width: 1199px) {
/* line 78, ../sass/_discounts.scss */
.discounts-item h3 {
  font-size: 21px; }
/* line 81, ../sass/_discounts.scss */
.discounts-item .header span, .discounts-item .header span p {
  font-size: 10px; }
/* line 84, ../sass/_discounts.scss */
.discounts-item .logo img {
  max-width: 125px; }
/* line 87, ../sass/_discounts.scss */
.discounts-item .footer .marker-img img {
  max-width: 55px; } }

@media screen and (max-width: 991px) {
/* line 96, ../sass/_discounts.scss */
.discounts-item .footer {
  display: flex;
  justify-content: center; }
/* line 100, ../sass/_discounts.scss */
.discounts-item .header span, .discounts-item .header span p {
  max-width: unset; }
/* line 103, ../sass/_discounts.scss */
.discounts-item {
  width: 48%; }
/* line 106, ../sass/_discounts.scss */
.style_promo .subcontent_container .news-list .discounts-item {
  margin-bottom: 4%; } }

@media screen and (max-width: 767px) {
/* line 111, ../sass/_discounts.scss */
.discounts-item {
  width: 75%; }
/* line 114, ../sass/_discounts.scss */
.style_promo .subcontent_container .news-list {
  justify-content: center; } }

@media screen and (max-width: 575px) {
/* line 120, ../sass/_discounts.scss */
.discounts-item {
  width: 100%; } }
/* line 14, ../sass/layout.scss */
.grecaptcha-badge {
  display: none; }
/* line 18, ../sass/layout.scss */
.h-gold {
  background-image: linear-gradient(135deg, #c38420 0%, #fff993 49.5%, #fff993 50.5%, #b17621 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; }
/* line 25, ../sass/layout.scss */
p {
  font-size: 16px; }
/* uniwersalne */
/* line 31, ../sass/layout.scss */
#content {
  min-height: 110px;
  padding-top: 20px; }
/* line 36, ../sass/layout.scss */
#content h2 {
  text-align: center; }
/* line 40, ../sass/layout.scss */
#footer {
  padding-top: 50px; }
/* line 44, ../sass/layout.scss */
.blank > img {
  margin-left: 10px; }
/* line 48, ../sass/layout.scss */
.footer-bottom {
  margin-top: 30px; }
/*submenu*/
/* line 54, ../sass/layout.scss */
#top_menu .active {
  color: red; }
/* line 58, ../sass/layout.scss */
#top_menu .sub_menu {
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  transition: transform 0.3s;
  padding: 15px 30px;
  transform-origin: top left;
  transform: scaleY(1);
  min-width: 220px;
  max-width: 450px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 50px;
  right: 0;
  text-align: center;
  text-transform: uppercase; }
/* line 74, ../sass/layout.scss */
#top_menu .sub_menu li {
  margin-bottom: 10px; }
/* line 76, ../sass/layout.scss */
#top_menu .sub_menu li:last-of-type {
  margin: 0; }
/* line 81, ../sass/layout.scss */
#top_menu .sub_menu li a {
  color: #232539;
  font-size: 13px;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  letter-spacing: 0.3px;
  font-weight: 400; }
/* line 89, ../sass/layout.scss */
#top_menu .sub_menu li a:hover {
  color: white; }
/* line 93, ../sass/layout.scss */
#top_menu .sub_menu li a:before {
  display: none; }
/* line 98, ../sass/layout.scss */
#top_menu .sub_menu.hide_menu {
  transform: scaleY(0); }
/* line 101, ../sass/layout.scss */
#top_menu .sub_menu.hide_menu li a {
  opacity: 0; }
/* line 107, ../sass/layout.scss */
.top-wrapper {
  background-image: url("/css/default/images/main-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh; }
/* line 113, ../sass/layout.scss */
#top {
  width: 100%;
  display: flex;
  padding-top: 6.5vh;
  position: relative;
  justify-content: space-between;
  align-items: center; }
/* line 121, ../sass/layout.scss */
#main-logo {
  width: 330px; }
/* line 124, ../sass/layout.scss */
#top-menu-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  align-items: flex-end; }
/* line 131, ../sass/layout.scss */
#top-menu-wrapper .lang-bar {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding: 5px 30px;
  width: 100%; }
/* line 137, ../sass/layout.scss */
#top-menu-wrapper .lang-bar a, #top-menu-wrapper .lang-bar span {
  font-weight: 500;
  color: #858791; }
/* line 141, ../sass/layout.scss */
#top-menu-wrapper .lang-bar span {
  padding: 0 8px; }
/* line 144, ../sass/layout.scss */
#top-menu-wrapper .lang-bar a {
  transition: color 0.3s ease-in-out; }
/* line 146, ../sass/layout.scss */
#top-menu-wrapper .lang-bar a:hover, #top-menu-wrapper .lang-bar a.active {
  color: #232539; }
/* line 150, ../sass/layout.scss */
#top-menu-wrapper .lang-bar::before, #top-menu-wrapper .lang-bar::after {
  display: inline-block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background: linear-gradient(135deg, #fff 0%, #e3e3e3 100%); }
/* line 158, ../sass/layout.scss */
#top-menu-wrapper .lang-bar .social-icons {
  margin-left: 30px; }
/* line 160, ../sass/layout.scss */
#top-menu-wrapper .lang-bar .social-icons a {
  display: inline-block;
  transition: filter 0.3s ease-in-out; }
/* line 163, ../sass/layout.scss */
#top-menu-wrapper .lang-bar .social-icons a:hover {
  filter: brightness(0.8); }
/* line 169, ../sass/layout.scss */
#top-menu-wrapper .gold-line {
  width: calc(100%);
  height: 2px;
  background: linear-gradient(330deg, #b17621 30%, #c99f3c 51%, #fff994 60%, #f9d762 70%, #c38420 80%); }
/* line 175, ../sass/layout.scss */
#top-menu-wrapper #top_menu {
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
  background-image: linear-gradient(135deg, #000 0%, #fff 75%, #000 100%);
  background-size: calc(100% - 15px);
  background-repeat: no-repeat;
  background-position: right; }
/* line 184, ../sass/layout.scss */
#top-menu-wrapper #top_menu li.sub {
  position: relative; }
/* line 187, ../sass/layout.scss */
#top-menu-wrapper #top_menu li:last-of-type .menu-item {
  padding-right: 0; }
/* line 189, ../sass/layout.scss */
#top-menu-wrapper #top_menu li:last-of-type .menu-item .last-menu-item {
  display: inline-block;
  z-index: -4;
  top: 0;
  right: -30px;
  bottom: 0;
  left: 30px;
  position: absolute;
  background: linear-gradient(135deg, #fff 0%, #e3e3e3 100%);
  transition: background 0.3s ease-in-out; }
/* line 200, ../sass/layout.scss */
#top-menu-wrapper #top_menu li:last-of-type .menu-item .last-menu-item::before {
  display: inline-block;
  content: '';
  z-index: -3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(45deg, #cbccce 0%, #aeb2ba 100%);
  transition: opacity 0.3s ease-in-out;
  opacity: 0; }
/* line 215, ../sass/layout.scss */
/* line 216, ../sass/layout.scss */

#top-menu-wrapper #top_menu li:last-of-type .menu-item:hover .last-menu-item::before {
  opacity: 1; }
/* line 221, ../sass/layout.scss */
#top-menu-wrapper #top_menu li:last-of-type .menu-item:after {
  background: linear-gradient(135deg, #fff 0%, #e8e8e8 100%); }
/* line 225, ../sass/layout.scss */
#top-menu-wrapper #top_menu .menu-item {
  font-size: 14px;
  font-weight: 300;
  color: #232539;
  text-transform: uppercase;
  padding: 15px 20.5px;
  display: inline-block;
  z-index: 0;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  position: relative; }
/* line 235, ../sass/layout.scss */
#top-menu-wrapper #top_menu .menu-item:hover::before {
  opacity: 1; }
/* line 238, ../sass/layout.scss */
#top-menu-wrapper #top_menu .menu-item:before {
  display: inline-block;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(45deg, #d7d7d7 0%, #aeb2ba 100%);
  transition: opacity 0.3s ease-in-out;
  opacity: 0; }
/* line 252, ../sass/layout.scss */
#top-menu-wrapper #top_menu .menu-item:after {
  display: inline-block;
  content: "";
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(135deg, #fff 0%, #e3e3e3 100%);
  transition: background 0.3s ease-in-out; }
/* line 268, ../sass/layout.scss */
.gold-line {
  height: 1px;
  background: linear-gradient(330deg, #b17621 30%, #c99f3c 51%, #fff994 60%, #f9d762 70%, #c38420 80%); }
/* line 272, ../sass/layout.scss */
#top_menu_lnk {
  display: none; }
/* line 277, ../sass/layout.scss */
#footer {
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 60px;
  background: white; }
/* line 283, ../sass/layout.scss */
#footer .menu-bottom {
  width: 75%; }
/* line 286, ../sass/layout.scss */
#footer #bottom_menu {
  display: flex;
  justify-content: space-between; }
/* line 290, ../sass/layout.scss */
#footer .bottom_menu_item a {
  font-size: 18px;
  font-style: italic;
  color: #232539;
  font-weight: 300;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out; }
/* line 297, ../sass/layout.scss */
#footer .bottom_menu_item a:hover {
  color: #dfac42; }
/* line 301, ../sass/layout.scss */
#footer #ssi a {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
/* line 305, ../sass/layout.scss */
#footer #ssi a span {
  color: #232539;
  margin-right: 15px;
  font-size: 14px;
  transition: color 0.3s ease-in-out; }
/* line 311, ../sass/layout.scss */
#footer #ssi a:hover span {
  color: #db0000; }
/* line 316, ../sass/layout.scss */
.container-padding {
  padding-left: 100px;
  padding-right: 100px; }

@media screen and (max-width: 1919px) {
/* line 323, ../sass/layout.scss */
#main-logo {
  width: 260px; }
/* line 326, ../sass/layout.scss */
#top-menu-wrapper #top_menu .menu-item {
  font-size: 13px;
  padding: 10px; }
/* line 330, ../sass/layout.scss */
#top-menu-wrapper #top_menu li:last-of-type .menu-item {
  padding-right: 10px; }
/* line 333, ../sass/layout.scss */
#top-menu-wrapper #top_menu li:last-of-type .menu-item .last-menu-item {
  display: none; }
/* line 336, ../sass/layout.scss */
#top-menu-wrapper #top_menu {
  padding-right: 0; }
/* line 339, ../sass/layout.scss */
#top-menu-wrapper .lang-bar {
  padding: 5px 10px; }
/* line 342, ../sass/layout.scss */
#top_menu .sub_menu {
  background: rgba(255, 255, 255, 0.8);
  top: 39px;
  padding: 10px 20px; }
/* line 347, ../sass/layout.scss */
#footer .bottom_menu_item a {
  font-size: 16px; }
/* line 350, ../sass/layout.scss */
#footer .menu-bottom {
  width: 80%; }
/* line 353, ../sass/layout.scss */
#footer {
  padding-top: 40px;
  padding-bottom: 30px; }
/* line 357, ../sass/layout.scss */
.totop {
  bottom: 20px; } }

@media screen and (max-width: 1499px) {
/* line 364, ../sass/layout.scss */
.container-padding {
  padding-left: 30px;
  padding-right: 30px; }
/* line 368, ../sass/layout.scss */
#main-logo {
  width: 200px; }
/* line 371, ../sass/layout.scss */
#top-menu-wrapper #top_menu .menu-item {
  font-size: 12px; }
/* line 375, ../sass/layout.scss */
#top-menu-wrapper .lang-bar a, #top-menu-wrapper .lang-bar span {
  font-size: 14px; }
/* line 378, ../sass/layout.scss */
#footer .bottom_menu_item a {
  font-size: 14px; }
/* line 381, ../sass/layout.scss */
#ssi {
  padding-right: 50px; }
/* line 384, ../sass/layout.scss */
.totop {
  bottom: 15px;
  width: 35px; }
/* line 388, ../sass/layout.scss */
#top_menu .sub_menu {
  top: 38px; }
/* line 391, ../sass/layout.scss */
#top_menu .sub_menu li a {
  font-size: 11px; }
/* line 394, ../sass/layout.scss */
#top_menu .sub_menu li {
  margin-bottom: 0; } }

@media screen and (max-width: 1199px) {
/* line 400, ../sass/layout.scss */
#top-menu-wrapper {
  display: block; }
/* line 403, ../sass/layout.scss */
#top_menu {
  padding-right: 0;
  display: block; }
/* line 407, ../sass/layout.scss */
#top_menu_lnk {
  width: 30px;
  height: 30px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 50px;
  right: 0;
  display: inline-block; }
/* line 425, ../sass/layout.scss */
#top_menu_lnk span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #e7ebf3;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
/* line 444, ../sass/layout.scss */
#top_menu_lnk span:nth-child(1) {
  top: 0px; }
/* line 448, ../sass/layout.scss */
#top_menu_lnk span:nth-child(2), #top_menu_lnk span:nth-child(3) {
  top: 9px; }
/* line 452, ../sass/layout.scss */
#top_menu_lnk span:nth-child(4) {
  top: 18px; }
/* line 456, ../sass/layout.scss */
#top_menu_lnk.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }
/* line 462, ../sass/layout.scss */
#top_menu_lnk.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
/* line 469, ../sass/layout.scss */
#top_menu_lnk.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
/* line 476, ../sass/layout.scss */
#top_menu_lnk.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }
/* line 482, ../sass/layout.scss */
#top {
  position: relative;
  padding-top: 25px; }
/* line 486, ../sass/layout.scss */
#top-menu-wrapper {
  background: #333147;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 120px;
  width: calc(100% + 60px);
  z-index: 999;
  left: -110%;
  height: calc(100vh - 120px); }
/* line 496, ../sass/layout.scss */
#top-menu-wrapper.open {
  left: -30px;
  overflow-y: auto; }
/* line 500, ../sass/layout.scss */
#top-menu-wrapper #top_menu .menu-item:before, #top-menu-wrapper #top_menu .menu-item:after {
  display: none; }
/* line 503, ../sass/layout.scss */
#top-menu-wrapper #top_menu {
  background: none;
  justify-content: flex-start;
  flex-direction: column;
  padding: 10px 30px 5px 30px; }
/* line 509, ../sass/layout.scss */
#top-menu-wrapper #top_menu .menu-item {
  color: white;
  font-size: 14px;
  padding: 5px 0; }
/* line 515, ../sass/layout.scss */
#top-menu-wrapper #top_menu li {
  margin-bottom: 5px;
  text-align: left; }
/* line 520, ../sass/layout.scss */
#top-menu-wrapper #top_menu .menu-item:hover, #top-menu-wrapper #top_menu .menu-item.active, #top-menu-wrapper #top_menu .menu-item.active-sub {
  color: #fff; }
/* line 524, ../sass/layout.scss */
#top-menu-wrapper #top_menu .sub_menu.hide_menu {
  display: none; }
/* line 528, ../sass/layout.scss */
#top-menu-wrapper #top_menu .sub_menu {
  position: static;
  box-shadow: none;
  max-height: 1000px;
  display: block;
  padding: 10px 0 10px 15px;
  background: none;
  margin: 0; }
/* line 538, ../sass/layout.scss */
#top-menu-wrapper #top_menu .sub_menu li a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.8px; }
/* line 544, ../sass/layout.scss */
#footer .bottom_menu_item a {
  font-size: 10px; }
/* line 547, ../sass/layout.scss */
#footer #ssi a span {
  margin-right: 10px;
  font-size: 12px; } }

@media screen and (max-width: 991px) {
/* line 555, ../sass/layout.scss */
#top-menu-wrapper {
  left: -120%; }
/* line 558, ../sass/layout.scss */
.top-wrapper {
  min-height: unset; }
/* line 561, ../sass/layout.scss */
#footer {
  flex-wrap: wrap; }
/* line 564, ../sass/layout.scss */
#ssi {
  margin-left: auto;
  margin-top: 20px; }
/* line 568, ../sass/layout.scss */
#footer .menu-bottom {
  width: 100%; } }

@media screen and (max-width: 767px) {
/* line 574, ../sass/layout.scss */
#footer #bottom_menu {
  flex-direction: column; }
/* line 577, ../sass/layout.scss */
#footer .menu-bottom {
  width: 60%; }
/* line 580, ../sass/layout.scss */
#ssi {
  margin-top: auto; } }

@media screen and (max-width: 575px) {
/* line 586, ../sass/layout.scss */
.container-padding {
  padding-left: 15px;
  padding-right: 15px; }
/* line 590, ../sass/layout.scss */
#main-logo {
  width: 140px; }
/* line 593, ../sass/layout.scss */
#top_menu_lnk {
  top: 39px; }
/* line 596, ../sass/layout.scss */
#top-menu-wrapper.open {
  left: -15px; }
/* line 599, ../sass/layout.scss */
#top-menu-wrapper {
  top: 90px;
  width: calc(100% + 30px); }
/* line 603, ../sass/layout.scss */
#top-menu-wrapper #top_menu {
  padding: 10px 15px 5px 15px; }
/* line 606, ../sass/layout.scss */
#ssi {
  margin-top: 20px; }
/* line 609, ../sass/layout.scss */
.totop {
  right: 15px; }
/* line 612, ../sass/layout.scss */
#top-menu-wrapper {
  height: calc(100vh - 90px); }
/* line 615, ../sass/layout.scss */
#footer .menu-bottom {
  width: 100%; } }
