button:focus,
input:focus,
textarea:focus,
a:focus {
	outline: none;
}
button:focus, 
button:active, 
button:focus-visible {
  box-shadow: none !important;
}

@media (max-width: 575px) {
  #header {
    background: #23437e;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 576px) {
  #header {
    background: #23437e;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .logo {
    max-width: 30px;
    height: 35px;
  }
}

@media (min-width: 576px) {
  .logo {
    max-width: 40px;
    height: 50px;
  }
}

.txt18 {
  font-size: 18px;
  line-height: 1.2em;
}

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

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

@media (min-width: 576px) {
  .txt12 {
  font-size: 12px;
  line-height: 1.2em;
}
  .txt14 {
  font-size: 14px;
  line-height: 1.2em;
}
  .txt15 {
    font-size: 15px;
    line-height: 1.2em;
  }
  .txt16 {
    font-size: 16px;
    line-height: 1.2em;
  }
}

.txt20 {
  font-size: 20px;
  line-height: 1.2em;
}

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

#offer {
  /*background: linear-gradient(to bottom, rgb(249, 249, 249, 0.5), rgb(249, 249, 249, 0.5)), url("../../assets/img/header-bg.jpg") center/cover;*/
  background:#fff;
  padding-top:80px;
  padding-bottom: 80px;
  position: relative;
  overflow:hidden;
}

.grey-bg {
  background:#f4f8fb;
}

@media (max-width: 575px) {
  .txt40 {
    font-size: 22px;
    line-height: 1.2em;
  }
  .txt48 {
    font-size: 27px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .txt40 {
    font-size: 35px;
    line-height: 1.2em;
  }
  .txt48 {
    font-size: 40px;
    line-height: 1.2em;
  }
}

@media (min-width: 768px) {
  .txt40 {
    font-size: 40px;
    line-height: 1.2em;
  }
  .txt48 {
    font-size: 48px;
    line-height: 1.2em;
  }
}

.dark {
  color: #23437e;
}

.semibold {
  font-family: 'Gilroy-SemiBold';
}
.bold {
  font-family: 'Gilroy-Bold';
}

.red {
  color: #d22324;
}

@media (max-width: 767px) {
  .woman {
    width: 90%;
    max-width: 400px;
  }
}
@media (min-width: 768px) and (max-width:991px) {
  .woman {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 400px;
  }
}
@media (min-width: 992px) {
  .woman {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-height: 660px;
  }
}

@media (max-width: 575px) {
  .bullit-item {
    background: #fff;
    box-shadow:0 0 20px rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 15px;
    height: 100%;
  }
  .bullit-item img {
    height:30px;
  }
}

@media (min-width: 576px) {
  .bullit-item {
   /*background: #f0e9e3;*/
    background: #fff;
    box-shadow:0 0 20px rgba(0,0,0,0.1);
    padding: 20px;
    border-radius: 15px;
    height: 100%;
  }
  .bullit-item img {
    height:40px;
  }
}

.red-btn:hover {
  background: #96382c;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .red-btn {
    background: #d22324;
    border-radius: 10px;
    padding: 25px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .red-btn {
    background: #d22324;
    border-radius: 10px;
    padding: 25px 50px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width:550px;
  }
}



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

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

.red-btn .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.7));
  animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
  0% {
    left: -250%;
  }
  100% {
    left: 250%;
  }
}





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

@media (max-width: 575px) {
  #header .txt16 {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  #header .txt20 {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .bullit-item .txt48 {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .bullit-item .txt48 {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  .bullit-item .txt43 {
    font-size: 43px;
  }
}

@media (max-width: 575px) {
  .bullit-item .txt43 {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .txt24.red-btn {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
#content {
  padding-top: 80px;
  padding-bottom: 80px;
}}
@media (max-width: 575px) {
#content {
  padding-top: 50px;
  padding-bottom: 50px;
}}

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

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

#footer {
  background: #23437e;
  padding-top: 30px;
  padding-bottom: 30px;
}

a.no-line {
  text-decoration:none;
}

.quiz-bg {
  background:#f4f8fb;
  padding:30px;
  border-radius:20px;
}
.quiz-bg div {
  mix-blend-mode: multiply;
}

@media (max-width: 575px) {
  .quiz-bg {
  padding:10px;
}
}


@media (min-width: 576px) {
.mess-btn {
  width:50%;
}}

.tg-btn {
  background:linear-gradient(to bottom, #2198f7, #128de9);
  border-radius:10px;
  padding:15px;
  color:#fff;
  font-size:16px;
  font-family: Gilroy-Semibold;
}
.tg-btn:hover {
  background:linear-gradient(to bottom, #1189eb, #128de9);
  color:#fff;
  }

.max-btn {
  background:linear-gradient(to bottom, #0077ff, #066de2);
  border-radius:10px;
  padding:15px;
  color:#fff;
  font-size:16px;
  font-family: Gilroy-Semibold;
}
.max-btn:hover {
  background:linear-gradient(to bottom, #0b68d3, #0c65ca);
  color:#fff;
  }

.tg-btn img, .max-btn img {
  width:20px;
}


.tag-brown {
  background:#23437e;
  padding:5px 10px;
  border-radius:5px;
}

.tags-line {
  padding:5px;
}
@media (max-width:991px) {
  .tags-line {
  padding:3px;
}
}
.done {
  height:15px;
  margin-top:-5px;
}

@media (max-width: 575px) {
  .tag-brown {
    padding:2px 6px;
  }
  .tag-brown .txt16 {
    font-size:11px;
  }
  .done {
  height:8px;
  margin-top:-4px;
}
}

.quota-item {
  background:#fff;
  border-radius:10px;
  padding:20px;
  box-shadow:0 0 20px rgba(0,0,0,0.1);
  height:100%;
}
.quota-item img {
  height: 40px;
}
@media (max-width: 575px) {
  .quota-item {
    padding:10px;
  }
  .quota-item img {
  height: 30px;
}
}

@media (min-width: 992px) {
.phone {
  max-width:450px;
  margin-top:-50px;
}}
@media (min-width: 576px) and (max-width: 991px) {
.phone {
  max-width:400px;
  margin-top:-20px;
}}
@media (max-width: 575px) {
.phone {
  max-width:250px;
  width:100%;
  margin-top:-30px;
}}

.type-body {
  background:#fff;
  border:2px solid #eeeff1;
  border-radius:10px;
  box-shadow: 0 0 30px rgba(0,0,0,0.05);
  position:relative;
  overflow:hidden;
  padding-left:20px;
}
@media (max-width:767px) {
  .type-body {
    padding-left:0px;
  }
}

.type-content {
  padding: 0 15px;
}

@media (min-width:768px) {
.left-color-line {
  background:#47abf0;
  width:10px;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
}}
@media (max-width:767px) {
  .left-color-line {
  background:#47abf0;
  height:6px;
  position:absolute;
  top:0;
  left:0;
  right:0;
}}

.bottom-line {
  width:100%;
  height:2px;
  background: #eeeff1;
}

.left-line-col {
  background:#eeeff1;
  width:2px;
  height:60px;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}

.number {
  background:#d7eff8;
  padding:5px 20px;
  border-radius:50px;
  display:inline-block;
}

@media (max-width:767px) {
  .type-info {
    background:#f4f8fb;
    border-left:2px solid #47abf0;
    padding:15px;
  }
}

.step-body {
  background:#fff;
  border-top:3px solid #23437e;
  border-radius:20px;
  padding:20px;
  box-shadow:0 0 30px rgba(0,0,0,0.1);
  height:100%;
}

.step-number {
  font-size: 50px;
  line-height: 1em;
  font-family: 'Gilroy-Bold';
  color:#d7eff8;
}
@media (max-width: 575px) {
  .step-number {
  font-size: 30px;
  }
}

.step-separate {
  background:#d7eff8;
  width:100%;
  height:2px;
}
