@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
  transition: 0s;
  background: #f8fafc;
  color: #535865;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td, .table-respond th {
  white-space: nowrap;
}

.btn, .btn:focus, .btn:hover {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.flex-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.flex-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: center;
}

.flex-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.flex-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

body {
  padding: 116px 0 0 0;
}
@media (max-width: 1430px) {
  body {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 991px) {
  body {
    padding: 70px 0 0 0;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
header .header-top {
  padding: 5px 0;
  background: #005e80;
}
@media (max-width: 991px) {
  header .header-top {
    display: none;
  }
}
header .header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-top .container .left-side a {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid transparent;
}
header .header-top .container .left-side a:hover {
  border-color: #fff;
}
header .header-top .container .right-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-top .container .right-side .header-search {
  position: relative;
}
header .header-top .container .right-side .header-search .input-wrapper input {
  display: block;
  width: 140px;
  background: #1a6e8d;
  border: 1px solid #488ba4;
  border-radius: 30px;
  padding: 0 12px 0 10px;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s all ease;
  min-height: 25px;
}
header .header-top .container .right-side .header-search .input-wrapper input:hover, header .header-top .container .right-side .header-search .input-wrapper input:focus {
  color: #fff;
  border-color: #fff;
}
header .header-top .container .right-side .header-search button {
  display: block;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
header .header-top .container .right-side .header-search button:hover {
  opacity: 0.7;
}
header .header-top .container .right-side .header-search button img {
  display: block;
}
header .header-top .container .right-side .header-login {
  margin: 0 0 0 20px;
}
header .header-top .container .right-side .header-login ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-top .container .right-side .header-login ul li {
  padding: 0 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
header .header-top .container .right-side .header-login ul li:nth-last-child(1) {
  border-right: none;
}
header .header-top .container .right-side .header-login ul li a {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  border-bottom: 1px solid transparent;
}
header .header-top .container .right-side .header-login ul li a:hover {
  border-color: #fff;
}
header .header-top .container .right-side .header-cart {
  margin: 0 0 0 20px;
}
header .header-top .container .right-side .header-cart a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-top .container .right-side .header-cart a:hover {
  opacity: 0.7;
}
header .header-top .container .right-side .header-cart a .header-cart--left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
header .header-top .container .right-side .header-cart a .header-cart--left img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
header .header-top .container .right-side .header-cart a .header-cart--left sup {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 9px;
  text-align: right;
  color: #fff;
  width: 12px;
  height: 12px;
  background: #f26d6d;
  border-radius: 50%;
}
header .header-top .container .right-side .header-cart a .header-cart--right {
  margin: 0 0 0 9px;
}
header .header-top .container .right-side .header-cart a .header-cart--right p {
  font-weight: 600;
  font-size: 10px;
  color: #fff;
}
header .header-top .container .right-side .header-cart a .header-cart--right span {
  display: block;
  font-weight: 400;
  font-size: 8px;
  color: #fff;
}
header .header-bottom {
  background: #fff;
  padding: 24px 0;
}
@media (max-width: 1430px) {
  header .header-bottom {
    padding: 20px 0;
  }
}
header .header-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-bottom .container .logo {
  display: block;
}
header .header-bottom .container .logo:hover {
  opacity: 0.7;
}
header .header-bottom .container .logo img {
  display: block;
  width: 180px;
  min-width: 180px;
  object-fit: contain;
}
@media (max-width: 1430px) {
  header .header-bottom .container .logo img {
    width: 140px;
    min-width: 140px;
  }
}
@media (max-width: 991px) {
  header .header-bottom .container .logo img {
    width: 180px;
    min-width: 180px;
  }
}
header .header-bottom .container ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  header .header-bottom .container ul {
    display: none;
  }
}
header .header-bottom .container ul li {
  position: relative;
  margin: 0 0 0 24px;
}
@media (max-width: 1430px) {
  header .header-bottom .container ul li {
    margin: 0 0 0 16px;
  }
}
header .header-bottom .container ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .header-bottom .container ul li a:hover span, header .header-bottom .container ul li a.current-page span {
  color: #005e80;
  border-color: #005e80;
}
header .header-bottom .container ul li a span {
  font-weight: 400;
  font-size: 20px;
  color: #48566a;
  border-bottom: 1px solid transparent;
  transition: 0.3s all ease;
}
@media (max-width: 1430px) {
  header .header-bottom .container ul li a span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  header .header-bottom .container ul li a span {
    font-size: 16px;
  }
}
header .header-bottom .container ul li a img {
  display: block;
  transition: 0.3s all ease;
  margin: 0 0 0 6px;
}
header .header-bottom .container ul li.has-child:hover a img {
  transform: rotate(180deg);
}
header .header-bottom .container ul li.has-child:hover .has-child--submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .header-bottom .container ul li .has-child--submenu {
  position: absolute;
  top: 90%;
  left: 0;
  padding: 10px 0 0 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 0.3s all ease;
}
header .header-bottom .container ul li .has-child--submenu ul {
  display: block;
  padding: 20px 25px;
  border-radius: 15px;
  background: #f8fafc;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  min-width: 300px;
}
header .header-bottom .container ul li .has-child--submenu ul li {
  border-bottom: 1px solid #d9d9d9;
  padding: 24px 0;
  margin: 0;
}
header .header-bottom .container ul li .has-child--submenu ul li:nth-last-child(1) {
  border-bottom: none;
}
header .header-bottom .container ul li .has-child--submenu ul li .dropdown__title {
  margin: 0 0 20px;
}
header .header-bottom .container ul li .has-child--submenu ul li .dropdown__title span {
  font-weight: 600;
  font-size: 20px;
  color: #005e80;
}
header .header-bottom .container ul li .has-child--submenu ul li a {
  white-space: nowrap;
}
header .header-bottom .container ul li .has-child--submenu ul li a:hover span, header .header-bottom .container ul li .has-child--submenu ul li a.current-page span {
  color: #005e80 !important;
  border-color: #005e80 !important;
}
header .header-bottom .container ul li .has-child--submenu ul li ul {
  padding: 0 0 0 25px;
  box-shadow: none;
}
header .header-bottom .container ul li .has-child--submenu ul li ul li {
  border-bottom: none;
  padding: 0;
  margin: 0 0 10px;
}
header .header-bottom .container ul li .has-child--submenu ul li ul li:nth-last-child(1) {
  margin: 0;
}
header .header-bottom .container ul li .has-child--submenu ul li ul li a span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #48566a;
}

.section-main {
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  padding: 70px 0 95px 0;
  overflow: hidden;
}
@media (max-width: 1430px) {
  .section-main {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .section-main {
    padding: 0 0 35px;
  }
}
@media (max-width: 991px) {
  .section-main .container {
    padding: 0;
    max-width: 100%;
  }
}
.section-main .main-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-main .main-wrapper .left-side {
  width: 100%;
  max-width: 786px;
}
@media (max-width: 1430px) {
  .section-main .main-wrapper .left-side {
    max-width: 600px;
  }
}
@media (max-width: 1141px) {
  .section-main .main-wrapper .left-side {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .left-side {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .left-side .main-content--block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 510px;
    padding: 20px 0;
    background: url("../img/main-bg-1.png") 50% 20% no-repeat;
    background-size: cover;
    position: relative;
  }
}
@media (max-width: 767px) {
  .section-main .main-wrapper .left-side .main-content--block {
    min-height: 410px;
  }
}
.section-main .main-wrapper .left-side .main-content--block:before {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media (max-width: 991px) {
  .section-main .main-wrapper .left-side .main-content--block:before {
    content: "";
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .left-side .main-content--block .main-content--wrapper {
    padding: 0 15px;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-main .main-wrapper .left-side .main-content--block .main-content--wrapper {
    max-width: 576px;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .left-side .main-content--block .main-content--wrapper h1 {
    position: relative;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .left-side .main-content--block .main-content--wrapper h1 br {
    display: none;
  }
}
.section-main .main-wrapper .left-side .main-content--block .main-content--wrapper p {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.21429;
  color: #fff;
  margin: 0 0 44px;
}
@media (max-width: 1430px) {
  .section-main .main-wrapper .left-side .main-content--block .main-content--wrapper p {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .left-side .main-content--block .main-content--wrapper p {
    font-size: 12px;
    margin: 0;
    position: relative;
  }
}
.section-main .main-wrapper .left-side .main-content--block .main-content--wrapper p strong {
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section-main .main-wrapper .left-side .main-content--bottom {
    padding: 20px 15px 0;
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-main .main-wrapper .left-side .main-content--bottom {
    max-width: 576px;
    margin: 0 auto;
  }
}
.section-main .main-wrapper .left-side .main-content--bottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
@media (max-width: 1430px) {
  .section-main .main-wrapper .left-side .main-content--bottom ul {
    margin: 0 0 16px;
  }
}
.section-main .main-wrapper .left-side .main-content--bottom ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(50% - 12px);
  padding: 15px 22px;
  border: 1px solid #3d4352;
  border-radius: 20px;
  backdrop-filter: blur(20px);
  background: rgba(39, 45, 63, 0.2);
  min-height: 94px;
  margin: 0 0 24px;
}
@media (max-width: 1430px) {
  .section-main .main-wrapper .left-side .main-content--bottom ul li {
    width: calc(50% - 7.5px);
    padding: 14px;
    margin: 0 0 15px;
  }
}
@media (max-width: 1141px) {
  .section-main .main-wrapper .left-side .main-content--bottom ul li {
    min-height: 72px;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .left-side .main-content--bottom ul li {
    width: 100%;
    min-height: initial;
    background: transparent;
    backdrop-filter: none;
    border-radius: 0;
    border: none;
    padding: 0;
    margin: 0 0 10px;
  }
}
.section-main .main-wrapper .left-side .main-content--bottom ul li img {
  display: block;
  width: 48px;
  min-width: 48px;
  height: 48px;
  object-fit: contain;
  margin: 0 16px 0 0;
}
@media (max-width: 1430px) {
  .section-main .main-wrapper .left-side .main-content--bottom ul li img {
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin: 0 12px 0 0;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .left-side .main-content--bottom ul li img {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }
}
.section-main .main-wrapper .left-side .main-content--bottom ul li span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1430px) {
  .section-main .main-wrapper .left-side .main-content--bottom ul li span {
    font-size: 16px;
  }
}
@media (max-width: 1141px) {
  .section-main .main-wrapper .left-side .main-content--bottom ul li span {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .left-side .main-content--bottom ul li span {
    font-weight: 400;
  }
}
.section-main .main-wrapper .left-side .main-content--bottom .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-main .main-wrapper .left-side .main-content--bottom .btns-wrapper .btn {
  width: calc(50% - 12px);
  padding: 20px;
}
@media (max-width: 1430px) {
  .section-main .main-wrapper .left-side .main-content--bottom .btns-wrapper .btn {
    width: 100%;
    margin: 7.5px 0;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .left-side .main-content--bottom .btns-wrapper .btn {
    padding: 5px 20px;
    margin: 4px 0;
  }
}
.section-main .main-wrapper .left-side .main-content--bottom blockquote {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  padding: 35px 75px 35px 35px;
  backdrop-filter: blur(20px);
  background: rgba(39, 45, 63, 0.2);
  border: 1px solid #3d4352;
  border-radius: 20px;
  margin: 60px 0 0 0;
}
@media (max-width: 991px) {
  .section-main .main-wrapper .left-side .main-content--bottom blockquote {
    margin: 0;
    font-size: 12px;
    padding: 16px;
    border-radius: 10px;
  }
}
.section-main .main-wrapper .right-side {
  width: calc(100% - 810px);
}
@media (max-width: 1430px) {
  .section-main .main-wrapper .right-side {
    width: calc(100% - 620px);
  }
}
@media (max-width: 1141px) {
  .section-main .main-wrapper .right-side {
    width: calc(100% - 520px);
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .right-side {
    display: none;
  }
}
.section-main .main-wrapper .right-side img {
  display: block;
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.section-what--main {
  padding: 125px 0 115px 0;
}
@media (max-width: 1430px) {
  .section-what--main {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .section-what--main {
    padding: 50px 0 30px 0;
    background: #fff;
  }
}
.section-what--main .what-main--wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 70px 60px 70px 80px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 25px;
}
@media (max-width: 1430px) {
  .section-what--main .what-main--wrapper {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .section-what--main .what-main--wrapper {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
}
.section-what--main .what-main--wrapper .left-side {
  width: calc(100% - 430px);
}
@media (max-width: 1430px) {
  .section-what--main .what-main--wrapper .left-side {
    width: calc(100% - 330px);
  }
}
@media (max-width: 991px) {
  .section-what--main .what-main--wrapper .left-side {
    width: 100%;
    margin: 0 0 40px;
  }
}
.section-what--main .what-main--wrapper .left-side h2 {
  text-align: left;
}
.section-what--main .what-main--wrapper .left-side p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #586877;
  margin: 0 0 50px;
}
@media (max-width: 1141px) {
  .section-what--main .what-main--wrapper .left-side p {
    font-size: 18px;
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .section-what--main .what-main--wrapper .left-side p {
    font-size: 12px;
    margin: 0 0 22px;
  }
}
.section-what--main .what-main--wrapper .left-side .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
@media (max-width: 1141px) {
  .section-what--main .what-main--wrapper .left-side .btns-wrapper {
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .section-what--main .what-main--wrapper .left-side .btns-wrapper {
    margin: 0 0 18px;
  }
}
.section-what--main .what-main--wrapper .left-side .btns-wrapper .btn {
  width: calc(50% - 12px);
}
@media (max-width: 1141px) {
  .section-what--main .what-main--wrapper .left-side .btns-wrapper .btn {
    width: 100%;
    margin: 8px 0;
  }
}
@media (max-width: 991px) {
  .section-what--main .what-main--wrapper .left-side .btns-wrapper .btn {
    margin: 5px 0;
  }
}
.section-what--main .what-main--wrapper .left-side .link-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 28px;
  line-height: 0.85714;
  color: #005e80;
}
@media (max-width: 1141px) {
  .section-what--main .what-main--wrapper .left-side .link-more {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-what--main .what-main--wrapper .left-side .link-more {
    font-size: 12px;
  }
}
.section-what--main .what-main--wrapper .left-side .link-more:hover img {
  transform: translateX(7px);
}
.section-what--main .what-main--wrapper .left-side .link-more img {
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  object-fit: contain;
  transition: 0.3s all ease;
  margin: 0 0 0 9px;
}
@media (max-width: 1141px) {
  .section-what--main .what-main--wrapper .left-side .link-more img {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
}
@media (max-width: 991px) {
  .section-what--main .what-main--wrapper .left-side .link-more img {
    width: 12px;
    height: 12px;
    min-width: 12px;
    margin: 0 0 0 6px;
  }
}
.section-what--main .what-main--wrapper .right-side {
  width: 100%;
  max-width: 360px;
}
@media (max-width: 1430px) {
  .section-what--main .what-main--wrapper .right-side {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .section-what--main .what-main--wrapper .right-side {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }
}
.section-what--main .what-main--wrapper .right-side .media-image {
  position: relative;
}
@media (max-width: 991px) {
  .section-what--main .what-main--wrapper .right-side .media-image {
    max-width: 270px;
  }
}
.section-what--main .what-main--wrapper .right-side .media-image:hover img {
  transform: rotate(1deg) scale(1.05);
}
.section-what--main .what-main--wrapper .right-side .media-image:hover:before {
  transform: rotate(-2deg);
}
.section-what--main .what-main--wrapper .right-side .media-image:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  transform: rotate(-3deg);
  background: #ebf1f4;
  border-radius: 30px;
  transition: 0.3s all ease;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-what--main .what-main--wrapper .right-side .media-image:before {
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border-radius: 20px;
  }
}
.section-what--main .what-main--wrapper .right-side .media-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 5px solid #fff;
  border-radius: 30px;
  transition: 0.3s all ease;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-what--main .what-main--wrapper .right-side .media-image img {
    border-radius: 20px;
  }
}

.section-why--main {
  padding: 110px 0 100px 0;
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
}
@media (max-width: 1430px) {
  .section-why--main {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .section-why--main {
    padding: 50px 0 35px 0;
  }
}
.section-why--main h2 {
  color: #fff;
}
@media (max-width: 991px) {
  .section-why--main h2 {
    text-align: left;
    margin: 0 0 40px;
  }
}
.section-why--main .why-main--item {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #1a6e8d;
  border: 1px solid #488ba4;
  border-radius: 25px;
  padding: 39px 40px 28px 42px;
  transition: 0.3s all ease;
  height: 100%;
}
@media (max-width: 1430px) {
  .section-why--main .why-main--item {
    padding: 32px 24px;
  }
}
@media (max-width: 991px) {
  .section-why--main .why-main--item {
    padding: 15px 15px 20px;
    border-radius: 10px;
  }
}
.section-why--main .why-main--item:hover {
  background: #2182a6;
}
.section-why--main .why-main--item img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin: 0 0 25px;
}
@media (max-width: 1141px) {
  .section-why--main .why-main--item img {
    width: 32px;
    height: 32px;
    margin: 0 0 16px;
  }
}
@media (max-width: 991px) {
  .section-why--main .why-main--item img {
    width: 43px;
    height: 35px;
    margin: 0 auto 20px;
  }
}
.section-why--main .why-main--item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  min-height: 85px;
}
@media (max-width: 1430px) {
  .section-why--main .why-main--item p {
    font-size: 18px;
    min-height: 60px;
  }
}
@media (max-width: 1141px) {
  .section-why--main .why-main--item p {
    font-size: 16px;
    min-height: 74px;
  }
}
@media (max-width: 991px) {
  .section-why--main .why-main--item p {
    font-size: 12px;
    min-height: initial;
    color: #b7d2db;
    text-align: center;
    max-width: 266px;
    margin: 0 auto;
  }
}
.section-why--main .why-main--item--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #1a6e8d;
  border: 1px solid #488ba4;
  border-radius: 25px;
  padding: 40px;
  transition: 0.3s all ease;
  height: 100%;
}
@media (max-width: 991px) {
  .section-why--main .why-main--item--inner {
    padding: 15px 15px 20px;
    border-radius: 10px;
    display: block;
  }
}
.section-why--main .why-main--item--inner:hover {
  background: #2182a6;
}
.section-why--main .why-main--item--inner .left-side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 575px);
}
@media (max-width: 991px) {
  .section-why--main .why-main--item--inner .left-side {
    width: 100%;
    display: block;
  }
}
.section-why--main .why-main--item--inner .left-side img {
  display: block;
  width: 35px;
  min-width: 35px;
  height: 35px;
  object-fit: contain;
  margin: 0 30px 0 0;
}
@media (max-width: 991px) {
  .section-why--main .why-main--item--inner .left-side img {
    width: 43px;
    height: 35px;
    margin: 0 auto 20px;
  }
}
.section-why--main .why-main--item--inner .left-side p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1430px) {
  .section-why--main .why-main--item--inner .left-side p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-why--main .why-main--item--inner .left-side p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-why--main .why-main--item--inner .left-side p {
    font-size: 12px;
    min-height: initial;
    color: #b7d2db;
    text-align: center;
    max-width: 266px;
    margin: 0 auto;
  }
}
.section-why--main .why-main--item--inner .right-side {
  width: 100%;
  max-width: 555px;
}
@media (max-width: 991px) {
  .section-why--main .why-main--item--inner .right-side {
    display: none;
  }
}
.section-why--main .why-main--item--inner .right-side .btn {
  width: 100%;
}
.section-why--main .mob-btn {
  display: none;
}
@media (max-width: 991px) {
  .section-why--main .mob-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 0 0 0;
  }
}
.section-why--main .mob-btn .btn {
  width: 100%;
}

.section-ready--main {
  padding: 120px 0 100px 0;
  position: relative;
  background: #fff;
}
@media (max-width: 1430px) {
  .section-ready--main {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .section-ready--main {
    padding: 50px 0 35px 0;
  }
}
.section-ready--main:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100px;
  width: 505px;
  height: 420px;
  background: url("../img/ready-bg.png") bottom no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 1141px) {
  .section-ready--main:before {
    width: 400px;
    height: 300px;
    right: 40px;
  }
}
@media (max-width: 991px) {
  .section-ready--main:before {
    width: 200px;
    height: 180px;
    right: 0;
    top: 0;
    bottom: initial;
  }
}
.section-ready--main .ready-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-ready--main .ready-wrapper {
    display: block;
  }
}
.section-ready--main .ready-wrapper h2 {
  width: 100%;
}
@media (max-width: 991px) {
  .section-ready--main .ready-wrapper h2 {
    text-align: left;
  }
}
.section-ready--main .ready-wrapper p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #535865;
  width: calc(100% - 780px);
}
@media (max-width: 1430px) {
  .section-ready--main .ready-wrapper p {
    font-size: 18px;
    width: calc(100% - 640px);
  }
}
@media (max-width: 991px) {
  .section-ready--main .ready-wrapper p {
    width: 100%;
    font-size: 12px;
    margin: 0 0 38px;
  }
}
.section-ready--main .ready-wrapper .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 765px;
}
@media (max-width: 1430px) {
  .section-ready--main .ready-wrapper .btns-wrapper {
    max-width: 620px;
  }
}
@media (max-width: 991px) {
  .section-ready--main .ready-wrapper .btns-wrapper {
    display: block;
  }
}
.section-ready--main .ready-wrapper .btns-wrapper .btn {
  width: calc(50% - 12px);
}
@media (max-width: 991px) {
  .section-ready--main .ready-wrapper .btns-wrapper .btn {
    width: 100%;
    margin: 4px 0;
  }
}

.section-how--main {
  padding: 117px 0 100px 0;
}
@media (max-width: 1430px) {
  .section-how--main {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .section-how--main {
    padding: 50px 0 35px 0;
  }
}
.section-how--main .how-main--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.section-how--main .how-main--wrapper .left-side {
  width: calc(50% - 12px);
}
@media (max-width: 991px) {
  .section-how--main .how-main--wrapper .left-side {
    width: 100%;
    margin: 0 0 30px;
  }
}
.section-how--main .how-main--wrapper .left-side ol li {
  position: relative;
  counter-increment: orderedListCounter;
  padding: 0 0 0 90px;
  margin: 0 0 42px;
}
@media (max-width: 991px) {
  .section-how--main .how-main--wrapper .left-side ol li {
    margin: 0 0 26px;
    padding: 0 0 0 59px;
  }
}
.section-how--main .how-main--wrapper .left-side ol li:hover:before {
  transform: scale(1.1);
}
.section-how--main .how-main--wrapper .left-side ol li:before {
  content: counter(orderedListCounter);
  position: absolute;
  top: -10px;
  left: 0;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #005e80;
  border: 4px solid #005e80;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-how--main .how-main--wrapper .left-side ol li:before {
    font-size: 16px;
    width: 45px;
    height: 45px;
    border-width: 2px;
    top: -3px;
  }
}
.section-how--main .how-main--wrapper .left-side ol li:after {
  content: "";
  position: absolute;
  top: 54px;
  left: 32px;
  height: 100%;
  width: 2px;
  background: #d9d9d9;
  z-index: -1;
}
@media (max-width: 991px) {
  .section-how--main .how-main--wrapper .left-side ol li:after {
    top: 33px;
    left: 23px;
    width: 1px;
  }
}
.section-how--main .how-main--wrapper .left-side ol li:nth-last-child(1):after {
  content: none;
}
.section-how--main .how-main--wrapper .left-side ol li p {
  font-weight: 600;
  font-size: 20px;
  color: #0f172a;
  margin: 0 0 3px;
}
@media (max-width: 991px) {
  .section-how--main .how-main--wrapper .left-side ol li p {
    font-size: 16px;
    margin: 0 0 2px;
  }
}
.section-how--main .how-main--wrapper .left-side ol li span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #535865;
}
@media (max-width: 991px) {
  .section-how--main .how-main--wrapper .left-side ol li span {
    font-size: 12px;
  }
}
.section-how--main .how-main--wrapper .right-side {
  width: calc(50% - 12px);
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 35px;
  padding: 50px 30px 80px;
}
@media (max-width: 991px) {
  .section-how--main .how-main--wrapper .right-side {
    width: 100%;
    border-radius: 10px;
    padding: 20px 15px;
  }
}
.section-how--main .how-main--wrapper .right-side p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 55px;
}
@media (max-width: 1430px) {
  .section-how--main .how-main--wrapper .right-side p {
    margin: 0 0 32px;
  }
}
@media (max-width: 991px) {
  .section-how--main .how-main--wrapper .right-side p {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
.section-how--main .how-main--wrapper .right-side span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #535865;
  margin: 0 0 22px;
}
@media (max-width: 991px) {
  .section-how--main .how-main--wrapper .right-side span {
    font-size: 12px;
  }
}
.section-how--main .how-main--wrapper .right-side span a {
  color: #005e80;
  border-bottom: 1px solid transparent;
}
.section-how--main .how-main--wrapper .right-side span a:hover {
  border-color: #005e80;
}
.section-how--main .how-main--wrapper .right-side .btns-wrapper .btn {
  width: 100%;
  margin: 30px 0 0 0;
}
@media (max-width: 1430px) {
  .section-how--main .how-main--wrapper .right-side .btns-wrapper .btn {
    margin: 16px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section-how--main .how-main--wrapper .right-side .btns-wrapper .btn {
    margin: 4px 0;
  }
}

.section-for--main {
  padding: 120px 0 100px 0;
  background: #fff;
}
@media (max-width: 1430px) {
  .section-for--main {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .section-for--main {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section-for--main .container {
    padding: 0;
    max-width: 100%;
  }
}
.section-for--main .for-main--wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-for--main .for-main--wrapper .left-side {
  width: calc(50% - 5px);
  padding: 0 70px 0 0;
}
@media (max-width: 1430px) {
  .section-for--main .for-main--wrapper .left-side {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 991px) {
  .section-for--main .for-main--wrapper .left-side {
    width: 100%;
    padding: 0 15px 50px 15px;
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-for--main .for-main--wrapper .left-side {
    max-width: 576px;
  }
}
.section-for--main .for-main--wrapper .left-side h2 {
  text-align: left;
}
@media (max-width: 991px) {
  .section-for--main .for-main--wrapper .left-side ul {
    box-shadow: 0 4px 15px 0 rgba(0, 94, 128, 0.08);
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0 16px;
    margin: 0 0 15px;
  }
}
.section-for--main .for-main--wrapper .left-side ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 22px 24px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  transition: 0.3s all ease;
  margin: 0 0 19px;
}
@media (max-width: 1430px) {
  .section-for--main .for-main--wrapper .left-side ul li {
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .section-for--main .for-main--wrapper .left-side ul li {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #e2e8f0;
    padding: 15px 0;
    margin: 0;
    border-radius: 0;
  }
}
.section-for--main .for-main--wrapper .left-side ul li:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 991px) {
  .section-for--main .for-main--wrapper .left-side ul li:nth-last-child(1) {
    border: none;
  }
}
.section-for--main .for-main--wrapper .left-side ul li:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 94, 128, 0.08);
  border-color: #005e80;
  transform: translateX(10px);
}
@media (max-width: 991px) {
  .section-for--main .for-main--wrapper .left-side ul li:hover {
    box-shadow: none;
  }
}
.section-for--main .for-main--wrapper .left-side ul li img {
  display: block;
  width: 66px;
  height: 66px;
  min-width: 66px;
  object-fit: contain;
  margin: 0 25px 0 0;
}
@media (max-width: 1430px) {
  .section-for--main .for-main--wrapper .left-side ul li img {
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin: 0 16px 0 0;
  }
}
@media (max-width: 991px) {
  .section-for--main .for-main--wrapper .left-side ul li img {
    width: 35px;
    height: 35px;
    min-width: 35px;
    margin: 0 10px 0 0;
  }
}
.section-for--main .for-main--wrapper .left-side ul li p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-for--main .for-main--wrapper .left-side ul li p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-for--main .for-main--wrapper .left-side ul li p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-for--main .for-main--wrapper .left-side ul li p {
    font-size: 12px;
  }
}
.section-for--main .for-main--wrapper .left-side .mob-btn {
  display: none;
}
@media (max-width: 991px) {
  .section-for--main .for-main--wrapper .left-side .mob-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.section-for--main .for-main--wrapper .left-side .mob-btn .btn {
  width: 100%;
}
.section-for--main .for-main--wrapper .right-side {
  width: calc(50% - 5px);
}
@media (max-width: 991px) {
  .section-for--main .for-main--wrapper .right-side {
    width: 100%;
  }
}
.section-for--main .for-main--wrapper .right-side .for-slider--wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .section-for--main .for-main--wrapper .right-side .for-slider--wrapper {
    height: initial;
  }
}
.section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider {
  height: 100%;
}
.section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slick-list,
.section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slick-track {
  height: 100%;
}
.section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slider-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 35px;
  height: 100%;
  position: relative;
  overflow: auto;
}
@media (max-width: 1430px) {
  .section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slider-item {
    height: 760px;
  }
}
@media (max-width: 1141px) {
  .section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slider-item {
    height: 706px;
  }
}
@media (max-width: 991px) {
  .section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slider-item {
    border-radius: 0;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slider-item {
    height: 400px;
  }
}
.section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slider-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15.87%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slider-item .slider-item--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 70px 210px 75px 70px;
}
@media (max-width: 1430px) {
  .section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slider-item .slider-item--content {
    padding: 32px 140px 100px 32px;
  }
}
@media (max-width: 991px) {
  .section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slider-item .slider-item--content {
    padding: 15px 15px 70px;
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slider-item .slider-item--content {
    max-width: 576px;
  }
}
.section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slider-item .slider-item--content .for-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: 4px 16px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slider-item .slider-item--content .for-label {
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 5px;
    margin: 0 0 3px;
  }
}
.section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slider-item .slider-item--content p {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11111;
  color: #fff;
  margin: 0 0 38px;
}
@media (max-width: 1430px) {
  .section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slider-item .slider-item--content p {
    font-size: 30px;
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slider-item .slider-item--content p {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slider-item .slider-item--content span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1430px) {
  .section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slider-item .slider-item--content span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-for--main .for-main--wrapper .right-side .for-slider--wrapper .for-slider .slider-item .slider-item--content span {
    font-size: 12px;
  }
}
.section-for--main .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0 0 0;
}
@media (max-width: 1430px) {
  .section-for--main .btn-wrapper {
    margin: 48px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section-for--main .btn-wrapper {
    display: none;
  }
}
.section-for--main .btn-wrapper .btn {
  padding: 20px 40px;
}

.section-main--default {
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  padding: 70px 0 95px 0;
}
@media (max-width: 1430px) {
  .section-main--default {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .section-main--default {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section-main--default .container {
    padding: 0;
  }
}
.section-main--default .main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-main--default .main-wrapper .left-side .main-content--block h1 {
  font-weight: 800;
  font-size: 72px;
  line-height: 1.09722;
  color: #fff;
}
@media (max-width: 1430px) {
  .section-main--default .main-wrapper .left-side .main-content--block h1 {
    font-size: 56px;
    margin: 0 0 40px;
  }
}
@media (max-width: 1141px) {
  .section-main--default .main-wrapper .left-side .main-content--block h1 {
    font-size: 46px;
    margin: 0 0 32px;
  }
}
@media (max-width: 991px) {
  .section-main--default .main-wrapper .left-side .main-content--block h1 {
    font-size: 20px;
    position: relative;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-main--default .main-wrapper .left-side .main-content--block h1 br {
    display: none;
  }
}
.section-main--default .main-wrapper .left-side .main-content--block p {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.21429;
  color: #fff;
  margin: 0 0 44px;
}
@media (max-width: 1430px) {
  .section-main--default .main-wrapper .left-side .main-content--block p {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .section-main--default .main-wrapper .left-side .main-content--block p {
    font-size: 12px;
    margin: 0;
    position: relative;
  }
}
.section-main--default .main-wrapper .left-side .main-content--block p strong {
  font-weight: 700;
  text-transform: uppercase;
}

.section-profession--choice {
  padding: 50px 0 100px 0;
}
@media (max-width: 991px) {
  .section-profession--choice {
    padding: 25px 0 35px 0;
  }
}
.section-profession--choice .profession-choice--title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.21429;
  text-align: center;
  color: #0f172a;
  margin: 0 0 60px;
}
@media (max-width: 1141px) {
  .section-profession--choice .profession-choice--title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-profession--choice .profession-choice--title {
    font-size: 14px;
    margin: 0 0 24px;
  }
}
.section-profession--choice .profession-choice--wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-profession--choice .profession-choice--wrapper .profession-choice--item {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 35px;
  position: relative;
  overflow: auto;
  min-height: 750px;
}
@media (max-width: 991px) {
  .section-profession--choice .profession-choice--wrapper .profession-choice--item {
    width: 100%;
    min-height: 365px;
    margin: 0 0 20px;
    border-radius: 15px;
  }
}
@media (max-width: 991px) {
  .section-profession--choice .profession-choice--wrapper .profession-choice--item:nth-last-child(1) {
    margin: 0;
  }
}
.section-profession--choice .profession-choice--wrapper .profession-choice--item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15.87%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.section-profession--choice .profession-choice--wrapper .profession-choice--item .profession-choice--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 75px 70px;
}
@media (max-width: 1430px) {
  .section-profession--choice .profession-choice--wrapper .profession-choice--item .profession-choice--content {
    padding: 32px 32px 70px 32px;
  }
}
@media (max-width: 991px) {
  .section-profession--choice .profession-choice--wrapper .profession-choice--item .profession-choice--content {
    padding: 17px 14px;
  }
}
.section-profession--choice .profession-choice--wrapper .profession-choice--item .profession-choice--content .for-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: 4px 16px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-profession--choice .profession-choice--wrapper .profession-choice--item .profession-choice--content .for-label {
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 5px;
    margin: 0 0 3px;
  }
}
.section-profession--choice .profession-choice--wrapper .profession-choice--item .profession-choice--content p {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11111;
  color: #fff;
  margin: 0 0 38px;
}
@media (max-width: 1430px) {
  .section-profession--choice .profession-choice--wrapper .profession-choice--item .profession-choice--content p {
    font-size: 30px;
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .section-profession--choice .profession-choice--wrapper .profession-choice--item .profession-choice--content p {
    font-size: 20px;
    margin: 0 0 16px;
  }
}
.section-profession--choice .profession-choice--wrapper .profession-choice--item .profession-choice--content span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  max-width: 480px;
  color: #fff;
}
@media (max-width: 1430px) {
  .section-profession--choice .profession-choice--wrapper .profession-choice--item .profession-choice--content span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-profession--choice .profession-choice--wrapper .profession-choice--item .profession-choice--content span {
    font-size: 12px;
  }
}
.section-profession--choice .profession-choice--wrapper .profession-choice--item .profession-choice--content .btn {
  margin: 30px 0 0 0;
}
@media (max-width: 991px) {
  .section-profession--choice .profession-choice--wrapper .profession-choice--item .profession-choice--content .btn {
    width: 100%;
  }
}

.section-profession--diploma {
  padding: 120px 0 110px 0;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-profession--diploma {
    padding: 50px 0;
  }
}
.section-profession--diploma .profession-diploma--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-profession--diploma .profession-diploma--wrapper .left-side {
  width: calc(100% - 620px);
}
@media (max-width: 1141px) {
  .section-profession--diploma .profession-diploma--wrapper .left-side {
    width: calc(100% - 420px);
  }
}
@media (max-width: 991px) {
  .section-profession--diploma .profession-diploma--wrapper .left-side {
    width: 100%;
    margin: 0 0 34px;
  }
}
.section-profession--diploma .profession-diploma--wrapper .left-side h2 {
  text-align: left;
}
.section-profession--diploma .profession-diploma--wrapper .left-side h2 span {
  display: block;
}
@media (max-width: 991px) {
  .section-profession--diploma .profession-diploma--wrapper .left-side h2 span {
    display: inline;
  }
}
.section-profession--diploma .profession-diploma--wrapper .left-side ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  position: relative;
  padding: 0 0 0 83px;
  margin: 0 0 44px;
}
@media (max-width: 1430px) {
  .section-profession--diploma .profession-diploma--wrapper .left-side ul li {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-profession--diploma .profession-diploma--wrapper .left-side ul li {
    font-size: 12px;
    padding: 0 0 0 39px;
    margin: 0 0 15px;
  }
}
.section-profession--diploma .profession-diploma--wrapper .left-side ul li:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 45px;
  height: 45px;
  background: url("../img/li-before.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 1430px) {
  .section-profession--diploma .profession-diploma--wrapper .left-side ul li:before {
    top: -12px;
  }
}
@media (max-width: 991px) {
  .section-profession--diploma .profession-diploma--wrapper .left-side ul li:before {
    width: 21px;
    height: 21px;
    top: -3px;
  }
}
.section-profession--diploma .profession-diploma--wrapper .left-side ul li:nth-last-child(1) {
  margin: 0;
}
.section-profession--diploma .profession-diploma--wrapper .right-side {
  width: 100%;
  max-width: 540px;
}
@media (max-width: 1430px) {
  .section-profession--diploma .profession-diploma--wrapper .right-side {
    max-width: 500px;
  }
}
@media (max-width: 1141px) {
  .section-profession--diploma .profession-diploma--wrapper .right-side {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .section-profession--diploma .profession-diploma--wrapper .right-side {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }
}
.section-profession--diploma .profession-diploma--wrapper .right-side .media-image {
  position: relative;
}
@media (max-width: 991px) {
  .section-profession--diploma .profession-diploma--wrapper .right-side .media-image {
    max-width: 270px;
  }
}
.section-profession--diploma .profession-diploma--wrapper .right-side .media-image:hover img {
  transform: rotate(1deg) scale(1.05);
}
.section-profession--diploma .profession-diploma--wrapper .right-side .media-image:hover:before {
  transform: rotate(-2deg);
}
.section-profession--diploma .profession-diploma--wrapper .right-side .media-image:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  transform: rotate(-3deg);
  background: #ebf1f4;
  border-radius: 30px;
  transition: 0.3s all ease;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-profession--diploma .profession-diploma--wrapper .right-side .media-image:before {
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border-radius: 20px;
  }
}
.section-profession--diploma .profession-diploma--wrapper .right-side .media-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 5px solid #fff;
  border-radius: 30px;
  transition: 0.3s all ease;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-profession--diploma .profession-diploma--wrapper .right-side .media-image img {
    border-radius: 20px;
  }
}

.section-articles {
  padding: 70px 0 100px 0;
}
@media (max-width: 991px) {
  .section-articles {
    padding: 25px 0 50px 0;
  }
}
.section-articles h1 {
  color: #0f172a;
}
.section-articles .page-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 30px;
}
@media (max-width: 1430px) {
  .section-articles .page-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-articles .page-subtitle {
    font-size: 12px;
  }
}
.section-articles .row {
  margin: -10px;
}
.section-articles .row [class*=col-] {
  padding: 10px;
}
.section-articles .articles-item {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}
@media (max-width: 991px) {
  .section-articles .articles-item {
    border-radius: 10px;
  }
}
.section-articles .articles-item:hover {
  transform: translateY(-10px);
}
.section-articles .articles-item:hover .articles-descr small img {
  transform: translateX(7px);
}
.section-articles .articles-item .articles-image {
  position: relative;
}
.section-articles .articles-item .articles-image p {
  position: absolute;
  top: 25px;
  left: 25px;
  backdrop-filter: blur(10px);
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 0.88889;
  color: #fff;
}
@media (max-width: 1430px) {
  .section-articles .articles-item .articles-image p {
    top: 16px;
    left: 16px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-articles .articles-item .articles-image p {
    top: 14px;
    left: 14px;
    font-size: 10px;
    border-radius: 3px;
    padding: 4px 8px;
  }
}
.section-articles .articles-item .articles-image img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1430px) {
  .section-articles .articles-item .articles-image img {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .section-articles .articles-item .articles-image img {
    height: 150px;
  }
}
.section-articles .articles-item .articles-descr {
  padding: 22px 22px 34px;
}
@media (max-width: 1430px) {
  .section-articles .articles-item .articles-descr {
    padding: 20px 16px;
  }
}
@media (max-width: 991px) {
  .section-articles .articles-item .articles-descr {
    padding: 14px 14px 20px;
  }
}
.section-articles .articles-item .articles-descr ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 28px;
}
@media (max-width: 1430px) {
  .section-articles .articles-item .articles-descr ul {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-articles .articles-item .articles-descr ul {
    margin: 0 0 15px;
  }
}
.section-articles .articles-item .articles-descr ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33333;
  color: #8d8d8d;
  margin: 0 24px 0 0;
}
@media (max-width: 1430px) {
  .section-articles .articles-item .articles-descr ul li {
    font-size: 14px;
    margin: 0 18px 0 0;
  }
}
@media (max-width: 991px) {
  .section-articles .articles-item .articles-descr ul li {
    font-size: 10px;
    margin: 0 15px 0 0;
  }
}
.section-articles .articles-item .articles-descr ul li img {
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  object-fit: contain;
  margin: 0 12px 0 0;
}
@media (max-width: 991px) {
  .section-articles .articles-item .articles-descr ul li img {
    width: 14px;
    height: 14px;
    min-width: 14px;
    margin: 0 7px 0 0;
  }
}
.section-articles .articles-item .articles-descr p {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 5px;
}
@media (max-width: 1430px) {
  .section-articles .articles-item .articles-descr p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-articles .articles-item .articles-descr p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-articles .articles-item .articles-descr p {
    font-size: 12px;
  }
}
.section-articles .articles-item .articles-descr span {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
  margin: 0 0 25px;
}
@media (max-width: 1430px) {
  .section-articles .articles-item .articles-descr span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-articles .articles-item .articles-descr span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-articles .articles-item .articles-descr span {
    font-size: 12px;
    margin: 0 0 13px;
  }
}
.section-articles .articles-item .articles-descr small {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #005e80;
}
@media (max-width: 1430px) {
  .section-articles .articles-item .articles-descr small {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-articles .articles-item .articles-descr small {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-articles .articles-item .articles-descr small {
    font-size: 12px;
  }
}
.section-articles .articles-item .articles-descr small img {
  display: block;
  width: 15px;
  min-width: 15px;
  height: 15px;
  transition: 0.3s all ease;
  margin: 0 0 0 10px;
}
@media (max-width: 991px) {
  .section-articles .articles-item .articles-descr small img {
    width: 9px;
    height: 9px;
    min-width: 9px;
    margin: 0 0 0 3px;
  }
}

.default-content--image {
  position: relative;
  margin: 0 0 100px;
}
@media (max-width: 991px) {
  .default-content--image {
    margin: 0 0 35px;
  }
}
.default-content--image img {
  display: block;
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .default-content--image img {
    border-radius: 10px;
    min-height: 150px;
  }
}
.default-content--image a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 40px;
  left: 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: right;
  color: #fff;
  border-radius: 15px;
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  padding: 30px 40px;
}
@media (max-width: 1430px) {
  .default-content--image a {
    top: 20px;
    left: 20px;
    padding: 16px 24px;
  }
}
@media (max-width: 991px) {
  .default-content--image a {
    top: initial;
    left: 15px;
    bottom: -15px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 10px;
    border-radius: 5px;
  }
}
.default-content--image a:hover img {
  transform: translateX(-7px);
}
.default-content--image a img {
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  object-fit: contain;
  transition: 0.3s all ease;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .default-content--image a img {
    min-height: initial;
    width: 12px;
    min-width: 12px;
    height: initial;
    margin: 0 10px 0 0;
  }
}

.default-content {
  width: 100%;
  max-width: 1276px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 60px;
}
@media (max-width: 991px) {
  .default-content {
    padding: 0 0 20px;
  }
}
.default-content h2 {
  text-align: left;
}
@media (max-width: 991px) {
  .default-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .default-content h2 br {
    display: none;
  }
}
.default-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 40px;
}
@media (max-width: 1430px) {
  .default-content p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .default-content p {
    font-size: 12px;
    margin: 0 0 15px;
  }
}
.default-content p i {
  font-style: italic;
}
.default-content p b {
  font-weight: 700;
}
.default-content ul {
  margin: 0 0 45px;
}
@media (max-width: 991px) {
  .default-content ul {
    margin: 0 0 15px;
  }
}
.default-content ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  position: relative;
  padding: 0 0 0 65px;
  margin: 0 0 24px;
}
@media (max-width: 1430px) {
  .default-content ul li {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .default-content ul li {
    font-size: 12px;
    padding: 0 0 0 39px;
    margin: 0 0 15px;
  }
}
.default-content ul li:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("../img/li-before.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 1430px) {
  .default-content ul li:before {
    top: -12px;
  }
}
@media (max-width: 991px) {
  .default-content ul li:before {
    width: 21px;
    height: 21px;
    top: -2px;
  }
}
.default-content ul li:nth-last-child(1) {
  margin: 0;
}
.default-content ol {
  margin: 0 0 45px;
}
@media (max-width: 991px) {
  .default-content ol {
    margin: 0 0 15px;
  }
}
.default-content ol li {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  position: relative;
  counter-increment: orderedListCounter;
  padding: 0 0 0 65px;
  margin: 0 0 24px;
}
@media (max-width: 1430px) {
  .default-content ol li {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .default-content ol li {
    font-size: 12px;
    padding: 0 0 0 39px;
    margin: 0 0 15px;
  }
}
.default-content ol li:before {
  content: counter(orderedListCounter);
  position: absolute;
  top: -6px;
  left: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  background: #b7d2db;
  border-radius: 50%;
}
@media (max-width: 1430px) {
  .default-content ol li:before {
    top: -12px;
  }
}
@media (max-width: 991px) {
  .default-content ol li:before {
    width: 21px;
    height: 21px;
    top: -2px;
    font-size: 12px;
  }
}
.default-content ol li:nth-last-child(1) {
  margin: 0;
}
.default-content blockquote {
  padding: 35px 20px 20px 50px;
  border-left: 1px solid #b7d2db;
  position: relative;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .default-content blockquote {
    padding: 18px 0 10px 26px;
    margin: 0 0 20px;
  }
}
.default-content blockquote:before {
  content: "";
  position: absolute;
  top: 21px;
  left: 21px;
  width: 70px;
  height: 49px;
  background: url("../img/blockquote.svg") center no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 991px) {
  .default-content blockquote:before {
    left: 11px;
    top: 11px;
    width: 37px;
    height: 26px;
  }
}
.default-content blockquote p {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #005e80;
  margin: 0 0 13px;
}
@media (max-width: 1430px) {
  .default-content blockquote p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .default-content blockquote p {
    font-size: 12px;
    margin: 0 0 5px;
  }
}
.default-content blockquote span {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  text-align: right;
}
@media (max-width: 1430px) {
  .default-content blockquote span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .default-content blockquote span {
    font-size: 12px;
  }
}
.default-content .default-float--media {
  float: right;
  width: 100%;
  max-width: 500px;
  margin: 0 0 60px 50px;
}
@media (max-width: 1430px) {
  .default-content .default-float--media {
    max-width: 400px;
  }
}
@media (max-width: 1141px) {
  .default-content .default-float--media {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .default-content .default-float--media {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    float: none;
    margin: 40px 0 44px 0;
  }
}
.default-content .default-float--media .media-image {
  position: relative;
}
@media (max-width: 991px) {
  .default-content .default-float--media .media-image {
    max-width: 270px;
  }
}
.default-content .default-float--media .media-image:hover img {
  transform: rotate(1deg) scale(1.05);
}
.default-content .default-float--media .media-image:hover:before {
  transform: rotate(-2deg);
}
.default-content .default-float--media .media-image:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  transform: rotate(-3deg);
  background: #ebf1f4;
  border-radius: 30px;
  transition: 0.3s all ease;
  z-index: 1;
}
@media (max-width: 991px) {
  .default-content .default-float--media .media-image:before {
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border-radius: 20px;
  }
}
.default-content .default-float--media .media-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 5px solid #fff;
  border-radius: 30px;
  transition: 0.3s all ease;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .default-content .default-float--media .media-image img {
    border-radius: 20px;
  }
}
.default-content .default-float--media .media-image p {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0;
  position: absolute;
  left: -30px;
  bottom: -44px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  transform: rotate(2deg);
  padding: 20px 25px;
  z-index: 3;
}
@media (max-width: 1430px) {
  .default-content .default-float--media .media-image p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .default-content .default-float--media .media-image p {
    font-size: 10px;
    border-radius: 15px;
    padding: 11px 14px;
    left: -15px;
    bottom: -20px;
  }
}

.default-content--info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1276px;
  margin: 0 auto;
  padding: 40px 0 0 0;
  border-top: 1px solid #e2e8f0;
}
@media (max-width: 991px) {
  .default-content--info {
    flex-direction: column-reverse;
    padding: 16px 0 0 0;
  }
}
.default-content--info ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .default-content--info ul {
    width: 100%;
    justify-content: space-between;
  }
}
.default-content--info ul li {
  margin: 0 25px 0 0;
}
@media (max-width: 991px) {
  .default-content--info ul li {
    margin: 0;
  }
}
.default-content--info ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #005e80;
}
@media (max-width: 991px) {
  .default-content--info ul li a {
    font-size: 12px;
  }
}
.default-content--info ul li a:hover span {
  border-color: transparent;
}
.default-content--info ul li a span {
  transition: 0.3s all ease;
  border-bottom: 1px solid #005e80;
}
.default-content--info ul li a img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  .default-content--info ul li a img {
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
  }
}
.default-content--info p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-align: right;
  color: #0f172a;
}
@media (max-width: 991px) {
  .default-content--info p {
    width: 100%;
    font-size: 12px;
    margin: 0 0 14px;
  }
}

.section-main--modules {
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  padding: 70px 0 95px 0;
}
@media (max-width: 1430px) {
  .section-main--modules {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .section-main--modules {
    padding: 0 0 30px;
  }
}
@media (max-width: 991px) {
  .section-main--modules .container {
    padding: 0;
  }
}
.section-main--modules .main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-main--modules .main-wrapper .left-side .main-content--block h1 {
  font-weight: 800;
  font-size: 72px;
  line-height: 1.09722;
  color: #fff;
}
@media (max-width: 1430px) {
  .section-main--modules .main-wrapper .left-side .main-content--block h1 {
    font-size: 56px;
    margin: 0 0 40px;
  }
}
@media (max-width: 1141px) {
  .section-main--modules .main-wrapper .left-side .main-content--block h1 {
    font-size: 46px;
    margin: 0 0 32px;
  }
}
@media (max-width: 991px) {
  .section-main--modules .main-wrapper .left-side .main-content--block h1 {
    font-size: 20px;
    position: relative;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-main--modules .main-wrapper .left-side .main-content--block h1 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .section-main--modules .main-wrapper .left-side .main-content--block h1 span {
    display: block;
  }
}
.section-main--modules .main-wrapper .left-side .main-content--block p {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.21429;
  color: #fff;
  margin: 0 0 44px;
}
@media (max-width: 1430px) {
  .section-main--modules .main-wrapper .left-side .main-content--block p {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .section-main--modules .main-wrapper .left-side .main-content--block p {
    font-size: 12px;
    margin: 0;
    position: relative;
  }
}
.section-main--modules .main-wrapper .left-side .main-content--block p strong {
  font-weight: 700;
  text-transform: uppercase;
}

.section-modules {
  padding: 50px 0 120px 0;
}
@media (max-width: 991px) {
  .section-modules {
    padding: 25px 0 50px 0;
  }
}
.section-modules h2 {
  text-align: left;
}
.section-modules .page-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 30px;
}
@media (max-width: 1430px) {
  .section-modules .page-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-modules .page-subtitle {
    font-size: 12px;
  }
}
.section-modules .row {
  margin: -10px;
}
.section-modules .row [class*=col-] {
  padding: 10px;
}
.section-modules .modules-item {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}
@media (max-width: 991px) {
  .section-modules .modules-item {
    border-radius: 10px;
  }
}
.section-modules .modules-item:hover .modules-image:before,
.section-modules .modules-item:hover .modules-image ul {
  opacity: 1;
  visibility: visible;
}
.section-modules .modules-item:hover .modules-info .modules-info--top p {
  color: #005e80;
}
.section-modules .modules-item:hover .modules-info .btn-wrapper .btn img {
  transform: translateX(8px);
}
.section-modules .modules-item .modules-image {
  position: relative;
}
.section-modules .modules-item .modules-image img {
  display: block;
  width: 100%;
  height: 304px;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1430px) {
  .section-modules .modules-item .modules-image img {
    height: 250px;
  }
}
@media (max-width: 1141px) {
  .section-modules .modules-item .modules-image img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .section-modules .modules-item .modules-image img {
    height: 175px;
  }
}
.section-modules .modules-item .modules-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: calc(100% - 304px);
  padding: 25px 25px 35px;
}
@media (max-width: 1141px) {
  .section-modules .modules-item .modules-info {
    height: calc(100% - 200px);
    padding: 20px 16px;
  }
}
@media (max-width: 767px) {
  .section-modules .modules-item .modules-info {
    height: initial;
    padding: 15px 15px 23px;
  }
}
.section-modules .modules-item .modules-info .modules-info--top {
  width: 100%;
}
.section-modules .modules-item .modules-info .modules-info--top p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  margin: 0 0 20px;
  transition: 0.3s all ease;
}
@media (max-width: 1430px) {
  .section-modules .modules-item .modules-info .modules-info--top p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-modules .modules-item .modules-info .modules-info--top p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-modules .modules-item .modules-info .modules-info--top p {
    font-size: 12px;
    margin: 0 0 12px;
  }
}
.section-modules .modules-item .modules-info .modules-info--top p b {
  font-weight: 700;
}
.section-modules .modules-item .modules-info .modules-info--top span {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
}
@media (max-width: 1430px) {
  .section-modules .modules-item .modules-info .modules-info--top span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-modules .modules-item .modules-info .modules-info--top span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-modules .modules-item .modules-info .modules-info--top span {
    font-size: 12px;
  }
}
.section-modules .modules-item .modules-info .btn-wrapper {
  width: 100%;
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .section-modules .modules-item .modules-info .btn-wrapper {
    margin: 20px 0 0 0;
  }
}
.section-modules .modules-item .modules-info .btn-wrapper .btn {
  width: 100%;
  transition: 0.3s all ease;
}
.section-modules .modules-item .modules-info .btn-wrapper .btn img {
  transition: 0.3s all ease;
}

.section-teachers {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .section-teachers {
    padding: 25px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section-teachers .container {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section-teachers .breadcrumbs {
    padding: 0 15px;
  }
}

.teacher-block {
  border: 1px solid #e2e8f0;
  border-radius: 25px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 100px;
  margin: 0 0 60px;
}
@media (max-width: 1430px) {
  .teacher-block {
    padding: 40px;
  }
}
@media (max-width: 1141px) {
  .teacher-block {
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  .teacher-block {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    border: none;
    margin: 0;
    padding: 35px 15px;
  }
}
.teacher-block:nth-last-child(1) {
  margin: 0;
}
.teacher-block .teacher-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teacher-block .teacher-wrapper .left-side {
  width: calc(50% - 10px);
  padding: 0 80px 0 0;
}
@media (max-width: 1430px) {
  .teacher-block .teacher-wrapper .left-side {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 1141px) {
  .teacher-block .teacher-wrapper .left-side {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .teacher-block .teacher-wrapper .left-side {
    width: 100%;
    margin: 0 0 35px;
  }
}
.teacher-block .teacher-wrapper .left-side h2 {
  text-align: left;
  margin: 0 0 30px;
}
.teacher-block .teacher-wrapper .left-side .director-info {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #f8fafc;
  padding: 11px 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #005e80;
  margin: 0 0 20px;
}
@media (max-width: 1430px) {
  .teacher-block .teacher-wrapper .left-side .director-info {
    font-size: 16px;
  }
}
@media (max-width: 1141px) {
  .teacher-block .teacher-wrapper .left-side .director-info {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .teacher-block .teacher-wrapper .left-side .director-info {
    font-size: 12px;
    padding: 6px 8px;
    margin: 0 0 10px;
  }
}
.teacher-block .teacher-wrapper .left-side .director-info b {
  font-weight: 700;
  margin: 0 0 0 5px;
}
.teacher-block .teacher-wrapper .left-side .director-info img {
  display: block;
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin: 0 20px 0 0;
}
@media (max-width: 1141px) {
  .teacher-block .teacher-wrapper .left-side .director-info img {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 991px) {
  .teacher-block .teacher-wrapper .left-side .director-info img {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin: 0 8px 0 0;
  }
}
.teacher-block .teacher-wrapper .left-side h4 {
  margin: 0 0 20px;
}
.teacher-block .teacher-wrapper .left-side .teacher-photo {
  display: block;
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
  object-position: center;
  margin: 60px 0 0 0;
}
@media (max-width: 1141px) {
  .teacher-block .teacher-wrapper .left-side .teacher-photo {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 991px) {
  .teacher-block .teacher-wrapper .left-side .teacher-photo {
    border-radius: 10px;
    margin: 20px 0 0 0;
  }
}
.teacher-block .teacher-wrapper .right-side {
  width: calc(50% - 10px);
}
@media (max-width: 991px) {
  .teacher-block .teacher-wrapper .right-side {
    width: 100%;
  }
}
.teacher-block .teacher-wrapper .right-side .right-side--block {
  margin: 0 0 80px;
}
@media (max-width: 1141px) {
  .teacher-block .teacher-wrapper .right-side .right-side--block {
    margin: 0 0 60px;
  }
}
@media (max-width: 991px) {
  .teacher-block .teacher-wrapper .right-side .right-side--block {
    margin: 0 0 35px;
  }
}
.teacher-block .teacher-wrapper .right-side .right-side--block:nth-last-child(1) {
  margin: 0;
}
.teacher-block .teacher-wrapper .right-side .right-side--block .teacher-about--title {
  border-bottom: 1px solid #e2e8f0;
  padding: 0 0 40px;
  margin: 0 0 60px;
}
@media (max-width: 1141px) {
  .teacher-block .teacher-wrapper .right-side .right-side--block .teacher-about--title {
    padding: 0 0 20px;
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .teacher-block .teacher-wrapper .right-side .right-side--block .teacher-about--title {
    padding: 0;
    border-bottom: none;
    margin: 0 0 20px;
  }
}
.teacher-block .teacher-wrapper .right-side .right-side--block h4 {
  text-transform: uppercase;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .teacher-block .teacher-wrapper .right-side .right-side--block h4 {
    margin: 0 0 20px;
  }
}
.teacher-block .teacher-wrapper .right-side .right-side--block p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #586877;
  margin: 0 0 30px;
}
@media (max-width: 1430px) {
  .teacher-block .teacher-wrapper .right-side .right-side--block p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .teacher-block .teacher-wrapper .right-side .right-side--block p {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .teacher-block .teacher-wrapper .right-side .right-side--block p {
    font-size: 12px;
    margin: 0 0 16px;
  }
}
.teacher-block .teacher-wrapper .right-side .right-side--block p:nth-last-child(1) {
  margin: 0;
}
.teacher-block .teacher-wrapper .right-side .right-side--block ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  padding: 24px 30px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  margin: 0 0 24px;
}
@media (max-width: 1430px) {
  .teacher-block .teacher-wrapper .right-side .right-side--block ul li {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .teacher-block .teacher-wrapper .right-side .right-side--block ul li {
    font-size: 16px;
    padding: 20px;
    margin: 0 0 16px;
  }
}
@media (max-width: 991px) {
  .teacher-block .teacher-wrapper .right-side .right-side--block ul li {
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 8px;
    margin: 0 0 10px;
  }
}
.teacher-block .teacher-wrapper .right-side .right-side--block ul li:nth-last-child(1) {
  margin: 0;
}
.teacher-block .teacher-wrapper .right-side .teacher-practice--wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teacher-block .teacher-wrapper .right-side .teacher-practice--wrapper .teacher-practice--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: calc(50% - 20px);
  border: 1px solid #488ba4;
  border-radius: 25px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f8fafc;
  padding: 30px;
  min-height: 100%;
}
@media (max-width: 1430px) {
  .teacher-block .teacher-wrapper .right-side .teacher-practice--wrapper .teacher-practice--item {
    width: calc(50% - 5px);
    padding: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .teacher-block .teacher-wrapper .right-side .teacher-practice--wrapper .teacher-practice--item {
    border-radius: 5px;
    padding: 15px 10px;
  }
}
.teacher-block .teacher-wrapper .right-side .teacher-practice--wrapper .teacher-practice--item h4 {
  margin: 0 0 13px;
}
.teacher-block .teacher-wrapper .right-side .teacher-practice--wrapper .teacher-practice--item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #586877;
}
@media (max-width: 1430px) {
  .teacher-block .teacher-wrapper .right-side .teacher-practice--wrapper .teacher-practice--item p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .teacher-block .teacher-wrapper .right-side .teacher-practice--wrapper .teacher-practice--item p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .teacher-block .teacher-wrapper .right-side .teacher-practice--wrapper .teacher-practice--item p {
    font-size: 12px;
  }
}
.teacher-block .teacher-wrapper .right-side .teacher-practice--wrapper .teacher-practice--item b {
  font-weight: 700;
  color: #0f172a;
}
.teacher-block .teacher-modules {
  margin: 60px 0 0 0;
}
@media (max-width: 1141px) {
  .teacher-block .teacher-modules {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 991px) {
  .teacher-block .teacher-modules {
    margin: 35px 0 0 0;
  }
}
.teacher-block .teacher-modules h4 {
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .teacher-block .teacher-modules h4 {
    margin: 0 0 10px;
  }
}
.teacher-block .teacher-modules ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.teacher-block .teacher-modules ul li {
  margin: 0 20px 20px 0;
}
@media (max-width: 1141px) {
  .teacher-block .teacher-modules ul li {
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 991px) {
  .teacher-block .teacher-modules ul li {
    margin: 0 8px 8px 0;
  }
}
.teacher-block .teacher-modules ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.125;
  color: #005e80;
  border: 1px solid #005e80;
  border-radius: 20px;
  background: #f8fafc;
  padding: 9px 20px;
}
@media (max-width: 1141px) {
  .teacher-block .teacher-modules ul li a {
    font-size: 14px;
    padding: 10px 16px;
  }
}
@media (max-width: 991px) {
  .teacher-block .teacher-modules ul li a {
    font-size: 8px;
    padding: 2px 8px;
    border-radius: 5px;
  }
}
.teacher-block .teacher-modules ul li a:hover {
  background: #005e80;
  color: #fff;
}
.teacher-block--reverse {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  border: none;
}
@media (max-width: 991px) {
  .teacher-block--reverse .teacher-wrapper {
    flex-direction: column-reverse;
  }
}
.teacher-block--reverse .teacher-wrapper .left-side {
  padding: 0 0 0 80px;
}
@media (max-width: 1430px) {
  .teacher-block--reverse .teacher-wrapper .left-side {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 1141px) {
  .teacher-block--reverse .teacher-wrapper .left-side {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .teacher-block--reverse .teacher-wrapper .left-side {
    margin: 0 0 35px;
  }
}
.teacher-block--reverse .teacher-wrapper .left-side h2 {
  text-align: right;
  color: #fff;
}
.teacher-block--reverse .teacher-wrapper .left-side h4 {
  text-align: right;
  color: #b7d2db;
}
.teacher-block--reverse .teacher-wrapper .right-side .right-side--block .teacher-about--title {
  border-bottom: 1px solid #488ba4;
}
@media (max-width: 991px) {
  .teacher-block--reverse .teacher-wrapper .right-side .right-side--block .teacher-about--title {
    border-bottom: none;
  }
}
.teacher-block--reverse .teacher-wrapper .right-side .right-side--block h4 {
  color: #fff;
}
.teacher-block--reverse .teacher-wrapper .right-side .right-side--block p {
  color: #fff;
}
.teacher-block--reverse .teacher-wrapper .right-side .right-side--block .teacher-work--principles {
  margin: 150px 0 0 0;
  border: 1px solid #488ba4;
  border-radius: 25px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #1a6e8d;
  padding: 40px 35px 50px;
}
@media (max-width: 991px) {
  .teacher-block--reverse .teacher-wrapper .right-side .right-side--block .teacher-work--principles {
    margin: 40px 0 0 0;
    padding: 15px 15px 25px;
    border-radius: 5px;
  }
}
.teacher-block--reverse .teacher-wrapper .right-side .right-side--block .teacher-work--principles p:nth-last-child(1) {
  margin: 0;
}

.section-reviews--lives {
  padding: 40px 0 120px 0;
}
@media (max-width: 991px) {
  .section-reviews--lives {
    padding: 25px 0 50px 0;
  }
}
.section-reviews--lives h2 {
  text-align: left;
}

.reviews-slider--wrapper {
  position: relative;
}
.reviews-slider--wrapper .slick-track {
  display: flex;
  align-items: initial;
}
.reviews-slider--wrapper .slick-track .slick-list {
  display: flex;
  align-items: initial;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .reviews-slider--wrapper .slick-track .slick-list {
    margin: 0;
  }
}
.reviews-slider--wrapper .slider-item {
  margin: 0 10px;
  height: initial;
}
@media (max-width: 767px) {
  .reviews-slider--wrapper .slider-item {
    margin: 0;
  }
}
.reviews-slider--wrapper .reviews-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .reviews-title {
    margin: 0 0 10px;
  }
}
.reviews-slider--wrapper .reviews-title a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #005e80;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .reviews-title a {
    font-size: 12px;
    margin: 0 0 10px;
  }
}
.reviews-slider--wrapper .reviews-title a:hover {
  opacity: 0.7;
}
.reviews-slider--wrapper .reviews-title a img {
  display: block;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .reviews-title a img {
    margin: 0 10px 0 0;
  }
}
.reviews-slider--wrapper .reviews-title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #005e80;
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .reviews-title p {
    font-size: 12px;
  }
}
.reviews-slider--wrapper .section__sliderNav--arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: static;
}
.reviews-slider--wrapper .section__sliderNav--arrows button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  width: 50px;
  height: 50px;
  backdrop-filter: none;
  border: 1px solid #b7d2db;
  background: #f8fafc;
  margin: 0 0 0 10px;
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .section__sliderNav--arrows button {
    width: 40px;
    height: 40px;
  }
}
.reviews-slider--wrapper .section__sliderNav--arrows button:hover {
  background: #b7d2db;
}
.reviews-slider--wrapper .section__sliderNav--arrows button:hover svg path {
  fill: #fff;
}
.reviews-slider--wrapper .section__sliderNav--arrows button svg {
  display: block;
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .section__sliderNav--arrows button svg {
    width: 14px;
    height: 20px;
  }
}
.reviews-slider--wrapper .section__sliderNav--arrows button svg path,
.reviews-slider--wrapper .section__sliderNav--arrows button svg circle {
  transition: 0.3s all ease;
}
.reviews-slider--wrapper .video_wrap {
  position: relative;
}
.reviews-slider--wrapper .video_wrap .reviews-info--block {
  position: absolute;
  bottom: 27px;
  left: 40px;
  width: calc(100% - 80px);
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .video_wrap .reviews-info--block {
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .video_wrap .reviews-info--block {
    bottom: 20px;
    left: 15px;
    width: calc(100% - 30px);
  }
}
.reviews-slider--wrapper .video_wrap .reviews-info--block .author-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 19px;
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .video_wrap .reviews-info--block .author-wrapper {
    padding: 0 0 10px;
  }
}
.reviews-slider--wrapper .video_wrap .reviews-info--block .author-wrapper img {
  display: block;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #e2e8f0;
  margin: 0 20px 0 0;
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .video_wrap .reviews-info--block .author-wrapper img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-width: 3px;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .video_wrap .reviews-info--block .author-wrapper img {
    width: 45px;
    min-width: 45px;
    height: 45px;
    margin: 0 15px 0 0;
  }
}
.reviews-slider--wrapper .video_wrap .reviews-info--block .author-wrapper .author-info p {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.21429;
  color: #fff;
  margin: 0 0 1px;
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .video_wrap .reviews-info--block .author-wrapper .author-info p {
    font-size: 22px;
  }
}
@media (max-width: 1141px) {
  .reviews-slider--wrapper .video_wrap .reviews-info--block .author-wrapper .author-info p {
    font-size: 18px;
  }
}
.reviews-slider--wrapper .video_wrap .reviews-info--block .author-wrapper .author-info span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .video_wrap .reviews-info--block .author-wrapper .author-info span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .reviews-slider--wrapper .video_wrap .reviews-info--block .author-wrapper .author-info span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .video_wrap .reviews-info--block .author-wrapper .author-info span {
    font-size: 12px;
  }
}
.reviews-slider--wrapper .video_wrap .reviews-info--block .profession-info {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  border-top: 1px solid #e2e8f0;
  padding: 19px 0 0 0;
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .video_wrap .reviews-info--block .profession-info {
    font-size: 16px;
  }
}
@media (max-width: 1141px) {
  .reviews-slider--wrapper .video_wrap .reviews-info--block .profession-info {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .video_wrap .reviews-info--block .profession-info {
    padding: 8px 0 0 0;
    font-size: 12px;
  }
}
.reviews-slider--wrapper .reviews-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #f8fafc;
  padding: 30px 40px;
  border-radius: 25px;
  min-height: 728px;
  height: 100%;
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .reviews-item {
    padding: 20px;
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .reviews-item {
    min-height: 300px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .reviews-slider--wrapper .reviews-item {
    height: initial;
  }
}
.reviews-slider--wrapper .reviews-item .reviews-item--top {
  width: 100%;
}
.reviews-slider--wrapper .reviews-item .reviews-item--top img {
  display: block;
  object-fit: contain;
  margin: 0 0 55px;
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .reviews-item .reviews-item--top img {
    height: 80px;
    margin: 0 0 35px;
  }
}
@media (max-width: 1141px) {
  .reviews-slider--wrapper .reviews-item .reviews-item--top img {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .reviews-item .reviews-item--top img {
    margin: 0;
  }
}
.reviews-slider--wrapper .reviews-item .reviews-item--top p {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .reviews-item .reviews-item--top p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .reviews-slider--wrapper .reviews-item .reviews-item--top p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .reviews-item .reviews-item--top p {
    font-size: 12px;
  }
}
.reviews-slider--wrapper .reviews-item .reviews-info--block {
  width: 100%;
  margin: 30px 0 0 0;
}
.reviews-slider--wrapper .reviews-item .reviews-info--block .author-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 19px;
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .reviews-item .reviews-info--block .author-wrapper {
    padding: 0 0 10px;
  }
}
.reviews-slider--wrapper .reviews-item .reviews-info--block .author-wrapper img {
  display: block;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #e2e8f0;
  margin: 0 20px 0 0;
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .reviews-item .reviews-info--block .author-wrapper img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-width: 3px;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .reviews-item .reviews-info--block .author-wrapper img {
    width: 45px;
    min-width: 45px;
    height: 45px;
    margin: 0 15px 0 0;
  }
}
.reviews-slider--wrapper .reviews-item .reviews-info--block .author-wrapper .author-info p {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.21429;
  color: #0f172a;
  margin: 0 0 1px;
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .reviews-item .reviews-info--block .author-wrapper .author-info p {
    font-size: 22px;
  }
}
@media (max-width: 1141px) {
  .reviews-slider--wrapper .reviews-item .reviews-info--block .author-wrapper .author-info p {
    font-size: 18px;
  }
}
.reviews-slider--wrapper .reviews-item .reviews-info--block .author-wrapper .author-info span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .reviews-item .reviews-info--block .author-wrapper .author-info span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .reviews-slider--wrapper .reviews-item .reviews-info--block .author-wrapper .author-info span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .reviews-item .reviews-info--block .author-wrapper .author-info span {
    font-size: 12px;
  }
}
.reviews-slider--wrapper .reviews-item .reviews-info--block .profession-info {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  border-top: 1px solid #0f172a;
  padding: 19px 0 0 0;
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .reviews-item .reviews-info--block .profession-info {
    font-size: 16px;
  }
}
@media (max-width: 1141px) {
  .reviews-slider--wrapper .reviews-item .reviews-info--block .profession-info {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .reviews-item .reviews-info--block .profession-info {
    padding: 8px 0 0 0;
    font-size: 12px;
  }
}
.reviews-slider--wrapper .reviews-item--vk {
  height: 100%;
  background: #eff4f6;
  border-radius: 20px;
  padding: 40px;
  min-height: 470px;
  height: 100%;
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .reviews-item--vk {
    padding: 20px;
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .reviews-item--vk {
    padding: 16px;
    min-height: 220px;
  }
}
@media (max-width: 767px) {
  .reviews-slider--wrapper .reviews-item--vk {
    height: initial;
  }
}
.reviews-slider--wrapper .reviews-item--vk .reviews-info--block {
  width: 100%;
  border-bottom: 1px solid #48566a;
  padding: 0 0 20px;
  margin: 0 0 45px;
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .reviews-item--vk .reviews-info--block {
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .reviews-item--vk .reviews-info--block {
    padding: 0 0 10px;
    margin: 0 0 25px;
  }
}
.reviews-slider--wrapper .reviews-item--vk .reviews-info--block .author-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.reviews-slider--wrapper .reviews-item--vk .reviews-info--block .author-wrapper img {
  display: block;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #e2e8f0;
  margin: 0 20px 0 0;
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .reviews-item--vk .reviews-info--block .author-wrapper img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-width: 3px;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .reviews-item--vk .reviews-info--block .author-wrapper img {
    width: 45px;
    min-width: 45px;
    height: 45px;
    margin: 0 15px 0 0;
  }
}
.reviews-slider--wrapper .reviews-item--vk .reviews-info--block .author-wrapper .author-info p {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.21429;
  color: #0f172a;
  margin: 0 0 1px;
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .reviews-item--vk .reviews-info--block .author-wrapper .author-info p {
    font-size: 22px;
  }
}
@media (max-width: 1141px) {
  .reviews-slider--wrapper .reviews-item--vk .reviews-info--block .author-wrapper .author-info p {
    font-size: 18px;
  }
}
.reviews-slider--wrapper .reviews-item--vk .reviews-info--block .author-wrapper .author-info span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .reviews-item--vk .reviews-info--block .author-wrapper .author-info span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .reviews-slider--wrapper .reviews-item--vk .reviews-info--block .author-wrapper .author-info span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .reviews-item--vk .reviews-info--block .author-wrapper .author-info span {
    font-size: 12px;
  }
}
.reviews-slider--wrapper .reviews-item--vk .reviews-info--block .author-wrapper .author-info small {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .reviews-item--vk .reviews-info--block .author-wrapper .author-info small {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .reviews-slider--wrapper .reviews-item--vk .reviews-info--block .author-wrapper .author-info small {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .reviews-item--vk .reviews-info--block .author-wrapper .author-info small {
    font-size: 12px;
  }
}
.reviews-slider--wrapper .reviews-item--vk p {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 1430px) {
  .reviews-slider--wrapper .reviews-item--vk p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .reviews-slider--wrapper .reviews-item--vk p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .reviews-slider--wrapper .reviews-item--vk p {
    font-size: 12px;
  }
}

.section-reviews--opinions {
  padding: 100px 0 120px 0;
  background: #fff;
}
@media (max-width: 991px) {
  .section-reviews--opinions {
    padding: 35px 0 50px 0;
  }
}
.section-reviews--opinions h2 {
  text-align: left;
}

.section-reviews--numbers {
  padding: 100px 0 140px 0;
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
}
@media (max-width: 991px) {
  .section-reviews--numbers {
    padding: 35px 0 50px 0;
  }
}
.section-reviews--numbers h2 {
  color: #fff;
  margin: 0 0 100px;
}
.section-reviews--numbers .reviews-numbers--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1290px;
  margin: 0 auto;
}
.section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item {
  width: calc(33.3333333333% - 24px);
  background: #ebf1f4;
  border: 1px solid #e2e8f0;
  border-radius: 30px;
  padding: 40px 70px 50px 30px;
  transition: 0.3s all ease;
}
@media (max-width: 1430px) {
  .section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item {
    width: calc(33.3333333333% - 10px);
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item {
    padding: 15px 15px 25px 15px;
    border-radius: 10px;
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  .section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item {
    width: 100%;
  }
}
.section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item:hover {
  background: #b7d2db;
  margin: -20px 0 0 0;
}
@media (max-width: 991px) {
  .section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item:hover {
    margin: 0 0 8px;
  }
}
.section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item img {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item img {
    width: 50px;
    height: 50px;
    margin: 0 0 12px;
  }
}
.section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item p {
  font-weight: 700;
  font-size: 72px;
  line-height: 0.79167;
  color: #0f172a;
  margin: 0 0 14px;
}
@media (max-width: 1430px) {
  .section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item p {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item p {
    font-size: 36px;
    margin: 0 0 4px;
  }
}
.section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item span {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #005e80;
  margin: 0 0 30px;
}
@media (max-width: 1430px) {
  .section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item span {
    font-size: 12px;
    margin: 0 0 12px;
  }
}
.section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item small {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item small {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item small {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-reviews--numbers .reviews-numbers--wrapper .reviews-numbers--item small {
    font-size: 12px;
  }
}

.section-reviews--vk {
  padding: 100px 0 120px 0;
  background: #fff;
}
@media (max-width: 991px) {
  .section-reviews--vk {
    padding: 35px 0 50px 0;
  }
}
.section-reviews--vk h2 {
  text-align: left;
}

.section-reviews--feedback {
  padding: 100px 0 80px 0;
}
@media (max-width: 991px) {
  .section-reviews--feedback {
    padding: 35px 0;
  }
}
@media (max-width: 991px) {
  .section-reviews--feedback h2 {
    text-align: center;
  }
}
.section-reviews--feedback .reviews-feedback--wrapper {
  max-width: 1280px;
  margin: 0 auto;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 70px 50px 120px;
}
@media (max-width: 1141px) {
  .section-reviews--feedback .reviews-feedback--wrapper {
    padding: 40px 40px 80px;
  }
}
@media (max-width: 991px) {
  .section-reviews--feedback .reviews-feedback--wrapper {
    padding: 20px 15px 30px;
    border-radius: 10px;
  }
}
.section-reviews--feedback .reviews-feedback--wrapper .input-wrapper {
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .section-reviews--feedback .reviews-feedback--wrapper .input-wrapper {
    margin: 0 0 15px;
  }
}
.section-reviews--feedback .reviews-feedback--wrapper .input-wrapper label {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 9px;
}
@media (max-width: 991px) {
  .section-reviews--feedback .reviews-feedback--wrapper .input-wrapper label {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.section-reviews--feedback .reviews-feedback--wrapper .input-wrapper label span {
  color: #f26d6d;
}
.section-reviews--feedback .reviews-feedback--wrapper .input-wrapper input {
  display: block;
  width: 100%;
  max-width: 1039px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #737373;
  padding: 0 23px;
  height: 76px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-reviews--feedback .reviews-feedback--wrapper .input-wrapper input {
    height: 40px;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 5px;
  }
}
.section-reviews--feedback .reviews-feedback--wrapper .input-wrapper input:hover, .section-reviews--feedback .reviews-feedback--wrapper .input-wrapper input:focus {
  color: #0f172a;
  border-color: #0f172a;
}
.section-reviews--feedback .reviews-feedback--wrapper .input-wrapper textarea {
  display: block;
  width: 100%;
  max-width: 1039px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #737373;
  padding: 23px;
  height: 230px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-reviews--feedback .reviews-feedback--wrapper .input-wrapper textarea {
    height: 100px;
    font-size: 14px;
    padding: 12px;
    border-radius: 5px;
  }
}
.section-reviews--feedback .reviews-feedback--wrapper .input-wrapper textarea:hover, .section-reviews--feedback .reviews-feedback--wrapper .input-wrapper textarea:focus {
  color: #0f172a;
  border-color: #0f172a;
}
.section-reviews--feedback .reviews-feedback--wrapper .file-input--wrapper {
  margin: 64px 0;
}
@media (max-width: 991px) {
  .section-reviews--feedback .reviews-feedback--wrapper .file-input--wrapper {
    margin: 15px 0 25px 0;
  }
}
.section-reviews--feedback .reviews-feedback--wrapper .file-input--wrapper p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 17px;
}
@media (max-width: 991px) {
  .section-reviews--feedback .reviews-feedback--wrapper .file-input--wrapper p {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.section-reviews--feedback .reviews-feedback--wrapper .file-input--wrapper .file-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  padding: 60px;
  border: 1px dashed #b7d2db;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .section-reviews--feedback .reviews-feedback--wrapper .file-input--wrapper .file-input {
    padding: 10px 12px;
    border-radius: 5px;
  }
}
.section-reviews--feedback .reviews-feedback--wrapper .file-input--wrapper .file-input .file-input--name {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #0f172a;
  margin: 0 0 8px;
}
@media (max-width: 991px) {
  .section-reviews--feedback .reviews-feedback--wrapper .file-input--wrapper .file-input .file-input--name {
    font-size: 12px;
    margin: 0 0 3px;
  }
}
.section-reviews--feedback .reviews-feedback--wrapper .file-input--wrapper .file-input small {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #8d8d8d;
  margin: 0 0 27px;
}
@media (max-width: 991px) {
  .section-reviews--feedback .reviews-feedback--wrapper .file-input--wrapper .file-input small {
    font-size: 12px;
    margin: 0 0 10px;
  }
}
.section-reviews--feedback .reviews-feedback--wrapper .file-input--wrapper .file-input .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.section-reviews--feedback .reviews-feedback--wrapper .file-input--wrapper .file-input .inputfile + label {
  display: block;
  cursor: pointer;
}
.section-reviews--feedback .reviews-feedback--wrapper .file-input--wrapper .file-input .inputfile:focus + label {
  outline: none;
}
.section-reviews--feedback .reviews-feedback--wrapper .file-input--wrapper .file-input .btn {
  transition: 0.3s all ease;
}
.section-reviews--feedback .reviews-feedback--wrapper .file-input--wrapper .file-input .btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(710%) hue-rotate(34deg) brightness(116%) contrast(98%);
}
.section-reviews--feedback .reviews-feedback--wrapper .file-input--wrapper .file-input .btn img {
  width: 16px;
  height: 16px;
  margin: 0 20px 0 0;
  transform: translate(0) !important;
  transition: 0.3s all ease;
}
.section-reviews--feedback .reviews-feedback--wrapper .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 21px;
}
@media (max-width: 991px) {
  .section-reviews--feedback .reviews-feedback--wrapper .btns-wrapper {
    margin: 0 0 10px;
  }
}
.section-reviews--feedback .reviews-feedback--wrapper .btns-wrapper .btn {
  width: calc(50% - 10px);
}
@media (max-width: 991px) {
  .section-reviews--feedback .reviews-feedback--wrapper .btns-wrapper .btn {
    width: 100%;
    margin: 4px 0;
  }
}
.section-reviews--feedback .reviews-feedback--wrapper .fields-info {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
}
@media (max-width: 991px) {
  .section-reviews--feedback .reviews-feedback--wrapper .fields-info {
    font-size: 12px;
  }
}
.section-reviews--feedback .reviews-feedback--wrapper .fields-info span {
  color: #f26d6d;
}

.section-cart {
  padding: 70px 0 100px 0;
}
@media (max-width: 991px) {
  .section-cart {
    padding: 25px 0 50px 0;
  }
}
.section-cart h1 {
  color: #0f172a;
}
.section-cart .cart-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-cart .cart-wrapper .left-side {
  width: calc(100% - 520px);
}
@media (max-width: 1430px) {
  .section-cart .cart-wrapper .left-side {
    width: calc(100% - 420px);
  }
}
@media (max-width: 1141px) {
  .section-cart .cart-wrapper .left-side {
    width: calc(100% - 360px);
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .left-side {
    width: 100%;
    margin: 0 0 25px;
  }
}
.section-cart .cart-wrapper .left-side .cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 70px 35px 35px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  margin: 0 0 35px;
  position: relative;
}
@media (max-width: 1430px) {
  .section-cart .cart-wrapper .left-side .cart-item {
    padding: 20px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .left-side .cart-item {
    align-items: flex-start;
    padding: 25px 0;
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e2e8f0;
    margin: 0;
  }
}
.section-cart .cart-wrapper .left-side .cart-item:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .left-side .cart-item:nth-last-child(1) {
    border-color: transparent;
  }
}
.section-cart .cart-wrapper .left-side .cart-item .cart-image {
  width: 220px;
  min-width: 220px;
}
@media (max-width: 1430px) {
  .section-cart .cart-wrapper .left-side .cart-item .cart-image {
    width: 180px;
    min-width: 180px;
  }
}
@media (max-width: 1141px) {
  .section-cart .cart-wrapper .left-side .cart-item .cart-image {
    width: 150px;
    min-width: 150px;
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .left-side .cart-item .cart-image {
    width: 60px;
    min-width: 60px;
  }
}
.section-cart .cart-wrapper .left-side .cart-item .cart-image img {
  display: block;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .left-side .cart-item .cart-image img {
    border-radius: 5px;
  }
}
.section-cart .cart-wrapper .left-side .cart-item .cart-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 270px);
}
@media (max-width: 1430px) {
  .section-cart .cart-wrapper .left-side .cart-item .cart-description {
    width: calc(100% - 200px);
  }
}
@media (max-width: 1141px) {
  .section-cart .cart-wrapper .left-side .cart-item .cart-description {
    width: calc(100% - 165px);
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .left-side .cart-item .cart-description {
    display: block;
    width: calc(100% - 70px);
  }
}
.section-cart .cart-wrapper .left-side .cart-item .cart-description .cart-description--left {
  order: 2;
  min-width: 180px;
  margin: 0 0 0 40px;
}
@media (max-width: 1430px) {
  .section-cart .cart-wrapper .left-side .cart-item .cart-description .cart-description--left {
    min-width: 140px;
    margin: 0 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .left-side .cart-item .cart-description .cart-description--left {
    margin: 0 0 16px;
  }
}
.section-cart .cart-wrapper .left-side .cart-item .cart-description .cart-description--left p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.21429;
  text-align: right;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-cart .cart-wrapper .left-side .cart-item .cart-description .cart-description--left p {
    font-size: 24px;
  }
}
@media (max-width: 1141px) {
  .section-cart .cart-wrapper .left-side .cart-item .cart-description .cart-description--left p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .left-side .cart-item .cart-description .cart-description--left p {
    text-align: left;
    font-size: 14px;
  }
}
.section-cart .cart-wrapper .left-side .cart-item .cart-description .cart-description--right {
  order: 1;
}
.section-cart .cart-wrapper .left-side .cart-item .cart-description .cart-description--right p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 0.85714;
  color: #0f172a;
  margin: 0 0 17px;
}
@media (max-width: 1430px) {
  .section-cart .cart-wrapper .left-side .cart-item .cart-description .cart-description--right p {
    font-size: 24px;
  }
}
@media (max-width: 1141px) {
  .section-cart .cart-wrapper .left-side .cart-item .cart-description .cart-description--right p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .left-side .cart-item .cart-description .cart-description--right p {
    font-size: 14px;
    margin: 0 0 3px;
  }
}
.section-cart .cart-wrapper .left-side .cart-item .cart-description .cart-description--right p b {
  font-weight: 600;
}
.section-cart .cart-wrapper .left-side .cart-item .cart-description .cart-description--right span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
}
@media (max-width: 1430px) {
  .section-cart .cart-wrapper .left-side .cart-item .cart-description .cart-description--right span {
    font-size: 16px;
  }
}
@media (max-width: 1141px) {
  .section-cart .cart-wrapper .left-side .cart-item .cart-description .cart-description--right span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .left-side .cart-item .cart-description .cart-description--right span {
    font-size: 12px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.section-cart .cart-wrapper .left-side .cart-item .delete-cart--item {
  position: absolute;
  padding: 0;
  top: 25px;
  right: 25px;
  opacity: 0.5;
  z-index: 10;
}
@media (max-width: 1430px) {
  .section-cart .cart-wrapper .left-side .cart-item .delete-cart--item {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .left-side .cart-item .delete-cart--item {
    top: 25px;
    right: 0;
  }
}
.section-cart .cart-wrapper .left-side .cart-item .delete-cart--item:hover {
  opacity: 1;
}
.section-cart .cart-wrapper .left-side .cart-item .delete-cart--item img {
  display: block;
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .left-side .cart-item .delete-cart--item img {
    width: 13px;
  }
}
.section-cart .cart-wrapper .right-side {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 1430px) {
  .section-cart .cart-wrapper .right-side {
    max-width: 400px;
  }
}
@media (max-width: 1141px) {
  .section-cart .cart-wrapper .right-side {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .right-side {
    max-width: 100%;
  }
}
.section-cart .cart-wrapper .right-side .coupon-wrapper {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 35px;
  margin: 0 0 30px;
}
@media (max-width: 1430px) {
  .section-cart .cart-wrapper .right-side .coupon-wrapper {
    padding: 20px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .right-side .coupon-wrapper {
    padding: 15px;
    border-radius: 10px;
    margin: 0 0 10px;
  }
}
.section-cart .cart-wrapper .right-side .coupon-wrapper .input-wrapper {
  position: relative;
}
.section-cart .cart-wrapper .right-side .coupon-wrapper .input-wrapper input {
  width: 100%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #737373;
  height: 76px;
  transition: 0.3s all ease;
  padding: 0 40px 0 24px;
}
@media (max-width: 1430px) {
  .section-cart .cart-wrapper .right-side .coupon-wrapper .input-wrapper input {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .right-side .coupon-wrapper .input-wrapper input {
    font-size: 12px;
    padding: 0 30px 0 12px;
    border-radius: 5px;
    height: 40px;
  }
}
.section-cart .cart-wrapper .right-side .coupon-wrapper .input-wrapper input:hover, .section-cart .cart-wrapper .right-side .coupon-wrapper .input-wrapper input:focus {
  color: #000;
}
.section-cart .cart-wrapper .right-side .coupon-wrapper .input-wrapper button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  padding: 0;
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .right-side .coupon-wrapper .input-wrapper button {
    right: 10px;
  }
}
.section-cart .cart-wrapper .right-side .coupon-wrapper .input-wrapper button img {
  display: block;
  width: 21px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .right-side .coupon-wrapper .input-wrapper button img {
    width: 12px;
  }
}
.section-cart .cart-wrapper .right-side .summary-wrapper {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 50px 35px 35px 35px;
}
@media (max-width: 1430px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper {
    padding: 30px 20px 20px 20px;
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper {
    border-radius: 10px;
    padding: 30px 15px;
  }
}
.section-cart .cart-wrapper .right-side .summary-wrapper .summary-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 35px;
  border-bottom: 1px solid #e2e8f0;
}
@media (max-width: 1141px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper .summary-title {
    padding: 0 0 20px;
  }
}
.section-cart .cart-wrapper .right-side .summary-wrapper .summary-title p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 0.85714;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper .summary-title p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper .summary-title p {
    font-size: 18px;
  }
}
.section-cart .cart-wrapper .right-side .summary-wrapper .summary-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #005e80;
  background: #e2e8f0;
  border-radius: 15px;
  padding: 4px 15px;
}
@media (max-width: 1430px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper .summary-title span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper .summary-title span {
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 5px;
  }
}
.section-cart .cart-wrapper .right-side .summary-wrapper ul {
  padding: 35px 0;
  border-bottom: 1px solid #e2e8f0;
}
@media (max-width: 1141px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper ul {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper ul {
    padding: 25px 0;
  }
}
.section-cart .cart-wrapper .right-side .summary-wrapper ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 21px;
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper ul li {
    margin: 0 0 10px;
  }
}
.section-cart .cart-wrapper .right-side .summary-wrapper ul li:nth-last-child(1) {
  margin: 0;
}
.section-cart .cart-wrapper .right-side .summary-wrapper ul li:nth-last-child(1) p {
  color: #737373;
}
.section-cart .cart-wrapper .right-side .summary-wrapper ul li p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper ul li p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper ul li p {
    font-size: 12px;
  }
}
.section-cart .cart-wrapper .right-side .summary-wrapper ul li p:nth-last-child(1) {
  text-align: right;
  min-width: 110px;
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper ul li p:nth-last-child(1) {
    min-width: 90px;
  }
}
.section-cart .cart-wrapper .right-side .summary-wrapper .summary-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0 30px 0;
}
@media (max-width: 1141px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper .summary-price {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper .summary-price {
    padding: 10px 0 20px 0;
  }
}
.section-cart .cart-wrapper .right-side .summary-wrapper .summary-price p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper .summary-price p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper .summary-price p {
    font-size: 12px;
  }
}
.section-cart .cart-wrapper .right-side .summary-wrapper .summary-price span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.21429;
  text-align: right;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper .summary-price span {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .section-cart .cart-wrapper .right-side .summary-wrapper .summary-price span {
    font-size: 18px;
  }
}
.section-cart .cart-wrapper .right-side .summary-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-cart .cart-wrapper .right-side .summary-wrapper .btn-wrapper .btn {
  width: 100%;
}

.section-profession--who {
  padding: 50px 0 70px 0;
}
@media (max-width: 991px) {
  .section-profession--who {
    padding: 25px 0 35px 0;
  }
}
.section-profession--who .profession-who--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 0 60px;
}
@media (max-width: 1430px) {
  .section-profession--who .profession-who--wrapper {
    padding: 20px 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-profession--who .profession-who--wrapper {
    padding: 0;
  }
}
.section-profession--who .profession-who--wrapper .left-side {
  width: 100%;
  max-width: 575px;
}
@media (max-width: 1430px) {
  .section-profession--who .profession-who--wrapper .left-side {
    max-width: 500px;
  }
}
@media (max-width: 1141px) {
  .section-profession--who .profession-who--wrapper .left-side {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .section-profession--who .profession-who--wrapper .left-side {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    order: 2;
  }
}
.section-profession--who .profession-who--wrapper .left-side .media-image {
  position: relative;
}
@media (max-width: 991px) {
  .section-profession--who .profession-who--wrapper .left-side .media-image {
    max-width: 270px;
  }
}
.section-profession--who .profession-who--wrapper .left-side .media-image:hover img {
  transform: rotate(1deg) scale(1.05);
}
.section-profession--who .profession-who--wrapper .left-side .media-image:hover:before {
  transform: rotate(-2deg);
}
.section-profession--who .profession-who--wrapper .left-side .media-image:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  transform: rotate(-3deg);
  background: #ebf1f4;
  border-radius: 30px;
  transition: 0.3s all ease;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-profession--who .profession-who--wrapper .left-side .media-image:before {
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border-radius: 20px;
  }
}
.section-profession--who .profession-who--wrapper .left-side .media-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 5px solid #fff;
  border-radius: 30px;
  transition: 0.3s all ease;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-profession--who .profession-who--wrapper .left-side .media-image img {
    border-radius: 20px;
  }
}
.section-profession--who .profession-who--wrapper .right-side {
  width: calc(100% - 680px);
}
@media (max-width: 1430px) {
  .section-profession--who .profession-who--wrapper .right-side {
    width: calc(100% - 600px);
  }
}
@media (max-width: 1141px) {
  .section-profession--who .profession-who--wrapper .right-side {
    width: calc(100% - 460px);
  }
}
@media (max-width: 991px) {
  .section-profession--who .profession-who--wrapper .right-side {
    width: 100%;
    order: 1;
    margin: 0 0 34px;
  }
}
.section-profession--who .profession-who--wrapper .right-side h2 {
  text-align: left;
}
.section-profession--who .profession-who--wrapper .right-side h2 span {
  display: block;
}
@media (max-width: 991px) {
  .section-profession--who .profession-who--wrapper .right-side h2 span {
    display: inline;
  }
}
.section-profession--who .profession-who--wrapper .right-side ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  position: relative;
  margin: 0 0 24px;
}
@media (max-width: 1430px) {
  .section-profession--who .profession-who--wrapper .right-side ul li {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-profession--who .profession-who--wrapper .right-side ul li {
    font-size: 12px;
    margin: 0 0 10px;
  }
}
.section-profession--who .profession-who--wrapper .right-side ul li:nth-last-child(1) {
  margin: 0;
}
.section-profession--who .profession-who--wrapper .right-side ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  background: #b7d2db;
  border-radius: 50%;
  transition: 0.3s all ease;
  margin: 0 37px 0 0;
}
@media (max-width: 1430px) {
  .section-profession--who .profession-who--wrapper .right-side ul li span {
    margin: 0 24px 0 0;
  }
}
@media (max-width: 991px) {
  .section-profession--who .profession-who--wrapper .right-side ul li span {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin: 0 16px 0 0;
  }
}
.section-profession--who .profession-who--wrapper .right-side ul li span svg {
  display: block;
}
@media (max-width: 991px) {
  .section-profession--who .profession-who--wrapper .right-side ul li span svg {
    width: 12px;
  }
}
.section-profession--who .profession-who--wrapper .right-side ul li span svg path {
  transition: 0.3s all ease;
}
.section-profession--who .profession-who--wrapper .right-side ul li:hover span {
  background: #005e80;
}
.section-profession--who .profession-who--wrapper .right-side ul li:hover span svg path {
  fill: #fff;
}

.section-profession--result {
  padding: 120px 0 100px 0;
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
}
@media (max-width: 991px) {
  .section-profession--result {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section-profession--result .container {
    padding: 0;
  }
}
.section-profession--result .profession-result--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-profession--result .profession-result--wrapper .left-side {
  width: calc(50% - 70px);
}
@media (max-width: 1430px) {
  .section-profession--result .profession-result--wrapper .left-side {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .section-profession--result .profession-result--wrapper .left-side {
    width: 100%;
    padding: 50px 15px 20px;
  }
}
.section-profession--result .profession-result--wrapper .left-side h2 {
  text-align: left;
  color: #fff;
}
.section-profession--result .profession-result--wrapper .left-side ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #fff;
  padding: 20px 24px;
  border: 1px solid #488ba4;
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #1a6e8d;
  transition: 0.3s all ease;
  margin: 0 0 20px;
}
@media (max-width: 1430px) {
  .section-profession--result .profession-result--wrapper .left-side ul li {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-profession--result .profession-result--wrapper .left-side ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-profession--result .profession-result--wrapper .left-side ul li {
    font-size: 12px;
    padding: 9px 12px;
    border-radius: 10px;
    line-height: 1.3;
    align-items: flex-start;
    margin: 0 0 6px;
  }
}
.section-profession--result .profession-result--wrapper .left-side ul li:nth-last-child(1) {
  margin: 0;
}
.section-profession--result .profession-result--wrapper .left-side ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #488ba4;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: 0.3s all ease;
  margin: 0 20px 0 0;
}
@media (max-width: 1141px) {
  .section-profession--result .profession-result--wrapper .left-side ul li span {
    margin: 0 12px 0 0;
  }
}
@media (max-width: 991px) {
  .section-profession--result .profession-result--wrapper .left-side ul li span {
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
  }
}
.section-profession--result .profession-result--wrapper .left-side ul li span svg {
  display: block;
  width: 16px;
}
@media (max-width: 991px) {
  .section-profession--result .profession-result--wrapper .left-side ul li span svg {
    width: 10px;
  }
}
.section-profession--result .profession-result--wrapper .left-side ul li span svg path {
  transition: 0.3s all ease;
}
.section-profession--result .profession-result--wrapper .left-side ul li:hover {
  background: #003e54;
  transform: translateX(8px);
}
.section-profession--result .profession-result--wrapper .left-side ul li:hover span {
  background: #005e80;
}
.section-profession--result .profession-result--wrapper .left-side ul li:hover span svg path {
  fill: #fff;
}
.section-profession--result .profession-result--wrapper .right-side {
  width: calc(50% - 70px);
  position: relative;
}
@media (max-width: 1430px) {
  .section-profession--result .profession-result--wrapper .right-side {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .section-profession--result .profession-result--wrapper .right-side {
    width: 100%;
  }
}
.section-profession--result .profession-result--wrapper .right-side img {
  display: block;
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .section-profession--result .profession-result--wrapper .right-side img {
    border-radius: 0;
  }
}
.section-profession--result .profession-result--wrapper .right-side p {
  position: absolute;
  bottom: -40px;
  left: -45px;
  border-radius: 25px;
  background: #fff;
  padding: 30px 16px 24px 30px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-profession--result .profession-result--wrapper .right-side p {
    bottom: -20px;
    left: -20px;
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-profession--result .profession-result--wrapper .right-side p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-profession--result .profession-result--wrapper .right-side p {
    font-size: 12px;
    padding: 13px 19px;
    border-radius: 10px;
    bottom: 18px;
    left: initial;
    right: 16px;
    line-height: 1.3;
  }
}

.section-packet--contain {
  padding: 120px 0 100px 0;
}
@media (max-width: 991px) {
  .section-packet--contain {
    padding: 50px 0 35px 0;
  }
}
.section-packet--contain .packet-contain--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-packet--contain .packet-contain--wrapper .left-side {
  width: calc(100% - 700px);
}
@media (max-width: 1430px) {
  .section-packet--contain .packet-contain--wrapper .left-side {
    width: calc(100% - 470px);
  }
}
@media (max-width: 1141px) {
  .section-packet--contain .packet-contain--wrapper .left-side {
    width: calc(100% - 430px);
  }
}
@media (max-width: 991px) {
  .section-packet--contain .packet-contain--wrapper .left-side {
    width: 100%;
    margin: 0 0 50px;
  }
}
.section-packet--contain .packet-contain--wrapper .left-side .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-packet--contain .packet-contain--wrapper .left-side .title-wrapper {
    margin: 0 0 30px;
  }
}
.section-packet--contain .packet-contain--wrapper .left-side .title-wrapper h2 {
  text-align: left;
  margin: 0 0 20px;
}
.section-packet--contain .packet-contain--wrapper .left-side .title-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #0f172a;
}
@media (max-width: 991px) {
  .section-packet--contain .packet-contain--wrapper .left-side .title-wrapper p {
    font-size: 14px;
  }
}
.section-packet--contain .packet-contain--wrapper .left-side ul {
  padding: 0 0 0 70px;
}
@media (max-width: 1430px) {
  .section-packet--contain .packet-contain--wrapper .left-side ul {
    padding: 0;
  }
}
.section-packet--contain .packet-contain--wrapper .left-side ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.21429;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-packet--contain .packet-contain--wrapper .left-side ul li {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .section-packet--contain .packet-contain--wrapper .left-side ul li {
    font-size: 14px;
    margin: 0 0 6px;
  }
}
.section-packet--contain .packet-contain--wrapper .left-side ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  height: 61px;
  min-width: 61px;
  border-radius: 15px;
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.21429;
  color: #fff;
  margin: 0 46px 0 0;
}
@media (max-width: 1430px) {
  .section-packet--contain .packet-contain--wrapper .left-side ul li span {
    font-size: 24px;
    margin: 0 24px 0 0;
  }
}
@media (max-width: 991px) {
  .section-packet--contain .packet-contain--wrapper .left-side ul li span {
    width: 35px;
    min-width: 35px;
    height: 35px;
    font-size: 18px;
    border-radius: 5px;
    margin: 0 15px 0 0;
  }
}
.section-packet--contain .packet-contain--wrapper .right-side {
  width: 100%;
  max-width: 630px;
}
@media (max-width: 1430px) {
  .section-packet--contain .packet-contain--wrapper .right-side {
    max-width: 450px;
  }
}
@media (max-width: 1141px) {
  .section-packet--contain .packet-contain--wrapper .right-side {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .section-packet--contain .packet-contain--wrapper .right-side {
    max-width: 100%;
  }
}
.section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper {
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  border-radius: 30px;
  padding: 100px 80px 70px 70px;
}
@media (max-width: 1430px) {
  .section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper {
    padding: 30px 15px 35px 15px;
    border-radius: 10px;
  }
}
.section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper ul {
  margin: 0 0 70px;
}
@media (max-width: 1430px) {
  .section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper ul {
    margin: 0 0 50px;
  }
}
@media (max-width: 991px) {
  .section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper ul {
    margin: 0 0 35px;
  }
}
.section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper ul li {
  margin: 0 0 50px;
}
@media (max-width: 1430px) {
  .section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper ul li {
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) {
  .section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper ul li {
    margin: 0 0 35px;
  }
}
.section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper ul li:nth-last-child(1) {
  margin: 0;
}
.section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper ul li small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #488ba4;
}
@media (max-width: 991px) {
  .section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper ul li small {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper ul li p {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.10417;
  text-decoration: line-through;
  color: #fff;
}
@media (max-width: 1430px) {
  .section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper ul li p {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper ul li p {
    font-size: 28px;
  }
}
.section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper ul li h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  color: #fff;
}
@media (max-width: 1430px) {
  .section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper ul li h3 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper ul li h3 {
    font-size: 36px;
  }
}
.section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper .btn {
  width: 100%;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper .btn {
    margin: 0 0 16px;
  }
}
.section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  max-width: 435px;
}
@media (max-width: 1430px) {
  .section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper span {
    max-width: 100%;
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper span {
    font-size: 14px;
  }
}
.section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper span a {
  color: #00e0ff;
  border-bottom: 1px solid #00e0ff;
}
.section-packet--contain .packet-contain--wrapper .right-side .packet-price--wrapper span a:hover {
  border-color: transparent;
}

.section-profession--practice {
  padding: 100px 0;
  background: #fff;
}
@media (max-width: 991px) {
  .section-profession--practice {
    padding: 50px 0 35px 0;
  }
}
.section-profession--practice .profession-practice--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.section-profession--practice .profession-practice--wrapper .left-side {
  width: calc(50% - 35px);
}
@media (max-width: 1430px) {
  .section-profession--practice .profession-practice--wrapper .left-side {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .section-profession--practice .profession-practice--wrapper .left-side {
    width: 100%;
    order: 2;
  }
}
.section-profession--practice .profession-practice--wrapper .left-side img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.section-profession--practice .profession-practice--wrapper .right-side {
  width: calc(50% - 35px);
}
@media (max-width: 1430px) {
  .section-profession--practice .profession-practice--wrapper .right-side {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .section-profession--practice .profession-practice--wrapper .right-side {
    width: 100%;
    order: 1;
    margin: 0 0 30px;
  }
}
.section-profession--practice .profession-practice--wrapper .right-side h2 {
  text-align: left;
}
.section-profession--practice .profession-practice--wrapper .right-side ul li {
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #0f172a;
  transition: 0.3s all ease;
  position: relative;
  padding: 13px 32px 13px 61px;
  margin: 0 0 20px;
}
@media (max-width: 1430px) {
  .section-profession--practice .profession-practice--wrapper .right-side ul li {
    font-size: 18px;
    padding: 13px 32px 13px 48px;
  }
}
@media (max-width: 1141px) {
  .section-profession--practice .profession-practice--wrapper .right-side ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-profession--practice .profession-practice--wrapper .right-side ul li {
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 24px 10px 36px;
    margin: 0 0 10px;
  }
}
.section-profession--practice .profession-practice--wrapper .right-side ul li:nth-last-child(1) {
  margin: 0;
}
.section-profession--practice .profession-practice--wrapper .right-side ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 27px;
  transform: translateY(-50%);
  background: #005e80;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
@media (max-width: 1430px) {
  .section-profession--practice .profession-practice--wrapper .right-side ul li:before {
    left: 24px;
  }
}
@media (max-width: 991px) {
  .section-profession--practice .profession-practice--wrapper .right-side ul li:before {
    width: 6px;
    height: 6px;
    left: 16px;
  }
}
.section-profession--practice .profession-practice--wrapper .right-side ul li:hover {
  border-color: #005e80;
  box-shadow: 0 4px 15px 0 rgba(0, 94, 128, 0.08);
  transform: translateX(8px);
}

.section-profession--for {
  padding: 120px 0 50px 0;
}
@media (max-width: 991px) {
  .section-profession--for {
    padding: 50px 0 35px 0;
  }
}
.section-profession--for .profession-for--wrapepr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1285px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-profession--for .profession-for--wrapepr {
    background: #ebf1f4;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0 15px;
  }
}
.section-profession--for .profession-for--wrapepr .profession-for--item {
  width: calc(33.3333333333% - 20px);
  border: 1px solid #e2e8f0;
  border-radius: 30px;
  background: #ebf1f4;
  padding: 33px 23px 46px;
  min-height: 250px;
  transition: 0.3s all ease;
}
@media (max-width: 1141px) {
  .section-profession--for .profession-for--wrapepr .profession-for--item {
    min-height: 200px;
    width: calc(33.3333333333% - 5px);
  }
}
@media (max-width: 991px) {
  .section-profession--for .profession-for--wrapepr .profession-for--item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: initial;
    background: transparent;
    border-radius: 0;
    border: none;
    padding: 15px 0;
    border-bottom: 1px solid #e2e8f0;
  }
}
@media (max-width: 991px) {
  .section-profession--for .profession-for--wrapepr .profession-for--item:nth-last-child(1) {
    border-bottom: none;
  }
}
.section-profession--for .profession-for--wrapepr .profession-for--item .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 27px;
  border-radius: 25px;
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  transition: 0.3s all ease;
}
@media (max-width: 1141px) {
  .section-profession--for .profession-for--wrapepr .profession-for--item .image-wrapper {
    width: 68px;
    height: 68px;
    border-radius: 15px;
  }
}
@media (max-width: 991px) {
  .section-profession--for .profession-for--wrapepr .profession-for--item .image-wrapper {
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 5px;
    margin: 0 15px 0 0;
  }
}
.section-profession--for .profession-for--wrapepr .profession-for--item .image-wrapper svg {
  display: block;
}
@media (max-width: 1141px) {
  .section-profession--for .profession-for--wrapepr .profession-for--item .image-wrapper svg {
    height: 30px;
  }
}
@media (max-width: 991px) {
  .section-profession--for .profession-for--wrapepr .profession-for--item .image-wrapper svg {
    height: 20px;
  }
}
.section-profession--for .profession-for--wrapepr .profession-for--item .image-wrapper svg path {
  transition: 0.3s all ease;
}
.section-profession--for .profession-for--wrapepr .profession-for--item .image-wrapper span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 0.5;
  text-align: center;
  color: #fff;
  transition: 0.3s all ease;
}
@media (max-width: 1141px) {
  .section-profession--for .profession-for--wrapepr .profession-for--item .image-wrapper span {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .section-profession--for .profession-for--wrapepr .profession-for--item .image-wrapper span {
    font-size: 24px;
  }
}
.section-profession--for .profession-for--wrapepr .profession-for--item p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #0f172a;
  transition: 0.3s all ease;
}
@media (max-width: 1430px) {
  .section-profession--for .profession-for--wrapepr .profession-for--item p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-profession--for .profession-for--wrapepr .profession-for--item p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-profession--for .profession-for--wrapepr .profession-for--item p {
    font-size: 14px;
    text-align: left;
  }
}
.section-profession--for .profession-for--wrapepr .profession-for--item:hover {
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  margin: -20px 0 0 0;
}
@media (max-width: 991px) {
  .section-profession--for .profession-for--wrapepr .profession-for--item:hover {
    background: transparent;
    margin: 0;
  }
}
.section-profession--for .profession-for--wrapepr .profession-for--item:hover .image-wrapper {
  background: #e2e8f0;
}
@media (max-width: 991px) {
  .section-profession--for .profession-for--wrapepr .profession-for--item:hover .image-wrapper {
    background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  }
}
.section-profession--for .profession-for--wrapepr .profession-for--item:hover .image-wrapper svg path {
  fill: #003e54;
}
@media (max-width: 991px) {
  .section-profession--for .profession-for--wrapepr .profession-for--item:hover .image-wrapper svg path {
    fill: #fff;
  }
}
.section-profession--for .profession-for--wrapepr .profession-for--item:hover .image-wrapper span {
  color: #003e54;
}
@media (max-width: 991px) {
  .section-profession--for .profession-for--wrapepr .profession-for--item:hover .image-wrapper span {
    color: #fff;
  }
}
.section-profession--for .profession-for--wrapepr .profession-for--item:hover p {
  color: #fff;
}
@media (max-width: 991px) {
  .section-profession--for .profession-for--wrapepr .profession-for--item:hover p {
    color: #0f172a;
  }
}

.section-profession--what {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .section-profession--what {
    padding: 35px 0;
  }
}
.section-profession--what .what-main--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 70px 60px 70px 80px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 25px;
}
@media (max-width: 1430px) {
  .section-profession--what .what-main--wrapper {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .section-profession--what .what-main--wrapper {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
}
.section-profession--what .what-main--wrapper .left-side {
  width: calc(100% - 430px);
}
@media (max-width: 1430px) {
  .section-profession--what .what-main--wrapper .left-side {
    width: calc(100% - 330px);
  }
}
@media (max-width: 991px) {
  .section-profession--what .what-main--wrapper .left-side {
    width: 100%;
    margin: 0 0 40px;
  }
}
.section-profession--what .what-main--wrapper .left-side h2 {
  text-align: left;
  margin: 0 0 25px;
}
.section-profession--what .what-main--wrapper .left-side p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #586877;
  margin: 0 0 50px;
}
@media (max-width: 1141px) {
  .section-profession--what .what-main--wrapper .left-side p {
    font-size: 18px;
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .section-profession--what .what-main--wrapper .left-side p {
    font-size: 12px;
    margin: 0 0 22px;
  }
}
.section-profession--what .what-main--wrapper .left-side .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
@media (max-width: 1141px) {
  .section-profession--what .what-main--wrapper .left-side .btns-wrapper {
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .section-profession--what .what-main--wrapper .left-side .btns-wrapper {
    margin: 0 0 18px;
  }
}
.section-profession--what .what-main--wrapper .left-side .btns-wrapper .btn {
  width: calc(50% - 12px);
}
@media (max-width: 1141px) {
  .section-profession--what .what-main--wrapper .left-side .btns-wrapper .btn {
    width: 100%;
    margin: 8px 0;
  }
}
@media (max-width: 991px) {
  .section-profession--what .what-main--wrapper .left-side .btns-wrapper .btn {
    margin: 5px 0;
  }
}
.section-profession--what .what-main--wrapper .left-side .link-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 28px;
  line-height: 0.85714;
  color: #005e80;
}
@media (max-width: 1141px) {
  .section-profession--what .what-main--wrapper .left-side .link-more {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-profession--what .what-main--wrapper .left-side .link-more {
    font-size: 12px;
  }
}
.section-profession--what .what-main--wrapper .left-side .link-more:hover img {
  transform: translateX(7px);
}
.section-profession--what .what-main--wrapper .left-side .link-more img {
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  object-fit: contain;
  transition: 0.3s all ease;
  margin: 0 0 0 9px;
}
@media (max-width: 1141px) {
  .section-profession--what .what-main--wrapper .left-side .link-more img {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
}
@media (max-width: 991px) {
  .section-profession--what .what-main--wrapper .left-side .link-more img {
    width: 12px;
    height: 12px;
    min-width: 12px;
    margin: 0 0 0 6px;
  }
}
.section-profession--what .what-main--wrapper .right-side {
  width: 100%;
  max-width: 360px;
}
@media (max-width: 1430px) {
  .section-profession--what .what-main--wrapper .right-side {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .section-profession--what .what-main--wrapper .right-side {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }
}
.section-profession--what .what-main--wrapper .right-side .media-image {
  position: relative;
}
@media (max-width: 991px) {
  .section-profession--what .what-main--wrapper .right-side .media-image {
    max-width: 270px;
  }
}
.section-profession--what .what-main--wrapper .right-side .media-image:hover img {
  transform: rotate(1deg) scale(1.05);
}
.section-profession--what .what-main--wrapper .right-side .media-image:hover:before {
  transform: rotate(-2deg);
}
.section-profession--what .what-main--wrapper .right-side .media-image:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  transform: rotate(-3deg);
  background: #ebf1f4;
  border-radius: 30px;
  transition: 0.3s all ease;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-profession--what .what-main--wrapper .right-side .media-image:before {
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border-radius: 20px;
  }
}
.section-profession--what .what-main--wrapper .right-side .media-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 5px solid #fff;
  border-radius: 30px;
  transition: 0.3s all ease;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-profession--what .what-main--wrapper .right-side .media-image img {
    border-radius: 20px;
  }
}

.section-main--product {
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  padding: 24px 0 95px 0;
}
@media (max-width: 1430px) {
  .section-main--product {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .section-main--product {
    padding: 0 0 30px;
  }
}
@media (max-width: 991px) {
  .section-main--product .container {
    padding: 0;
  }
}
.section-main--product .main-wrapper--top {
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .section-main--product .main-wrapper--top {
    display: none;
  }
}
.section-main--product .main-wrapper--top ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section-main--product .main-wrapper--top ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  border: 1px solid #3d4352;
  border-radius: 5px;
  backdrop-filter: blur(20px);
  background: rgba(39, 45, 63, 0.2);
  padding: 8px 15px;
  margin: 0 20px 0 0;
}
.section-main--product .main-wrapper--top ul li img {
  display: block;
  width: 17px;
  margin: 0 8px 0 0;
}
.section-main--product .main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-main--product .main-wrapper .left-side .main-content--block h1 {
  font-weight: 800;
  font-size: 72px;
  line-height: 1.09722;
  color: #fff;
}
@media (max-width: 1430px) {
  .section-main--product .main-wrapper .left-side .main-content--block h1 {
    font-size: 56px;
    margin: 0 0 40px;
  }
}
@media (max-width: 1141px) {
  .section-main--product .main-wrapper .left-side .main-content--block h1 {
    font-size: 46px;
    margin: 0 0 32px;
  }
}
@media (max-width: 991px) {
  .section-main--product .main-wrapper .left-side .main-content--block h1 {
    font-size: 20px;
    position: relative;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-main--product .main-wrapper .left-side .main-content--block h1 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .section-main--product .main-wrapper .left-side .main-content--block h1 span {
    display: block;
  }
}
.section-main--product .main-wrapper .left-side .main-content--block p {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.21429;
  color: #fff;
  margin: 0 0 44px;
}
@media (max-width: 1430px) {
  .section-main--product .main-wrapper .left-side .main-content--block p {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .section-main--product .main-wrapper .left-side .main-content--block p {
    font-size: 12px;
    margin: 0;
    position: relative;
  }
}
.section-main--product .main-wrapper .left-side .main-content--block p strong {
  font-weight: 700;
  text-transform: uppercase;
}
.section-main--product .main-wrapper .left-side .main-content--block .main-characteristics {
  border: 1px solid #3d4352;
  border-radius: 20px;
  backdrop-filter: blur(20px);
  background: rgba(39, 45, 63, 0.2);
  padding: 30px 60px 35px 70px;
  max-width: 510px;
  margin: 0 0 65px;
}
@media (max-width: 991px) {
  .section-main--product .main-wrapper .left-side .main-content--block .main-characteristics {
    padding: 16px 22px;
    border-radius: 10px;
    margin: 9px 0 0 0;
  }
}
.section-main--product .main-wrapper .left-side .main-content--block .main-characteristics p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 21px;
}
@media (max-width: 991px) {
  .section-main--product .main-wrapper .left-side .main-content--block .main-characteristics p {
    font-size: 14px;
    margin: 0 0 16px;
  }
}
.section-main--product .main-wrapper .left-side .main-content--block .main-characteristics ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .section-main--product .main-wrapper .left-side .main-content--block .main-characteristics ul li {
    margin: 0 0 8px;
  }
}
.section-main--product .main-wrapper .left-side .main-content--block .main-characteristics ul li:nth-last-child(1) {
  margin: 0;
}
.section-main--product .main-wrapper .left-side .main-content--block .main-characteristics ul li span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #8d8d8d;
}
@media (max-width: 991px) {
  .section-main--product .main-wrapper .left-side .main-content--block .main-characteristics ul li span {
    font-size: 14px;
  }
}
.section-main--product .main-wrapper .left-side .main-content--block .main-characteristics ul li small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-align: right;
  color: #fff;
}
@media (max-width: 991px) {
  .section-main--product .main-wrapper .left-side .main-content--block .main-characteristics ul li small {
    font-size: 14px;
  }
}

.section-product--about {
  padding: 48px 0 100px 0;
}
@media (max-width: 991px) {
  .section-product--about {
    padding: 25px 0 50px 0;
  }
}
.section-product--about .product-about--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1430px) {
  .section-product--about .product-about--wrapper {
    align-items: flex-start;
  }
}
.section-product--about .product-about--wrapper .left-side {
  width: 100%;
  max-width: 517px;
  position: relative;
}
@media (max-width: 1430px) {
  .section-product--about .product-about--wrapper .left-side {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  .section-product--about .product-about--wrapper .left-side {
    max-width: 100%;
    order: 2;
  }
}
.section-product--about .product-about--wrapper .left-side .product-about--image {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .section-product--about .product-about--wrapper .left-side .product-about--image {
    max-width: 80%;
  }
}
.section-product--about .product-about--wrapper .left-side .product-about--circle {
  position: absolute;
  bottom: 125px;
  right: -125px;
  display: block;
  border-radius: 50%;
  border: 10px solid #fff;
  width: 400px;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1430px) {
  .section-product--about .product-about--wrapper .left-side .product-about--circle {
    bottom: 50px;
    right: -50px;
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 991px) {
  .section-product--about .product-about--wrapper .left-side .product-about--circle {
    width: 160px;
    height: 160px;
    bottom: 40px;
    right: 5%;
    border-width: 4px;
  }
}
.section-product--about .product-about--wrapper .right-side {
  width: calc(100% - 520px);
  padding: 0 0 0 200px;
}
@media (max-width: 1430px) {
  .section-product--about .product-about--wrapper .right-side {
    width: calc(100% - 420px);
    padding: 0 0 0 50px;
  }
}
@media (max-width: 991px) {
  .section-product--about .product-about--wrapper .right-side {
    width: 100%;
    order: 1;
    padding: 0;
    margin: 0 0 30px;
  }
}
.section-product--about .product-about--wrapper .right-side h2 {
  text-align: left;
}
.section-product--about .product-about--wrapper .right-side p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 44px;
}
@media (max-width: 1430px) {
  .section-product--about .product-about--wrapper .right-side p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-product--about .product-about--wrapper .right-side p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-product--about .product-about--wrapper .right-side p {
    font-size: 14px;
    margin: 0 0 16px;
  }
}
.section-product--about .product-about--wrapper .right-side p:nth-last-child(1) {
  margin: 0;
}
.section-product--about .product-about--wrapper .right-side blockquote {
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 50px 88px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #0f172a;
  margin: 0 0 44px;
}
@media (max-width: 1430px) {
  .section-product--about .product-about--wrapper .right-side blockquote {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-product--about .product-about--wrapper .right-side blockquote {
    padding: 30px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-product--about .product-about--wrapper .right-side blockquote {
    font-size: 14px;
    padding: 24px;
    border-radius: 15px;
    margin: 0 0 16px;
  }
}

.section-product--results {
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  padding: 120px 0;
}
@media (max-width: 991px) {
  .section-product--results {
    padding: 50px 0 35px 0;
  }
}
.section-product--results .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-product--results .title-wrapper {
    margin: 0 0 30px;
  }
}
.section-product--results .title-wrapper h2 {
  text-align: left;
  color: #fff;
  margin: 0 0 20px;
}
.section-product--results .title-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #fff;
}
@media (max-width: 991px) {
  .section-product--results .title-wrapper p {
    font-size: 14px;
  }
}
.section-product--results .product-results--grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, minmax(240px, auto));
  gap: 20px;
}
@media (max-width: 1430px) {
  .section-product--results .product-results--grid {
    grid-template-rows: repeat(3, minmax(200px, auto));
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .section-product--results .product-results--grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, minmax(190px, auto));
  }
}
.section-product--results .product-results--grid .product-results--item {
  background: linear-gradient(360deg, #003142 0%, #003e54 100%);
  padding: 40px;
  color: white;
  border: 1px solid #488ba4;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1430px) {
  .section-product--results .product-results--grid .product-results--item {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .section-product--results .product-results--grid .product-results--item {
    border-radius: 15px;
    padding: 25px;
    min-height: 190px;
  }
}
.section-product--results .product-results--grid .product-results--item:hover .product-bg {
  transform: scale(1.1);
}
.section-product--results .product-results--grid .product-results--item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #003142 0%, #003e54 100%);
  opacity: 0.8;
  z-index: 1;
}
.section-product--results .product-results--grid .product-results--item .product-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all ease;
}
.section-product--results .product-results--grid .product-results--item p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.11111;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 1430px) {
  .section-product--results .product-results--grid .product-results--item p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-product--results .product-results--grid .product-results--item p {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 18px;
  }
}
.section-product--results .product-results--grid .product-results--item p .product-icn {
  display: block;
  width: 60px;
  min-width: 60px;
  margin: 0 0 0 21px;
}
@media (max-width: 991px) {
  .section-product--results .product-results--grid .product-results--item p .product-icn {
    width: 40px;
    min-width: 40px;
    margin: 0 0 10px;
  }
}
.section-product--results .product-results--grid .product-results--item .product-icn {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-product--results .product-results--grid .product-results--item .product-icn {
    width: 40px;
    margin: 0 0 10px;
  }
}
.section-product--results .product-results--grid .product-results--item-1 {
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 991px) {
  .section-product--results .product-results--grid .product-results--item-1 {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.section-product--results .product-results--grid .product-results--item-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column: span 1;
  grid-row: span 2;
}
@media (max-width: 991px) {
  .section-product--results .product-results--grid .product-results--item-2 {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.section-product--results .product-results--grid .product-results--item-3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-column: span 1;
  grid-row: span 1;
  background: #fff;
}
@media (max-width: 991px) {
  .section-product--results .product-results--grid .product-results--item-3 {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.section-product--results .product-results--grid .product-results--item-3:before {
  content: none;
}
.section-product--results .product-results--grid .product-results--item-3 p {
  color: #0f172a;
}
.section-product--results .product-results--grid .product-results--item-4 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  grid-column: span 1;
  grid-row: span 1;
}
@media (max-width: 991px) {
  .section-product--results .product-results--grid .product-results--item-4 {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.section-product--results .product-results--grid .product-results--item-5 {
  display: flex;
  align-items: center;
  grid-column: span 2;
  grid-row: span 1;
}
@media (max-width: 991px) {
  .section-product--results .product-results--grid .product-results--item-5 {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.section-product--results .product-results--grid .product-results--item-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: span 2;
  grid-row: span 1;
}
@media (max-width: 991px) {
  .section-product--results .product-results--grid .product-results--item-6 {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.section-product--results .product-results--grid .product-results--item-6 p {
  text-align: center;
}

.section-product--program {
  background: #fff;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .section-product--program {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section-product--program .container {
    padding: 0;
  }
}
.section-product--program .product-program--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-product--program .product-program--wrapper .left-side {
  width: 50%;
  padding: 0 100px 0 0;
}
@media (max-width: 1430px) {
  .section-product--program .product-program--wrapper .left-side {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 991px) {
  .section-product--program .product-program--wrapper .left-side {
    width: 100%;
    padding: 0;
    order: 2;
  }
}
.section-product--program .product-program--wrapper .left-side h2 {
  text-align: left;
}
@media (max-width: 991px) {
  .section-product--program .product-program--wrapper .left-side h2 {
    display: none;
  }
}
.section-product--program .product-program--wrapper .left-side img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .section-product--program .product-program--wrapper .left-side img {
    border-radius: 0;
  }
}
.section-product--program .product-program--wrapper .right-side {
  width: 50%;
}
@media (max-width: 991px) {
  .section-product--program .product-program--wrapper .right-side {
    order: 1;
    width: 100%;
    padding: 50px 15px 35px;
  }
}
.section-product--program .product-program--wrapper .right-side h2 {
  display: none;
}
@media (max-width: 991px) {
  .section-product--program .product-program--wrapper .right-side h2 {
    display: block;
  }
}
.section-product--program .product-program--wrapper .right-side ul li {
  margin: 0 0 19px;
}
@media (max-width: 991px) {
  .section-product--program .product-program--wrapper .right-side ul li {
    margin: 0 0 5px;
  }
}
.section-product--program .product-program--wrapper .right-side ul li:nth-last-child(1) {
  margin: 0;
}
.section-product--program .product-program--wrapper .right-side ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 20px 34px;
}
@media (max-width: 1430px) {
  .section-product--program .product-program--wrapper .right-side ul li a {
    padding: 16px 24px;
  }
}
@media (max-width: 991px) {
  .section-product--program .product-program--wrapper .right-side ul li a {
    border-radius: 10px;
    padding: 10px 15px;
  }
}
.section-product--program .product-program--wrapper .right-side ul li a:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #003e54;
  transform: scale(1.03);
}
.section-product--program .product-program--wrapper .right-side ul li a:hover .list-left span {
  color: #cce0e6;
}
.section-product--program .product-program--wrapper .right-side ul li a:hover .list-left p {
  color: #fff;
}
.section-product--program .product-program--wrapper .right-side ul li a .list-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-product--program .product-program--wrapper .right-side ul li a .list-left span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 2.03571;
  color: #737373;
  transition: 0.3s all ease;
  margin: 0 23px 0 0;
}
@media (max-width: 1430px) {
  .section-product--program .product-program--wrapper .right-side ul li a .list-left span {
    font-size: 24px;
  }
}
@media (max-width: 1141px) {
  .section-product--program .product-program--wrapper .right-side ul li a .list-left span {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-product--program .product-program--wrapper .right-side ul li a .list-left span {
    font-size: 18px;
    margin: 0 16px 0 0;
  }
}
.section-product--program .product-program--wrapper .right-side ul li a .list-left p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  transition: 0.3s all ease;
}
@media (max-width: 1430px) {
  .section-product--program .product-program--wrapper .right-side ul li a .list-left p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-product--program .product-program--wrapper .right-side ul li a .list-left p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-product--program .product-program--wrapper .right-side ul li a .list-left p {
    font-size: 11px;
  }
}
.section-product--program .product-program--wrapper .right-side ul li a img {
  display: block;
  width: 22px;
  min-width: 22px;
  margin: 0 0 0 10px;
}

.section-product--how {
  padding: 120px 0 100px 0;
}
@media (max-width: 991px) {
  .section-product--how {
    padding: 50px 0 35px 0;
  }
}
@media (max-width: 991px) {
  .section-product--how h2 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .section-product--how h2 span {
    display: block;
  }
}
.section-product--how .product-how--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.section-product--how .product-how--wrapper .product-how--item {
  width: calc(20% - 11px);
}
@media (max-width: 767px) {
  .section-product--how .product-how--wrapper .product-how--item {
    width: calc(50% - 10px);
    margin: 0 0 35px;
  }
}
.section-product--how .product-how--wrapper .product-how--item:hover .image-wrapper {
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
}
@media (max-width: 991px) {
  .section-product--how .product-how--wrapper .product-how--item:hover .image-wrapper {
    background: transparent;
  }
}
.section-product--how .product-how--wrapper .product-how--item:hover .image-wrapper img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(192deg) brightness(114%) contrast(101%);
}
@media (max-width: 991px) {
  .section-product--how .product-how--wrapper .product-how--item:hover .image-wrapper img {
    filter: none;
  }
}
.section-product--how .product-how--wrapper .product-how--item:hover p:before {
  opacity: 1;
  visibility: visible;
}
.section-product--how .product-how--wrapper .product-how--item .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 25px;
  background: transparent;
  margin: 0 auto 32px;
}
@media (max-width: 1430px) {
  .section-product--how .product-how--wrapper .product-how--item .image-wrapper {
    width: 76px;
    height: 76px;
    border-radius: 15px;
    margin: 0 auto 24px;
  }
}
@media (max-width: 991px) {
  .section-product--how .product-how--wrapper .product-how--item .image-wrapper {
    width: initial;
    height: initial;
    border-radius: 0;
    margin: 0 auto 10px;
  }
}
.section-product--how .product-how--wrapper .product-how--item .image-wrapper img {
  display: block;
}
@media (max-width: 1430px) {
  .section-product--how .product-how--wrapper .product-how--item .image-wrapper img {
    width: 40px;
  }
}
@media (max-width: 991px) {
  .section-product--how .product-how--wrapper .product-how--item .image-wrapper img {
    width: 35px;
    height: 35px;
  }
}
.section-product--how .product-how--wrapper .product-how--item p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.36842;
  text-align: center;
  color: #0f172a;
  margin: 0 0 13px;
  position: relative;
}
@media (max-width: 1430px) {
  .section-product--how .product-how--wrapper .product-how--item p {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .section-product--how .product-how--wrapper .product-how--item p {
    font-size: 12px;
    margin: 0 0 5px;
  }
}
.section-product--how .product-how--wrapper .product-how--item p:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 31px;
  height: 1px;
  background: #0f172a;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .section-product--how .product-how--wrapper .product-how--item p:before {
    content: none;
  }
}
.section-product--how .product-how--wrapper .product-how--item span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.36842;
  text-align: center;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-product--how .product-how--wrapper .product-how--item span {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .section-product--how .product-how--wrapper .product-how--item span {
    font-size: 12px;
  }
}

.section-product--connection {
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  padding: 120px 0;
}
@media (max-width: 991px) {
  .section-product--connection {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section-product--connection .container {
    padding: 0;
  }
}
.section-product--connection .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-product--connection .title-wrapper {
    margin: 0 0 30px;
  }
}
.section-product--connection .title-wrapper h2 {
  text-align: left;
  color: #fff;
  margin: 0 0 20px;
}
.section-product--connection .title-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #fff;
}
@media (max-width: 991px) {
  .section-product--connection .title-wrapper p {
    font-size: 14px;
  }
}
.section-product--connection .product-connection--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-product--connection .product-connection--wrapper .left-side {
  width: 50%;
}
@media (max-width: 991px) {
  .section-product--connection .product-connection--wrapper .left-side {
    width: 100%;
    padding: 0 15px 35px 15px;
  }
}
.section-product--connection .product-connection--wrapper .left-side ul {
  margin: 0 0 76px;
}
@media (max-width: 991px) {
  .section-product--connection .product-connection--wrapper .left-side ul {
    margin: 0;
  }
}
.section-product--connection .product-connection--wrapper .left-side ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 0.92857;
  color: #fff;
  position: relative;
  padding: 0 0 0 83px;
  margin: 0 0 60px;
}
@media (max-width: 1430px) {
  .section-product--connection .product-connection--wrapper .left-side ul li {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .section-product--connection .product-connection--wrapper .left-side ul li {
    font-size: 14px;
    padding: 0 0 0 39px;
    margin: 0 0 15px;
  }
}
.section-product--connection .product-connection--wrapper .left-side ul li:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 60px;
  height: 60px;
  background: url("../img/li-before.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 1430px) {
  .section-product--connection .product-connection--wrapper .left-side ul li:before {
    top: -12px;
  }
}
@media (max-width: 991px) {
  .section-product--connection .product-connection--wrapper .left-side ul li:before {
    width: 21px;
    height: 21px;
    top: -3px;
  }
}
.section-product--connection .product-connection--wrapper .left-side ul li:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 991px) {
  .section-product--connection .product-connection--wrapper .left-side .btn {
    display: none;
  }
}
.section-product--connection .product-connection--wrapper .right-side {
  width: 50%;
  padding: 0 0 0 110px;
}
@media (max-width: 1430px) {
  .section-product--connection .product-connection--wrapper .right-side {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-product--connection .product-connection--wrapper .right-side {
    width: 100%;
    padding: 0;
  }
}
.section-product--connection .product-connection--wrapper .right-side .product-connection--steps {
  border-radius: 30px;
  background: linear-gradient(360deg, #003142 0%, #003e54 100%);
  padding: 46px;
}
@media (max-width: 1141px) {
  .section-product--connection .product-connection--wrapper .right-side .product-connection--steps {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .section-product--connection .product-connection--wrapper .right-side .product-connection--steps {
    border-radius: 0;
    padding: 35px 15px 50px 15px;
  }
}
.section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li {
    margin: 0 0 20px;
  }
}
.section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li:nth-last-child(1) {
  margin: 0;
}
.section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, rgb(0, 224, 255) 0%, rgb(0, 94, 128) 100%);
  z-index: 1;
}
@media (max-width: 991px) {
  .section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li:before {
    left: 24px;
  }
}
.section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li .steps-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background: #005e80;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.07143;
  text-align: right;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li .steps-left {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin: 0 24px 0 0;
  }
}
.section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li .steps-left img {
  display: block;
}
@media (max-width: 991px) {
  .section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li .steps-left img {
    width: 22px;
  }
}
.section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li .steps-right {
  width: calc(100% - 100px);
  padding: 25px;
  border: 1px solid #488ba4;
  border-radius: 20px;
  background: #005e80;
}
@media (max-width: 991px) {
  .section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li .steps-right {
    border-radius: 5px;
    padding: 10px 15px;
    width: calc(100% - 75px);
  }
}
.section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li .steps-right span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 0 0 7px;
}
@media (max-width: 991px) {
  .section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li .steps-right span {
    font-size: 10px;
    margin: 0 0 5px;
  }
}
.section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li .steps-right p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li .steps-right p {
    font-size: 12px;
  }
}
.section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li .steps-right small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin: 11px 0 0 0;
}
@media (max-width: 991px) {
  .section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li .steps-right small {
    margin: 5px 0 0 0;
    font-size: 10px;
  }
}
.section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li:nth-child(1) .steps-left {
  box-shadow: 0 0 15px 0 #00e0ff;
  background: #00e0ff;
}
.section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li:nth-child(1) .steps-right {
  background: #007a99;
}
.section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li:nth-child(2):before {
  background: linear-gradient(180deg, rgb(0, 94, 128) 0%, rgb(0, 62, 84) 100%);
}
.section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li:nth-child(3):before {
  content: none;
}
.section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li:nth-child(3) .steps-left {
  background: #003e54;
}
.section-product--connection .product-connection--wrapper .right-side .product-connection--steps ul li:nth-child(3) .steps-right {
  background: #003e54;
  border: 1px solid #005e80;
}
.section-product--connection .product-connection--wrapper .right-side .product-connection--steps .btn {
  display: none;
}
@media (max-width: 991px) {
  .section-product--connection .product-connection--wrapper .right-side .product-connection--steps .btn {
    width: 100%;
    margin: 30px 0 0 0;
    display: inline-flex;
  }
}

.section-product--for {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-product--for {
    padding: 50px 0 35px 0;
  }
}
.section-product--for .product-for--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.section-product--for .product-for--wrapper .left-side {
  width: 50%;
}
@media (max-width: 991px) {
  .section-product--for .product-for--wrapper .left-side {
    width: 100%;
    margin: 0 0 40px;
  }
}
.section-product--for .product-for--wrapper .left-side h2 {
  text-align: left;
}
.section-product--for .product-for--wrapper .left-side h2 span {
  display: block;
}
.section-product--for .product-for--wrapper .left-side ol li {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 0.92857;
  color: #0f172a;
  position: relative;
  counter-increment: orderedListCounter;
  padding: 0 0 0 80px;
  margin: 0 0 34px;
}
@media (max-width: 1430px) {
  .section-product--for .product-for--wrapper .left-side ol li {
    font-size: 24px;
  }
}
@media (max-width: 1141px) {
  .section-product--for .product-for--wrapper .left-side ol li {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .section-product--for .product-for--wrapper .left-side ol li {
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 16px;
    padding: 0 0 0 45px;
  }
}
.section-product--for .product-for--wrapper .left-side ol li:before {
  content: counter(orderedListCounter);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #48566a;
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-product--for .product-for--wrapper .left-side ol li:before {
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-width: 1px;
    top: 50%;
  }
}
.section-product--for .product-for--wrapper .left-side ol li:nth-last-child(1) {
  margin: 0;
}
.section-product--for .product-for--wrapper .right-side {
  width: 50%;
  padding: 0 0 0 100px;
}
@media (max-width: 991px) {
  .section-product--for .product-for--wrapper .right-side {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
}
.section-product--for .product-for--wrapper .right-side .media-image {
  position: relative;
}
@media (max-width: 991px) {
  .section-product--for .product-for--wrapper .right-side .media-image {
    max-width: 270px;
  }
}
.section-product--for .product-for--wrapper .right-side .media-image:hover img {
  transform: rotate(1deg) scale(1.05);
}
.section-product--for .product-for--wrapper .right-side .media-image:hover:before {
  transform: rotate(-2deg);
}
.section-product--for .product-for--wrapper .right-side .media-image:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  transform: rotate(-3deg);
  background: #ebf1f4;
  border-radius: 30px;
  transition: 0.3s all ease;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-product--for .product-for--wrapper .right-side .media-image:before {
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border-radius: 20px;
  }
}
.section-product--for .product-for--wrapper .right-side .media-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 5px solid #fff;
  border-radius: 30px;
  transition: 0.3s all ease;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-product--for .product-for--wrapper .right-side .media-image img {
    border-radius: 20px;
  }
}

.section-product--rec {
  background: #fff;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .section-product--rec {
    padding: 50px 0 35px 0;
  }
}
.section-product--rec .btn-wrapper {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-product--rec .btn-wrapper {
    max-width: 100%;
  }
}
.section-product--rec .btn-wrapper .module-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, #005e80 0%, #003e54 50%);
  padding: 40px 48px;
  border-radius: 20px;
  background-size: 100% 200%;
  min-height: 100px;
}
@media (max-width: 991px) {
  .section-product--rec .btn-wrapper .module-btn {
    min-height: 70px;
    padding: 20px;
    border-radius: 15px;
  }
}
.section-product--rec .btn-wrapper .module-btn:hover {
  background-position: 0 20%;
}
.section-product--rec .btn-wrapper .module-btn:hover .image-wrapper {
  transform: translateX(10px);
}
.section-product--rec .btn-wrapper .module-btn .left-side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-product--rec .btn-wrapper .module-btn .left-side span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.58333;
  text-align: center;
  color: #fff;
  width: 104px;
  min-width: 104px;
  height: 104px;
  box-shadow: 0 0 15px 0 #00e0ff;
  border: 3px solid #488ba4;
  background: linear-gradient(360deg, #003142 0%, #003e54 100%);
  border-radius: 50%;
  margin: 0 55px 0 0;
}
@media (max-width: 991px) {
  .section-product--rec .btn-wrapper .module-btn .left-side span {
    font-size: 20px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin: 0 14px 0 0;
    box-shadow: 0 0 10px 0 #00e0ff;
  }
}
.section-product--rec .btn-wrapper .module-btn .left-side .module-btn--info small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 5px;
}
@media (max-width: 991px) {
  .section-product--rec .btn-wrapper .module-btn .left-side .module-btn--info small {
    font-size: 12px;
    margin: 0 0 4px;
  }
}
.section-product--rec .btn-wrapper .module-btn .left-side .module-btn--info p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
}
@media (max-width: 991px) {
  .section-product--rec .btn-wrapper .module-btn .left-side .module-btn--info p {
    font-size: 14px;
  }
}
.section-product--rec .btn-wrapper .module-btn .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #488ba4;
  border-radius: 50%;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-product--rec .btn-wrapper .module-btn .image-wrapper {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
}
.section-product--rec .btn-wrapper .module-btn .image-wrapper img {
  display: block;
  width: 22px;
}
@media (max-width: 991px) {
  .section-product--rec .btn-wrapper .module-btn .image-wrapper img {
    width: 14px;
  }
}

.section-main--practice .main-wrapper .left-side .main-content--bottom blockquote {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  padding: 26px 40px;
  backdrop-filter: blur(20px);
  background: rgba(39, 45, 63, 0.2);
  border: 1px solid #3d4352;
  border-radius: 20px;
  width: 100%;
  max-width: 475px;
  margin: 100px 0 80px 0;
}
@media (max-width: 1430px) {
  .section-main--practice .main-wrapper .left-side .main-content--bottom blockquote {
    max-width: 100%;
  }
}
@media (max-width: 1141px) {
  .section-main--practice .main-wrapper .left-side .main-content--bottom blockquote {
    margin: 40px 0;
  }
}
@media (max-width: 991px) {
  .section-main--practice .main-wrapper .left-side .main-content--bottom blockquote {
    margin: 0;
    font-size: 12px;
    padding: 16px;
    border-radius: 10px;
  }
}
.section-main--practice .main-wrapper .left-side .main-content--bottom blockquote b {
  font-weight: 700;
}
.section-main--practice .main-wrapper .right-side {
  width: calc(100% - 810px);
}
@media (max-width: 1430px) {
  .section-main--practice .main-wrapper .right-side {
    width: calc(100% - 620px);
  }
}
@media (max-width: 1141px) {
  .section-main--practice .main-wrapper .right-side {
    width: calc(100% - 520px);
  }
}
@media (max-width: 991px) {
  .section-main--practice .main-wrapper .right-side {
    display: none;
  }
}
.section-main--practice .main-wrapper .right-side img {
  display: block;
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.section-practice--study {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .section-practice--study {
    padding: 35px 0;
  }
}
.section-practice--study .practice-study--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 70px 60px 70px 80px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 25px;
}
@media (max-width: 1430px) {
  .section-practice--study .practice-study--wrapper {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .section-practice--study .practice-study--wrapper {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
}
.section-practice--study .practice-study--wrapper .left-side {
  width: calc(100% - 590px);
}
@media (max-width: 1430px) {
  .section-practice--study .practice-study--wrapper .left-side {
    width: calc(100% - 430px);
  }
}
@media (max-width: 991px) {
  .section-practice--study .practice-study--wrapper .left-side {
    width: 100%;
    margin: 0 0 40px;
  }
}
.section-practice--study .practice-study--wrapper .left-side h2 {
  text-align: left;
  margin: 0 0 25px;
}
.section-practice--study .practice-study--wrapper .left-side p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #586877;
  margin: 0 0 30px;
}
@media (max-width: 1141px) {
  .section-practice--study .practice-study--wrapper .left-side p {
    font-size: 18px;
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .section-practice--study .practice-study--wrapper .left-side p {
    font-size: 12px;
    margin: 0 0 22px;
  }
}
.section-practice--study .practice-study--wrapper .left-side .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
@media (max-width: 1141px) {
  .section-practice--study .practice-study--wrapper .left-side .btns-wrapper {
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .section-practice--study .practice-study--wrapper .left-side .btns-wrapper {
    margin: 0 0 18px;
  }
}
.section-practice--study .practice-study--wrapper .left-side .btns-wrapper .btn {
  width: calc(50% - 12px);
}
@media (max-width: 1141px) {
  .section-practice--study .practice-study--wrapper .left-side .btns-wrapper .btn {
    width: 100%;
    margin: 8px 0;
  }
}
@media (max-width: 991px) {
  .section-practice--study .practice-study--wrapper .left-side .btns-wrapper .btn {
    margin: 5px 0;
  }
}
.section-practice--study .practice-study--wrapper .left-side .link-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 28px;
  line-height: 0.85714;
  color: #005e80;
}
@media (max-width: 1141px) {
  .section-practice--study .practice-study--wrapper .left-side .link-more {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-practice--study .practice-study--wrapper .left-side .link-more {
    font-size: 12px;
  }
}
.section-practice--study .practice-study--wrapper .left-side .link-more:hover img {
  transform: translateX(7px);
}
.section-practice--study .practice-study--wrapper .left-side .link-more img {
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  object-fit: contain;
  transition: 0.3s all ease;
  margin: 0 0 0 9px;
}
@media (max-width: 1141px) {
  .section-practice--study .practice-study--wrapper .left-side .link-more img {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
}
@media (max-width: 991px) {
  .section-practice--study .practice-study--wrapper .left-side .link-more img {
    width: 12px;
    height: 12px;
    min-width: 12px;
    margin: 0 0 0 6px;
  }
}
.section-practice--study .practice-study--wrapper .right-side {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 1430px) {
  .section-practice--study .practice-study--wrapper .right-side {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .section-practice--study .practice-study--wrapper .right-side {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }
}
.section-practice--study .practice-study--wrapper .right-side .media-image {
  position: relative;
}
@media (max-width: 991px) {
  .section-practice--study .practice-study--wrapper .right-side .media-image {
    max-width: 270px;
  }
}
.section-practice--study .practice-study--wrapper .right-side .media-image:hover img {
  transform: rotate(1deg) scale(1.05);
}
.section-practice--study .practice-study--wrapper .right-side .media-image:hover:before {
  transform: rotate(-2deg);
}
.section-practice--study .practice-study--wrapper .right-side .media-image:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  transform: rotate(-3deg);
  background: #ebf1f4;
  border-radius: 30px;
  transition: 0.3s all ease;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-practice--study .practice-study--wrapper .right-side .media-image:before {
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border-radius: 20px;
  }
}
.section-practice--study .practice-study--wrapper .right-side .media-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 5px solid #fff;
  border-radius: 30px;
  transition: 0.3s all ease;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-practice--study .practice-study--wrapper .right-side .media-image img {
    border-radius: 20px;
  }
}
.section-practice--study .practice-study--wrapper .right-side .media-image p {
  position: absolute;
  bottom: -33px;
  left: -24px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #0f172a;
  padding: 12px 24px;
  border-radius: 25px;
  background: #fff;
  z-index: 2;
}
@media (max-width: 1430px) {
  .section-practice--study .practice-study--wrapper .right-side .media-image p {
    bottom: -20px;
    left: -20px;
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-practice--study .practice-study--wrapper .right-side .media-image p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-practice--study .practice-study--wrapper .right-side .media-image p {
    font-size: 10px;
    padding: 13px 19px;
    border-radius: 10px;
    bottom: 12px;
    left: 12px;
    line-height: 1.3;
  }
}

.section-practice--how {
  background: #fff;
  padding: 120px 0 100px 0;
}
@media (max-width: 991px) {
  .section-practice--how {
    padding: 50px 0;
  }
}
.section-practice--how .row {
  margin: -12px;
}
@media (max-width: 991px) {
  .section-practice--how .row {
    margin: -4px !important;
  }
}
.section-practice--how .row [class*=col-] {
  padding: 12px;
}
@media (max-width: 991px) {
  .section-practice--how .row [class*=col-] {
    padding: 4px !important;
  }
}
.section-practice--how .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-practice--how .title-wrapper {
    margin: 0 0 30px;
  }
}
.section-practice--how .title-wrapper h2 {
  width: 50%;
  text-align: left;
  margin: 0;
}
@media (max-width: 991px) {
  .section-practice--how .title-wrapper h2 {
    width: 100%;
    margin: 0 0 20px;
  }
}
.section-practice--how .title-wrapper p {
  width: 50%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #0f172a;
}
@media (max-width: 991px) {
  .section-practice--how .title-wrapper p {
    font-size: 14px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .section-practice--how .title-wrapper p br {
    display: none;
  }
}
.section-practice--how .practice-how--item {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f8fafc;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  min-height: 210px;
}
@media (max-width: 991px) {
  .section-practice--how .practice-how--item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    border-radius: 10px;
    background: linear-gradient(180deg, #005e80 0%, #003e54 100%) !important;
    min-height: initial;
  }
}
.section-practice--how .practice-how--item .icn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background: #b7d2db;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .section-practice--how .practice-how--item .icn-wrapper {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: #488ba4;
    border-radius: 5px;
    margin: 0 20px 0 0;
  }
}
.section-practice--how .practice-how--item .icn-wrapper img {
  display: block;
}
@media (max-width: 991px) {
  .section-practice--how .practice-how--item .icn-wrapper img {
    width: 30px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(39%) saturate(3%) hue-rotate(299deg) brightness(112%) contrast(100%);
  }
}
.section-practice--how .practice-how--item p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.21429;
  color: #0f172a;
  position: relative;
  z-index: 2;
}
@media (max-width: 1430px) {
  .section-practice--how .practice-how--item p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-practice--how .practice-how--item p {
    font-size: 12px;
    color: #fff;
  }
}
.section-practice--how .practice-how--item p b {
  font-weight: 700;
}
.section-practice--how .practice-how--item .practice-how--img {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-practice--how .practice-how--item .practice-how--img {
    display: none;
  }
}
.section-practice--how .practice-how--item--green {
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
}
.section-practice--how .practice-how--item--green .icn-wrapper {
  background: #488ba4;
}
.section-practice--how .practice-how--item--green p {
  color: #fff;
}
@media (max-width: 991px) {
  .section-practice--how .practice-how--item--green p {
    color: #fff;
  }
}

.section-practice--guided {
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  padding: 100px 0;
}
@media (max-width: 991px) {
  .section-practice--guided {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section-practice--guided .container {
    padding: 0;
  }
}
.section-practice--guided .practice-guided--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-practice--guided .practice-guided--wrapper .left-side {
  width: 50%;
}
@media (max-width: 991px) {
  .section-practice--guided .practice-guided--wrapper .left-side {
    width: 100%;
    padding: 0 15px 20px 15px;
  }
}
.section-practice--guided .practice-guided--wrapper .left-side h2 {
  text-align: left;
  color: #fff;
}
.section-practice--guided .practice-guided--wrapper .left-side p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 60px;
}
@media (max-width: 1430px) {
  .section-practice--guided .practice-guided--wrapper .left-side p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-practice--guided .practice-guided--wrapper .left-side p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-practice--guided .practice-guided--wrapper .left-side p {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
.section-practice--guided .practice-guided--wrapper .left-side p:nth-last-child(1) {
  margin: 0;
}
.section-practice--guided .practice-guided--wrapper .left-side ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section-practice--guided .practice-guided--wrapper .left-side ul {
    margin: 0 0 10px;
  }
}
.section-practice--guided .practice-guided--wrapper .left-side ul li {
  display: flex;
  align-items: center;
  width: calc(50% - 10px);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #1a6e8d;
  border: 1px solid #488ba4;
  border-radius: 25px;
  padding: 35px;
  margin: 0 0 20px;
}
@media (max-width: 1430px) {
  .section-practice--guided .practice-guided--wrapper .left-side ul li {
    padding: 20px;
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-practice--guided .practice-guided--wrapper .left-side ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-practice--guided .practice-guided--wrapper .left-side ul li {
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0 0 7px;
  }
}
.section-practice--guided .practice-guided--wrapper .right-side {
  width: 50%;
  padding: 0 0 0 100px;
}
@media (max-width: 1430px) {
  .section-practice--guided .practice-guided--wrapper .right-side {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-practice--guided .practice-guided--wrapper .right-side {
    width: 100%;
    padding: 0;
  }
}
.section-practice--guided .practice-guided--wrapper .right-side img {
  display: block;
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .section-practice--guided .practice-guided--wrapper .right-side img {
    border-radius: 0;
  }
}

.section-practice--what {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .section-practice--what {
    padding: 50px 0 35px 0;
  }
}
.section-practice--what .row {
  margin: -10px;
}
@media (max-width: 991px) {
  .section-practice--what .row {
    margin: -4px !important;
  }
}
.section-practice--what .row [class*=col-] {
  padding: 10px;
}
@media (max-width: 991px) {
  .section-practice--what .row [class*=col-] {
    padding: 4px !important;
  }
  .section-practice--what .row [class*=col-]:nth-child(1) {
    order: 1;
  }
  .section-practice--what .row [class*=col-]:nth-child(2) {
    order: 2;
  }
  .section-practice--what .row [class*=col-]:nth-child(3) {
    order: 3;
  }
  .section-practice--what .row [class*=col-]:nth-child(4) {
    order: 6;
  }
  .section-practice--what .row [class*=col-]:nth-child(5) {
    order: 4;
  }
  .section-practice--what .row [class*=col-]:nth-child(6) {
    order: 5;
  }
}
.section-practice--what .practice-what--item {
  border-radius: 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #cce0e6;
  padding: 30px 30px 70px 30px;
  height: 100%;
}
@media (max-width: 1430px) {
  .section-practice--what .practice-what--item {
    padding: 20px 20px 30px 20px;
  }
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--item {
    border-radius: 10px;
    padding: 15px 10px 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  }
}
.section-practice--what .practice-what--item .icn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  width: 60px;
  height: 60px;
  margin: 0 0 75px;
}
@media (max-width: 1430px) {
  .section-practice--what .practice-what--item .icn-wrapper {
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--item .icn-wrapper {
    width: 45px;
    height: 45px;
    margin: 0 auto 15px;
    border-radius: 5px;
  }
}
.section-practice--what .practice-what--item .icn-wrapper img {
  display: block;
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--item .icn-wrapper img {
    width: 22px;
  }
}
.section-practice--what .practice-what--item p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.21429;
  text-align: center;
  color: #000;
}
@media (max-width: 1430px) {
  .section-practice--what .practice-what--item p {
    font-size: 22px;
  }
}
@media (max-width: 1141px) {
  .section-practice--what .practice-what--item p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--item p {
    font-size: 14px;
  }
}
.section-practice--what .practice-what--comparison {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
  height: 100%;
}
@media (max-width: 1430px) {
  .section-practice--what .practice-what--comparison {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--comparison {
    border-radius: 10px;
    padding: 15px 10px 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  }
}
.section-practice--what .practice-what--comparison .practice-comparison--top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--comparison .practice-comparison--top {
    margin: 0 0 12px;
  }
}
.section-practice--what .practice-what--comparison .practice-comparison--top span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #737373;
}
@media (max-width: 1430px) {
  .section-practice--what .practice-what--comparison .practice-comparison--top span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-practice--what .practice-what--comparison .practice-comparison--top span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--comparison .practice-comparison--top span {
    font-size: 12px;
  }
}
.section-practice--what .practice-what--comparison .practice-comparison--top p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: right;
  color: #005e80;
}
@media (max-width: 1430px) {
  .section-practice--what .practice-what--comparison .practice-comparison--top p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-practice--what .practice-what--comparison .practice-comparison--top p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--comparison .practice-comparison--top p {
    font-size: 12px;
  }
}
.section-practice--what .practice-what--comparison .practice-comparison--middle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--comparison .practice-comparison--middle {
    margin: 0 0 7px;
  }
}
.section-practice--what .practice-what--comparison .practice-comparison--middle span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1875;
  color: #737373;
}
@media (max-width: 1430px) {
  .section-practice--what .practice-what--comparison .practice-comparison--middle span {
    font-size: 32px;
  }
}
@media (max-width: 1141px) {
  .section-practice--what .practice-what--comparison .practice-comparison--middle span {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--comparison .practice-comparison--middle span {
    font-size: 18px;
  }
}
.section-practice--what .practice-what--comparison .practice-comparison--middle img {
  display: block;
  width: 35px;
  min-width: 35px;
  height: 35px;
  margin: 0 7px;
}
@media (max-width: 1141px) {
  .section-practice--what .practice-what--comparison .practice-comparison--middle img {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--comparison .practice-comparison--middle img {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
}
.section-practice--what .practice-what--comparison .practice-comparison--middle p {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 68px;
  line-height: 1.16176;
  text-align: right;
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1430px) {
  .section-practice--what .practice-what--comparison .practice-comparison--middle p {
    font-size: 40px;
  }
}
@media (max-width: 1141px) {
  .section-practice--what .practice-what--comparison .practice-comparison--middle p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--comparison .practice-comparison--middle p {
    font-size: 24px;
  }
}
.section-practice--what .practice-what--comparison .practice-comparison--bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--comparison .practice-comparison--bottom {
    margin: 0 0 7px;
  }
}
.section-practice--what .practice-what--comparison .practice-comparison--bottom span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #737373;
}
@media (max-width: 1430px) {
  .section-practice--what .practice-what--comparison .practice-comparison--bottom span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-practice--what .practice-what--comparison .practice-comparison--bottom span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--comparison .practice-comparison--bottom span {
    font-size: 12px;
  }
}
.section-practice--what .practice-what--comparison .practice-comparison--bottom p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: right;
  color: #005e80;
}
@media (max-width: 1430px) {
  .section-practice--what .practice-what--comparison .practice-comparison--bottom p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-practice--what .practice-what--comparison .practice-comparison--bottom p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--comparison .practice-comparison--bottom p {
    font-size: 12px;
  }
}
.section-practice--what .practice-what--comparison .practice-comparison--info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-practice--what .practice-what--comparison .practice-comparison--info span {
  display: block;
  width: calc(100% - 55px);
  background: #005e80;
  border-radius: 10px;
  height: 20px;
}
@media (max-width: 1141px) {
  .section-practice--what .practice-what--comparison .practice-comparison--info span {
    height: 15px;
  }
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--comparison .practice-comparison--info span {
    height: 10px;
  }
}
.section-practice--what .practice-what--comparison .practice-comparison--info .icn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: #e2e8f0;
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--comparison .practice-comparison--info .icn-wrapper {
    background: transparent;
    border-radius: 0;
    width: initial;
    height: initial;
  }
}
.section-practice--what .practice-what--comparison .practice-comparison--info .icn-wrapper img {
  display: block;
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--comparison .practice-comparison--info .icn-wrapper img {
    width: 23px;
  }
}
.section-practice--what .practice-what--status {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 68px 30px;
  height: 100%;
}
@media (max-width: 1430px) {
  .section-practice--what .practice-what--status {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--status {
    border-radius: 10px;
    padding: 15px 10px 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  }
}
.section-practice--what .practice-what--status p {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #005e80;
  margin: 0 0 6px;
}
@media (max-width: 1430px) {
  .section-practice--what .practice-what--status p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-practice--what .practice-what--status p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--status p {
    font-size: 12px;
    margin: 0 0 4px;
  }
}
.section-practice--what .practice-what--status h3 {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 68px;
  line-height: 1.16176;
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 40px;
}
@media (max-width: 1430px) {
  .section-practice--what .practice-what--status h3 {
    font-size: 40px;
  }
}
@media (max-width: 1141px) {
  .section-practice--what .practice-what--status h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .section-practice--what .practice-what--status h3 {
    font-size: 24px;
    margin: 0 0 14px;
  }
}
.section-practice--what .practice-what--status .btn {
  min-width: 325px;
}
@media (max-width: 767px) {
  .section-practice--what .practice-what--status .btn {
    min-width: 100%;
  }
}

.section-practice--guaranty {
  padding: 120px 0 100px 0;
  background: #fff;
}
@media (max-width: 991px) {
  .section-practice--guaranty {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section-practice--guaranty .container {
    padding: 0;
  }
}
.section-practice--guaranty .practice-guaranty--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-practice--guaranty .practice-guaranty--wrapper .left-side {
  width: calc(50% - 30px);
}
@media (max-width: 1430px) {
  .section-practice--guaranty .practice-guaranty--wrapper .left-side {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .section-practice--guaranty .practice-guaranty--wrapper .left-side {
    order: 2;
    width: 100%;
  }
}
.section-practice--guaranty .practice-guaranty--wrapper .left-side img {
  display: block;
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .section-practice--guaranty .practice-guaranty--wrapper .left-side img {
    border-radius: 0;
  }
}
.section-practice--guaranty .practice-guaranty--wrapper .right-side {
  width: calc(50% - 30px);
  position: relative;
}
@media (max-width: 1430px) {
  .section-practice--guaranty .practice-guaranty--wrapper .right-side {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .section-practice--guaranty .practice-guaranty--wrapper .right-side {
    order: 1;
    width: 100%;
    padding: 50px 15px 30px;
  }
}
.section-practice--guaranty .practice-guaranty--wrapper .right-side h2 {
  text-align: left;
}
.section-practice--guaranty .practice-guaranty--wrapper .right-side p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 40px;
}
@media (max-width: 1430px) {
  .section-practice--guaranty .practice-guaranty--wrapper .right-side p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-practice--guaranty .practice-guaranty--wrapper .right-side p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-practice--guaranty .practice-guaranty--wrapper .right-side p {
    font-size: 12px;
    margin: 0 0 21px;
  }
}
.section-practice--guaranty .practice-guaranty--wrapper .right-side ul {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-practice--guaranty .practice-guaranty--wrapper .right-side ul {
    margin: 0 0 30px;
  }
}
.section-practice--guaranty .practice-guaranty--wrapper .right-side ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  position: relative;
  padding: 0 0 0 83px;
  margin: 0 0 44px;
}
@media (max-width: 1430px) {
  .section-practice--guaranty .practice-guaranty--wrapper .right-side ul li {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-practice--guaranty .practice-guaranty--wrapper .right-side ul li {
    font-size: 16px;
    padding: 0 0 0 60px;
  }
}
@media (max-width: 991px) {
  .section-practice--guaranty .practice-guaranty--wrapper .right-side ul li {
    font-size: 12px;
    padding: 0 0 0 39px;
    margin: 0 0 13px;
  }
}
.section-practice--guaranty .practice-guaranty--wrapper .right-side ul li:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 45px;
  height: 45px;
  background: url("../img/li-before.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 1430px) {
  .section-practice--guaranty .practice-guaranty--wrapper .right-side ul li:before {
    top: -12px;
  }
}
@media (max-width: 991px) {
  .section-practice--guaranty .practice-guaranty--wrapper .right-side ul li:before {
    width: 21px;
    height: 21px;
    top: -3px;
  }
}
.section-practice--guaranty .practice-guaranty--wrapper .right-side ul li:nth-last-child(1) {
  margin: 0;
}
.section-practice--guaranty .practice-guaranty--wrapper .right-side blockquote {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #0f172a;
  border: 1px solid #cce0e6;
  border-radius: 20px;
  background: #f2f7f8;
  padding: 30px;
}
@media (max-width: 1430px) {
  .section-practice--guaranty .practice-guaranty--wrapper .right-side blockquote {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-practice--guaranty .practice-guaranty--wrapper .right-side blockquote {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-practice--guaranty .practice-guaranty--wrapper .right-side blockquote {
    align-items: flex-start;
    font-weight: 500;
    font-size: 12px;
    padding: 15px;
    border-radius: 10px;
  }
}
.section-practice--guaranty .practice-guaranty--wrapper .right-side blockquote img {
  display: block;
  width: 45px;
  min-width: 45px;
  object-fit: contain;
  margin: 0 13px 0 0;
}
@media (max-width: 991px) {
  .section-practice--guaranty .practice-guaranty--wrapper .right-side blockquote img {
    width: 30px;
    min-width: 30px;
  }
}

.section-practice--stay {
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  padding: 100px 0;
}
@media (max-width: 991px) {
  .section-practice--stay {
    padding: 50px 0 35px 0;
  }
}
.section-practice--stay h2 {
  color: #fff;
}
@media (max-width: 991px) {
  .section-practice--stay h2 {
    text-align: center;
  }
}
.section-practice--stay .practice-stay--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.section-practice--stay .practice-stay--wrapper .left-side {
  width: 50%;
}
@media (max-width: 991px) {
  .section-practice--stay .practice-stay--wrapper .left-side {
    width: 100%;
    margin: 0 0 40px;
  }
}
.section-practice--stay .practice-stay--wrapper .left-side h3 {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11111;
  color: #b7d2db;
  border-bottom: 1px solid #e2e8f0;
  padding: 0 0 40px;
  margin: 0 0 50px;
}
@media (max-width: 1430px) {
  .section-practice--stay .practice-stay--wrapper .left-side h3 {
    font-size: 32px;
  }
}
@media (max-width: 1141px) {
  .section-practice--stay .practice-stay--wrapper .left-side h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section-practice--stay .practice-stay--wrapper .left-side h3 {
    font-size: 20px;
    padding: 0;
    border-bottom: none;
    margin: 0 0 20px;
  }
}
.section-practice--stay .practice-stay--wrapper .left-side p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.21429;
  color: #fff;
}
@media (max-width: 1430px) {
  .section-practice--stay .practice-stay--wrapper .left-side p {
    font-size: 22px;
  }
}
@media (max-width: 1141px) {
  .section-practice--stay .practice-stay--wrapper .left-side p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-practice--stay .practice-stay--wrapper .left-side p {
    font-size: 14px;
  }
}
.section-practice--stay .practice-stay--wrapper .right-side {
  width: 50%;
  padding: 0 0 0 100px;
}
@media (max-width: 1430px) {
  .section-practice--stay .practice-stay--wrapper .right-side {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-practice--stay .practice-stay--wrapper .right-side {
    width: 100%;
    padding: 0;
  }
}
.section-practice--stay .practice-stay--wrapper .right-side p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.21429;
  color: #b7d2db;
  margin: 0 0 40px;
}
@media (max-width: 1430px) {
  .section-practice--stay .practice-stay--wrapper .right-side p {
    font-size: 22px;
  }
}
@media (max-width: 1141px) {
  .section-practice--stay .practice-stay--wrapper .right-side p {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
.section-practice--stay .practice-stay--wrapper .right-side ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #1a6e8d;
  border: 1px solid #488ba4;
  border-radius: 15px;
  padding: 22px 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #fff;
  margin: 0 0 20px;
}
@media (max-width: 1430px) {
  .section-practice--stay .practice-stay--wrapper .right-side ul li {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-practice--stay .practice-stay--wrapper .right-side ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-practice--stay .practice-stay--wrapper .right-side ul li {
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0 0 7px;
  }
}
.section-practice--stay .practice-stay--wrapper .right-side ul li:nth-last-child(1) {
  margin: 0;
}
.section-practice--stay .practice-stay--wrapper .right-side ul li img {
  display: block;
  width: 30px;
  min-width: 30px;
  margin: 0 23px 0 0;
}
@media (max-width: 991px) {
  .section-practice--stay .practice-stay--wrapper .right-side ul li img {
    width: 22px;
    min-width: 22px;
    margin: 0 12px 0 0;
  }
}

.section-practice--info {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 991px) {
  .section-practice--info {
    padding: 50px 0 35px 0;
    background: #fff;
  }
}
.section-practice--info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 382px;
  height: 419px;
  background: url("../img/practice-info--before.png") center no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 991px) {
  .section-practice--info:before {
    content: none;
  }
}
.section-practice--info .practice-info--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 120px 120px 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
}
@media (max-width: 1430px) {
  .section-practice--info .practice-info--wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 1141px) {
  .section-practice--info .practice-info--wrapper {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .section-practice--info .practice-info--wrapper {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    border: none;
    padding: 0;
  }
}
.section-practice--info .practice-info--wrapper h2 {
  width: 100%;
}
.section-practice--info .practice-info--wrapper .left-side {
  width: calc(50% - 10px);
}
@media (max-width: 991px) {
  .section-practice--info .practice-info--wrapper .left-side {
    width: 100%;
    margin: 0 0 25px;
  }
}
.section-practice--info .practice-info--wrapper .left-side p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 54px;
}
@media (max-width: 1430px) {
  .section-practice--info .practice-info--wrapper .left-side p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-practice--info .practice-info--wrapper .left-side p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-practice--info .practice-info--wrapper .left-side p {
    font-size: 12px;
    margin: 0 0 20px;
  }
}
.section-practice--info .practice-info--wrapper .left-side ul {
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .section-practice--info .practice-info--wrapper .left-side ul {
    margin: 0 0 25px;
  }
}
.section-practice--info .practice-info--wrapper .left-side ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  position: relative;
  padding: 0 0 0 83px;
  margin: 0 0 44px;
}
@media (max-width: 1430px) {
  .section-practice--info .practice-info--wrapper .left-side ul li {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-practice--info .practice-info--wrapper .left-side ul li {
    font-size: 12px;
    padding: 0 0 0 39px;
    margin: 0 0 15px;
  }
}
.section-practice--info .practice-info--wrapper .left-side ul li:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 45px;
  height: 45px;
  background: url("../img/li-before.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 1430px) {
  .section-practice--info .practice-info--wrapper .left-side ul li:before {
    top: -12px;
  }
}
@media (max-width: 991px) {
  .section-practice--info .practice-info--wrapper .left-side ul li:before {
    width: 21px;
    height: 21px;
    top: -3px;
  }
}
.section-practice--info .practice-info--wrapper .left-side ul li:nth-last-child(1) {
  margin: 0;
}
.section-practice--info .practice-info--wrapper .left-side h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #005e80;
}
@media (max-width: 1430px) {
  .section-practice--info .practice-info--wrapper .left-side h5 {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-practice--info .practice-info--wrapper .left-side h5 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-practice--info .practice-info--wrapper .left-side h5 {
    font-size: 12px;
  }
}
.section-practice--info .practice-info--wrapper .right-side {
  width: calc(50% - 10px);
  border-radius: 30px;
  background: #b7d2db;
  padding: 50px 60px;
}
@media (max-width: 1430px) {
  .section-practice--info .practice-info--wrapper .right-side {
    padding: 30px;
  }
}
@media (max-width: 1141px) {
  .section-practice--info .practice-info--wrapper .right-side {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .section-practice--info .practice-info--wrapper .right-side {
    width: 100%;
    border-radius: 10px;
    padding: 20px 15px 30px;
  }
}
.section-practice--info .practice-info--wrapper .right-side p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.21429;
  color: #000;
  margin: 0 0 50px;
}
@media (max-width: 1430px) {
  .section-practice--info .practice-info--wrapper .right-side p {
    font-size: 22px;
  }
}
@media (max-width: 1141px) {
  .section-practice--info .practice-info--wrapper .right-side p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-practice--info .practice-info--wrapper .right-side p {
    margin: 0 0 20px;
  }
}
.section-practice--info .practice-info--wrapper .right-side .btn {
  width: 100%;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .section-practice--info .practice-info--wrapper .right-side .btn {
    margin: 0 0 20px;
  }
}
.section-practice--info .practice-info--wrapper .right-side .more-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.21429;
  color: #005e80;
}
@media (max-width: 1430px) {
  .section-practice--info .practice-info--wrapper .right-side .more-btn {
    font-size: 22px;
  }
}
@media (max-width: 1141px) {
  .section-practice--info .practice-info--wrapper .right-side .more-btn {
    font-size: 18px;
  }
}
.section-practice--info .practice-info--wrapper .right-side .more-btn:hover img {
  transform: translateX(10px);
}
.section-practice--info .practice-info--wrapper .right-side .more-btn img {
  width: 20px;
  min-width: 20px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-practice--info .practice-info--wrapper .right-side .more-btn img {
    width: 8px;
    min-width: 8px;
  }
}

.section-price {
  padding: 50px 0 70px 0;
}
@media (max-width: 991px) {
  .section-price {
    padding: 25px 0 50px 0;
  }
}
.section-price .tabs_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.section-price .tabs_wrapper .nav-tabs {
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 8px 0;
  margin: 0 0 60px;
}
@media (max-width: 1141px) {
  .section-price .tabs_wrapper .nav-tabs {
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .section-price .tabs_wrapper .nav-tabs {
    padding: 10px 12px;
    border-radius: 10px;
  }
}
.section-price .tabs_wrapper .nav-tabs li {
  margin: 0 12px;
}
@media (max-width: 991px) {
  .section-price .tabs_wrapper .nav-tabs li {
    margin: 0 10px;
  }
}
.section-price .tabs_wrapper .nav-tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border-radius: 10px;
  padding: 6px 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #005e80;
  min-height: 44px;
}
@media (max-width: 991px) {
  .section-price .tabs_wrapper .nav-tabs li a {
    font-size: 14px;
    padding: 6px 25px;
    border-radius: 5px;
    min-height: 36px;
  }
}
.section-price .tabs_wrapper .nav-tabs li a:hover, .section-price .tabs_wrapper .nav-tabs li a.active {
  background: #003e54;
  color: #fff;
}
.section-price .tabs_wrapper .tab-content {
  width: 100%;
}
.section-price .tabs_wrapper .tab-content .row {
  margin: -10px;
  align-items: flex-end;
}
@media (max-width: 1141px) {
  .section-price .tabs_wrapper .tab-content .row {
    margin: -5px !important;
  }
}
.section-price .tabs_wrapper .tab-content .row [class*=col-] {
  padding: 10px;
}
@media (max-width: 1141px) {
  .section-price .tabs_wrapper .tab-content .row [class*=col-] {
    padding: 5px !important;
  }
}
.section-price .tabs_wrapper .tab-content .price-slider--mob {
  position: relative;
}
.section-price .tabs_wrapper .tab-content .price-slider--mob .slick-dots {
  display: none;
}
@media (max-width: 991px) {
  .section-price .tabs_wrapper .tab-content .price-slider--mob .slick-dots {
    display: flex;
    bottom: -25px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section-price .tabs_wrapper .tab-content .price-slider--mob .slick-dots button {
  display: none;
}
.section-price .tabs_wrapper .tab-content .price-slider--mob .slick-dots li {
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  margin: 0 3px;
  cursor: pointer;
  transition: 0.3s all ease;
  border-radius: 50%;
}
.section-price .tabs_wrapper .tab-content .price-slider--mob .slick-dots li.slick-active {
  background: #488ba4;
  border-radius: 50%;
  width: 10px;
}
.section-price .tabs_wrapper .tab-content .price-slider--mob .slick-dots li:hover {
  background: #488ba4;
}
.section-price .tabs_wrapper .tab-content .price-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 35px 35px 45px 35px;
  min-height: 1700px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1430px) {
  .section-price .tabs_wrapper .tab-content .price-item {
    padding: 20px 12px;
    min-height: 1430px;
  }
}
@media (max-width: 1141px) {
  .section-price .tabs_wrapper .tab-content .price-item {
    min-height: 1220px;
  }
}
@media (max-width: 991px) {
  .section-price .tabs_wrapper .tab-content .price-item {
    border-radius: 10px;
    padding: 15px;
    min-height: 900px;
  }
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--top {
  width: 100%;
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--top .icn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  border-radius: 15px;
  margin: 0 0 32px;
}
@media (max-width: 1430px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top .icn-wrapper {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    margin: 0 0 16px;
  }
}
@media (max-width: 991px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top .icn-wrapper {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    margin: 0 0 30px;
  }
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--top .icn-wrapper img {
  display: block;
  width: 40px;
  object-fit: contain;
}
@media (max-width: 1430px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top .icn-wrapper img {
    width: 24px;
  }
}
@media (max-width: 991px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top .icn-wrapper img {
    width: 21px;
  }
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--top h4 {
  margin: 0 0 15px;
}
@media (max-width: 1141px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top h4 {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top h4 {
    margin: 0 0 3px;
  }
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--top p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33333;
  color: #0f172a;
  margin: 0 0 18px;
}
@media (max-width: 1430px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top p {
    font-size: 16px;
    margin: 0 0 12px;
  }
}
@media (max-width: 1141px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top p {
    font-size: 12px;
  }
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--top .accent-info {
  background: #b7d2db;
  border-radius: 10px;
  padding: 10px 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.66667;
  color: #0f172a;
  margin: 0 0 16px;
}
@media (max-width: 1430px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top .accent-info {
    font-size: 16px;
  }
}
@media (max-width: 1141px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top .accent-info {
    font-size: 14px;
    padding: 6px 10px;
  }
}
@media (max-width: 991px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top .accent-info {
    font-size: 12px;
    border-radius: 10px;
    padding: 9px 15px;
    margin: 0 0 8px;
  }
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--top ul {
  padding: 34px 0;
  border-bottom: 1px solid #e2e8f0;
}
@media (max-width: 1430px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top ul {
    padding: 24px 0;
  }
}
@media (max-width: 991px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top ul {
    padding: 12px 0;
  }
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--top ul:nth-last-child(1) {
  border-bottom: none;
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--top ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  position: relative;
  padding: 0 0 0 63px;
  margin: 0 0 36px;
}
@media (max-width: 1430px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top ul li {
    font-size: 16px;
    padding: 0 0 0 48px;
  }
}
@media (max-width: 1141px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top ul li {
    font-size: 14px;
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top ul li {
    font-size: 12px;
    padding: 0 0 0 39px;
    margin: 0 0 13px;
  }
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--top ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 45px;
  background: url("../img/li-before.svg") center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media (max-width: 1430px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top ul li:before {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 991px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--top ul li:before {
    width: 21px;
    height: 21px;
  }
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--top ul li:nth-last-child(1) {
  margin: 0;
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--bottom {
  width: 100%;
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .summary-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
  background: #b7d2db;
  padding: 20px 24px 32px;
}
@media (max-width: 1430px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .summary-wrapper {
    padding: 16px;
  }
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .summary-wrapper .summary-left h4 {
  margin: 0;
}
@media (max-width: 1430px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .summary-wrapper .summary-left h4 {
    font-size: 20px;
  }
}
@media (max-width: 1141px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .summary-wrapper .summary-left h4 {
    font-size: 18px;
  }
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .summary-wrapper .summary-right {
  min-width: 160px;
}
@media (max-width: 1430px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .summary-wrapper .summary-right {
    min-width: 130px;
  }
}
@media (max-width: 1141px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .summary-wrapper .summary-right {
    min-width: 115px;
  }
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .summary-wrapper .summary-right span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-decoration: line-through;
  text-align: right;
  color: #0f172a;
  margin: 0 0 6px;
}
@media (max-width: 1430px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .summary-wrapper .summary-right span {
    font-size: 16px;
  }
}
@media (max-width: 1141px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .summary-wrapper .summary-right span {
    font-size: 14px;
  }
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .summary-wrapper .summary-right h4 {
  text-align: right;
  margin: 0;
}
@media (max-width: 1430px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .summary-wrapper .summary-right h4 {
    font-size: 20px;
  }
}
@media (max-width: 1141px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .summary-wrapper .summary-right h4 {
    font-size: 18px;
  }
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .btns-wrapper .btn {
  width: 100%;
  margin: 24px 0 0 0;
}
@media (max-width: 1430px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .btns-wrapper .btn {
    margin: 12px 0 0 0;
  }
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .btn-wrapper .btn {
  width: calc(50% - 10px);
  margin: 24px 0 0 0;
}
@media (max-width: 1430px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .btn-wrapper .btn {
    margin: 12px 0 0 0;
  }
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--bottom .btn-wrapper .btn:nth-child(1) {
  width: 100%;
}
.section-price .tabs_wrapper .tab-content .price-item .price-item--label {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  color: #0f172a;
  background: #dbeafe;
  padding: 2px 16px;
  border-radius: 0 0 0 20px;
}
@media (max-width: 991px) {
  .section-price .tabs_wrapper .tab-content .price-item .price-item--label {
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 0 0 0 10px;
  }
}
.section-price .tabs_wrapper .tab-content .price-item--accent {
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
}
.section-price .tabs_wrapper .tab-content .price-item--accent .price-item--top {
  width: 100%;
}
.section-price .tabs_wrapper .tab-content .price-item--accent .price-item--top .icn-wrapper {
  background: #fff;
}
.section-price .tabs_wrapper .tab-content .price-item--accent .price-item--top h4 {
  color: #fff;
}
.section-price .tabs_wrapper .tab-content .price-item--accent .price-item--top p {
  color: #fff;
}
.section-price .tabs_wrapper .tab-content .price-item--accent .price-item--top .accent-info {
  background: #1a6e8d;
  border: 1px solid #488ba4;
  color: #fff;
}
.section-price .tabs_wrapper .tab-content .price-item--accent .price-item--top ul li {
  color: #fff;
}
.section-price .tabs_wrapper .tab-content .price-item--accent .price-item--bottom .summary-wrapper {
  background: #1a6e8d;
  border: 1px solid #488ba4;
}
.section-price .tabs_wrapper .tab-content .price-item--accent .price-item--bottom .summary-wrapper .summary-left h4 {
  color: #fff;
}
.section-price .tabs_wrapper .tab-content .price-item--accent .price-item--bottom .summary-wrapper .summary-right span {
  color: #fff;
}
.section-price .tabs_wrapper .tab-content .price-item--accent .price-item--bottom .summary-wrapper .summary-right h4 {
  color: #fff;
}

.section-price--choice {
  padding: 100px 0;
  background: #fff;
}
@media (max-width: 991px) {
  .section-price--choice {
    padding: 50px 0 35px 0;
  }
}
.section-price--choice .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-price--choice .title-wrapper {
    margin: 0 0 30px;
  }
}
.section-price--choice .title-wrapper h2 {
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-price--choice .title-wrapper h2 {
    margin: 0 0 12px;
  }
}
.section-price--choice .title-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  color: #0f172a;
}
@media (max-width: 991px) {
  .section-price--choice .title-wrapper p {
    text-align: left;
    font-size: 14px;
  }
}
.section-price--choice .price-choice--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-price--choice .price-choice--wrapper .price-choice--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: calc(33.3333333333% - 10px);
  border: 1px solid #e2e8f0;
  border-radius: 30px;
  background: #ebf1f4;
  padding: 35px 35px 40px;
  height: 100%;
  min-height: 420px;
}
@media (max-width: 1430px) {
  .section-price--choice .price-choice--wrapper .price-choice--item {
    padding: 30px;
    min-height: 375px;
  }
}
@media (max-width: 1141px) {
  .section-price--choice .price-choice--wrapper .price-choice--item {
    padding: 30px 15px;
    min-height: 355px;
  }
}
@media (max-width: 991px) {
  .section-price--choice .price-choice--wrapper .price-choice--item {
    width: 100%;
    padding: 15px 15px 25px;
    border-radius: 10px;
    min-height: initial;
    margin: 0 0 15px;
  }
}
.section-price--choice .price-choice--wrapper .price-choice--item:hover {
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  transform: translateY(-20px);
}
@media (max-width: 991px) {
  .section-price--choice .price-choice--wrapper .price-choice--item:hover {
    transform: translate(0);
  }
}
.section-price--choice .price-choice--wrapper .price-choice--item:hover .price-choice--top .icn-wrapper {
  background: #e2e8f0;
}
.section-price--choice .price-choice--wrapper .price-choice--item:hover .price-choice--top .icn-wrapper img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(30%) saturate(3110%) hue-rotate(165deg) brightness(91%) contrast(103%);
}
.section-price--choice .price-choice--wrapper .price-choice--item:hover .price-choice--top p {
  color: #fff;
}
.section-price--choice .price-choice--wrapper .price-choice--item:hover .price-choice--top span {
  color: #fff;
}
.section-price--choice .price-choice--wrapper .price-choice--item:hover .price-choice--bottom {
  border-top: 1px solid #005e80;
}
.section-price--choice .price-choice--wrapper .price-choice--item:hover .price-choice--bottom span {
  color: #dbeafe;
}
.section-price--choice .price-choice--wrapper .price-choice--item:hover .price-choice--bottom span img {
  filter: brightness(0) saturate(100%) invert(96%) sepia(28%) saturate(4682%) hue-rotate(177deg) brightness(100%) contrast(114%);
}
.section-price--choice .price-choice--wrapper .price-choice--item .price-choice--top {
  width: 100%;
  padding: 0 0 30px;
}
@media (max-width: 991px) {
  .section-price--choice .price-choice--wrapper .price-choice--item .price-choice--top {
    padding: 0 0 20px;
  }
}
.section-price--choice .price-choice--wrapper .price-choice--item .price-choice--top .icn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 25px;
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  margin: 0 auto 35px;
}
@media (max-width: 1430px) {
  .section-price--choice .price-choice--wrapper .price-choice--item .price-choice--top .icn-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 991px) {
  .section-price--choice .price-choice--wrapper .price-choice--item .price-choice--top .icn-wrapper {
    width: 53px;
    height: 53px;
    border-radius: 5px;
    margin: 0 auto 15px;
  }
}
.section-price--choice .price-choice--wrapper .price-choice--item .price-choice--top .icn-wrapper img {
  display: block;
  height: 45px;
}
@media (max-width: 1430px) {
  .section-price--choice .price-choice--wrapper .price-choice--item .price-choice--top .icn-wrapper img {
    height: 40px;
  }
}
@media (max-width: 991px) {
  .section-price--choice .price-choice--wrapper .price-choice--item .price-choice--top .icn-wrapper img {
    height: 25px;
  }
}
.section-price--choice .price-choice--wrapper .price-choice--item .price-choice--top p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #0f172a;
  margin: 0 0 15px;
}
@media (max-width: 1430px) {
  .section-price--choice .price-choice--wrapper .price-choice--item .price-choice--top p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-price--choice .price-choice--wrapper .price-choice--item .price-choice--top p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-price--choice .price-choice--wrapper .price-choice--item .price-choice--top p {
    font-size: 14px;
    margin: 0 0 8px;
  }
}
.section-price--choice .price-choice--wrapper .price-choice--item .price-choice--top span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-price--choice .price-choice--wrapper .price-choice--item .price-choice--top span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-price--choice .price-choice--wrapper .price-choice--item .price-choice--top span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-price--choice .price-choice--wrapper .price-choice--item .price-choice--top span {
    font-size: 14px;
  }
}
.section-price--choice .price-choice--wrapper .price-choice--item .price-choice--bottom {
  width: 100%;
  border-top: 1px solid #b7d2db;
  padding: 40px 0 0 0;
}
@media (max-width: 991px) {
  .section-price--choice .price-choice--wrapper .price-choice--item .price-choice--bottom {
    padding: 15px 0 0 0;
  }
}
.section-price--choice .price-choice--wrapper .price-choice--item .price-choice--bottom span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 0.85714;
  color: #005e80;
}
@media (max-width: 1430px) {
  .section-price--choice .price-choice--wrapper .price-choice--item .price-choice--bottom span {
    font-size: 22px;
  }
}
@media (max-width: 1141px) {
  .section-price--choice .price-choice--wrapper .price-choice--item .price-choice--bottom span {
    font-size: 18px;
  }
}
.section-price--choice .price-choice--wrapper .price-choice--item .price-choice--bottom span img {
  display: block;
  width: 20px;
  min-width: 20px;
  object-fit: contain;
  margin: 0 0 0 20px;
}
@media (max-width: 991px) {
  .section-price--choice .price-choice--wrapper .price-choice--item .price-choice--bottom span img {
    width: 14px;
    min-width: 14px;
    margin: 0 0 0 8px;
  }
}

.section-price--how {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .section-price--how {
    padding: 50px 0;
  }
}
.section-price--how .price-how--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-price--how .price-how--wrapper .left-side {
  width: calc(50% - 40px);
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 50px 50px 40px;
}
@media (max-width: 1430px) {
  .section-price--how .price-how--wrapper .left-side {
    width: calc(50% - 15px);
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .section-price--how .price-how--wrapper .left-side {
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    width: 100%;
  }
}
.section-price--how .price-how--wrapper .left-side .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-price--how .price-how--wrapper .left-side .title-wrapper {
    margin: 0 0 30px;
  }
}
.section-price--how .price-how--wrapper .left-side .title-wrapper h2 {
  text-align: left;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-price--how .price-how--wrapper .left-side .title-wrapper h2 {
    margin: 0 0 12px;
  }
}
.section-price--how .price-how--wrapper .left-side .title-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #0f172a;
}
@media (max-width: 991px) {
  .section-price--how .price-how--wrapper .left-side .title-wrapper p {
    font-size: 14px;
  }
}
.section-price--how .price-how--wrapper .left-side ol li {
  position: relative;
  counter-increment: orderedListCounter;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #0f172a;
  padding: 0 0 0 80px;
  margin: 0 0 42px;
}
@media (max-width: 1430px) {
  .section-price--how .price-how--wrapper .left-side ol li {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-price--how .price-how--wrapper .left-side ol li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-price--how .price-how--wrapper .left-side ol li {
    font-size: 14px;
    margin: 0 0 20px;
    padding: 0 0 0 45px;
  }
}
.section-price--how .price-how--wrapper .left-side ol li:before {
  content: counter(orderedListCounter);
  position: absolute;
  top: -9px;
  left: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  border-radius: 50%;
  background: #b7d2db;
  transition: 0.3s all ease;
}
@media (max-width: 1430px) {
  .section-price--how .price-how--wrapper .left-side ol li:before {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-price--how .price-how--wrapper .left-side ol li:before {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-price--how .price-how--wrapper .left-side ol li:before {
    font-size: 14px;
    width: 30px;
    height: 30px;
    top: -5px;
  }
}
.section-price--how .price-how--wrapper .left-side .btn {
  width: 100%;
  margin: 20px 0 0 0;
}
.section-price--how .price-how--wrapper .right-side {
  width: calc(50% - 40px);
}
@media (max-width: 1430px) {
  .section-price--how .price-how--wrapper .right-side {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .section-price--how .price-how--wrapper .right-side {
    display: none;
  }
}
.section-price--how .price-how--wrapper .right-side img {
  display: block;
  width: 100%;
  object-fit: contain;
  transition: 0.3s all ease;
}
.section-price--how .price-how--wrapper .right-side img:hover {
  transform: scale(1.05);
}

.section-qna--payment {
  padding: 120px 0;
  background: #fff;
}
@media (max-width: 991px) {
  .section-qna--payment {
    padding: 50px 0 35px 0;
  }
}
.section-qna--payment .qna-payment--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-qna--payment .qna-payment--wrapper .left-side {
  width: 100%;
  max-width: 390px;
}
@media (max-width: 1430px) {
  .section-qna--payment .qna-payment--wrapper .left-side {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .section-qna--payment .qna-payment--wrapper .left-side {
    max-width: 100%;
  }
}
.section-qna--payment .qna-payment--wrapper .left-side h2 {
  text-align: left;
}
@media (max-width: 991px) {
  .section-qna--payment .qna-payment--wrapper .left-side h2 {
    text-align: center;
  }
}
.section-qna--payment .qna-payment--wrapper .left-side p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 60px;
}
@media (max-width: 1430px) {
  .section-qna--payment .qna-payment--wrapper .left-side p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-qna--payment .qna-payment--wrapper .left-side p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-qna--payment .qna-payment--wrapper .left-side p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 30px;
  }
}
.section-qna--payment .qna-payment--wrapper .left-side .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .section-qna--payment .qna-payment--wrapper .left-side .btn {
    display: none;
  }
}
.section-qna--payment .qna-payment--wrapper .right-side {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 490px);
}
@media (max-width: 1430px) {
  .section-qna--payment .qna-payment--wrapper .right-side {
    width: calc(100% - 320px);
  }
}
@media (max-width: 991px) {
  .section-qna--payment .qna-payment--wrapper .right-side {
    width: 100%;
  }
}
.section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item {
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  width: calc(33.3333333333% - 12px);
  padding: 40px 45px 60px;
  min-height: 100%;
  transition: 0.3s all ease;
}
@media (max-width: 1430px) {
  .section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item {
    padding: 30px 15px;
  }
}
@media (max-width: 1141px) {
  .section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item {
    width: calc(33.3333333333% - 5px);
  }
}
@media (max-width: 991px) {
  .section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item {
    width: 100%;
    padding: 35px 0 20px 0;
    background: transparent;
    box-shadow: none;
    min-height: initial;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e2e8f0;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item:nth-last-child(1) {
    border-bottom: none;
  }
}
.section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 94, 128, 0.08);
  border-color: #005e80;
  transform: translateY(-15px);
}
@media (max-width: 991px) {
  .section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item:hover {
    transform: translateY(0);
    border-color: #e2e8f0;
    box-shadow: none;
  }
}
.section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item:hover .image-wrapper {
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
}
@media (max-width: 991px) {
  .section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item:hover .image-wrapper {
    background: transparent;
  }
}
.section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item:hover .image-wrapper img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(192deg) brightness(114%) contrast(101%);
}
@media (max-width: 991px) {
  .section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item:hover .image-wrapper img {
    filter: none;
  }
}
.section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item:hover p:before {
  opacity: 1;
  visibility: visible;
}
.section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 25px;
  background: transparent;
  margin: 0 auto 32px;
}
@media (max-width: 1430px) {
  .section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item .image-wrapper {
    width: 76px;
    height: 76px;
    border-radius: 15px;
    margin: 0 auto 24px;
  }
}
@media (max-width: 991px) {
  .section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item .image-wrapper {
    width: initial;
    height: initial;
    border-radius: 0;
    margin: 0 auto 10px;
  }
}
.section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item .image-wrapper img {
  display: block;
}
@media (max-width: 1430px) {
  .section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item .image-wrapper img {
    width: 40px;
  }
}
@media (max-width: 991px) {
  .section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item .image-wrapper img {
    width: 35px;
    height: 35px;
  }
}
.section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.36842;
  text-align: center;
  color: #0f172a;
  margin: 0 0 13px;
  position: relative;
}
@media (max-width: 1430px) {
  .section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item p {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item p {
    font-size: 12px;
    margin: 0 0 5px;
  }
}
.section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item p:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 31px;
  height: 1px;
  background: #0f172a;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item p:before {
    content: none;
  }
}
.section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.36842;
  text-align: center;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item span {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .section-qna--payment .qna-payment--wrapper .right-side .qna-payment--item span {
    font-size: 12px;
  }
}
.section-qna--payment .qna-payment--wrapper .btn {
  display: none;
}
@media (max-width: 991px) {
  .section-qna--payment .qna-payment--wrapper .btn {
    display: inline-flex;
    width: 100%;
    margin: 35px 0 0 0;
  }
}

.section-lk--courses {
  padding: 70px 0 100px 0;
}
@media (max-width: 991px) {
  .section-lk--courses {
    padding: 25px 0 50px 0;
  }
}
.section-lk--courses .row {
  margin: -10px;
}
@media (max-width: 991px) {
  .section-lk--courses .row {
    margin: -4px !important;
  }
}
.section-lk--courses .row [class*=col-] {
  padding: 10px;
}
@media (max-width: 991px) {
  .section-lk--courses .row [class*=col-] {
    padding: 4px !important;
  }
}
.section-lk--courses h1 {
  color: #0f172a;
}
.section-lk--courses h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section-lk--courses h6 {
    font-size: 14px;
  }
}
.section-lk--courses .lk-courses--item {
  display: block;
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  background: url("../img/lk-courses-1.png") center no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .section-lk--courses .lk-courses--item {
    border-radius: 15px;
  }
}
.section-lk--courses .lk-courses--item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15.87%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.section-lk--courses .lk-courses--item .courses-item--content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 75px 70px;
  min-height: 736px;
}
@media (max-width: 1430px) {
  .section-lk--courses .lk-courses--item .courses-item--content {
    padding: 32px 32px 70px 32px;
    min-height: 650px;
  }
}
@media (max-width: 1141px) {
  .section-lk--courses .lk-courses--item .courses-item--content {
    min-height: 550px;
  }
}
@media (max-width: 991px) {
  .section-lk--courses .lk-courses--item .courses-item--content {
    padding: 17px 14px;
    min-height: 365px;
  }
}
.section-lk--courses .lk-courses--item .courses-item--content .label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: 4px 16px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-lk--courses .lk-courses--item .courses-item--content .label {
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 5px;
    margin: 0 0 5px;
  }
}
.section-lk--courses .lk-courses--item .courses-item--content p {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11111;
  color: #fff;
  margin: 0 0 38px;
}
@media (max-width: 1430px) {
  .section-lk--courses .lk-courses--item .courses-item--content p {
    font-size: 30px;
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .section-lk--courses .lk-courses--item .courses-item--content p {
    font-size: 20px;
    margin: 0 0 16px;
  }
}
.section-lk--courses .lk-courses--item .courses-item--content .btn {
  margin: 20px 0 0 0;
}
@media (max-width: 991px) {
  .section-lk--courses .lk-courses--item .courses-item--content .btn {
    width: 100%;
    margin: 0;
  }
}

.section-lk--feedback {
  background: #fff;
  padding: 120px 0 100px 0;
  position: relative;
}
@media (max-width: 991px) {
  .section-lk--feedback {
    padding: 50px 0 35px 0;
  }
}
.section-lk--feedback:before {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  width: 507px;
  height: 100%;
  background: url("../img/lk-feedback-bg.png") center no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-lk--feedback:before {
    right: 0;
    width: 200px;
    height: 180px;
  }
}
.section-lk--feedback .lk-feedback--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.section-lk--feedback .lk-feedback--wrapper .left-side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .section-lk--feedback .lk-feedback--wrapper .left-side {
    width: 100%;
    margin: 0 0 32px;
  }
}
.section-lk--feedback .lk-feedback--wrapper .left-side .icn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #f8fafc;
  width: 100px;
  height: 100px;
  min-width: 100px;
  margin: 0 40px 0 0;
}
@media (max-width: 991px) {
  .section-lk--feedback .lk-feedback--wrapper .left-side .icn-wrapper {
    display: none;
  }
}
.section-lk--feedback .lk-feedback--wrapper .left-side .icn-wrapper img {
  display: block;
}
.section-lk--feedback .lk-feedback--wrapper .left-side .descr p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-lk--feedback .lk-feedback--wrapper .left-side .descr p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-lk--feedback .lk-feedback--wrapper .left-side .descr p {
    font-size: 14px;
    text-align: center;
    margin: 0 0 10px;
  }
}
.section-lk--feedback .lk-feedback--wrapper .left-side .descr span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-lk--feedback .lk-feedback--wrapper .left-side .descr span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-lk--feedback .lk-feedback--wrapper .left-side .descr span {
    font-size: 14px;
    text-align: center;
  }
}
.section-lk--feedback .lk-feedback--wrapper .right-side {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .section-lk--feedback .lk-feedback--wrapper .right-side {
    width: 100%;
  }
}
.section-lk--feedback .lk-feedback--wrapper .right-side .btn {
  width: calc(100% - 324px);
  max-width: initial;
}
@media (max-width: 1430px) {
  .section-lk--feedback .lk-feedback--wrapper .right-side .btn {
    width: 100%;
  }
}
.section-lk--feedback .lk-feedback--wrapper .right-side .btn:hover img {
  transform: translate(0) !important;
}
.section-lk--feedback .lk-feedback--wrapper .right-side .btn img {
  display: block;
  margin: 0 20px 0 0;
}
.section-lk--feedback .lk-feedback--wrapper .right-side .btn-transparent {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 1430px) {
  .section-lk--feedback .lk-feedback--wrapper .right-side .btn-transparent {
    max-width: 100%;
    margin: 0 0 14px;
  }
}
.section-lk--feedback .lk-feedback--wrapper .right-side .btn-transparent:hover img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(86%) hue-rotate(116deg) brightness(114%) contrast(100%);
}

.section-lk--modules {
  padding: 70px 0 100px 0;
}
@media (max-width: 991px) {
  .section-lk--modules {
    padding: 25px 0 50px 0;
  }
}
.section-lk--modules .row {
  margin: -15px;
}
@media (max-width: 991px) {
  .section-lk--modules .row {
    margin: -4px !important;
  }
}
.section-lk--modules .row [class*=col-] {
  padding: 15px;
}
@media (max-width: 991px) {
  .section-lk--modules .row [class*=col-] {
    padding: 4px !important;
  }
}
.section-lk--modules h1 {
  text-align: center;
  color: #0f172a;
}
@media (max-width: 991px) {
  .section-lk--modules h1 {
    text-align: left;
  }
}
.section-lk--modules .lk-modules--wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.section-lk--modules .lk-modules--wrapper .lk-modules--head {
  margin: 0 0 120px;
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--head {
    margin: 0 0 20px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--head img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--head img {
    border-radius: 10px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules {
  position: relative;
  width: 100%;
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item {
    margin: 0 0 10px;
    border-radius: 10px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item:nth-last-child(1) {
  margin: 0;
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item.active .title-dropdown--modules .button-right img {
  transform: rotate(180deg);
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .title-dropdown--modules {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px 20px 30px;
  width: 100%;
  text-align: left;
  min-height: 100px;
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .title-dropdown--modules {
    min-height: 60px;
    padding: 12px 15px 10px 15px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .title-dropdown--modules .button-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .title-dropdown--modules .button-left .num-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  min-width: 61px;
  height: 61px;
  border-radius: 50%;
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.07143;
  color: #fff;
  transition: 0.3s all ease;
  margin: 0 40px 0 0;
}
@media (max-width: 1430px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .title-dropdown--modules .button-left .num-wrapper {
    font-size: 22px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 1141px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .title-dropdown--modules .button-left .num-wrapper {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .title-dropdown--modules .button-left .num-wrapper {
    width: 28px;
    min-width: 28px;
    height: 28px;
    font-size: 14px;
    margin: 0 10px 0 0;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .title-dropdown--modules .button-left p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.21429;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .title-dropdown--modules .button-left p {
    font-size: 22px;
  }
}
@media (max-width: 1141px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .title-dropdown--modules .button-left p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .title-dropdown--modules .button-left p {
    font-size: 14px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .title-dropdown--modules .button-right {
  margin: 0 0 0 10px;
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .title-dropdown--modules .button-right img {
  display: block;
  width: 30px;
  min-width: 30px;
  object-fit: contain;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .title-dropdown--modules .button-right img {
    width: 13px;
    min-width: 13px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu {
  display: none;
  border-top: 1px solid #e2e8f0;
  padding: 32px;
}
@media (max-width: 1430px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu {
    padding: 25px 15px 15px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .lk-modules--progress {
  margin: 0 0 45px;
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .lk-modules--progress {
    margin: 0 0 30px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .lk-modules--progress .modules-progress--info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px;
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .lk-modules--progress .modules-progress--info p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #48566a;
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .lk-modules--progress .modules-progress--info p {
    font-size: 12px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .lk-modules--progress .modules-progress--info span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
  color: #005e80;
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .lk-modules--progress .modules-progress--info span {
    font-size: 12px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .lk-modules--progress .modules-progress--line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .lk-modules--progress .modules-progress--line span {
  display: block;
  width: calc(100% - 55px);
  background: #e2e8f0;
  border-radius: 10px;
  height: 10px;
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .lk-modules--progress .modules-progress--line span {
    height: 10px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .lk-modules--progress .modules-progress--line span small {
  display: block;
  background: #005e80;
  border-radius: 10px;
  height: 100%;
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .lk-modules--progress .modules-progress--line .icn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: #e2e8f0;
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .lk-modules--progress .modules-progress--line .icn-wrapper {
    background: transparent;
    border-radius: 0;
    width: initial;
    height: initial;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .lk-modules--progress .modules-progress--line .icn-wrapper img {
  display: block;
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .lk-modules--progress .modules-progress--line .icn-wrapper img {
    width: 23px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 20px;
  cursor: pointer;
  height: 100%;
}
@media (max-width: 1430px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item {
    padding: 12px;
  }
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item {
    padding: 0 0 20px;
    border-radius: 5px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item:hover .top-side p {
  color: #005e80;
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .top-side {
  width: 100%;
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .top-side .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 20px;
}
@media (max-width: 1430px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .top-side .image-wrapper {
    margin: 0 0 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .top-side .image-wrapper {
    border-radius: 5px 5px 0 0;
    margin: 0 0 10px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .top-side .image-wrapper img {
  display: block;
  width: 100%;
  height: 207px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1430px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .top-side .image-wrapper img {
    height: 175px;
  }
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .top-side .image-wrapper img {
    height: 160px;
    border-radius: 5px 5px 0 0;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .top-side .image-wrapper .lock-block {
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .top-side .image-wrapper .lock-block img {
  display: block;
  width: 56px;
  height: 72px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .top-side .image-wrapper .lock-block img {
    width: 38px;
    height: 49px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .top-side p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #0f172a;
  margin: 0 0 24px;
  transition: 0.3s all ease;
}
@media (max-width: 1430px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .top-side p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .top-side p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .top-side p {
    padding: 0 10px;
    font-size: 12px;
    margin: 0 0 14px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side {
  width: 100%;
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side {
    padding: 0 10px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side .progress-modules--info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f2f7f8;
  border: 1px solid #cce0e6;
  border-radius: 15px;
  padding: 16px;
  min-height: 61px;
  width: 100%;
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side .progress-modules--info {
    padding: 9px 11px 9px 20px;
    border-radius: 5px;
    min-height: 46px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side .progress-modules--info a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #005e80;
  border-bottom: 1px solid transparent;
  position: relative;
  z-index: 2;
}
@media (max-width: 1430px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side .progress-modules--info a {
    font-size: 16px;
  }
}
@media (max-width: 1141px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side .progress-modules--info a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side .progress-modules--info a {
    font-size: 12px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side .progress-modules--info a:hover {
  border-color: #005e80;
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side .progress-modules--info .info-block {
  position: relative;
  z-index: 2;
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side .progress-modules--info .info-block:hover span {
  opacity: 1;
  visibility: visible;
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side .progress-modules--info .info-block img {
  display: block;
  object-fit: contain;
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side .progress-modules--info .info-block img {
    width: 18px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side .progress-modules--info .info-block span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.33333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  background: #48566a;
  white-space: nowrap;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side .progress-modules--info .info-block span {
    left: initial;
    right: -10px;
    transform: translateX(0);
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side .progress-modules--info .info-block span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 8px;
  height: 6px;
  transform: translateX(-50%);
  background: url("../img/triangle.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side .progress-modules--info .info-block span:after {
    left: initial;
    transform: translateX(0);
    right: 16px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side .btn {
  width: 100%;
  min-height: 61px;
  padding: 5px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .bottom-side .btn {
    min-height: 46px;
  }
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item .modules-progress--item--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item--locked .top-side .image-wrapper img {
  filter: grayscale(1);
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item--locked .top-side .image-wrapper .lock-block {
  display: flex;
}
.section-lk--modules .lk-modules--wrapper .lk-modules--body .dropdown-modules .modules-item .default-submenu .modules-progress--item--locked .top-side .image-wrapper .lock-block img {
  filter: grayscale(0);
}

.section-lk--course {
  padding: 70px 0 100px 0;
}
@media (max-width: 991px) {
  .section-lk--course {
    padding: 25px 0 50px 0;
  }
}
.section-lk--course .course-wrapper {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-lk--course .course-wrapper {
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
  }
}
.section-lk--course .course-wrapper .course-head {
  padding: 70px 40px 60px 50px;
}
@media (max-width: 991px) {
  .section-lk--course .course-wrapper .course-head {
    padding: 0 0 15px;
  }
}
.section-lk--course .course-wrapper .course-head h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 52px;
  text-align: left;
  line-height: 1.09615;
  color: #0f172a;
  margin: 0 0 60px;
}
@media (max-width: 1430px) {
  .section-lk--course .course-wrapper .course-head h1 {
    font-size: 46px;
    margin: 0 0 40px;
  }
}
@media (max-width: 1141px) {
  .section-lk--course .course-wrapper .course-head h1 {
    font-size: 36px;
    margin: 0 0 32px;
  }
}
@media (max-width: 991px) {
  .section-lk--course .course-wrapper .course-head h1 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.section-lk--course .course-wrapper .course-head .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-lk--course .course-wrapper .course-head .btns-wrapper .prev-lesson {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #005e80;
}
@media (max-width: 1430px) {
  .section-lk--course .course-wrapper .course-head .btns-wrapper .prev-lesson {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--course .course-wrapper .course-head .btns-wrapper .prev-lesson {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--course .course-wrapper .course-head .btns-wrapper .prev-lesson {
    font-size: 10px;
  }
}
.section-lk--course .course-wrapper .course-head .btns-wrapper .prev-lesson:hover img {
  transform: translateX(-8px);
}
.section-lk--course .course-wrapper .course-head .btns-wrapper .prev-lesson img {
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  object-fit: contain;
  transition: 0.3s all ease;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .section-lk--course .course-wrapper .course-head .btns-wrapper .prev-lesson img {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin: 0 5px 0 0;
  }
}
.section-lk--course .course-wrapper .course-head .btns-wrapper .btn {
  min-width: 270px;
}
@media (max-width: 991px) {
  .section-lk--course .course-wrapper .course-head .btns-wrapper .btn {
    min-width: initial;
  }
}
.section-lk--course .course-wrapper .course-video .video_wrap {
  border-radius: 0;
  height: 970px;
}
@media (max-width: 1430px) {
  .section-lk--course .course-wrapper .course-video .video_wrap {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .section-lk--course .course-wrapper .course-video .video_wrap {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .section-lk--course .course-wrapper .course-video .video_wrap {
    height: 200px;
  }
}
.section-lk--course .course-wrapper .course-content {
  padding: 120px 50px 100px 50px;
}
@media (max-width: 991px) {
  .section-lk--course .course-wrapper .course-content {
    padding: 20px 0;
  }
}
.section-lk--course .course-wrapper .course-content .course-content--block {
  margin: 0 0 80px;
}
@media (max-width: 991px) {
  .section-lk--course .course-wrapper .course-content .course-content--block {
    margin: 0 0 35px;
  }
}
.section-lk--course .course-wrapper .course-content .course-content--block:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 991px) {
  .section-lk--course .course-wrapper .course-content .course-content--block h4 {
    margin: 0 0 20px;
  }
}
.section-lk--course .course-wrapper .course-content .course-content--block p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 25px;
}
@media (max-width: 1430px) {
  .section-lk--course .course-wrapper .course-content .course-content--block p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--course .course-wrapper .course-content .course-content--block p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--course .course-wrapper .course-content .course-content--block p {
    font-size: 14px;
    margin: 0 0 15px;
  }
}
.section-lk--course .course-wrapper .course-content .course-content--block p:nth-last-child(1) {
  margin: 0;
}
.section-lk--course .course-wrapper .course-content .course-content--block b {
  font-weight: 700;
}
.section-lk--course .course-wrapper .course-content .course-content--block ul {
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .section-lk--course .course-wrapper .course-content .course-content--block ul {
    margin: 0 0 15px;
  }
}
.section-lk--course .course-wrapper .course-content .course-content--block ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  position: relative;
  padding: 0 0 0 45px;
  margin: 0 0 8px;
}
@media (max-width: 1430px) {
  .section-lk--course .course-wrapper .course-content .course-content--block ul li {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--course .course-wrapper .course-content .course-content--block ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--course .course-wrapper .course-content .course-content--block ul li {
    font-size: 14px;
    padding: 0 0 0 24px;
    margin: 0 0 8px;
  }
}
.section-lk--course .course-wrapper .course-content .course-content--block ul li:nth-last-child(1) {
  margin: 0;
}
.section-lk--course .course-wrapper .course-content .course-content--block ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 20px;
  width: 5px;
  height: 5px;
  background: #005e80;
  border-radius: 50%;
}
@media (max-width: 1430px) {
  .section-lk--course .course-wrapper .course-content .course-content--block ul li:before {
    top: 9px;
  }
}
@media (max-width: 1141px) {
  .section-lk--course .course-wrapper .course-content .course-content--block ul li:before {
    top: 8px;
  }
}
@media (max-width: 991px) {
  .section-lk--course .course-wrapper .course-content .course-content--block ul li:before {
    left: 9px;
    top: 7px;
  }
}
.section-lk--course .course-wrapper .course-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: 60px 50px;
}
@media (max-width: 991px) {
  .section-lk--course .course-wrapper .course-bottom {
    padding: 0;
    border-top: none;
    background: transparent;
  }
}
@media (max-width: 991px) {
  .section-lk--course .course-wrapper .course-bottom .btn {
    width: 100%;
    margin: 5px 0;
  }
}
.section-lk--course .course-wrapper .course-bottom .btn img {
  display: block;
  transform: translate(0);
  margin: 0 20px 0 0;
}
.section-lk--course .course-wrapper .course-bottom .btn-transparent {
  margin: 0 24px 0 0;
}
@media (max-width: 991px) {
  .section-lk--course .course-wrapper .course-bottom .btn-transparent {
    margin: 5px 0;
  }
}
.section-lk--course .course-wrapper .course-bottom .btn-transparent:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(16%) hue-rotate(9deg) brightness(106%) contrast(105%);
}

.section-lk--homework {
  padding: 70px 0 100px 0;
}
@media (max-width: 991px) {
  .section-lk--homework {
    padding: 25px 0 50px 0;
  }
}
@media (max-width: 991px) {
  .section-lk--homework .nav-tabs {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .section-lk--homework .nav-tabs li {
    width: 50%;
  }
}
.section-lk--homework .nav-tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #737373;
  padding: 0 40px 24px 40px;
  border-bottom: 3px solid transparent;
}
@media (max-width: 991px) {
  .section-lk--homework .nav-tabs li a {
    padding: 0 5px 8px 5px;
    font-size: 10px;
  }
}
.section-lk--homework .nav-tabs li a:hover, .section-lk--homework .nav-tabs li a.active {
  border-color: #005e80;
  color: #005e80;
}
.section-lk--homework .tab-content {
  padding: 70px 50px 100px 50px;
  border: 1px solid #e2e8f0;
  border-radius: 0 20px 20px 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content {
    padding: 30px 15px;
    border-radius: 0 0 10px 10px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .title-wrapper {
    margin: 0 0 20px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .title-wrapper h2 {
  text-align: left;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .title-wrapper h2 {
    margin: 0 0 20px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .title-wrapper small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #005e80;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .title-wrapper small {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .title-wrapper small {
    font-size: 12px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .homework-question {
  padding: 50px;
  border-radius: 25px;
  background: #f8fafc;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-question {
    border-radius: 5px;
    padding: 30px 15px;
    margin: 0 0 35px;
  }
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-question h4 {
    margin: 0 0 20px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .homework-question p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 25px;
}
@media (max-width: 1430px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-question p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-question p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-question p {
    font-size: 14px;
    margin: 0 0 15px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .homework-question p:nth-last-child(1) {
  margin: 0;
}
.section-lk--homework .tab-content .homework-wrapper .homework-question b {
  font-weight: 700;
}
.section-lk--homework .tab-content .homework-wrapper .homework-question ul {
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-question ul {
    margin: 0 0 15px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .homework-question ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  position: relative;
  padding: 0 0 0 45px;
  margin: 0 0 8px;
}
@media (max-width: 1430px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-question ul li {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-question ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-question ul li {
    font-size: 14px;
    padding: 0 0 0 24px;
    margin: 0 0 8px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .homework-question ul li:nth-last-child(1) {
  margin: 0;
}
.section-lk--homework .tab-content .homework-wrapper .homework-question ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 20px;
  width: 5px;
  height: 5px;
  background: #005e80;
  border-radius: 50%;
}
@media (max-width: 1430px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-question ul li:before {
    top: 9px;
  }
}
@media (max-width: 1141px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-question ul li:before {
    top: 8px;
  }
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-question ul li:before {
    left: 9px;
    top: 7px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .homework-question blockquote {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #005e80;
  border-left: 1px solid #005e80;
  padding: 20px 24px;
  width: 100%;
  max-width: 930px;
  margin: 0 0 30px 20px;
}
@media (max-width: 1430px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-question blockquote {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-question blockquote {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-question blockquote {
    font-size: 14px;
    padding: 6px 10px;
    margin: 0 0 20px 10px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .homework-answer {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-answer {
    margin: 0 0 15px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .homework-answer .input-wrapper {
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-answer .input-wrapper {
    margin: 0 0 15px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .homework-answer .input-wrapper label {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 9px;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-answer .input-wrapper label {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .homework-answer .input-wrapper label span {
  color: #f26d6d;
}
.section-lk--homework .tab-content .homework-wrapper .homework-answer .input-wrapper textarea {
  display: block;
  width: 100%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #737373;
  padding: 23px;
  height: 230px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .homework-answer .input-wrapper textarea {
    height: 100px;
    font-size: 14px;
    padding: 12px;
    border-radius: 5px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .homework-answer .input-wrapper textarea:hover, .section-lk--homework .tab-content .homework-wrapper .homework-answer .input-wrapper textarea:focus {
  color: #0f172a;
  border-color: #0f172a;
}
.section-lk--homework .tab-content .homework-wrapper .file-input--wrapper {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .file-input--wrapper {
    margin: 0 0 30px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .file-input--wrapper p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 17px;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .file-input--wrapper p {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .file-input--wrapper .file-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  padding: 60px;
  border: 1px dashed #b7d2db;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .file-input--wrapper .file-input {
    padding: 10px 12px;
    border-radius: 5px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .file-input--wrapper .file-input .file-input--name {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #0f172a;
  margin: 0 0 8px;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .file-input--wrapper .file-input .file-input--name {
    font-size: 12px;
    margin: 0 0 3px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .file-input--wrapper .file-input small {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #8d8d8d;
  margin: 0 0 27px;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .file-input--wrapper .file-input small {
    font-size: 12px;
    margin: 0 0 10px;
  }
}
.section-lk--homework .tab-content .homework-wrapper .file-input--wrapper .file-input .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.section-lk--homework .tab-content .homework-wrapper .file-input--wrapper .file-input .inputfile + label {
  display: block;
  cursor: pointer;
}
.section-lk--homework .tab-content .homework-wrapper .file-input--wrapper .file-input .inputfile:focus + label {
  outline: none;
}
.section-lk--homework .tab-content .homework-wrapper .file-input--wrapper .file-input .btn {
  transition: 0.3s all ease;
}
.section-lk--homework .tab-content .homework-wrapper .file-input--wrapper .file-input .btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(710%) hue-rotate(34deg) brightness(116%) contrast(98%);
}
.section-lk--homework .tab-content .homework-wrapper .file-input--wrapper .file-input .btn img {
  width: 16px;
  height: 16px;
  margin: 0 20px 0 0;
  transform: translate(0) !important;
  transition: 0.3s all ease;
}
.section-lk--homework .tab-content .homework-wrapper .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-lk--homework .tab-content .homework-wrapper .btns-wrapper .prev-lesson {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #005e80;
}
@media (max-width: 1430px) {
  .section-lk--homework .tab-content .homework-wrapper .btns-wrapper .prev-lesson {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--homework .tab-content .homework-wrapper .btns-wrapper .prev-lesson {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-lk--homework .tab-content .homework-wrapper .btns-wrapper .prev-lesson {
    font-size: 10px;
    order: 2;
  }
}
.section-lk--homework .tab-content .homework-wrapper .btns-wrapper .prev-lesson:hover img {
  transform: translateX(-8px);
}
.section-lk--homework .tab-content .homework-wrapper .btns-wrapper .prev-lesson img {
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  object-fit: contain;
  transition: 0.3s all ease;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-wrapper .btns-wrapper .prev-lesson img {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin: 0 5px 0 0;
  }
}
.section-lk--homework .tab-content .homework-wrapper .btns-wrapper .btn {
  min-width: 270px;
}
@media (max-width: 767px) {
  .section-lk--homework .tab-content .homework-wrapper .btns-wrapper .btn {
    min-width: initial;
    width: 100%;
    order: 1;
    margin: 0 0 30px;
  }
}
.section-lk--homework .tab-content .homework-chat .input-wrapper {
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-chat .input-wrapper {
    margin: 0 0 15px;
  }
}
.section-lk--homework .tab-content .homework-chat .input-wrapper .label-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 9px;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-chat .input-wrapper .label-wrapper {
    margin: 0 0 5px;
  }
}
.section-lk--homework .tab-content .homework-chat .input-wrapper .label-wrapper label {
  margin: 0;
}
.section-lk--homework .tab-content .homework-chat .input-wrapper .label-wrapper .add-file {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #005e80;
}
@media (max-width: 1430px) {
  .section-lk--homework .tab-content .homework-chat .input-wrapper .label-wrapper .add-file {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--homework .tab-content .homework-chat .input-wrapper .label-wrapper .add-file {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-lk--homework .tab-content .homework-chat .input-wrapper .label-wrapper .add-file {
    font-size: 10px;
    order: 2;
  }
}
.section-lk--homework .tab-content .homework-chat .input-wrapper .label-wrapper .add-file:hover {
  opacity: 0.5;
}
.section-lk--homework .tab-content .homework-chat .input-wrapper .label-wrapper .add-file img {
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  object-fit: contain;
  transition: 0.3s all ease;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-chat .input-wrapper .label-wrapper .add-file img {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin: 0 5px 0 0;
  }
}
.section-lk--homework .tab-content .homework-chat .input-wrapper label {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 9px;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-chat .input-wrapper label {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.section-lk--homework .tab-content .homework-chat .input-wrapper label span {
  color: #f26d6d;
}
.section-lk--homework .tab-content .homework-chat .input-wrapper input {
  display: block;
  width: 100%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #737373;
  padding: 0 23px;
  height: 76px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-chat .input-wrapper input {
    height: 40px;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 5px;
  }
}
.section-lk--homework .tab-content .homework-chat .input-wrapper input:hover, .section-lk--homework .tab-content .homework-chat .input-wrapper input:focus {
  color: #0f172a;
  border-color: #0f172a;
}
.section-lk--homework .tab-content .homework-chat .input-wrapper textarea {
  display: block;
  width: 100%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #737373;
  padding: 23px;
  height: 230px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-chat .input-wrapper textarea {
    height: 100px;
    font-size: 14px;
    padding: 12px;
    border-radius: 5px;
  }
}
.section-lk--homework .tab-content .homework-chat .input-wrapper textarea:hover, .section-lk--homework .tab-content .homework-chat .input-wrapper textarea:focus {
  color: #0f172a;
  border-color: #0f172a;
}
.section-lk--homework .tab-content .homework-chat .select-wrapper {
  margin: 64px 0 35px 0;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-chat .select-wrapper {
    margin: 15px 0;
  }
}
.section-lk--homework .tab-content .homework-chat .select-wrapper p {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 9px;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-chat .select-wrapper p {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.section-lk--homework .tab-content .homework-chat .select-wrapper p span {
  color: #f26d6d;
}
.section-lk--homework .tab-content .homework-chat .check-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-chat .check-wrapper {
    margin: 0 0 30px;
  }
}
.section-lk--homework .tab-content .homework-chat .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section-lk--homework .tab-content .homework-chat .btns-wrapper .prev-lesson {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #005e80;
}
@media (max-width: 1430px) {
  .section-lk--homework .tab-content .homework-chat .btns-wrapper .prev-lesson {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--homework .tab-content .homework-chat .btns-wrapper .prev-lesson {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-lk--homework .tab-content .homework-chat .btns-wrapper .prev-lesson {
    font-size: 10px;
    order: 2;
  }
}
.section-lk--homework .tab-content .homework-chat .btns-wrapper .prev-lesson:hover img {
  transform: translateX(-8px);
}
.section-lk--homework .tab-content .homework-chat .btns-wrapper .prev-lesson img {
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  object-fit: contain;
  transition: 0.3s all ease;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-chat .btns-wrapper .prev-lesson img {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin: 0 5px 0 0;
  }
}
.section-lk--homework .tab-content .homework-chat .btns-wrapper .btn {
  min-width: 186px;
  margin: 0 24px 0 0;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-chat .btns-wrapper .btn {
    width: 100%;
    margin: 5px 0;
  }
}
.section-lk--homework .tab-content .homework-chat .require-info {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 21px 0 70px 0;
}
@media (max-width: 991px) {
  .section-lk--homework .tab-content .homework-chat .require-info {
    font-size: 14px;
    margin: 20px 0 30px 0;
  }
}
.section-lk--homework .tab-content .homework-chat .require-info span {
  color: #f26d6d;
}

.section-lk--settings {
  padding: 70px 0 100px 0;
}
@media (max-width: 991px) {
  .section-lk--settings {
    padding: 25px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .container {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .breadcrumbs {
    padding: 0 15px 30px 15px;
  }
}
.section-lk--settings h1 {
  color: #0f172a;
}
@media (max-width: 991px) {
  .section-lk--settings h1 {
    padding: 0 15px;
  }
}
.section-lk--settings .lk-settings--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-lk--settings .lk-settings--wrapper .left-side {
  width: calc(100% - 520px);
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .left-side {
    width: calc(100% - 350px);
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side {
    width: 100%;
    padding: 0 15px 35px 15px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .progress-wrapper {
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 50px 35px;
  margin: 0 0 35px;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .left-side .progress-wrapper {
    padding: 30px 15px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .progress-wrapper {
    padding: 30px 15px 25px 15px;
    border-radius: 5px;
    margin: 0 0 15px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .progress-wrapper h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0f172a;
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .progress-wrapper h4 {
    font-size: 14px;
    margin: 0 0 8px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .progress-wrapper h4 b {
  font-weight: 700;
  text-align: right;
  color: #005e80;
}
.section-lk--settings .lk-settings--wrapper .left-side .progress-wrapper span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 12px;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .left-side .progress-wrapper span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--settings .lk-settings--wrapper .left-side .progress-wrapper span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .progress-wrapper span {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .progress-wrapper .line-wrapper {
  border-radius: 10px;
  background: #e2e8f0;
  width: 100%;
  height: 20px;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .progress-wrapper .line-wrapper {
    height: 10px;
    margin: 0 0 5px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .progress-wrapper .line-wrapper .line {
  border-radius: 10px;
  background: #005e80;
  height: 100%;
}
.section-lk--settings .lk-settings--wrapper .left-side .progress-wrapper small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33333;
  color: #48566a;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .left-side .progress-wrapper small {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .progress-wrapper small {
    font-size: 12px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info {
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 50px 35px;
  margin: 0 0 35px;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info {
    padding: 30px 15px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info {
    padding: 30px 15px 25px 15px;
    border-radius: 5px;
    margin: 0 0 15px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info h4 {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info h4 a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2e8f0;
  border-radius: 5px;
  width: 35px;
  height: 35px;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info h4 a:hover, .section-lk--settings .lk-settings--wrapper .left-side .personal-info h4 a.active {
  background: #003e54;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info h4 a:hover img, .section-lk--settings .lk-settings--wrapper .left-side .personal-info h4 a.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(115deg) brightness(108%) contrast(108%);
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info h4 a img {
  display: block;
  transition: 0.3s all ease;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .image-wrapper {
  margin: 0 60px 0 0;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .image-wrapper {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .image-wrapper {
    margin: 0 15px 0 0;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .image-wrapper img {
  display: block;
  width: 170px;
  min-width: 170px;
  height: 170px;
  object-fit: cover;
  object-position: center;
  border: 5px solid #E2E8F0;
  border-radius: 50%;
}
@media (max-width: 1141px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .image-wrapper img {
    width: 140px;
    height: 140px;
    min-width: 140px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .image-wrapper img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-width: 3px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .info-descr p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11111;
  color: #0f172a;
  margin: 0 0 25px;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .info-descr p {
    font-size: 30px;
    margin: 0 0 15px;
  }
}
@media (max-width: 1141px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .info-descr p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .info-descr p {
    font-size: 18px;
    margin: 0 0 8px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .info-descr ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .info-descr ul li:nth-last-child(1) {
  margin: 0;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .info-descr ul li img {
  display: block;
  width: 30px;
  min-width: 30px;
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .info-descr ul li img {
    width: 18px;
    min-width: 18px;
    margin: 0 8px 0 0;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .info-descr ul li a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .info-descr ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .info-descr ul li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .info-descr ul li a {
    font-size: 12px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .info-wrapper .info-descr ul li a:hover {
  color: #488ba4;
  border-color: #488ba4;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper .image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 35px;
  border-bottom: 1px solid #e2e8f0;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper .image-wrapper {
    padding: 0 0 15px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper .image-wrapper img {
  display: block;
  width: 170px;
  min-width: 170px;
  height: 170px;
  object-fit: cover;
  object-position: center;
  border: 5px solid #E2E8F0;
  border-radius: 50%;
  margin: 0 0 20px;
}
@media (max-width: 1141px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper .image-wrapper img {
    width: 140px;
    height: 140px;
    min-width: 140px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper .image-wrapper img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-width: 3px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper .image-wrapper a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #005e80;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper .image-wrapper a {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper .image-wrapper a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper .image-wrapper a {
    font-size: 14px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper .image-wrapper a:hover {
  text-decoration: none;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper form {
  padding: 40px 0 25px 0;
  border-bottom: 1px solid #e2e8f0;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper form {
    padding: 20px 0 30px 0;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper form .row {
  margin: -17px -10px;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper form .row {
    margin: -7.5px !important;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper form .row [class*=col-] {
  padding: 17px 10px;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper form .row [class*=col-] {
    padding: 7.5px !important;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper form .input-wrapper label {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 9px;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper form .input-wrapper label {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper form .input-wrapper label span {
  color: #f26d6d;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper form .input-wrapper input {
  display: block;
  width: 100%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #737373;
  padding: 0 23px;
  height: 76px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper form .input-wrapper input {
    height: 40px;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 5px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper form .input-wrapper input:hover, .section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper form .input-wrapper input:focus {
  color: #0f172a;
  border-color: #0f172a;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper form .input-wrapper textarea {
  display: block;
  width: 100%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #737373;
  padding: 23px;
  height: 230px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper form .input-wrapper textarea {
    height: 100px;
    font-size: 14px;
    padding: 12px;
    border-radius: 5px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper form .input-wrapper textarea:hover, .section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper form .input-wrapper textarea:focus {
  color: #0f172a;
  border-color: #0f172a;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .change-info--wrapper form .btn {
  width: 100%;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .link-wrapper {
  padding: 35px 0 0 0;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .link-wrapper {
    padding: 20px 0 0 0;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .link-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 30px;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .link-wrapper p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .link-wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .link-wrapper p {
    font-size: 14px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .link-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .link-wrapper ul {
    justify-content: center;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .link-wrapper ul li {
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .link-wrapper ul li {
    margin: 0 9px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .link-wrapper ul li a {
  display: block;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .link-wrapper ul li a:hover {
  opacity: 0.7;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-info .link-wrapper ul li a img {
  display: block;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-info .link-wrapper ul li a img {
    width: 35px;
    height: 35px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert {
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 50px 35px;
  margin: 0 0 35px;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert {
    padding: 30px 15px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert {
    padding: 30px 15px 25px 15px;
    border-radius: 5px;
    margin: 0 0 15px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper {
  position: relative;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .slick-track {
  display: flex;
  align-items: initial;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .slick-track .slick-list {
  display: flex;
  align-items: initial;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .slick-track .slick-list {
    margin: 0;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .slider-item {
  margin: 0 10px;
  height: initial;
}
@media (max-width: 767px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .slider-item {
    margin: 0;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-title {
    margin: 0 0 10px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-title h4 {
  margin: 0;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-title h4 {
    font-size: 14px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .section__sliderNav--arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: static;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .section__sliderNav--arrows {
    display: block;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .section__sliderNav--arrows button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  width: 50px;
  height: 50px;
  backdrop-filter: none;
  border: 1px solid #b7d2db;
  background: #f8fafc;
  margin: 0 0 0 10px;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .section__sliderNav--arrows button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    width: 40px;
    height: 40px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .section__sliderNav--arrows button.next {
    left: initial;
    right: -5px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .section__sliderNav--arrows button:hover {
  background: #b7d2db;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .section__sliderNav--arrows button:hover svg path {
  fill: #fff;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .section__sliderNav--arrows button svg {
  display: block;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .section__sliderNav--arrows button svg {
    width: 14px;
    height: 20px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .section__sliderNav--arrows button svg path,
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .section__sliderNav--arrows button svg circle {
  transition: 0.3s all ease;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-item {
  display: block;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-item {
    border-radius: 5px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-item:hover .cert-item--bottom p {
  color: #005e80;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-item img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-item img {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-item img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-item img {
    height: 130px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-item .cert-item--bottom {
  padding: 24px;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-item .cert-item--bottom {
    padding: 10px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-item .cert-item--bottom p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  transition: 0.3s all ease;
  margin: 0 0 7px;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-item .cert-item--bottom p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-item .cert-item--bottom p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-item .cert-item--bottom p {
    font-size: 14px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-item .cert-item--bottom span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.125;
  color: #0f172a;
}
@media (max-width: 1141px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-item .cert-item--bottom span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-cert .cert-slider--wrapper .cert-item .cert-item--bottom span {
    font-size: 12px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-qna {
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-qna {
    border-radius: 5px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-qna h4 {
  padding: 50px 35px 35px 35px;
  border-bottom: 1px solid #e2e8f0;
  margin: 0;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-qna h4 {
    padding: 35px 15px 15px 15px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna {
  position: relative;
  width: 100%;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item:nth-last-child(1) {
  margin: 0;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item.active .title-dropdown--qna .button-right img {
  transform: rotate(180deg);
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item .title-dropdown--qna {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px 20px 30px;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item .title-dropdown--qna {
    padding: 12px 15px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item .title-dropdown--qna .button-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item .title-dropdown--qna .button-left p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item .title-dropdown--qna .button-left p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item .title-dropdown--qna .button-left p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item .title-dropdown--qna .button-left p {
    font-size: 14px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item .title-dropdown--qna .button-right {
  margin: 0 0 0 10px;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item .title-dropdown--qna .button-right img {
  display: block;
  width: 29px;
  min-width: 29px;
  object-fit: contain;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item .title-dropdown--qna .button-right img {
    width: 13px;
    min-width: 13px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item .default-submenu {
  display: none;
  padding: 5px 30px 30px 46px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44444;
  color: #48566a;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item .default-submenu {
    font-size: 16px;
  }
}
@media (max-width: 1141px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item .default-submenu {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item .default-submenu {
    padding: 0 15px 15px 26px;
  }
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item .default-submenu p {
  margin: 0 0 15px;
}
.section-lk--settings .lk-settings--wrapper .left-side .personal-qna .dropdown-qna .qna-item .default-submenu p:nth-last-child(1) {
  margin: 0;
}
.section-lk--settings .lk-settings--wrapper .right-side {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .right-side {
    max-width: 330px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side {
    max-width: 100%;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .account-wrapper {
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  padding: 50px 35px 35px 35px;
  margin: 0 0 35px;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .right-side .account-wrapper {
    padding: 30px 15px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .account-wrapper {
    border-radius: 0;
    box-shadow: none;
    padding: 30px 15px 50px 15px;
    margin: 0;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .account-wrapper h4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #b7d2db;
  margin: 0 0 30px;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .right-side .account-wrapper h4 {
    margin: 0 0 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .account-wrapper h4 {
    font-size: 14px;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .account-wrapper h4 img {
  display: block;
  width: 29px;
  min-width: 29px;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .account-wrapper h4 img {
    width: 19px;
    min-width: 19px;
    margin: 0 15px 0 0;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .account-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.09615;
  color: #fff;
  margin: 0 0 70px;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .right-side .account-wrapper p {
    font-size: 46px;
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .account-wrapper p {
    font-size: 28px;
    margin: 0 0 14px;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .account-wrapper .btn {
  width: 100%;
}
.section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper {
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 50px 35px 35px 35px;
  margin: 0 0 35px;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper {
    padding: 30px 15px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper {
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 30px 15px 50px 15px;
    margin: 0;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper h4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #0f172a;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper h4 {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper h4 img {
  display: block;
  width: 29px;
  min-width: 29px;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper h4 img {
    width: 19px;
    min-width: 19px;
    margin: 0 15px 0 0;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper ul li {
  padding: 20px 25px;
  border: 1px solid #d0fae5;
  border-radius: 15px;
  background: #ecfdf5;
  color: #007a55;
  margin: 0 0 20px;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper ul li {
    padding: 15px 10px;
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper ul li {
    border-radius: 5px;
    padding: 12px 15px 15px 15px;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper ul li:nth-last-child(1) {
  margin: 0;
}
.section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper ul li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 5px;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper ul li p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper ul li p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper ul li p {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper ul li p small {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  padding: 3px 14px;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper ul li p small {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper ul li p small {
    font-size: 12px;
    padding: 3px 8px;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper ul li span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper ul li span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper ul li span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .promos-wrapper ul li span {
    font-size: 12px;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper {
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 50px 35px 35px 35px;
  margin: 0 0 35px;
}
@media (max-width: 1430px) {
  .section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper {
    padding: 30px 15px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper {
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 30px 15px 50px 15px;
    margin: 0;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper h4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #0f172a;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper h4 {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper h4 img {
  display: block;
  width: 29px;
  min-width: 29px;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper h4 img {
    width: 19px;
    min-width: 19px;
    margin: 0 15px 0 0;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .input-wrapper {
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .input-wrapper {
    margin: 0 0 15px;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .input-wrapper label {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 9px;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .input-wrapper label {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .input-wrapper label span {
  color: #f26d6d;
}
.section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .input-wrapper input {
  display: block;
  width: 100%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #737373;
  padding: 0 23px;
  height: 76px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .input-wrapper input {
    height: 40px;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 5px;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .input-wrapper input:hover, .section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .input-wrapper input:focus {
  color: #0f172a;
  border-color: #0f172a;
}
.section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .input-wrapper textarea {
  display: block;
  width: 100%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #737373;
  padding: 23px;
  height: 180px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .input-wrapper textarea {
    height: 100px;
    font-size: 14px;
    padding: 12px;
    border-radius: 5px;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .input-wrapper textarea:hover, .section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .input-wrapper textarea:focus {
  color: #0f172a;
  border-color: #0f172a;
}
.section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .select-wrapper {
  margin: 0 0 35px 0;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .select-wrapper {
    margin: 0 0 15px 0;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .select-wrapper p {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 9px;
}
@media (max-width: 991px) {
  .section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .select-wrapper p {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .select-wrapper p span {
  color: #f26d6d;
}
.section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .btns-wrapper .add-file {
  padding: 0;
}
.section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .btns-wrapper .add-file img {
  display: block;
  width: 25px;
  min-width: 25px;
}
.section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .btns-wrapper .add-file:hover {
  opacity: 0.7;
}
.section-lk--settings .lk-settings--wrapper .right-side .feedback-wrapper .btns-wrapper .btn {
  min-width: 200px;
}

.section-lk--results {
  padding: 70px 0 100px 0;
}
@media (max-width: 991px) {
  .section-lk--results {
    padding: 25px 0 50px 0;
  }
}
@media (max-width: 991px) {
  .section-lk--results .nav-tabs {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .section-lk--results .nav-tabs li {
    width: 50%;
  }
}
.section-lk--results .nav-tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #737373;
  padding: 0 40px 24px 40px;
  border-bottom: 3px solid transparent;
}
@media (max-width: 991px) {
  .section-lk--results .nav-tabs li a {
    padding: 0 5px 8px 5px;
    font-size: 10px;
  }
}
.section-lk--results .nav-tabs li a:hover, .section-lk--results .nav-tabs li a.active {
  border-color: #005e80;
  color: #005e80;
}
.section-lk--results .tab-content {
  padding: 70px 50px 100px 50px;
  border: 1px solid #e2e8f0;
  border-radius: 0 20px 20px 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content {
    padding: 30px 15px;
    border-radius: 0 0 10px 10px;
  }
}
.section-lk--results .tab-content .results-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-lk--results .tab-content .results-wrapper .left-side {
  width: calc(100% - 470px);
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .left-side {
    width: calc(100% - 370px);
  }
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .left-side {
    width: 100%;
  }
}
.section-lk--results .tab-content .results-wrapper .left-side .homework-question {
  padding: 50px;
  border-radius: 25px;
  background: #f8fafc;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-question {
    border-radius: 5px;
    padding: 30px 15px;
    margin: 0 0 35px;
  }
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-question h4 {
    margin: 0 0 20px;
  }
}
.section-lk--results .tab-content .results-wrapper .left-side .homework-question p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 25px;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-question p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-question p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-question p {
    font-size: 14px;
    margin: 0 0 15px;
  }
}
.section-lk--results .tab-content .results-wrapper .left-side .homework-question p:nth-last-child(1) {
  margin: 0;
}
.section-lk--results .tab-content .results-wrapper .left-side .homework-question b {
  font-weight: 700;
}
.section-lk--results .tab-content .results-wrapper .left-side .homework-question ul {
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-question ul {
    margin: 0 0 15px;
  }
}
.section-lk--results .tab-content .results-wrapper .left-side .homework-question ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  position: relative;
  padding: 0 0 0 45px;
  margin: 0 0 8px;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-question ul li {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-question ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-question ul li {
    font-size: 14px;
    padding: 0 0 0 24px;
    margin: 0 0 8px;
  }
}
.section-lk--results .tab-content .results-wrapper .left-side .homework-question ul li:nth-last-child(1) {
  margin: 0;
}
.section-lk--results .tab-content .results-wrapper .left-side .homework-question ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 20px;
  width: 5px;
  height: 5px;
  background: #005e80;
  border-radius: 50%;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-question ul li:before {
    top: 9px;
  }
}
@media (max-width: 1141px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-question ul li:before {
    top: 8px;
  }
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-question ul li:before {
    left: 9px;
    top: 7px;
  }
}
.section-lk--results .tab-content .results-wrapper .left-side .homework-question blockquote {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #005e80;
  border-left: 1px solid #005e80;
  padding: 20px 24px;
  width: 100%;
  max-width: 930px;
  margin: 0 0 30px 20px;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-question blockquote {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-question blockquote {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-question blockquote {
    font-size: 14px;
    padding: 6px 10px;
    margin: 0 0 20px 10px;
  }
}
.section-lk--results .tab-content .results-wrapper .left-side .homework-answer--wrapper {
  margin: 0 0 30px;
}
.section-lk--results .tab-content .results-wrapper .left-side .homework-answer--wrapper:nth-last-child(1) {
  margin: 0;
}
.section-lk--results .tab-content .results-wrapper .left-side .homework-answer--wrapper h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 9px;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-answer--wrapper h5 {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-answer--wrapper h5 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-answer--wrapper h5 {
    font-size: 14px;
    margin: 0 0 6px;
  }
}
.section-lk--results .tab-content .results-wrapper .left-side .homework-answer--wrapper .homework-answer {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 35px 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #000;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-answer--wrapper .homework-answer {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-answer--wrapper .homework-answer {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .left-side .homework-answer--wrapper .homework-answer {
    border-radius: 5px;
    padding: 15px;
    font-size: 14px;
    margin: 0 0 35px;
  }
}
.section-lk--results .tab-content .results-wrapper .left-side .homework-answer--wrapper .homework-answer p {
  margin: 0 0 10px;
}
.section-lk--results .tab-content .results-wrapper .left-side .homework-answer--wrapper .homework-answer p:nth-last-child(1) {
  margin: 0;
}
.section-lk--results .tab-content .results-wrapper .right-side {
  width: 100%;
  max-width: 450px;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .right-side {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .right-side {
    max-width: 100%;
  }
}
.section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper {
  margin: 0 0 50px;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper {
    margin: 0 0 30px;
  }
}
.section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts {
  padding: 50px 35px 20px;
  border-radius: 20px;
  background: #f8fafc;
  margin: 0 0 50px;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts {
    padding: 30px 15px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts {
    border-radius: 10px;
  }
}
.section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--top {
  padding: 0 0 35px;
  border-bottom: 1px solid #e2e8f0;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--top {
    padding: 0 0 25px;
  }
}
.section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--top img {
  display: block;
  width: 67px;
  height: 67px;
  margin: 0 auto 42px;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--top img {
    margin: 0 auto 30px;
  }
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--top img {
    width: 45px;
    height: 45px;
  }
}
.section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--top h4 {
  color: #005e80;
  text-align: center;
  margin: 0 0 5px;
}
.section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--top p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--top p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--top p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--top p {
    font-size: 14px;
  }
}
.section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--middle {
  padding: 30px 0;
  border-bottom: 1px solid #e2e8f0;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--middle {
    padding: 20px 0;
  }
}
.section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--middle ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
}
.section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--middle ul li:nth-last-child(1) {
  margin: 0;
}
.section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--middle ul li span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--middle ul li span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--middle ul li span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--middle ul li span {
    font-size: 14px;
  }
}
.section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--middle ul li img {
  display: block;
  width: 20px;
  min-width: 20px;
  margin: 0 0 0 10px;
}
.section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 0 0;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--bottom {
    padding: 20px 0 0 0;
  }
}
.section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--bottom p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--bottom p {
    font-size: 16px;
  }
}
@media (max-width: 1141px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .results-accepts--bottom p {
    font-size: 14px;
  }
}
.section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .btns-wrapper .btn-transparent {
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .btns-wrapper .btn-transparent {
    margin: 0 0 10px;
  }
}
.section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .btns-wrapper .btn-transparent:hover img {
  transform: translateX(-10px);
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(0%) hue-rotate(199deg) brightness(108%) contrast(102%);
}
.section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .btns-wrapper .btn-transparent img {
  transition: 0.3s all ease;
  margin: 0 20px 0 0;
}
.section-lk--results .tab-content .results-wrapper .right-side .results-accepts--wrapper .btns-wrapper .btn {
  width: 100%;
}
.section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix {
  padding: 50px 35px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #fff5e5 100%);
  margin: 0 0 50px;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix {
    padding: 30px 15px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix {
    border-radius: 10px;
  }
}
.section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix--top {
  padding: 0 0 35px;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix--top {
    padding: 0 0 25px;
  }
}
.section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix--top img {
  display: block;
  width: 67px;
  height: 67px;
  margin: 0 auto 42px;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix--top img {
    margin: 0 auto 30px;
  }
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix--top img {
    width: 45px;
    height: 45px;
  }
}
.section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix--top h4 {
  color: #ff9d00;
  text-align: center;
  margin: 0 0 5px;
}
.section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix--top p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix--top p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix--top p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix--top p {
    font-size: 14px;
  }
}
.section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix .results-fix--comment span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  color: #8d8d8d;
  margin: 0 0 5px;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix .results-fix--comment span {
    font-size: 14px;
  }
}
@media (max-width: 1141px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix .results-fix--comment span {
    font-size: 12px;
  }
}
.section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix .results-fix--comment p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  border: 1px solid #ebf1f4;
  border-radius: 15px;
  background: #fff;
  padding: 25px;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix .results-fix--comment p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix .results-fix--comment p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .results-fix .results-fix--comment p {
    font-size: 14px;
    padding: 15px;
    border-radius: 10px;
  }
}
.section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .btns-wrapper .btn-transparent {
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .btns-wrapper .btn-transparent {
    margin: 0 0 10px;
  }
}
.section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .btns-wrapper .btn-transparent:hover img {
  transform: translateX(-10px);
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(0%) hue-rotate(199deg) brightness(108%) contrast(102%);
}
.section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .btns-wrapper .btn-transparent img {
  transition: 0.3s all ease;
  margin: 0 20px 0 0;
}
.section-lk--results .tab-content .results-wrapper .right-side .results-fix--wrapper .btns-wrapper .btn {
  width: 100%;
}
.section-lk--results .tab-content .homework-chat .input-wrapper {
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .homework-chat .input-wrapper {
    margin: 0 0 15px;
  }
}
.section-lk--results .tab-content .homework-chat .input-wrapper .label-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 9px;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .homework-chat .input-wrapper .label-wrapper {
    margin: 0 0 5px;
  }
}
.section-lk--results .tab-content .homework-chat .input-wrapper .label-wrapper label {
  margin: 0;
}
.section-lk--results .tab-content .homework-chat .input-wrapper .label-wrapper .add-file {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #005e80;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .homework-chat .input-wrapper .label-wrapper .add-file {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--results .tab-content .homework-chat .input-wrapper .label-wrapper .add-file {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-lk--results .tab-content .homework-chat .input-wrapper .label-wrapper .add-file {
    font-size: 10px;
    order: 2;
  }
}
.section-lk--results .tab-content .homework-chat .input-wrapper .label-wrapper .add-file:hover {
  opacity: 0.5;
}
.section-lk--results .tab-content .homework-chat .input-wrapper .label-wrapper .add-file img {
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  object-fit: contain;
  transition: 0.3s all ease;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .homework-chat .input-wrapper .label-wrapper .add-file img {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin: 0 5px 0 0;
  }
}
.section-lk--results .tab-content .homework-chat .input-wrapper label {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 9px;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .homework-chat .input-wrapper label {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.section-lk--results .tab-content .homework-chat .input-wrapper label span {
  color: #f26d6d;
}
.section-lk--results .tab-content .homework-chat .input-wrapper input {
  display: block;
  width: 100%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #737373;
  padding: 0 23px;
  height: 76px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .homework-chat .input-wrapper input {
    height: 40px;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 5px;
  }
}
.section-lk--results .tab-content .homework-chat .input-wrapper input:hover, .section-lk--results .tab-content .homework-chat .input-wrapper input:focus {
  color: #0f172a;
  border-color: #0f172a;
}
.section-lk--results .tab-content .homework-chat .input-wrapper textarea {
  display: block;
  width: 100%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #737373;
  padding: 23px;
  height: 230px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .homework-chat .input-wrapper textarea {
    height: 100px;
    font-size: 14px;
    padding: 12px;
    border-radius: 5px;
  }
}
.section-lk--results .tab-content .homework-chat .input-wrapper textarea:hover, .section-lk--results .tab-content .homework-chat .input-wrapper textarea:focus {
  color: #0f172a;
  border-color: #0f172a;
}
.section-lk--results .tab-content .homework-chat .select-wrapper {
  margin: 64px 0 35px 0;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .homework-chat .select-wrapper {
    margin: 15px 0;
  }
}
.section-lk--results .tab-content .homework-chat .select-wrapper p {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 9px;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .homework-chat .select-wrapper p {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.section-lk--results .tab-content .homework-chat .select-wrapper p span {
  color: #f26d6d;
}
.section-lk--results .tab-content .homework-chat .check-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .homework-chat .check-wrapper {
    margin: 0 0 30px;
  }
}
.section-lk--results .tab-content .homework-chat .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section-lk--results .tab-content .homework-chat .btns-wrapper .prev-lesson {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #005e80;
}
@media (max-width: 1430px) {
  .section-lk--results .tab-content .homework-chat .btns-wrapper .prev-lesson {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-lk--results .tab-content .homework-chat .btns-wrapper .prev-lesson {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-lk--results .tab-content .homework-chat .btns-wrapper .prev-lesson {
    font-size: 10px;
    order: 2;
  }
}
.section-lk--results .tab-content .homework-chat .btns-wrapper .prev-lesson:hover img {
  transform: translateX(-8px);
}
.section-lk--results .tab-content .homework-chat .btns-wrapper .prev-lesson img {
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  object-fit: contain;
  transition: 0.3s all ease;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .homework-chat .btns-wrapper .prev-lesson img {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin: 0 5px 0 0;
  }
}
.section-lk--results .tab-content .homework-chat .btns-wrapper .btn {
  min-width: 186px;
  margin: 0 24px 0 0;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .homework-chat .btns-wrapper .btn {
    width: 100%;
    margin: 5px 0;
  }
}
.section-lk--results .tab-content .homework-chat .require-info {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 21px 0 70px 0;
}
@media (max-width: 991px) {
  .section-lk--results .tab-content .homework-chat .require-info {
    font-size: 14px;
    margin: 20px 0 30px 0;
  }
}
.section-lk--results .tab-content .homework-chat .require-info span {
  color: #f26d6d;
}

.course-chat--wrapper {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  margin: 35px 0 0 0;
}
@media (max-width: 991px) {
  .course-chat--wrapper {
    border-radius: 5px;
  }
}
.course-chat--wrapper .chat-title {
  padding: 34px 50px;
  border-bottom: 1px solid #e2e8f0;
}
@media (max-width: 1141px) {
  .course-chat--wrapper .chat-title {
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-title {
    padding: 20px 15px;
  }
}
.course-chat--wrapper .chat-title h3 {
  line-height: 1.11111;
  color: #0f172a;
  margin: 0;
}
.course-chat--wrapper .chat-messages--wrapper {
  padding: 60px 50px;
  border-bottom: 1px solid #e2e8f0;
  max-height: 1000px;
  overflow: auto;
}
@media (max-width: 1141px) {
  .course-chat--wrapper .chat-messages--wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-messages--wrapper {
    padding: 15px;
  }
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--question {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--question {
    margin: 0 0 20px;
  }
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--question:nth-last-child(1) {
  margin: 0;
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--question .avatar-wrapper {
  margin: 0 24px 0 0;
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--question .avatar-wrapper {
    margin: 0 10px 0 0;
  }
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--question .avatar-wrapper img {
  display: block;
  width: 60px;
  height: 60px;
  min-width: 60px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--question .avatar-wrapper img {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--question .chat-message--details .chat-message--info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 9px;
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--question .chat-message--details .chat-message--info p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--question .chat-message--details .chat-message--info p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--question .chat-message--details .chat-message--info p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--question .chat-message--details .chat-message--info p {
    font-size: 14px;
  }
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--question .chat-message--details .chat-message--info span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #488ba4;
  margin: 0 0 0 20px;
}
@media (max-width: 1430px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--question .chat-message--details .chat-message--info span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--question .chat-message--details .chat-message--info span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--question .chat-message--details .chat-message--info span {
    font-size: 12px;
    margin: 0 0 0 10px;
  }
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--question .chat-message--details .chat-message {
  border: 1px solid #e2e8f0;
  border-radius: 0 20px 20px 20px;
  background: #f8fafc;
  padding: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  width: 100%;
  max-width: 950px;
}
@media (max-width: 1430px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--question .chat-message--details .chat-message {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--question .chat-message--details .chat-message {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--question .chat-message--details .chat-message {
    font-size: 12px;
    padding: 10px;
    border-radius: 0 5px 5px 5px;
  }
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--question .chat-message--details .chat-message p {
  margin: 0 0 14px;
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--question .chat-message--details .chat-message p {
    margin: 0 0 8px;
  }
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--question .chat-message--details .chat-message p:nth-last-child(1) {
  margin: 0;
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--answer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--answer {
    margin: 0 0 20px;
  }
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--answer:nth-last-child(1) {
  margin: 0;
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--answer .avatar-wrapper {
  margin: 0 0 0 24px;
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--answer .avatar-wrapper {
    margin: 0 0 0 10px;
  }
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--answer .avatar-wrapper img {
  display: block;
  width: 60px;
  height: 60px;
  min-width: 60px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--answer .avatar-wrapper img {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message--info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 9px;
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message--info p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message--info p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message--info p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message--info p {
    font-size: 14px;
  }
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message--info span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #488ba4;
  margin: 0 0 0 20px;
}
@media (max-width: 1430px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message--info span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message--info span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message--info span {
    font-size: 12px;
    margin: 0 0 0 10px;
  }
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message {
  border: 1px solid #e2e8f0;
  border-radius: 20px 0 20px 20px;
  background: #e2e8f0;
  padding: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  width: 100%;
  max-width: 950px;
}
@media (max-width: 1430px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message {
    font-size: 12px;
    padding: 10px;
    border-radius: 5px 0 5px 5px;
  }
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message p {
  margin: 0 0 14px;
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message p {
    margin: 0 0 8px;
  }
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message p:nth-last-child(1) {
  margin: 0;
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message .attach-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message .attach-wrapper {
    gap: 8px;
  }
}
.course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message .attach-wrapper img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-messages--wrapper .chat-message--answer .chat-message--details .chat-message .attach-wrapper img {
    width: 40px;
    height: 40px;
    border-radius: 3px;
  }
}
.course-chat--wrapper .chat-text--wrapper {
  padding: 60px 50px;
}
@media (max-width: 1141px) {
  .course-chat--wrapper .chat-text--wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-text--wrapper {
    padding: 20px 15px;
  }
}
.course-chat--wrapper .chat-text--wrapper .chat-text--name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 9px;
}
@media (max-width: 1430px) {
  .course-chat--wrapper .chat-text--wrapper .chat-text--name {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .course-chat--wrapper .chat-text--wrapper .chat-text--name {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-text--wrapper .chat-text--name {
    font-size: 14px;
  }
}
.course-chat--wrapper .chat-text--wrapper form .input-wrapper {
  margin: 0 0 45px;
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-text--wrapper form .input-wrapper {
    margin: 0 0 15px;
  }
}
.course-chat--wrapper .chat-text--wrapper form .input-wrapper textarea {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #737373;
  padding: 23px;
  height: 280px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-text--wrapper form .input-wrapper textarea {
    height: 140px;
    font-size: 14px;
    padding: 12px;
    border-radius: 5px;
  }
}
.course-chat--wrapper .chat-text--wrapper form .input-wrapper textarea:hover, .course-chat--wrapper .chat-text--wrapper form .input-wrapper textarea:focus {
  color: #0f172a;
  border-color: #0f172a;
}
.course-chat--wrapper .chat-text--wrapper form .chat-uploaded--files {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-text--wrapper form .chat-uploaded--files {
    gap: 8px;
  }
}
.course-chat--wrapper .chat-text--wrapper form .chat-uploaded--files .uploaded-file-item {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-text--wrapper form .chat-uploaded--files .uploaded-file-item {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
}
.course-chat--wrapper .chat-text--wrapper form .chat-uploaded--files .uploaded-file-item .uploaded-file-preview {
  width: 100%;
  height: 100%;
}
.course-chat--wrapper .chat-text--wrapper form .chat-uploaded--files .uploaded-file-item .uploaded-file-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-chat--wrapper .chat-text--wrapper form .chat-uploaded--files .uploaded-file-item .uploaded-file-remove {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 18px;
  height: 18px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}
.course-chat--wrapper .chat-text--wrapper form .chat-uploaded--files .uploaded-file-item .uploaded-file-remove:hover {
  background: rgba(255, 0, 0, 0.8);
}
.course-chat--wrapper .chat-text--wrapper form .form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--left {
  width: calc(100% - 475px);
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--left {
    width: 100%;
  }
}
.course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--left .chat-upload--wrapper .file-upload {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  transition: 0.3s all ease;
}
.course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--left .chat-upload--wrapper .file-upload:hover {
  opacity: 0.7;
}
.course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--left .chat-upload--wrapper .file-upload span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #005e80;
}
@media (max-width: 1430px) {
  .course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--left .chat-upload--wrapper .file-upload span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--left .chat-upload--wrapper .file-upload span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--left .chat-upload--wrapper .file-upload span {
    font-size: 14px;
  }
}
.course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--left .chat-upload--wrapper .file-upload .file-upload__input {
  display: none;
}
.course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--left .chat-upload--wrapper .file-upload img {
  display: block;
  width: 18px;
  min-width: 18px;
  object-fit: contain;
  margin: 0 24px 0 0;
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--left .chat-upload--wrapper .file-upload img {
    width: 20px;
    min-width: 20px;
    margin: 0 15px 0 0;
  }
}
.course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--left .check {
  margin: 15px 0 0 0;
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--left .check {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 1430px) {
  .course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--left .check p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--left .check p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--left .check p {
    font-size: 14px;
  }
}
.course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 450px;
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--right {
    max-width: 100%;
    margin: 20px 0 0 0;
  }
}
.course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--right .btn {
  width: calc(50% - 12px);
}
@media (max-width: 991px) {
  .course-chat--wrapper .chat-text--wrapper form .form-bottom .form-bottom--right .btn {
    width: 100%;
    margin: 5px 0;
  }
}

footer {
  padding: 120px 0 0 0;
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
}
@media (max-width: 1430px) {
  footer {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 0;
  }
}
@media (max-width: 991px) {
  footer .footer-feedback {
    background: #1a6e8d;
  }
}
footer .footer-feedback .footer-feedback--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #1a6e8d;
  border: 1px solid #488ba4;
  border-radius: 25px;
  padding: 40px 50px 55px;
  margin: 0 0 100px;
}
@media (max-width: 991px) {
  footer .footer-feedback .footer-feedback--wrapper {
    padding: 32px 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    display: block;
    margin: 0;
    background: transparent;
  }
}
footer .footer-feedback .footer-feedback--wrapper h3 {
  width: 100%;
}
footer .footer-feedback .footer-feedback--wrapper p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  width: calc(100% - 780px);
}
@media (max-width: 1430px) {
  footer .footer-feedback .footer-feedback--wrapper p {
    width: calc(100% - 640px);
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  footer .footer-feedback .footer-feedback--wrapper p {
    width: calc(100% - 470px);
  }
}
@media (max-width: 991px) {
  footer .footer-feedback .footer-feedback--wrapper p {
    width: 100%;
    font-size: 12px;
    margin: 0 0 20px;
  }
}
footer .footer-feedback .footer-feedback--wrapper .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 740px;
}
@media (max-width: 1430px) {
  footer .footer-feedback .footer-feedback--wrapper .btns-wrapper {
    max-width: 620px;
  }
}
@media (max-width: 1141px) {
  footer .footer-feedback .footer-feedback--wrapper .btns-wrapper {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  footer .footer-feedback .footer-feedback--wrapper .btns-wrapper {
    max-width: 100%;
  }
}
footer .footer-feedback .footer-feedback--wrapper .btns-wrapper .btn {
  width: calc(50% - 12px);
}
@media (max-width: 1141px) {
  footer .footer-feedback .footer-feedback--wrapper .btns-wrapper .btn {
    width: 100%;
    margin: 8px 0;
  }
}
@media (max-width: 991px) {
  footer .footer-feedback .footer-feedback--wrapper .btns-wrapper .btn {
    margin: 4px 0;
  }
}
footer .footer-main {
  padding: 0 0 90px;
}
@media (max-width: 1430px) {
  footer .footer-main {
    padding: 0 0 80px;
  }
}
@media (max-width: 991px) {
  footer .footer-main {
    padding: 50px 0 0 0;
  }
}
footer .footer-main .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .footer-main .container {
    display: block;
  }
}
footer .footer-main .footer-main--left {
  width: 100%;
  max-width: 370px;
}
@media (max-width: 1430px) {
  footer .footer-main .footer-main--left {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  footer .footer-main .footer-main--left {
    max-width: 100%;
    padding: 0 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
footer .footer-main .footer-main--left .footer-logo {
  display: block;
  margin: 0 0 14px;
}
@media (max-width: 991px) {
  footer .footer-main .footer-main--left .footer-logo {
    margin: 0 0 20px;
  }
}
footer .footer-main .footer-main--left .footer-logo:hover {
  opacity: 0.7;
}
footer .footer-main .footer-main--left .footer-logo img {
  display: block;
}
footer .footer-main .footer-main--left p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 100px;
}
@media (max-width: 1430px) {
  footer .footer-main .footer-main--left p {
    font-size: 18px;
    margin: 0 0 24px;
  }
}
@media (max-width: 1141px) {
  footer .footer-main .footer-main--left p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  footer .footer-main .footer-main--left p {
    font-size: 12px;
    margin: 0 0 10px;
  }
}
footer .footer-main .footer-main--left p:nth-last-child(1) {
  margin: 0;
}
footer .footer-main .footer-main--right {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% - 520px);
}
@media (max-width: 1430px) {
  footer .footer-main .footer-main--right {
    width: calc(100% - 340px);
  }
}
@media (max-width: 991px) {
  footer .footer-main .footer-main--right {
    display: block;
    width: 100%;
  }
}
footer .footer-main .footer-main--right .footer-menu--item {
  width: calc(33.3333333333% - 25px);
}
@media (max-width: 1430px) {
  footer .footer-main .footer-main--right .footer-menu--item {
    width: calc(33.3333333333% - 12px);
  }
}
@media (max-width: 991px) {
  footer .footer-main .footer-main--right .footer-menu--item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
footer .footer-main .footer-main--right .footer-menu--item p {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin: 0 0 48px;
}
@media (max-width: 1430px) {
  footer .footer-main .footer-main--right .footer-menu--item p {
    font-size: 18px;
    margin: 0 0 32px;
  }
}
@media (max-width: 1141px) {
  footer .footer-main .footer-main--right .footer-menu--item p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  footer .footer-main .footer-main--right .footer-menu--item p {
    font-size: 14px;
    margin: 0 0 16px;
  }
}
footer .footer-main .footer-main--right .footer-menu--item ul li {
  margin: 0 0 23px;
}
@media (max-width: 1430px) {
  footer .footer-main .footer-main--right .footer-menu--item ul li {
    margin: 0 0 16px;
  }
}
@media (max-width: 991px) {
  footer .footer-main .footer-main--right .footer-menu--item ul li {
    margin: 0 0 8px;
  }
}
footer .footer-main .footer-main--right .footer-menu--item ul li:nth-last-child(1) {
  margin: 0;
}
footer .footer-main .footer-main--right .footer-menu--item ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #b7d2db;
  border-bottom: 1px solid #b7d2db;
}
@media (max-width: 1430px) {
  footer .footer-main .footer-main--right .footer-menu--item ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  footer .footer-main .footer-main--right .footer-menu--item ul li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  footer .footer-main .footer-main--right .footer-menu--item ul li a {
    font-size: 12px;
  }
}
footer .footer-main .footer-main--right .footer-menu--item ul li a:hover {
  border-color: transparent;
}
footer .footer-main .footer-main--right .footer-contacts--item {
  width: calc(33.3333333333% - 25px);
}
@media (max-width: 991px) {
  footer .footer-main .footer-main--right .footer-contacts--item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
footer .footer-main .footer-main--right .footer-contacts--item p {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin: 0 0 48px;
}
@media (max-width: 1430px) {
  footer .footer-main .footer-main--right .footer-contacts--item p {
    font-size: 18px;
    margin: 0 0 32px;
  }
}
@media (max-width: 1141px) {
  footer .footer-main .footer-main--right .footer-contacts--item p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  footer .footer-main .footer-main--right .footer-contacts--item p {
    font-size: 14px;
    margin: 0 0 16px;
  }
}
footer .footer-main .footer-main--right .footer-contacts--item .footer-contact {
  margin: 0 0 98px;
}
@media (max-width: 1430px) {
  footer .footer-main .footer-main--right .footer-contacts--item .footer-contact {
    margin: 0 0 64px;
  }
}
@media (max-width: 991px) {
  footer .footer-main .footer-main--right .footer-contacts--item .footer-contact {
    margin: 0 0 30px;
  }
}
footer .footer-main .footer-main--right .footer-contacts--item .footer-contact:nth-last-child(1) {
  margin: 0;
}
footer .footer-main .footer-main--right .footer-contacts--item .footer-contact li {
  margin: 0 0 23px;
}
@media (max-width: 991px) {
  footer .footer-main .footer-main--right .footer-contacts--item .footer-contact li {
    margin: 0 0 8px;
  }
}
footer .footer-main .footer-main--right .footer-contacts--item .footer-contact li:nth-last-child(1) {
  margin: 0;
}
footer .footer-main .footer-main--right .footer-contacts--item .footer-contact li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1430px) {
  footer .footer-main .footer-main--right .footer-contacts--item .footer-contact li a {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  footer .footer-main .footer-main--right .footer-contacts--item .footer-contact li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  footer .footer-main .footer-main--right .footer-contacts--item .footer-contact li a {
    font-size: 12px;
  }
}
footer .footer-main .footer-main--right .footer-contacts--item .footer-contact li a:hover {
  border-color: transparent;
}
footer .footer-main .footer-main--right .footer-contacts--item span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin: 0 0 24px;
}
@media (max-width: 1430px) {
  footer .footer-main .footer-main--right .footer-contacts--item span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  footer .footer-main .footer-main--right .footer-contacts--item span {
    font-size: 16px;
    margin: 0 0 16px;
  }
}
footer .footer-main .footer-main--right .footer-contacts--item .footer-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .footer-main .footer-main--right .footer-contacts--item .footer-socials li {
  margin: 0 17px 0 0;
}
@media (max-width: 991px) {
  footer .footer-main .footer-main--right .footer-contacts--item .footer-socials li {
    margin: 0 14px 0 0;
  }
}
footer .footer-main .footer-main--right .footer-contacts--item .footer-socials li a {
  display: block;
}
footer .footer-main .footer-main--right .footer-contacts--item .footer-socials li a:hover {
  opacity: 0.7;
}
footer .footer-main .footer-main--right .footer-contacts--item .footer-socials li a img {
  display: block;
  max-width: 33px;
  height: 24px;
}
@media (max-width: 991px) {
  footer .footer-main .footer-main--right .footer-contacts--item .footer-socials li a img {
    max-width: initial;
    height: initial;
  }
}
footer .footer-copyright {
  padding: 48px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1430px) {
  footer .footer-copyright {
    padding: 32px 0;
  }
}
@media (max-width: 991px) {
  footer .footer-copyright {
    padding: 16px 0;
    border-top: none;
  }
}
footer .footer-copyright p {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1430px) {
  footer .footer-copyright p {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  footer .footer-copyright p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  footer .footer-copyright p {
    font-size: 12px;
    max-width: 216px;
    margin: 0 auto;
  }
}

h1,
.h1 {
  font-weight: 800;
  font-size: 58px;
  line-height: 1.08621;
  color: #fff;
  margin: 0 0 45px;
}
@media (max-width: 1430px) {
  h1,
.h1 {
    font-size: 46px;
    margin: 0 0 40px;
  }
}
@media (max-width: 1141px) {
  h1,
.h1 {
    font-size: 36px;
    margin: 0 0 32px;
  }
}
@media (max-width: 991px) {
  h1,
.h1 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
h1 span,
.h1 span {
  color: #007a99;
}

h2,
.h2 {
  font-weight: 700;
  font-size: 52px;
  line-height: 1.09615;
  text-align: center;
  color: #0f172a;
  margin: 0 0 60px;
}
@media (max-width: 1430px) {
  h2,
.h2 {
    font-size: 46px;
    margin: 0 0 40px;
  }
}
@media (max-width: 1141px) {
  h2,
.h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  h2,
.h2 {
    text-align: left;
    font-size: 20px;
    margin: 0 0 22px;
  }
}
h2 span,
.h2 span {
  color: #005e80;
}

h3,
.h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 0.83333;
  color: #fff;
  margin: 0 0 42px;
}
@media (max-width: 991px) {
  h3,
.h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}

h4,
.h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.21429;
  color: #0f172a;
  margin: 0 0 30px;
}
@media (max-width: 1430px) {
  h4,
.h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  h4,
.h4 {
    font-size: 18px;
    margin: 0 0 12px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
@media (max-width: 991px) {
  .btn {
    padding: 5px 20px;
  }
}
.btn-green {
  background: linear-gradient(180deg, #005e80 0%, #003e54 50%);
  background-size: 100% 200%;
  border-radius: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  min-height: 83px;
}
@media (max-width: 1430px) {
  .btn-green {
    font-size: 16px;
    min-height: 72px;
  }
}
@media (max-width: 991px) {
  .btn-green {
    font-size: 12px;
    min-height: 46px;
    border-radius: 10px;
  }
}
.btn-green img {
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin: 0 0 0 20px;
}
@media (max-width: 1430px) {
  .btn-green img {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin: 0 0 0 12px;
  }
}
@media (max-width: 991px) {
  .btn-green img {
    width: 14px;
    min-width: 14px;
    height: 14px;
    margin: 0 0 0 7px;
  }
}
.btn-green:hover {
  background-position: 0 20%;
  color: #fff;
}
.btn-black {
  background: #272d3f;
  border: 1px solid #535865;
  border-radius: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  min-height: 83px;
}
@media (max-width: 1430px) {
  .btn-black {
    font-size: 16px;
    min-height: 72px;
  }
}
@media (max-width: 991px) {
  .btn-black {
    font-size: 12px;
    min-height: 46px;
    border-radius: 10px;
  }
}
.btn-black img {
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin: 0 0 0 20px;
}
@media (max-width: 1430px) {
  .btn-black img {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin: 0 0 0 12px;
  }
}
@media (max-width: 991px) {
  .btn-black img {
    width: 14px;
    min-width: 14px;
    height: 14px;
    margin: 0 0 0 7px;
  }
}
.btn-black:hover {
  background: #535865;
  color: #fff;
}
.btn-grey {
  background: #f2f7f8;
  border: 1px solid #cce0e6;
  border-radius: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #0f172a;
  min-height: 88px;
}
@media (max-width: 1430px) {
  .btn-grey {
    font-size: 16px;
    min-height: 72px;
  }
}
@media (max-width: 991px) {
  .btn-grey {
    font-size: 12px;
    min-height: 46px;
    border-radius: 10px;
  }
}
.btn-grey img {
  display: block;
  width: 45px;
  min-width: 45px;
  height: 45px;
  margin: 0 13px 0 0;
}
@media (max-width: 1430px) {
  .btn-grey img {
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin: 0 12px 0 0;
  }
}
@media (max-width: 991px) {
  .btn-grey img {
    width: 23px;
    min-width: 23px;
    height: 23px;
    margin: 0 15px 0 0;
  }
}
.btn-grey:hover {
  background: #cce0e6;
  color: #0f172a;
}
.btn-white {
  background: #fff;
  border-radius: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #005e80;
  min-height: 83px;
  padding: 20px 40px;
  border: 1px solid #fff;
}
@media (max-width: 1430px) {
  .btn-white {
    font-size: 16px;
    min-height: 72px;
  }
}
@media (max-width: 991px) {
  .btn-white {
    font-size: 12px;
    min-height: 46px;
    border-radius: 10px;
    padding: 5px 20px;
  }
}
.btn-white img {
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin: 0 0 0 20px;
  transition: 0.3s all ease;
}
@media (max-width: 1430px) {
  .btn-white img {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin: 0 0 0 12px;
  }
}
@media (max-width: 991px) {
  .btn-white img {
    width: 14px;
    min-width: 14px;
    height: 14px;
    margin: 0 0 0 7px;
  }
}
.btn-white:hover {
  color: #005e80;
  opacity: 0.75;
}
.btn-white:hover img {
  transform: translateX(10px);
}
.btn-transparent {
  border: 1px solid #005e80;
  background: #fff;
  border-radius: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #005e80;
  min-height: 83px;
  padding: 20px 40px;
}
@media (max-width: 1430px) {
  .btn-transparent {
    font-size: 16px;
    min-height: 72px;
  }
}
@media (max-width: 991px) {
  .btn-transparent {
    font-size: 12px;
    min-height: 46px;
    border-radius: 10px;
    padding: 5px 20px;
  }
}
.btn-transparent img {
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin: 0 0 0 20px;
}
@media (max-width: 1430px) {
  .btn-transparent img {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin: 0 0 0 12px;
  }
}
@media (max-width: 991px) {
  .btn-transparent img {
    width: 14px;
    min-width: 14px;
    height: 14px;
    margin: 0 0 0 7px;
  }
}
.btn-transparent:hover {
  color: #fff;
  background: #005e80;
}
.btn-transparent:hover img {
  transform: translateX(10px);
}

.row {
  margin: -20px -25px;
}
@media screen and (max-width: 1620px) {
  .row {
    margin: -7.5px !important;
  }
}
.row [class*=col-] {
  padding: 20px 25px;
}
@media screen and (max-width: 1620px) {
  .row [class*=col-] {
    padding: 7.5px !important;
  }
}

.menu-box {
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 151;
}
@media (max-width: 991px) {
  .menu-box {
    display: inline-flex;
  }
}

.hamburger {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s all ease;
}
.hamburger .line {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #0f172a;
  margin: 0 0 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-child(2) {
  width: 14px;
}
.hamburger .line:nth-last-child(1) {
  margin: 0;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger.is-active .line {
  width: 22px;
}
.hamburger.is-active .line:nth-child(3) {
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
  background: #0f172a;
}
.hamburger.is-active .line:nth-child(2) {
  -webkit-transform: translateY(-1px) rotate(-45deg);
  -ms-transform: translateY(-1px) rotate(-45deg);
  -o-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
  background: #0f172a;
}

.mob-nav {
  position: absolute;
  right: 0;
  top: 75px;
  width: 100%;
  max-width: 100%;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  padding: 16px;
  background: #fff;
  border-radius: 0;
  z-index: 1;
  overflow: auto;
  min-height: calc(100dvh - 75px);
  border-top: 1px solid #e2e8f0;
}
.mob-nav.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 150;
}
.mob-nav .mob-nav--cart {
  background: #f8fafc;
  border-radius: 10px;
  padding: 19px 16px;
  margin: 0 0 28px;
}
.mob-nav .mob-nav--cart a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #005e80;
  margin: 0 0 15px;
}
.mob-nav .mob-nav--cart p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 14px;
  color: #535865;
}
.mob-nav .mob-nav--cart p img {
  display: block;
  width: 20px;
  min-width: 20px;
  object-fit: contain;
  margin: 0 5px 0 0;
}
.mob-nav .mob-nav--cart p span {
  margin: 0 3px;
}
.mob-nav ul li {
  margin: 0 0 30px;
}
.mob-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.mob-nav ul li a img {
  display: block;
  transition: 0.3s all ease;
  margin: 0 0 0 10px;
}
.mob-nav ul li.has-child.active a {
  color: #005e80;
}
.mob-nav ul li.has-child.active a img {
  transform: rotate(180deg);
}
.mob-nav ul li .has-child--submenu {
  padding: 0 0 0 5px;
  display: none;
}
.mob-nav ul li .has-child--submenu ul {
  display: block;
  padding: 0 0 0 15px;
  border-left: 1px solid #e2e8f0;
}
.mob-nav ul li .has-child--submenu ul li {
  margin: 0 0 8px;
}
.mob-nav ul li .has-child--submenu ul li:nth-last-child(1) {
  margin: 0;
}
.mob-nav ul li .has-child--submenu ul li p {
  font-weight: 500;
  font-size: 14px;
  color: #0f172a;
  margin: 12px 0 0 0;
}
.mob-nav ul li .has-child--submenu ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #535865 !important;
}

.breadcrumbs {
  padding: 0 0 70px;
}
@media (max-width: 991px) {
  .breadcrumbs {
    padding: 0 0 30px;
  }
}
.breadcrumbs-content {
  padding: 0 0 50px;
}
@media (max-width: 991px) {
  .breadcrumbs-content {
    padding: 0 0 30px;
  }
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 991px) {
  .breadcrumbs ul li {
    margin: 0 0 3px;
  }
}
.breadcrumbs ul li:after {
  content: "/";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #0f172a;
  margin: 0 10px;
}
@media (max-width: 1430px) {
  .breadcrumbs ul li:after {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .breadcrumbs ul li:after {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs ul li:after {
    font-size: 12px;
    margin: 0 6px;
  }
}
.breadcrumbs ul li:nth-last-child(1):after {
  content: none;
}
.breadcrumbs ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #005e80;
  border-bottom: 1px solid #005e80;
}
@media (max-width: 1430px) {
  .breadcrumbs ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .breadcrumbs ul li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs ul li a {
    font-size: 12px;
  }
}
.breadcrumbs ul li a:hover {
  border-color: transparent;
}
.breadcrumbs ul li span {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #0f172a;
}
@media (max-width: 1430px) {
  .breadcrumbs ul li span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .breadcrumbs ul li span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs ul li span {
    font-size: 12px;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 100px 0 0 0;
}
@media (max-width: 991px) {
  .pagination {
    margin: 35px 0 0 0;
  }
}
.pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.pagination ul li {
  margin: 0 6px;
}
@media (max-width: 991px) {
  .pagination ul li {
    margin: 0 4px;
  }
}
.pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 5px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
}
@media (max-width: 991px) {
  .pagination ul li a {
    font-size: 12px;
    width: 32px;
    height: 32px;
  }
}
.pagination ul li a img {
  display: block;
}
@media (max-width: 991px) {
  .pagination ul li a img {
    width: 10px;
    height: 10px;
  }
}
.pagination ul li a.dots {
  border: none;
  background: transparent;
}
.pagination ul li a.current, .pagination ul li a:hover {
  background: linear-gradient(180deg, #005e80 0%, #003e54 100%);
  color: #fff;
}
.pagination ul li a.current img, .pagination ul li a:hover img {
  filter: brightness(0) invert(1);
}

.ohidden {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

.slick-arrow {
  display: none !important;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  bottom: 60px;
  right: 225px;
}
@media (max-width: 1430px) {
  .slick-dots {
    bottom: 52px;
    right: 170px;
  }
}
@media (max-width: 991px) {
  .slick-dots {
    bottom: 41px;
    right: 130px;
  }
}
.slick-dots button {
  display: none;
}
.slick-dots li {
  width: 10px;
  height: 6px;
  background: #d9d9d9;
  margin: 0 3.5px;
  cursor: pointer;
  transition: 0.3s all ease;
  border-radius: 3px;
}
.slick-dots li.slick-active {
  background: #488ba4;
  border-radius: 3px;
  width: 40px;
}
.slick-dots li:hover {
  background: #488ba4;
}

.section__sliderNav--arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 35px;
  right: 52px;
  z-index: 10;
}
@media (max-width: 1430px) {
  .section__sliderNav--arrows {
    bottom: 24px;
    right: 24px;
  }
}
@media (max-width: 991px) {
  .section__sliderNav--arrows {
    bottom: 23px;
    right: 15px;
  }
}
.section__sliderNav--arrows button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  width: 60px;
  height: 60px;
  backdrop-filter: blur(4px);
  border: 1px solid #8d8d8d;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 0 0 10px;
}
@media (max-width: 991px) {
  .section__sliderNav--arrows button {
    width: 40px;
    height: 40px;
  }
}
.section__sliderNav--arrows button:hover {
  background: #8d8d8d;
}
.section__sliderNav--arrows button:hover svg path {
  fill: #fff;
}
.section__sliderNav--arrows button svg {
  display: block;
}
@media (max-width: 991px) {
  .section__sliderNav--arrows button svg {
    width: 14px;
    height: 20px;
  }
}
.section__sliderNav--arrows button svg path,
.section__sliderNav--arrows button svg circle {
  transition: 0.3s all ease;
}

.video_wrap {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  height: 730px;
}
@media (max-width: 1430px) {
  .video_wrap {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .video_wrap {
    height: 425px;
    border-radius: 10px;
  }
}
.video_wrap .poster {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video_wrap .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video_wrap .play_btn img {
  display: block;
  width: 120px;
  height: 120px;
}
@media (max-width: 1430px) {
  .video_wrap .play_btn img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .video_wrap .play_btn img {
    width: 70px;
    height: 70px;
  }
}
.video_wrap .play_btn:hover {
  opacity: 0.7;
}

.video_wrap video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  object-fit: cover;
  object-position: center;
}

.video_wrap video.played {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

.modal {
  z-index: 10000;
}
.modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  opacity: 1;
}
.modal .close img {
  display: block;
  width: 20px;
  height: 20px;
}
.modal.feedback-modal {
  overflow: auto;
}
.modal.feedback-modal .modal-dialog {
  max-width: 750px;
  border: none;
  border-radius: 0;
}
.modal.feedback-modal .modal-dialog .modal-content {
  border: none;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 991px) {
  .modal.feedback-modal .modal-dialog .modal-content {
    padding: 30px 15px;
    border-radius: 10px;
  }
}
.modal.feedback-modal .modal-dialog .modal-content h4 {
  text-align: center;
}
.modal.feedback-modal .modal-dialog .modal-content .modal-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 1430px) {
  .modal.feedback-modal .modal-dialog .modal-content .modal-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .modal.feedback-modal .modal-dialog .modal-content .modal-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .modal.feedback-modal .modal-dialog .modal-content .modal-subtitle {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
.modal.feedback-modal .modal-dialog .modal-content form {
  width: 100%;
}
.modal.feedback-modal .modal-dialog .modal-content form .input-wrapper {
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .modal.feedback-modal .modal-dialog .modal-content form .input-wrapper {
    margin: 0 0 15px;
  }
}
.modal.feedback-modal .modal-dialog .modal-content form .input-wrapper .label-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 9px;
}
@media (max-width: 991px) {
  .modal.feedback-modal .modal-dialog .modal-content form .input-wrapper .label-wrapper {
    margin: 0 0 5px;
  }
}
.modal.feedback-modal .modal-dialog .modal-content form .input-wrapper .label-wrapper label {
  margin: 0;
}
.modal.feedback-modal .modal-dialog .modal-content form .input-wrapper .label-wrapper .add-file {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #005e80;
}
@media (max-width: 1430px) {
  .modal.feedback-modal .modal-dialog .modal-content form .input-wrapper .label-wrapper .add-file {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .modal.feedback-modal .modal-dialog .modal-content form .input-wrapper .label-wrapper .add-file {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .modal.feedback-modal .modal-dialog .modal-content form .input-wrapper .label-wrapper .add-file {
    font-size: 10px;
    order: 2;
  }
}
.modal.feedback-modal .modal-dialog .modal-content form .input-wrapper .label-wrapper .add-file:hover {
  opacity: 0.5;
}
.modal.feedback-modal .modal-dialog .modal-content form .input-wrapper .label-wrapper .add-file img {
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  object-fit: contain;
  transition: 0.3s all ease;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .modal.feedback-modal .modal-dialog .modal-content form .input-wrapper .label-wrapper .add-file img {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin: 0 5px 0 0;
  }
}
.modal.feedback-modal .modal-dialog .modal-content form .input-wrapper label {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 9px;
}
@media (max-width: 991px) {
  .modal.feedback-modal .modal-dialog .modal-content form .input-wrapper label {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.modal.feedback-modal .modal-dialog .modal-content form .input-wrapper label span {
  color: #f26d6d;
}
.modal.feedback-modal .modal-dialog .modal-content form .input-wrapper input {
  display: block;
  width: 100%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #737373;
  padding: 0 23px;
  height: 76px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .modal.feedback-modal .modal-dialog .modal-content form .input-wrapper input {
    height: 40px;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 5px;
  }
}
.modal.feedback-modal .modal-dialog .modal-content form .input-wrapper input:hover, .modal.feedback-modal .modal-dialog .modal-content form .input-wrapper input:focus {
  color: #0f172a;
  border-color: #0f172a;
}
.modal.feedback-modal .modal-dialog .modal-content form .input-wrapper textarea {
  display: block;
  width: 100%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #737373;
  padding: 23px;
  height: 230px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .modal.feedback-modal .modal-dialog .modal-content form .input-wrapper textarea {
    height: 100px;
    font-size: 14px;
    padding: 12px;
    border-radius: 5px;
  }
}
.modal.feedback-modal .modal-dialog .modal-content form .input-wrapper textarea:hover, .modal.feedback-modal .modal-dialog .modal-content form .input-wrapper textarea:focus {
  color: #0f172a;
  border-color: #0f172a;
}
.modal.feedback-modal .modal-dialog .modal-content form .check {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.modal.feedback-modal .modal-dialog .modal-content form .check p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 0 20px;
}
@media (max-width: 991px) {
  .modal.feedback-modal .modal-dialog .modal-content form .check p {
    font-size: 12px;
    margin: 0 0 0 15px;
  }
}
.modal.feedback-modal .modal-dialog .modal-content form .check p a {
  color: #005e80;
  border-bottom: 1px solid #005e80;
}
.modal.feedback-modal .modal-dialog .modal-content form .check p a:hover {
  border-color: transparent;
}
.modal.feedback-modal .modal-dialog .modal-content form .check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.3s ease;
}
.modal.feedback-modal .modal-dialog .modal-content form .check input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.modal.feedback-modal .modal-dialog .modal-content form .check .checkmark {
  position: relative;
  height: 20px;
  width: 20px;
  min-width: 20px;
  background: transparent;
  transition: all 0.3s ease;
  border-radius: 0;
  border: 1px solid #005e80;
}
.modal.feedback-modal .modal-dialog .modal-content form .check .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  left: 50%;
  top: 43%;
  width: 6px;
  height: 12px;
  border: solid #005e80;
  border-width: 0 1px 1px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal.feedback-modal .modal-dialog .modal-content form .btn-wrapper {
  margin: 30px 0 0 0;
}
@media (max-width: 991px) {
  .modal.feedback-modal .modal-dialog .modal-content form .btn-wrapper {
    margin: 20px 0 0 0;
  }
}
.modal.feedback-modal .modal-dialog .modal-content form .btn-wrapper .btn {
  width: 100%;
}
.modal.thx-modal {
  overflow: auto;
}
.modal.thx-modal .modal-dialog {
  max-width: 580px;
  border: none;
  border-radius: 0;
}
.modal.thx-modal .modal-dialog .modal-content {
  border: none;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 991px) {
  .modal.thx-modal .modal-dialog .modal-content {
    padding: 30px 15px;
    border-radius: 10px;
  }
}
.modal.thx-modal .modal-dialog .modal-content h4 {
  text-align: center;
}
.modal.thx-modal .modal-dialog .modal-content .modal-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 1430px) {
  .modal.thx-modal .modal-dialog .modal-content .modal-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .modal.thx-modal .modal-dialog .modal-content .modal-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .modal.thx-modal .modal-dialog .modal-content .modal-subtitle {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
.modal.thx-modal .modal-dialog .modal-content .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.thx-modal .modal-dialog .modal-content .btn-wrapper .btn {
  width: 100%;
}

.cookie-wrapper {
  position: fixed;
  bottom: 20px;
  left: 50%;
  width: 100%;
  max-width: 1220px;
  transform: translateX(-50%);
  box-shadow: 4px 4px 8px 0 rgba(185, 185, 185, 0.2);
  background: #fff;
  border-radius: 25px;
  padding: 40px;
  z-index: 145;
}
@media (max-width: 991px) {
  .cookie-wrapper {
    max-width: 100%;
    bottom: 0;
    padding: 20px 16px;
    border-radius: 10px 10px 0 0;
  }
}
.cookie-wrapper p {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3125;
  color: #000;
}
@media (max-width: 1430px) {
  .cookie-wrapper p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .cookie-wrapper p {
    font-size: 16px;
  }
}
.cookie-wrapper .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}
@media (max-width: 991px) {
  .cookie-wrapper .btns-wrapper {
    margin: 20px 0 0 0;
  }
}
.cookie-wrapper .btns-wrapper .btn {
  margin: 0 40px 0 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.16667;
  letter-spacing: -0.02em;
  min-height: 68px;
}
@media (max-width: 991px) {
  .cookie-wrapper .btns-wrapper .btn {
    width: 100%;
    margin: 10px 0;
    font-size: 20px;
    min-height: 56px;
  }
}

.jq-selectbox {
  cursor: pointer;
  min-width: 100%;
}
.jq-selectbox__select {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  width: 100%;
  min-height: 76px;
  padding: 0 50px 0 24px;
}
@media (max-width: 991px) {
  .jq-selectbox__select {
    min-height: 40px;
    border-radius: 5px;
    padding: 0 25px 0 12px;
  }
}
.jq-selectbox__select-text {
  width: auto !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
}
@media (max-width: 991px) {
  .jq-selectbox__select-text {
    font-size: 14px;
  }
}
.jq-selectbox__trigger-arrow:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 22px;
  background: url("../img/chevron-bottom--green.svg") center no-repeat;
  background-size: contain;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .jq-selectbox__trigger-arrow:after {
    right: 15px;
    width: 13px;
    height: 10px;
  }
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow:after {
  transform: translateY(-50%) rotate(-180deg);
}
.jq-selectbox__dropdown {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  top: 100% !important;
}
@media (max-width: 991px) {
  .jq-selectbox__dropdown {
    border-radius: 5px;
  }
}
.jq-selectbox__dropdown ul {
  max-height: 240px;
  scrollbar-width: thin;
  scrollbar-color: #8B8B8B #f8fafc;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar {
  width: 7px;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-track {
  background: #f8fafc;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
  background-color: #8B8B8B;
  border-radius: 4px;
  border: 1px solid #f8fafc;
}
.jq-selectbox__dropdown ul li {
  padding: 15px 24px;
  min-height: 40px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
}
@media (max-width: 991px) {
  .jq-selectbox__dropdown ul li {
    padding: 12px;
    font-size: 14px;
  }
}
.jq-selectbox__dropdown ul li:hover, .jq-selectbox__dropdown ul li.selected {
  background: #f8fafc;
}

.check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.check p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 0 20px;
}
@media (max-width: 991px) {
  .check p {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.3s ease;
}
.check input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.check .checkmark {
  position: relative;
  height: 20px;
  width: 20px;
  min-width: 20px;
  background: transparent;
  transition: all 0.3s ease;
  border-radius: 0;
  border: 1px solid #005e80;
}
.check .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  left: 50%;
  top: 43%;
  width: 6px;
  height: 12px;
  border: solid #005e80;
  border-width: 0 1px 1px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.widget-soc {
  position: fixed;
  z-index: 550;
  bottom: 38px;
  right: 40px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

@media only screen and (max-width: 800px) {
  .widget-soc {
    display: none;
  }
}
.widget-soc__icon {
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #005e80 0%, #003e54 100%);
  border-radius: 15px;
  margin-top: 20px;
  position: relative;
}

.widget-soc__icon::before {
  content: "";
  opacity: 0.5;
  transition: all 0.3s ease;
}

.widget-soc__icon:hover::before {
  opacity: 1;
}

.widget-soc__chat {
  width: 106px;
  height: 106px;
  border-radius: 50%;
}

.widget-soc__chat::before {
  width: 55px;
  height: 55px;
  background: url("../img/chat.svg") center no-repeat;
  background-size: contain;
}

.widget-soc__vk::before {
  width: 31px;
  height: 31px;
  background: url("../img/icon-vk.svg") center no-repeat;
  background-size: contain;
}

.widget-soc__tg::before {
  width: 31px;
  height: 31px;
  background: url("../img/icon-tg.svg") center no-repeat;
  background-size: contain;
}

.widget-soc__mx::before {
  width: 31px;
  height: 31px;
  background: url("../img/icon-mx.svg") center no-repeat;
  background-size: contain;
}

.widget-soc__in::before {
  width: 31px;
  height: 31px;
  background: url("../img/icon-in.svg") center no-repeat;
  background-size: contain;
}

/*# sourceMappingURL=app.css.map */
