@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
.container {
  position: relative;
  width: 90vw;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .container {
    width: 85vw;
  }
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Medium.woff2") format("woff2"), url("../fonts/Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Bold.woff2") format("woff2"), url("../fonts/Onest-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  margin: 0;
  background: #fff;
  color: #1d1d1d;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

a, a:hover {
  color: inherit;
  text-decoration: none;
}

table {
  width: 100%;
}

img {
  width: 100%;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

p, h1, h2, h3, h4, li {
  margin: 0;
}

strong {
  font-weight: 700;
}

section {
  position: relative;
}
section.grey {
  z-index: 5;
  margin-top: -75px;
  padding-top: 175px;
  padding-bottom: 125px;
  background-color: #f3f3f3;
  border-bottom-left-radius: 3vw;
  border-bottom-right-radius: 3vw;
}
section.grey.first {
  padding-top: 250px;
}
@media (max-width: 768px) {
  section.grey.first {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  section.grey {
    margin-top: -5vw;
    padding-top: 100px;
    padding-bottom: 75px;
    border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 5vw;
  }
}
section.white {
  z-index: 2;
  margin-top: -75px;
  padding-top: 175px;
  margin-bottom: -75px;
  padding-bottom: 175px;
}
@media (max-width: 768px) {
  section.white {
    margin-top: -5vw;
    margin-bottom: -5vw;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
section.blue {
  z-index: 8;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #6ba3ed;
  border-radius: 3vw;
}
@media (max-width: 768px) {
  section.blue {
    padding-top: 10vw;
    padding-bottom: 10vw;
    background-color: #1d1d1d;
    border-radius: 5vw;
  }
}
section.blue.bg {
  background: url(../img/faq.jpg) center/cover no-repeat;
}

h2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
h2.center {
  text-align: center;
}
section.blue h2 {
  color: #fff;
}

h3 {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 25px;
  }
}
h3.center {
  text-align: center;
}

.podz {
  font-size: 18px;
  font-weight: 500;
}
.podz.center {
  text-align: center;
}
.podz p {
  margin-bottom: 10px;
}
.podz p span {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  padding: 3px 10px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .podz p span {
    font-size: 17px;
  }
}
.podz p span.blue {
  background: #006eff;
}
.podz p span.red {
  background: #a71f67;
}

.butt-wrap {
  display: table;
  margin-top: 50px;
  color: #fff;
}
@media (max-width: 991px) {
  .butt-wrap.desk {
    display: none;
  }
}
.butt-wrap.mob {
  display: none;
}
@media (max-width: 991px) {
  .butt-wrap.mob {
    display: table;
  }
}
@media (max-width: 991px) {
  .butt-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
.butt-wrap.center {
  margin-left: auto;
  margin-right: auto;
}
.butt-wrap .butt-rasch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(#a71f67, #680f3e);
  border-radius: 100px;
  padding: 20px 60px;
  width: 370px;
}
@media (max-width: 991px) {
  .butt-wrap .butt-rasch {
    padding: 20px 40px;
  }
}
@media (max-width: 575px) {
  .butt-wrap .butt-rasch {
    width: 310px;
  }
}
.butt-wrap .butt-rasch p {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
.butt-wrap .butt-rasch a {
  margin-left: 15px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
.butt-wrap .butt-rasch a img {
  width: 45px;
  border-radius: 100px;
}

header {
  position: relative;
  z-index: 10;
  background: url(../img/main.jpg) center/cover no-repeat;
  border-bottom-left-radius: 5vw;
  border-bottom-right-radius: 5vw;
  color: #fff;
  padding-bottom: 1px;
}
@media (max-width: 991px) {
  header {
    background-position: left center;
  }
}
header .main-row {
  padding: 50px 0 100px;
}
header .main-row .main-col {
  max-width: 800px;
  width: 100%;
}
header .main-row .main-col h1 {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  header .main-row .main-col h1 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  header .main-row .main-col h1 {
    font-size: 21px;
  }
}
header .main-row .main-col h1 span.v1 {
  font-size: 60px;
}
@media (max-width: 991px) {
  header .main-row .main-col h1 span.v1 {
    font-size: 50px;
  }
}
header .main-row .main-col .podz {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  header .main-row .main-col .podz {
    text-align: center;
  }
}
@media (max-width: 575px) {
  header .main-row .main-col .podz {
    font-size: 20px;
  }
}
header .main-row .main-col span.v2 {
  display: inline-block;
  padding: 0 10px;
  border-radius: 10px;
}
header .main-row .main-col span.v2.blue {
  background: #006eff;
}
header .main-row .main-col span.v2.red {
  background: #a71f67;
}
header .main-row .main-col .checks {
  list-style-type: none;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  header .main-row .main-col .checks {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
header .main-row .main-col .checks li {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  padding: 5px 0 5px 40px;
  margin-bottom: 10px;
}
header .main-row .main-col .checks li::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 3px;
  background: url(../img/check.svg) center/contain no-repeat;
}
header .main-row .main-col .buts-row {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  header .main-row .main-col .buts-row {
    flex-direction: column;
  }
}
header .main-row .main-col .buts-row .butt-rasch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(#a71f67, #680f3e);
  border-radius: 100px;
  padding: 20px 60px;
  width: 370px;
}
@media (max-width: 991px) {
  header .main-row .main-col .buts-row .butt-rasch {
    padding: 20px 40px;
  }
}
@media (max-width: 575px) {
  header .main-row .main-col .buts-row .butt-rasch {
    width: 310px;
  }
}
header .main-row .main-col .buts-row .butt-rasch p {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
header .main-row .main-col .buts-row .butt-rasch a {
  margin-left: 15px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
header .main-row .main-col .buts-row .butt-rasch a img {
  width: 45px;
  border-radius: 100px;
}
header .main-row .main-col .buts-row .butt-next {
  margin-left: 20px;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 30px 60px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  transition: 0.3s ease all;
  white-space: nowrap;
}
header .main-row .main-col .buts-row .butt-next:hover {
  color: #1d1d1d;
  background: #fff;
}
@media (max-width: 991px) {
  header .main-row .main-col .buts-row .butt-next {
    padding: 30px 40px;
  }
}
@media (max-width: 768px) {
  header .main-row .main-col .buts-row .butt-next {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  header .main-row .main-col .buts-row .butt-next {
    padding: 15px 30px;
  }
}
header .icos-wrap {
  margin-bottom: -70px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  max-width: 1000px;
  border-radius: 20px;
  padding: 15px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
@media (max-width: 768px) {
  header .icos-wrap {
    display: none;
  }
}
header .icos-wrap .icos-row {
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  border: 2px dotted rgba(0, 110, 255, 0.25);
  padding: 20px;
  color: #1d1d1d;
}
header .icos-wrap .icos-row .ico-col {
  width: 33%;
  display: flex;
  align-items: center;
}
header .icos-wrap .icos-row .ico-col img {
  fill: #a71f67;
  width: 60px;
  margin-right: 20px;
}
header .icos-wrap .icos-row .ico-col p {
  font-weight: 700;
  font-size: 18px;
}

.head {
  padding: 20px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.7) 90%, transparent 100%);
  backdrop-filter: blur(2px);
}

.head-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-row .logo {
  max-width: 200px;
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 1px;
}
@media (max-width: 575px) {
  .head-row .logo {
    max-width: 130px;
    font-size: 17px;
    letter-spacing: 0;
  }
}
.head-row .menu {
  display: flex;
  margin: 0 10px;
}
@media (max-width: 1199px) {
  .head-row .menu {
    display: none;
  }
}
.head-row .menu li {
  margin: 0 35px;
}
@media (max-width: 1349px) {
  .head-row .menu li {
    margin: 0 20px;
  }
}
.head-row .menu li a {
  display: table;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  position: relative;
}
.head-row .menu li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #006eff;
  transition: 0.3s ease all;
}
.head-row .menu li a:hover::after {
  left: 0%;
  width: 100%;
}
.head-row .mess {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .head-row .mess {
    display: none;
  }
}
.head-row .mess p {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 5px;
}
.head-row .mess .mess-row {
  display: flex;
}
.head-row .mess .mess-row a {
  margin-right: 10px;
}
.head-row .mess .mess-row a img {
  width: 35px;
  border-radius: 100px;
}
.head-row .phone .mess-row {
  display: none;
}
@media (max-width: 575px) {
  .head-row .phone .mess-row {
    margin-top: 5px;
    display: flex;
    justify-content: center;
  }
}
.head-row .phone .mess-row a {
  margin: 0 5px;
}
.head-row .phone .mess-row a img {
  width: 35px;
  border-radius: 100px;
}
.head-row .phone .tel {
  display: table;
  margin-left: auto;
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 575px) {
  .head-row .phone .tel {
    font-size: 20px;
  }
}
.head-row .phone p {
  display: table;
  margin-left: auto;
  font-size: 16px;
  position: relative;
  padding-left: 15px;
}
@media (max-width: 575px) {
  .head-row .phone p {
    display: none;
  }
}
.head-row .phone p::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #00d600;
  border-radius: 100px;
}

footer {
  position: relative;
  z-index: 8;
  padding: 30px 0;
  background: #1d1d1d;
  color: #fff;
  border-top-left-radius: 3vw;
  border-top-right-radius: 3vw;
}

.full-row {
  margin: 50px 0 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .full-row {
    margin-bottom: 50px;
  }
}
.full-row .full-col {
  width: 48%;
  border-width: 3px;
  border-style: solid;
  border-radius: 30px;
  padding: 50px;
}
@media (max-width: 991px) {
  .full-row .full-col {
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .full-row .full-col {
    width: 100%;
    margin-bottom: 30px;
  }
}
.full-row .full-col .full-zag {
  text-align: center;
  font-family: "Unbounded", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.full-row .full-col .full-list > li {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0 10px 40px;
  position: relative;
}
@media (max-width: 575px) {
  .full-row .full-col .full-list > li {
    font-size: 17px;
  }
}
.full-row .full-col .full-list > li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 575px) {
  .full-row .full-col .full-list > li::after {
    top: 5px;
  }
}
.full-row .full-col.grey {
  background: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  border-color: #bbb;
}
.full-row .full-col.grey .full-zag {
  color: #bbb;
}
.full-row .full-col.grey .full-list > li:after {
  background-image: url(../img/cross.svg);
}
.full-row .full-col.blue {
  background: #f7f9ff;
  filter: drop-shadow(0 0 10px rgba(0, 110, 255, 0.5));
  border-color: #006eff;
}
.full-row .full-col.blue .full-zag {
  color: #006eff;
  font-size: 35px;
}
@media (max-width: 575px) {
  .full-row .full-col.blue .full-zag {
    font-size: 27px;
  }
}
.full-row .full-col.blue .full-list > li:after {
  background-image: url(../img/check2.svg);
}

.podhod-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 50px;
}
.podhod-row .podhod-col {
  width: 32%;
  background: #f7f9ff;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 30px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
@media (max-width: 1199px) {
  .podhod-row .podhod-col {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .podhod-row .podhod-col {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .podhod-row .podhod-col {
    margin-bottom: 15px;
    padding: 25px;
  }
}
.podhod-row .podhod-col.big {
  width: 48%;
}
@media (max-width: 768px) {
  .podhod-row .podhod-col.big {
    width: 100%;
  }
}
.podhod-row .podhod-col .pod-line {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.podhod-row .podhod-col .pod-line .pod-img {
  display: table;
  border-radius: 100px;
  padding: 20px;
  background: #e8eeff;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .podhod-row .podhod-col .pod-line .pod-img {
    padding: 15px;
  }
}
.podhod-row .podhod-col .pod-line .pod-img img {
  width: 40px;
}
@media (max-width: 575px) {
  .podhod-row .podhod-col .pod-line .pod-img img {
    width: 30px;
  }
}
.podhod-row .podhod-col .pod-line .pod-zag {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .podhod-row .podhod-col .pod-line .pod-zag {
    font-size: 17px;
  }
}
.podhod-row .podhod-col p {
  font-size: 17px;
}
@media (max-width: 575px) {
  .podhod-row .podhod-col p {
    font-size: 15px;
  }
}
.podhod-row.no .podhod-col {
  background: #fff7fc;
}
.podhod-row.no .podhod-col .pod-img {
  background: #ffe8ff;
}

.todo-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .todo-row {
    flex-direction: column-reverse;
  }
}
.todo-row .todo-col {
  width: 50%;
}
@media (max-width: 991px) {
  .todo-row .todo-col {
    width: 100%;
  }
}
.todo-row .todo-col .podz p {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1349px) {
  .todo-row .todo-col .podz p {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.todo-row .todo-col ul {
  margin-bottom: 20px;
}
.todo-row .todo-col ul li {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0 10px 40px;
  position: relative;
}
.todo-row .todo-col ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/check2.svg);
}
.todo-row .todo-col .todo-pl {
  display: table;
  margin-top: 30px;
  background: #e3ecfc;
  border-radius: 20px;
  padding: 15px 35px;
  font-weight: 700;
  font-size: 25px;
}
@media (max-width: 1349px) {
  .todo-row .todo-col .todo-pl {
    margin-top: 20px;
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .todo-row .todo-col .todo-pl {
    font-size: 19px;
    padding: 15px 25px;
  }
}
.todo-row .todo-img {
  width: 45%;
  background: url(../img/todo.jpg) center/cover no-repeat;
  border-radius: 30px;
  filter: drop-shadow(0 0 10px rgba(0, 110, 255, 0.5));
}
@media (max-width: 991px) {
  .todo-row .todo-img {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
  }
}

.model-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .model-row {
    flex-direction: column;
  }
}
.model-row .model-wrap {
  width: 65%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .model-row .model-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.model-row .model-wrap h2 {
  margin-bottom: 50px;
}
.model-row .model-wrap .model-col {
  width: 48%;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 30px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
@media (max-width: 575px) {
  .model-row .model-wrap .model-col {
    width: 100%;
  }
}
.model-row .model-wrap .model-col .model-line {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .model-row .model-wrap .model-col .model-line {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.model-row .model-wrap .model-col .model-line img {
  width: 60px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .model-row .model-wrap .model-col .model-line img {
    width: 40px;
    margin-right: 10px;
  }
}
.model-row .model-wrap .model-col .model-line .model-zag {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .model-row .model-wrap .model-col .model-line .model-zag {
    font-size: 18px;
  }
}
.model-row .model-wrap .model-col p {
  font-size: 17px;
}
.model-row .model-wrap .model-col.big {
  width: 100%;
  margin-bottom: 0;
}
.model-row .model-red {
  width: 33%;
  background: linear-gradient(#a71f67, #680f3e);
  border-radius: 30px;
  padding: 45px;
  color: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1199px) {
  .model-row .model-red {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .model-row .model-red {
    width: 100%;
  }
}
.model-row .model-red h3 {
  margin-top: 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .model-row .model-red h3 {
    font-size: 24px;
  }
}
.model-row .model-red .red-col {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
}
.model-row .model-red .red-col:last-child {
  padding: 0;
  border: none;
  margin: 0;
}
.model-row .model-red .red-col .red-zag {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .model-row .model-red .red-col .red-zag {
    font-size: 24px;
  }
}
.model-row .model-red .red-col p {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .model-row .model-red .red-col p {
    font-size: 16px;
  }
}

.cen-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .cen-row {
    flex-direction: column;
  }
}
.cen-row .cen-col {
  width: 48%;
}
@media (max-width: 991px) {
  .cen-row .cen-col {
    width: 100%;
  }
}
.cen-row .cen-col.sticky {
  position: sticky;
  top: 100px;
}
@media (max-width: 991px) {
  .cen-row .cen-col.sticky {
    position: static;
    margin-bottom: 30px;
  }
}
.cen-row .cen-col .cen-block {
  background: #f7f9ff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  border-radius: 30px;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.cen-row .cen-col .cen-block .cen-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .cen-row .cen-col .cen-block .cen-line {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.cen-row .cen-col .cen-block .cen-line .cen-zag {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .cen-row .cen-col .cen-block .cen-line .cen-zag {
    font-size: 20px;
  }
}
.cen-row .cen-col .cen-block .cen-line .cen-dia {
  display: table;
  border-radius: 100px;
  padding: 15px;
  background: linear-gradient(#006eff, #0052bd);
  margin-left: 10px;
}
.cen-row .cen-col .cen-block .cen-line .cen-dia img {
  width: 40px;
}
@media (max-width: 575px) {
  .cen-row .cen-col .cen-block .cen-line .cen-dia img {
    width: 30px;
  }
}
.cen-row .cen-col .cen-block p {
  font-size: 18px;
}
@media (max-width: 575px) {
  .cen-row .cen-col .cen-block p {
    font-size: 16px;
  }
}

.etaps-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 50px 0;
}
.etaps-row .etap-col {
  width: 32%;
  background: #f7f9ff;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 30px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
.etaps-row .etap-col:last-child .etap-line::after {
  background-image: url(../img/check2.svg);
}
@media (max-width: 1199px) {
  .etaps-row .etap-col {
    width: 48%;
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .etaps-row .etap-col {
    width: 100%;
  }
}
.etaps-row .etap-col .etap-line {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-right: 45px;
}
@media (max-width: 768px) {
  .etaps-row .etap-col .etap-line {
    padding-right: 0;
  }
}
.etaps-row .etap-col .etap-line::after {
  content: "";
  opacity: 0.25;
  position: absolute;
  width: 10%;
  height: 100%;
  right: 0;
  background: url(../img/arr.svg) center/contain no-repeat;
}
@media (max-width: 768px) {
  .etaps-row .etap-col .etap-line::after {
    content: none;
  }
}
.etaps-row .etap-col .etap-line .etap-cif {
  background: linear-gradient(#a71f67, #680f3e);
  border-radius: 100px;
  min-width: 60px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-right: 20px;
}
@media (max-width: 1349px) {
  .etaps-row .etap-col .etap-line .etap-cif {
    min-width: 50px;
    padding: 15px 0;
    font-size: 20px;
  }
}
.etaps-row .etap-col .etap-line .etap-zag {
  font-size: 17px;
  font-weight: 700;
}
@media (max-width: 1349px) {
  .etaps-row .etap-col .etap-line .etap-zag {
    font-size: 16px;
  }
}
.etaps-row .etap-col p {
  font-size: 17px;
}
@media (max-width: 1349px) {
  .etaps-row .etap-col p {
    font-size: 16px;
  }
}

.faq-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq-wrap .faq-block {
  width: 49%;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .faq-wrap .faq-block {
    width: 100%;
  }
}
.faq-wrap .faq-block .faq-head {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 575px) {
  .faq-wrap .faq-block .faq-head {
    padding: 15px 20px;
  }
}
.faq-wrap .faq-block .faq-head p {
  font-weight: 700;
  font-size: 21px;
}
@media (max-width: 991px) {
  .faq-wrap .faq-block .faq-head p {
    font-size: 18px;
  }
}
.faq-wrap .faq-block .faq-head .spoil {
  margin-left: 10px;
  min-width: 50px;
  height: 50px;
  border-radius: 100px;
  background: url(../img/plus.svg) center/50% no-repeat, linear-gradient(#006eff, #0052bd);
  transition: 0.3s ease all;
}
@media (max-width: 575px) {
  .faq-wrap .faq-block .faq-head .spoil {
    min-width: 40px;
    height: 40px;
  }
}
.faq-wrap .faq-block .faq-head.folded .spoil {
  transform: rotate(45deg);
}
.faq-wrap .faq-block .faq-body {
  padding: 25px 30px;
}
.faq-wrap .faq-block .faq-body p {
  font-size: 16px;
}

.quiz {
  margin: 30px 0;
  background: #f7f9ff;
  border-radius: 30px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont-row .cont-col {
  width: 48%;
}
@media (max-width: 991px) {
  .cont-row .cont-col {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cont-row .cont-col h2 {
  margin-bottom: 50px;
}
.cont-row .cont-col p {
  font-size: 24px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cont-row .cont-col p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .cont-row .cont-col p {
    font-size: 17px;
  }
}
.cont-row .cont-col p span {
  font-weight: 700;
}
.cont-row .cont-col .cont {
  display: table;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 700;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px auto;
}
@media (max-width: 575px) {
  .cont-row .cont-col .cont {
    font-size: 24px;
  }
}
.cont-row .cont-col .cont.tel {
  background-image: url(../img/tel.svg);
}
.cont-row .cont-col .cont.mail {
  background-image: url(../img/mail.svg);
}
.cont-row .cont-col .mess-wrap {
  display: table;
  margin-top: 50px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
}
.cont-row .cont-col .mess-wrap .mess-row {
  padding: 20px 30px;
  border-radius: 100px;
  background: #f3f3f3;
  display: flex;
  align-items: center;
}
.cont-row .cont-col .mess-wrap .mess-row p {
  font-weight: 700;
  margin-bottom: 0;
}
.cont-row .cont-col .mess-wrap .mess-row a {
  margin-left: 20px;
}
.cont-row .cont-col .mess-wrap .mess-row a img {
  width: 45px;
  border-radius: 100px;
}
.cont-row .cont-map {
  width: 48%;
  height: 500px;
  overflow: hidden;
  border-radius: 30px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
@media (max-width: 991px) {
  .cont-row .cont-map {
    display: none;
  }
}

.butt {
  display: table;
  font-size: 1vw;
  font-weight: 500;
  padding: 1.2vw 2vw;
  border-radius: 100px;
  filter: drop-shadow(0 0 25px rgba(255, 175, 87, 0.5));
  transition: 0.3s ease all;
  color: #fff;
}
@media (max-width: 768px) {
  .butt {
    margin-top: 7vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.5vw;
    padding: 2vw 5.5vw;
  }
}
.butt:hover {
  filter: drop-shadow(0 0 30px rgb(255, 175, 87));
}
.butt.center {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .butt.desk {
    display: none;
  }
}
.butt.mob {
  display: none;
}
@media (max-width: 768px) {
  .butt.mob {
    display: table;
  }
}/*# sourceMappingURL=style.css.map */