@media (max-width: 575px) {
  #header {
    background: url("../../assets/img/header-bg.jpg") 67% top/cover no-repeat;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  #header {
    background: url("../../assets/img/header-bg.jpg") 67% top/cover no-repeat;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  #header {
    background: url("../../assets/img/header-bg.jpg") 67% top/cover no-repeat;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  #header {
    background: url("../../assets/img/header-bg.jpg") center no-repeat;
    min-height: 900px;
    position: relative;
    overflow: hidden;
  }
}

#block2000 {
  max-width: 2000px;
  margin: auto;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.20);
  position: relative;
}

@media (max-width: 575px) {
  .txt18 {
    font-size: 15px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt18 {
    font-size: 18px;
    line-height: 1.2em;
  }
}

.semibold {
  font-family: Gilroy-Semibold;
}

.beige {
  color: #e8cda1;
}

.txt12 {
  font-size: 12px;
  line-height: 14px;
}

.regular {
  font-family: Gilroy-Regular;
}

.brown {
  color: #e8cda1;
}

.line-down {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.medium {
  font-family: Gilroy-Medium;
}

@media (max-width: 575px) {
  .txt14 {
    font-size: 11px;
    line-height: 1.2em;
  }

  .preim .txt14 {
    font-size: 13px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt14 {
    font-size: 14px;
    line-height: 1.2em;
  }
}

.dark {
  color: #212326;
}

.txt11 {
  font-size: 11px;
}

.uppercase {
  text-transform: uppercase;
}

.call-btn {
  background: #dfb46d;
  border-radius: 7px;
  padding: 9px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  #header .title {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  #header .title {
    margin-top: 100px;
  }
}

@media (max-width: 575px) {
  .txt24 {
    font-size: 16px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .txt24 {
    font-size: 20px;
    line-height: 1.2em;
  }
}

@media (min-width: 768px) {
  .txt24 {
    font-size: 24px;
    line-height: 1.2em;
  }
}

.underline {
  text-decoration: underline;
}

@media (max-width: 575px) {
  .txt45 {
    font-size: 30px;
    line-height: 27pt;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .txt45 {
    font-size: 40px;
    line-height: 36pt;
  }
}

@media (min-width: 768px) {
  .txt45 {
    font-size: 45px;
    line-height: 45pt;
  }
}

.light {
  font-family: Gilroy-Light;
}

.bold {
  font-family: Gilroy-Bold;
}

.violet-btn {
  background: linear-gradient(to bottom, #6b6baf, #585894);
  border-radius: 15px;
}

.beige-btn {
  background: linear-gradient(to bottom, #ecc27d, #a48551);
  border-radius: 15px;
}

.violet-btn:hover {
  background: linear-gradient(to bottom, #585894, #6b6baf);
}

.beige-btn:hover {
  background: linear-gradient(to bottom, #a48551, #ecc27d);
}

@media (max-width: 575px) {
  .header-man {
    position: absolute;
    top: 460px;
    left: -200px;
    right: -200px;
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .header-man {
    position: absolute;
    bottom: 0px;
    left: 12%;
  }
}

@media (min-width: 768px) {
  .header-man {
    position: absolute;
    bottom: 0;
    left: 51%;
  }
}

.txt17 {
  font-size: 17px;
  line-height: 17pt;
}

@media (max-width: 575px) {
  .tag-man {
    max-width: 220px;
    position: absolute;
    top: 250px;
    left: 30%;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .tag-man {
    max-width: 220px;
    position: absolute;
    top: 410px;
    left: 60px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .tag-man {
    max-width: 220px;
    position: absolute;
    top: 400px;
    left: 140px;
  }
}

@media (min-width: 992px) {
  .tag-man {
    max-width: 310px;
    position: absolute;
    top: 440px;
    left: 40px;
  }
}

.tag-name {
  background: #dfb46d;
  padding: 6px 20px;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 0 0 12px rgba(0,0,0,0.3);
  position: relative;
  z-index: 1;
}

.tag-post {
  background: #fff;
  padding: 8px 20px;
  margin: -7px 0 0 15px;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 0 0 12px rgba(0,0,0,0.3);
  position: relative;
  z-index: 0;
}

.bush-1 {
  position: absolute;
  right: 0;
  top: 550px;
  z-index: 10;
}

.bush-2 {
  position: absolute;
  right: 0;
  top: 630px;
  z-index: 11;
}

.call-btn:hover {
  background: #c39953;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  html {
    scroll-behavior: smooth;
  }
}

@media (max-width: 575px) {
  .header-man img {
    height: 550px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .header-man img {
    height: 750px;
  }
}

@media (max-width: 991px) {
  .violet-btn {
    padding: 25px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .violet-btn {
    padding: 25px 60px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .beige-btn {
    padding: 25px 60px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .beige-btn {
    padding: 25px;
    width: 100%;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .title-separ {
    height: 340px;
  }
}

.quiz-body {
  margin-top: 60px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 60px rgba(0,0,0,0.15);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media (max-width: 767px) {
  .quiz-panel {
    padding: 40px;
  }
}

@media (min-width: 768px) {
  .quiz-panel {
    min-height: 650px;
    padding: 40px;
  }
}

.docs-body {
  background: url("../../assets/img/docs-bg.jpg") center/cover;
  padding: 50px 30px 30px 30px;
  overflow: hidden;
}

.txt13 {
  font-size: 13px;
  line-height: 13pt;
}

@media (max-width: 991px) {
  .doc-img {
    padding-top: 100px;
    position: relative;
  }
}

@media (min-width: 992px) {
  .doc-img {
    width: 220px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .doc-img img {
    position: absolute;
    left: -50px;
    bottom: 10px;
    right: -50px;
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .doc-img img {
    position: absolute;
    left: 0;
    bottom: 10px;
  }
}

@media (min-width: 992px) {
  .doc-img img {
    position: absolute;
    right: 0;
    top: -100px;
    bottom: -100px;
    margin: auto;
  }
}

.white-separate {
  height: 2px;
  background: #fff;
}

#quiz {
  padding-bottom: 100px;
  background: url("../../assets/img/quiz-bg.jpg") top no-repeat;
}

#footer {
  background: #eee;
  padding: 40px 0;
}

@media (max-width: 767px) {
  #q1650978365 {
    display: none;
  }
}

@media (min-width: 768px) {
  #q1650978365 {
    height: 570px;
  }
}

@media (min-width: 992px) {
  .docs-body {
    width: 290px;
  }
}

.text-input {
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 2px solid #ddd;
}

#success {
  background: url("../../assets/img/header-bg.jpg") top/cover;
  height: 100vh;
  padding-top: 200px;
}

@media (max-width:767px) {
  #success {
    padding-top: 0px;
  }
}

@media (max-width: 575px) {
  .txt40 {
    font-size: 30px;
    line-height: 27pt;
  }
}

@media (min-width: 576px) {
  .txt40 {
    font-size: 40px;
    line-height: 37pt;
  }
}

@media (max-width: 575px) {
  .txt30 {
    font-size: 18px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt30 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .preim {
    margin-top: 40px;
    background: rgba(30,30,37,0.5);
    border-radius: 10px;
    position: relative;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .preim {
    margin-top: 500px;
    background: rgba(30,30,37,0.5);
    border-radius: 10px;
    position: relative;
  }
}

@media (max-width: 575px) {
  .preim {
    margin-top: 380px;
    background: rgba(30,30,37,0.95);
    border-radius: 10px;
    position: relative;
    padding:10px;
  }
}

@media (min-width: 992px) {
  .preim {
    max-width: 560px;
    margin-top: 120px;
    background: rgba(30,30,37,0.5);
    border-radius: 10px;
    position: relative;
  }
}

.info-pin {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #ecc27d, #a48551);
  border: 1px solid #ffd796;
  box-shadow: 0 3px 0 #7e5b22, 0 4px 3px rgba(0,0,0,0.3);
  position: relative;
  z-index: 2;
}

.info-pin img {
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: -30px;
  right: -30px;
  margin: auto;
}

@media (max-width: 575px) {
  .info-body {
    position: absolute;
    right: 270px;
    top: 190px;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .info-body {
    position: absolute;
    right: 185px;
    top: 280px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .info-body {
    position: absolute;
    right: 170px;
    top: 230px;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .info-body {
    position: absolute;
    right: 65px;
    top: 180px;
  }
}

@media (min-width: 1200px) {
  .info-body {
    position: absolute;
    right: -35px;
    top: 140px;
  }
}

.pulse {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  position: absolute;
  background-color: #e9c878;
  border-radius: 50%;
  z-index: 0;
  animation: growth 1.5s infinite ease-in-out;
}

@keyframes growth {
  from {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    opacity: 0.8;
  }
  to {
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
    opacity: 0;
  }
}

.info-content {
  background: rgba(255,255,255,0.93);
  border-radius: 15px;
  padding: 20px 20px 20px 40px;
  position: absolute;
  width: 240px;
  top: -25px;
  left: 20px;
  z-index: 1;
  /*display: none;*/
  transition: all 0.2s ease-in-out;
  transform: scale(0.0);
}

.info-body:hover .info-content {
  /*display: block;*/
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}

@media (min-width: 576px) and (max-width:767px) {
  .pre-img-1 {
    left: 10px;
    opacity: 0.3;
  }
}

@media (max-width: 575px) {
  .pre-img-1 {
    left: 10px;
    bottom: 0;
    opacity: 0.3;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .pre-img-1 {
    left: 10px;
    bottom: 0;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .pre-img-1 {
    left: -10px;
  }
}

.preim-item p {
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .pre-img-2 {
    left: 0px;
    bottom: 0;
    opacity: 0.3;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .pre-img-2 {
    left: 0px;
    bottom: 0;
    opacity: 0.3;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .pre-img-2 {
    left: 0px;
    bottom: -15px;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .pre-img-2 {
    left: -20px;
    bottom: -15px;
  }
}

@media (min-width: 1200px) {
  .pre-img-2 {
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 575px) {
  .pre-img-3 {
    left: 10px;
    bottom: -20px;
    opacity: 0.3;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .pre-img-3 {
    left: 0;
    bottom: 0;
    opacity: 0.3;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .pre-img-3 {
    left: 20px;
    bottom: -20px;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .pre-img-3 {
    left: -10px;
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .pre-img-3 {
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 575px) {
  .preim-item {
    padding: 20px;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .preim-item {
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .preim-item {
    padding: 20px 20px 150px 20px;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .preim-item {
    padding: 20px 20px 20px 110px;
  }
}

@media (max-width: 991px) {
  .desc-btn {
    font-size: 19px;
    line-height: 19pt;
  }
}

@media (max-width: 575px) {
  #header .container {
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  #cases {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  #cases {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 60%, rgba(255,255,255,1)), url("case-bg.jpg") 50% 250px/1050px no-repeat;
  }
}

@media (min-width: 992px) {
  #cases {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url("case-bg.jpg") top no-repeat;
  }
}

.cases-row {
  margin-top: 50px;
}

.case-body {
  background: #434371;
  border-radius: 15px;
  position: relative;
  height: 100%;
}

.case-col {
  padding-top: 40px;
  padding-bottom: 40px;
}

.more {
  position: absolute;
  bottom: 30px;
}

@media (min-width: 576px) and (max-width:767px) {
  .case-mockup {
    position: absolute;
    left: 10px;
    top: -34px;
    transform: scale(0.95);
  }
}

@media (min-width: 1200px) {
  .case-mockup {
    position: absolute;
    left: 20px;
    top: -30px;
  }
}

@media (max-width: 575px) {
  .case-mockup {
    width: 220px;
    margin-top: -100px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .case-mockup {
    width: 220px;
    margin-top: -100px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .case-mockup {
    position: absolute;
    left: -40px;
    top: -54px;
    transform: scale(0.8);
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .case-body {
    padding: 30px 30px 30px 320px;
    min-height: 350px;
  }
}

@media (min-width: 1200px) {
  .case-body {
    padding: 30px 30px 30px 320px;
    min-height: 350px;
  }
}

@media (max-width: 575px) {
  .case-body {
    padding: 30px 30px 50px;
    min-height: 310px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .case-body {
    padding: 30px 30px 50px;
    min-height: 310px;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .case-body {
    padding: 30px 30px 30px 240px;
    min-height: 310px;
  }
}

@media (max-width: 575px) {
  #cases .container {
    max-width: 380px;
  }
}

@media (max-width: 575px) {
  .txt36 {
    font-size: 24px;
    line-height: 1.2em;
  }
}

@media (mфч-width: 575px) {
  .txt36 {
    font-size: 36px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt36 {
    font-size: 36px;
    line-height: 1.2em;
  }
}

@media (max-width: 575px) {
  .txt20 {
    font-size: 16px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt20 {
    font-size: 20px;
    line-height: 1.2em;
  }
}

.medium {
  font-family: 'Gilroy-Semibold';
}

@media (min-width: 992px) {
  .quiz-top {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    padding: 50px 30px 30px 30px;
  }
}

@media (min-width: 992px) {
  #quiz-top {
    position: relative;
    padding-bottom: 80px;
    margin-top: -100px;
  }
}

@media (max-width: 991px) {
  #quiz-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

#advokat {
  background: url("../../assets/img/advokat-bg.jpg") bottom/cover no-repeat;
}

.warning {
  position: relative;
  padding: 15px 30px;
  background: linear-gradient(to right, #5f5f92, #71719f);
  border-radius: 5px;
}

.dott {
  position: absolute;
  top: -50px;
  bottom: -50px;
  left: -12px;
  margin: auto;
}

.warning-ico {
  padding-right: 15px;
  border-right: 1px solid rgba(255,255,255,0.15);
}

.text-underline {
  text-decoration: underline;
}

.violet {
  color: #5f5f92;
}

@media (min-width: 992px) {
  .advokat {
    margin-left: -100px;
  }
}

@media (max-width: 767px) {
  .advokat {
    width: 100%;
  }
}

#preim {
  padding-top: 80px;
  /*padding-bottom: 80px;*/
}

.txt50 {
  font-size: 50px;
  line-height: 1.2em;
}

.line-bottom {
  padding-bottom: 30px;
  border-bottom: 3px solid #5f5f92;
  height: 100%;
}

@media (max-width: 991px) {
  .div-preim-ico {
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .div-preim-ico {
    width: 90px;
  }
}

.col-preim-1, .col-preim-2, .col-preim-3, .col-preim-4 {
  margin-left: -1px;
  margin-top: -1px;
}

@media (min-width: 768px) {
  .col-preim-1, .col-preim-2 {
    border-bottom: 1px solid #eaeef4;
  }
}

@media (max-width: 767px) {
  .col-preim-1, .col-preim-2, .col-preim-3, .col-preim-4 {
    border: 1px solid #eaeef4;
  }
}

@media (min-width: 768px) {
  .col-preim-1, .col-preim-3 {
    border-right: 1px solid #eaeef4;
  }
}

.cta {
  background: url("../../assets/img/cta-bg.jpg") center/cover, #fff;
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(0,0,0,0.1);
  padding: 70px 0 0 40px;
  border: 3px solid #fff;
}

.cta {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .advokat-cta {
    margin-top: -140px;
    margin-left: -20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .advokat-cta {
    margin-top: -60px;
    margin-left: -60px;
  }
}

@media (max-width: 1199px) {
  .cta {
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .cta {
    padding: 30px 30px 0 30px;
  }
}

@media (max-width: 767px) {
  .advokat-cta {
    width: 100%;
  }
}

#preim-block {
  background: url("../../assets/img/preim-bg.jpg") center/cover;
  padding-top: 180px;
  padding-bottom: 80px;
  margin-top: -100px;
  position: relative;
  z-index: 0;
}

.dark-violet {
  color: #7a7a86;
}

.txt16 {
  font-size: 16px;
  line-height: 1.2em;
}

@media (max-width: 575px) {
  .preim-big-ico img {
    zoom: 0.6;
  }
}

@media (max-width: 575px) {
  .preim-big-ico {
    height: 80px;
  }
}

@media (min-width: 576px) {
  .preim-big-ico {
    height: 120px;
  }
}

.preim-big-col-1, .preim-big-col-2, .preim-big-col-3, .preim-big-col-4, .preim-big-col-5, .preim-big-col-6 {
  margin-left: -1px;
  margin-top: -1px;
}

@media (min-width: 992px) {
  .preim-big-col-1, .preim-big-col-2, .preim-big-col-3 {
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .preim-big-col-1, .preim-big-col-2, .preim-big-col-3, .preim-big-col-4 {
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
}

@media (min-width: 992px) {
  .preim-big-col-1, .preim-big-col-2, .preim-big-col-4, .preim-big-col-5 {
    border-right: 1px solid rgba(255,255,255,0.1);
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .preim-big-col-1, .preim-big-col-3, .preim-big-col-5 {
    border-right: 1px solid rgba(255,255,255,0.1);
  }
}

@media (max-width: 575px) {
  .preim-big-row .txt20 {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .preim-big-row .txt16 {
    font-size: 12px;
  }
}

.footer-logo {
  filter: invert(100%);
}

@media (max-width: 575px) {
.ico-header {
  min-width:70px;
}}