body {
  font-family: "A1Sans-Regular", sans-serif;
  background: #fff !important;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.center-it {
  position: absolute;
  bottom: -80px;
  right: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mouse {
  display: inline-block;
  height: 44px;
  width: 28px;
  border-radius: 12px;
  border: 2px solid #6295ac;
  text-align: center;
}
.mouse:after {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #6295ac;
  border-radius: 50%;
  content: "";
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
}

ul.list-styled li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.list-styled li ul li {
  padding-left: 25px;
}

ul.list-styled li ul li:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: auto;
  height: auto;
  color: #da291c;
  background: none;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}

.hero-a1-guru {
  padding: 70px 0 170px 0;
  background-image: url(https://www.a1.mk/documents/20126/1300822/A1-Pattern-Gradient-live.jpg);
  background-position: top -100px right;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}

.hero-a1-guru p {
  margin-bottom: 25px;
  font-size: 21px;
}

.hero-a1-guru sup {
  top: -0.3em;
}

.hero-a1-guru h1 {
  position: relative;
  font-size: 56px;
  margin-bottom: 50px;
  margin-left: 100px;
  display: inline-block;
}

.hero-a1-guru .btn-expand h1 {
  top: -15px;
  left: 15px;
  position: absolute;
  text-align: right;
  white-space: nowrap;
  right: 100%;
  cursor: pointer;
  z-index: 0;
  transform: scale(1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 500ms;
}

.hero-a1-guru .btn-expand.collapsed h1 {
  transform: scale(0.6);
  transform-origin: center right;
  position: absolute;
  right: 0;
  top: -45px;
  left: 0;
}

.hero-a1-guru h1 span.ico:after {
  background-image: url(https://www.a1.mk/documents/20126/1300822/bulb.png);
  background-size: cover;
  width: 70px;
  height: 80px;
  content: "";
  position: absolute;
  bottom: -5px;
  left: -100px;
}

.hero-a1-guru h1 span.ico {
  position: relative;
}

.hero-a1-guru h1 span.ico:before {
  position: absolute;
  bottom: -4px;
  left: 4px;
  right: 10px;
  height: 2px;
  content: "";
  background: #000;
}

@media (max-width: 991px) {
  .hero-a1-guru {
    margin-top: 140px;

    background-attachment: scroll;
  }
}

@media (max-width: 767px) {
  .hero-a1-guru sup {
    top: 0em;
    font-size: 100%;
  }
  .hero-a1-guru .btn-expand h1 {
    top: 10px;
  }

  .hero-a1-guru p.mt-5 {
    margin-top: 25px !important;
  }
  .hero-a1-guru .btn-expand.collapsed h1 {
    right: 15px;
    top: 0px;
    left: 15px;
  }

  .hero-a1-guru {
    padding: 45px 0 140px 0;

    margin-top: 0px !important;
  }

  .hero-a1-guru p {
    font-size: 18px;
  }

  .hero-a1-guru h1 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-left: 65px;
  }

  .hero-a1-guru h1 span.ico:after {
    background-image: url(https://www.a1.mk/documents/20126/1300822/bulb.png);
    background-size: cover;
    width: 45px;
    height: 51px;
    content: "";
    position: absolute;
    bottom: -5px;
    left: -65px;
  }
}

.zapoznajte-go-slavcho-split {
  display: flex;
  flex-wrap: wrap;
  font-family: "A1Serif-Light";
  justify-content: center;
  font-size: 18px;
  padding: 0 80px 120px 80px;
  background-color: #588197;
  background-image: url("https://www.a1.mk/documents/20126/1300822/bg-live-sections-wrap.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
}

	.zapoznajte-go-slavcho-split.no-bg {
	  padding: 0 80px 120px 80px;
	  background-color: transparent;
	  background-image: none;
	}

.zapoznajte-go-slavcho-split .sections-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 1600px;
  background-color: #fff;
  margin-top: -120px;
  box-shadow: 0 4px 4px rgba(16, 27, 30, 0.1), 0 8px 8px rgba(16, 27, 30, 0.1),
    0 8px 16px rgba(16, 27, 30, 0.1), 0 16px 32px rgba(16, 27, 30, 0.1),
    0 64px 64px rgba(16, 27, 30, 0.1);
}

	.zapoznajte-go-slavcho-split.no-bg .sections-wrap {
	  max-width: 1260px;
	  margin-top: 0px;
	}

.zapoznajte-go-slavcho-split .sections-wrap:before {
  background-image: url("https://www.a1.mk/documents/20126/1300822/slavcho.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 480px;
  height: 580px;
  position: absolute;
  content: "";
  bottom: -172px;
  left: 0;
  display: none;
}

.zapoznajte-go-slavcho-split .top-section-so-naslov {
  flex: 1 0 100%;
  padding: 60px 95px 20px 95px;
  position: relative;
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
}

.zapoznajte-go-slavcho-split .top-section-so-naslov a {
  color: #000;
  text-decoration: underline;
  display: inline-block;
  font-family: "A1Serif-Regular";
}

.zapoznajte-go-slavcho-split .top-section-so-naslov a.l-viber:hover {
  color: #7360f2;
}

.zapoznajte-go-slavcho-split .top-section-so-naslov a.l-facebook:hover {
  color: #00b2ff;
}

.zapoznajte-go-slavcho-split .top-section-so-naslov a.l-viber .fa-viber {
  margin-right: 5px;
  text-decoration: none;
  color: #7360f2;
}

.zapoznajte-go-slavcho-split
  .top-section-so-naslov
  a.l-facebook
  .fa-facebook-messenger {
  margin-right: 5px;
  text-decoration: none;
  color: #00b2ff;
}

.zapoznajte-go-slavcho-split .slavco-vi-ovozmozuva {
  flex: 1 0 calc(100% - 420px);
  margin-left: 420px;
  padding: 40px 60px 80px 60px;
  position: relative;
  align-content: flex-end;
  flex-wrap: wrap;
}



	.zapoznajte-go-slavcho-split .sections-wrap.dt {
		margin-top: 150px;}

	.zapoznajte-go-slavcho-split .dt .slavco-vi-ovozmozuva {
		margin-left: 40px;}

	.zapoznajte-go-slavcho-split .dt .slavco-vi-ovozmozuva .btn {
		position: relative;
		top: 0;
		bottom: inherit;
		margin-top: 50px;}

	.zapoznajte-go-slavcho-split .sections-wrap.vp {
		margin-top: 100px;}

	.zapoznajte-go-slavcho-split .vp .slavco-vi-ovozmozuva {
		margin-left: 440px;}

	.zapoznajte-go-slavcho-split .vp figure {
		height: 420px;
		width: 420px;
		bottom: -60px;
		transform: rotate(0deg);
		left: 40px;}


	.zapoznajte-go-slavcho-split .vp .slavco-vi-ovozmozuva .btn {
		position: relative;
		top: 0;
		bottom: inherit;
		margin-top: 30px;}


.zapoznajte-go-slavcho-split .slavco-vi-ovozmozuva h4,
h4.underline{
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.zapoznajte-go-slavcho-split .slavco-vi-ovozmozuva h4:before,
h4.underline:before{
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 50%;
  height: 3px;
  background: #da291c;
  content: "";
}

.zapoznajte-go-slavcho-split .slavco-vi-ovozmozuva * {
  position: relative;
}

.zapoznajte-go-slavcho-split .slavco-vi-ovozmozuva .btn {
  position: absolute;
  bottom: -80px;
}

.zapoznajte-go-slavcho-split .slavco-vi-ovozmozuva .list-styled li,
.list-styled-inline li{
  margin-bottom: 15px;
  margin-top: 0;
  font-family: "A1Serif-Light";
  padding-left: 30px;
	font-size: 18px;
}

.zapoznajte-go-slavcho-split .slavco-vi-ovozmozuva .list-styled li:last-child {
  margin-bottom: 0px;
}

.zapoznajte-go-slavcho-split .slavco-vi-ovozmozuva .list-styled li:before,
.list-styled-inline li:before{
  position: absolute;
  top: 1px;
  left: 0;
  width: auto;
  height: auto;
  color: #da291c;
  background: none;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}

.list-styled-inline {
	display:	flex;
}
.list-styled-inline li{ margin-right: 30px;}


@media (max-width: 767px){
.list-styled-inline {
	display:	block;
}
.list-styled-inline li{ margin-right: 0px;}

}
.zapoznajte-go-slavcho-split figure {
  height: 460px;
  width: 460px;
  position: absolute;
  bottom: -86px;
  transform: rotate(-0.6deg);
  left: 20px;
}

.zapoznajte-go-slavcho-split figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.eye {
  transform-box: initial !important ;
}

@media (max-width: 1199px) {
  .zapoznajte-go-slavcho-split figure{
    right: -40px;
    left: auto;
  }
	
  .zapoznajte-go-slavcho-split .vp figure{
    right: -90px;
    left: auto;
	  bottom: -100px;
  }
	
  .zapoznajte-go-slavcho-split .vp figure img{

	max-width: 350px;
	  height: auto;
  }

  .zapoznajte-go-slavcho-split .sections-wrap:before {
    right: -40px;
    left: auto;
  }

  .zapoznajte-go-slavcho-split .top-section-so-naslov {
    padding: 60px 60px 0 60px;
  }

  .zapoznajte-go-slavcho-split .slavco-vi-ovozmozuva,
  .zapoznajte-go-slavcho-split .vp .slavco-vi-ovozmozuva {
    flex: 1 0 calc(100% - 320px);
    margin-right: 320px;
    margin-left: 0;
    padding: 40px 60px 60px 60px;
  }
	
  .zapoznajte-go-slavcho-split .dt .slavco-vi-ovozmozuva {
    flex: 1 0 calc(100% - 320px);
    margin-right: 0px;
    margin-left: 0;
    padding: 40px 60px 60px 60px;
  }
	
	
	
}

@media (max-width: 991px) {
  .zapoznajte-go-slavcho-split,
	.zapoznajte-go-slavcho-split.no-bg{
    padding: 0 40px 100px 40px;
  }

  .zapoznajte-go-slavcho-split figure {
    right: -90px;
    bottom: -133px;
    transform: rotate(-0.6deg) scale(0.7);
  }

  .zapoznajte-go-slavcho-split .sections-wrap:before {
    right: -90px;
    bottom: -207px;
    transform: scale(0.7);
    left: auto;
  }

  .zapoznajte-go-slavcho-split .top-section-so-naslov {
    flex: 0 1 100%;
  }

  .zapoznajte-go-slavcho-split .slavco-vi-ovozmozuva {
    flex: 1 0 calc(100% - 200px);
    margin-right: 200px;
  }
}

@media (max-width: 767px) {
  .zapoznajte-go-slavcho-split,
	.zapoznajte-go-slavcho-split.no-bg{
    position: relative;
    padding: 50px 15px 80px 15px;
  }

  .zapoznajte-go-slavcho-split figure {
    bottom: auto;
    right: auto;
    left: 5px;
    top: -85px;
    transform-origin: top left;
    transform: rotate(-0.6deg) scale(0.3);
  }
	
	.zapoznajte-go-slavcho-split .vp figure {
		display:none;
	} 

	.zapoznajte-go-slavcho-split .sections-wrap.dt,
	.zapoznajte-go-slavcho-split .sections-wrap.vp{
		margin-top: 50px;}

.zapoznajte-go-slavcho-split .dt .top-section-so-naslov,
	.zapoznajte-go-slavcho-split .vp .top-section-so-naslov{
    padding: 25px;
}
	
.zapoznajte-go-slavcho-split .dt .slavco-vi-ovozmozuva,
.zapoznajte-go-slavcho-split .vp .slavco-vi-ovozmozuva{
    flex: 1 0 100%;
	margin: 0;
    padding: 0 25px 25px 25px;
}
	
  .zapoznajte-go-slavcho-split .sections-wrap:before {
    top: -83px;
    bottom: auto;
    left: 10px;
    direction: block;
    transform-origin: top left;
    transform: scale(0.3);
  }

  .zapoznajte-go-slavcho-split .top-section-so-naslov {
    padding: 80px 25px 0px 25px;
  }

  .zapoznajte-go-slavcho-split .top-section-so-naslov h1 {
    font-size: 30px;
  }

  .zapoznajte-go-slavcho-split .slavco-vi-ovozmozuva {
    flex: 1 0 100%;
    padding: 25px;
    margin-right: 0;
  }
}

.guru-chatbot {
  position: relative;
  z-index: 15;
  width: 100%;
  top: 0px;
}

.guru-chatbot .guru-iframe {
  border: 0;
  width: 100%;
  height: 0;
  visibility: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  box-shadow: 0 4px 4px rgba(16, 27, 30, 0), 0 8px 8px rgba(16, 27, 30, 0),
    0 8px 16px rgba(16, 27, 30, 0.1), 0 16px 32px rgba(16, 27, 30, 0),
    0 64px 64px rgba(16, 27, 30, 0);
}

.guru-chatbot .guru-iframe.open {
  border: 0;
  width: 100%;
  visibility: visible;
  overflow: hidden;

  height: calc(100vh - calc(100vh - 100%));
  opacity: 1;
  margin: 0px 0;
  box-shadow: 0 4px 4px rgba(16, 27, 30, 0.1), 0 8px 8px rgba(16, 27, 30, 0.1),
    0 8px 16px rgba(16, 27, 30, 0.1), 0 16px 32px rgba(16, 27, 30, 0.1),
    0 64px 64px rgba(16, 27, 30, 0.1);
}

.zapocni-razgovor {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  z-index: 2;
  left: 60px;
}

.zapocni-razgovor.hidden {
  opacity: 0;
  z-index: 1;
  left: 460px;
}

.zatvori-razgovor {
  right: 10%;
  top: -60px;
  bottom: auto !important;
  opacity: 0;
  z-index: 1;
  position: fixed !important;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.zatvori-razgovor.visible {
  opacity: 1;
  top: 0;
  z-index: 16;
}

.zatvori-razgovor:after {
  content: "\f00d";
}

@media (max-width: 1199px) {
  .zapocni-razgovor {
    left: 0px;
  }

  .zapocni-razgovor.hidden {
    left: 200px;
  }
}

@media (max-width: 991px) {
  .guru-chatbot .guru-iframe.open {
  }

  .zapocni-razgovor {
    bottom: -70px !important;
  }
}

@media (max-width: 767px) {
  .guru-chatbot .guru-iframe {
    background: #fff;
    padding-top: 20px;
  }
  .guru-chatbot .guru-iframe.open {
  }

  .zapocni-razgovor {
    bottom: -60px !important;
    font-size: 14px;
  }

  .zatvori-razgovor {
    font-size: 14px;
  }

  .zapocni-razgovor {
    /* left: 0px; */

    bottom: inherit !important;
    font-size: 17px;
    /* display: block !important; */
    left: inherit !important;
    right: inherit;
    width: 100%;
    /* padding: 15px 5px; */
  }

  .zapocni-razgovor.hidden {
    left: 75px;
  }

  .zatvori-razgovor {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    padding: 0;
    right: 0;
  }

  .zatvori-razgovor span {
    display: none;
  }

  .zatvori-razgovor:after,
  .zatvori-razgovor:hover:after {
    right: 14px;
  }

  .zatvori-razgovor.visible {
    right: 0;
  }
}
.tutorijali-tips-wrap {
	background-image: url("https://www.a1.mk/documents/20126/1300822/A1-Pattern-Gradient-live.jpg");
  background-position: top right;
  background-repeat: no-repeat;
}
.guru-tutorijali {
  font-family: "A1Serif-Light";
  font-size: 18px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
  padding: 100px 0 60px 0;
}

.guru-tutorijali .video-tut {
  margin-top: 30px;
  display: block;
}

.pomos-i-informacii {
  background: transparent;
  padding: 30px 0;
}

.pomos-i-informacii ul {
  margin: 0;
  justify-content: center;
}
.pomos-i-informacii a {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pomos-i-informacii a:hover {
  filter: invert(20%) sepia(72%) saturate(3889%) hue-rotate(353deg)
    brightness(89%) contrast(91%);
}

.mapa-pokrienost {
  position: relative !important;
  padding: 35px !important;
  box-shadow: 0 4px 4px rgba(16, 27, 30, 0.05), 0 8px 8px rgba(16, 27, 30, 0.05),
    0 8px 16px rgba(16, 27, 30, 0.05), 0 16px 32px rgba(16, 27, 30, 0.05),
    0 64px 64px rgba(16, 27, 30, 0.05);
}
.mapa-pokrienost:before {
  position: absolute !important;
  content: "" !important;
  background: url(https://www.a1.mk/documents/20126/2167606/mapa-pokrienost.png) !important;
  width: 150px !important;
  height: 163px !important;
  background-size: 150px 163px !important;
  right: 20px !important;
  top: 40px !important;
}

.a1-saloni {
  background-image: url(https://www.a1.mk/documents/20126/2167606/salon-A1-so-A1-logo.jpg) !important;
  background-size: cover !important;
  padding: 35px !important;
  background-position: center center !important;
  box-shadow: 0 4px 4px rgba(16, 27, 30, 0.05), 0 8px 8px rgba(16, 27, 30, 0.05),
    0 8px 16px rgba(16, 27, 30, 0.05), 0 16px 32px rgba(16, 27, 30, 0.05),
    0 64px 64px rgba(16, 27, 30, 0.05);
}

@media (max-width: 767px) {
  .guru-tutorijali {
    padding: 50px 0;
  }

  .guru-tutorijali .video-tut {
    margin-top: -20px;
    text-align: center;
  }

  .guru-tutorijali h1,
  .guru-tutorijali h2 {
    font-family: "A1Serif-Bold";
    font-size: 26px;
  }

  .guru-tutorijali .text-right {
    text-align: left !important;
  }

  .guru-tutorijali .pomos-i-informacii {
    padding-bottom: 0;
  }

  .guru-tutorijali .pomos-i-informacii ul li {
    flex: 0 0 50%;
    margin-bottom: 30px;
  }

  .guru-tutorijali .pomos-i-informacii ul li a img {
    width: 100px;
  }
}

@media (max-width: 510px) {
  .mapa-pokrienost:before {
    width: 110px !important;
    height: 119px !important;
    background-size: 110px 119px !important;
    right: 0 !important;
    top: 55px !important;
  }
}

.zapocni-razgovor.razgovor-top {
  top: 10px;
  right: 10px;
  left: inherit;
  position: absolute;
  bottom: inherit !important;
  font-size: 12px;
  width: auto;
}

.well .inner{
    position: relative;
    background-color: #fff;
	background-image: url(https://www.a1.mk/documents/20126/1300822/icon_A1_Magic_wand_icon.svg);
	background-repeat: no-repeat;
	background-size: 70px 70px;
	background-position:top 40px right 40px;
    margin-top: 0px;
	padding: 60px 95px;
    box-shadow: 0 4px 4px rgb(16 27 30 / 10%), 0 8px 8px rgb(16 27 30 / 10%), 0 8px 16px rgb(16 27 30 / 10%), 0 16px 32px rgb(16 27 30 / 10%), 0 64px 64px rgb(16 27 30 / 10%);
}

@media (max-width: 1199px){
.well .inner {
    padding: 60px;
}
}
@media (max-width: 767px){
.well .inner {
    padding: 25px;
	background-size: 40px 40px;
	background-position:top 25px right 25px;
}
.well .inner h1 {
    font-size: 30px;
}
.well .inner h2 {
    font-size: 26px;
}
}

















