@font-face {
  font-family: 'FiraGO-Bold';
  font-weight: bold;
  text-transform: uppercase;
  src: url("fonts/FiraGO-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'FiraGO-Medium';
  src: url("fonts/FiraGO-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'gl-gordeziani-bold';
  font-weight: bold;
  src: url("fonts/gl-gordeziani-bold.ttf") format("truetype");
}

html, body {
  background-color: var(--main);
  color: var(--blue);
  background-image: url("../images/comp-two-bg.svg");
}

:root {
  --main: #EEEAE4;
  --blue: #152739;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.reset, ol.reset {
  list-style-type: none;
}

button.reset {
  outline: none;
  background-color: transparent;
  border: none;
}

h1, h3 {
  font-family: 'gl-gordeziani-bold';
  text-transform: uppercase;
}

.desc {
  font-family: 'FiraGO-Medium';
}

.container {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    width: 577px;
  }
}

@media (min-width: 1366px) {
  .container {
    width: 1321px;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-next,
.swiper-prev {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: 0;
}

.swiper-next img,
.swiper-prev img {
  width: 28px;
}

@media (min-width: 768px) {
  .swiper-next img,
  .swiper-prev img {
    width: 52px;
  }
}

.swiper-prev {
  left: 0;
}

.swiper-next {
  right: 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comp {
  min-height: 100vh;
}

.comp-main {
  width: 100%;
  background-image: url("../images/main-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.comp-main a.arrow-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 50px;
  display: block;
  -webkit-animation: arrow-seemore 1s infinite;
          animation: arrow-seemore 1s infinite;
}

.comp-main a.arrow-down img {
  width: 100%;
}

@media (min-width: 768px) {
  .comp-main a.arrow-down {
    bottom: 40px;
  }
}

@media (min-width: 1366px) {
  .comp-main a.arrow-down {
    bottom: 85px;
  }
}

.comp-main .video-container {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  height: 270px;
  padding: 0 18px 0;
  width: 100%;
  max-width: 1321px;
  border: 2px var(--blue) solid;
  background-color: #EEEAE4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  padding-top: 12px;
}

.comp-main .video-container-frame {
  border: 2px var(--blue) solid;
  background-color: #EEEAE4;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.comp-main .video-container-frame a {
  display: block;
  width: 100px;
  height: 40px;
}

.comp-main .video-container-frame a img {
  width: 100%;
}

.comp-main .video-container-close {
  width: 12px;
  height: 12px;
  display: block;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 12px 0;
}

.comp-main .video-container-close img {
  width: 100%;
}

.comp-main .video-container-button {
  background-color: var(--blue);
  border: 2px #51667B solid;
  padding: 11px 24px;
  font-size: 16px;
  font-family: 'gl-gordeziani-bold';
  color: #fff;
}

.comp-main .video-container-button:active, .comp-main .video-container-button:hover {
  background-color: #51667B;
}

@media (min-width: 768px) {
  .comp-main .video-container {
    height: 460px;
  }
  .comp-main .video-container-close {
    width: 32px;
    height: 32px;
  }
}

@media (min-width: 1280px) {
  .comp-main .video-container {
    height: 60%;
  }
}

.comp-main .video-container-close {
  display: none;
}

.comp-main .video-container.start {
  padding-bottom: 42px;
  padding-top: 0;
}

.comp-main .video-container.start .video-container-close {
  display: block;
}

.comp-main .video-container.start .video-container-frame {
  background-color: var(--blue);
}

.comp-main .video-container.start .video-container-button,
.comp-main .video-container.start .video-container-frame-play {
  display: none;
}

@media (min-width: 768px) {
  .comp-main .video-container {
    padding: 60px 60px 0;
    border-width: 4px;
  }
  .comp-main .video-container-frame {
    border-width: 4px;
  }
  .comp-main .video-container-frame-play {
    width: 150px !important;
    height: 60px !important;
  }
  .comp-main .video-container-button {
    font-size: 28px;
  }
  .comp-main .video-container.start {
    padding-right: 15px;
  }
  .comp-main .video-container.start .video-container-frame {
    margin-right: 45px;
  }
}

.comp-two {
  padding: 120px 0;
}

.comp-two-top {
  padding: 35px 0;
  border-top: 2px var(--blue) solid;
  border-bottom: 4px var(--blue) solid;
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .comp-two-top {
    margin-bottom: 80px;
    padding: 50px 0;
  }
}

.comp-two-top h1 {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 34px;
}

@media (min-width: 768px) {
  .comp-two-top h1 {
    font-size: 56px;
    line-height: 67px;
    margin-bottom: 50px;
  }
}

.comp-two-top p {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .comp-two-top p {
    font-size: 22px;
    line-height: 35px;
  }
}

.comp-two-bottom-holder {
  padding-left: 10px;
}

@media (min-width: 1280px) {
  .comp-two-bottom-holder {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 35px;
            column-gap: 35px;
  }
}

.comp-two-bottom-holder img {
  width: 100%;
  margin-bottom: 43px;
}

@media (min-width: 768px) {
  .comp-two-bottom-holder img {
    margin-bottom: 107px;
  }
}

.comp-two-bottom .interaction_but {
  margin-top: 50px;
  width: calc(100% - 12px);
  padding: 12px 0;
  background-color: #fff;
  border-radius: 10px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: 'FiraGO-Bold';
  color: var(--blue);
  position: relative;
  z-index: 3;
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
  -webkit-transition: translate .2s ease-in-out;
  transition: translate .2s ease-in-out;
  outline: none;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .comp-two-bottom .interaction_but {
    margin-top: 70px;
  }
}

@media (min-width: 1280px) {
  .comp-two-bottom .interaction_but {
    margin: 0 auto;
  }
}

.comp-two-bottom .interaction_but:active, .comp-two-bottom .interaction_but:hover {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.comp-two-bottom .interaction_but:active::after, .comp-two-bottom .interaction_but:hover::after {
  background-color: #fff;
}

.comp-two-bottom .interaction_but:active::before, .comp-two-bottom .interaction_but:hover::before {
  display: none;
}

.comp-two-bottom .interaction_but::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: inherit;
  border: 2px var(--blue) solid;
}

.comp-two-bottom .interaction_but::before {
  content: "";
  width: 100%;
  height: 46px;
  border-radius: inherit;
  background-color: #C15D54;
  position: absolute;
  left: -10px;
  top: 10px;
  z-index: -1;
}

@media (min-width: 768px) {
  .comp-two-bottom .interaction_but {
    font-size: 18px;
    padding: 28px 0;
    border-radius: 20px;
  }
  .comp-two-bottom .interaction_but::before {
    height: 80px;
  }
}

@media (min-width: 1280px) {
  .comp-two-bottom .interaction_but {
    max-width: 390px;
  }
}

.comp-two-bottom .comp-two-bg:last-of-type {
  margin-bottom: 0;
}

.comp-two-bottom .comp-two-bg {
  background-color: #D8CBB340;
  padding: 18px 16px;
  color: var(--blue);
  font-size: 14px;
  font-family: 'FiraGO-Bold';
  border: 6px #fff solid;
  border-radius: 0 20px 20px;
  display: block;
  position: relative;
  margin-bottom: 16px;
  line-height: 22px;
}

.comp-two-bottom .comp-two-bg.active {
  background-color: #fff;
}

.comp-two-bottom .comp-two-bg.active::before {
  border: 4px #E56B61 solid;
}

@media (min-width: 768px) {
  .comp-two-bottom .comp-two-bg {
    padding: 34px 40px 34px 40px;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 36px;
  }
}

@media (min-width: 1280px) {
  .comp-two-bottom .comp-two-bg {
    margin-bottom: 20px;
    padding: 18px 25px 20px 25px;
    font-size: 16px;
  }
}

.comp-two-bottom .comp-two-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px var(--blue) solid;
  position: absolute;
  top: -6px;
  left: 0;
  border-radius: 0 20px 20px;
}

.comp-two-bottom .comp-two-bg::after {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px var(--blue) solid;
  border-radius: 100%;
  position: absolute;
  left: -18px;
  top: -7px;
  z-index: 0;
  background-color: #305f6e;
  background-color: linear-gradient(180deg, #305f6e 0%, #214051 55%, #152739 100%);
}

@media (min-width: 768px) {
  .comp-two-bottom .comp-two-bg::after {
    width: 34px;
    height: 34px;
    left: -30px;
  }
}

@media (min-width: 1280px) {
  .comp-two-bottom .comp-two-bg::after {
    width: 21px;
    height: 21px;
    left: -19px;
  }
}

.comp-two-bottom .comp-two-bg span {
  width: 19px;
  height: 19px;
  border: 1px var(--blue) solid;
  border-radius: 100%;
  background-color: #E56B61;
  position: absolute;
  left: -13px;
  top: -7px;
  z-index: 1;
}

@media (min-width: 768px) {
  .comp-two-bottom .comp-two-bg span {
    width: 36px;
    height: 36px;
    left: -25px;
  }
}

@media (min-width: 1280px) {
  .comp-two-bottom .comp-two-bg span {
    width: 23px;
    height: 23px;
    left: -15px;
  }
}

.comp-three-top {
  padding: 70px 0 25px 0;
  text-align: center;
  background-image: url("../images/comp-three-bg-1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 768px) {
  .comp-three-top {
    padding: 117px 0 48px 0;
  }
}

@media (min-width: 1024px) {
  .comp-three-top {
    background-image: url("../images/dots.svg");
  }
}

@media (min-width: 1280px) {
  .comp-three-top {
    padding: 113px 0 46px 0;
  }
}

.comp-three-top-default img {
  width: 180px;
}

@media (min-width: 768px) {
  .comp-three-top-default img {
    width: 326px;
  }
}

.comp-three-top-default h3 {
  font-size: 36px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .comp-three-top-default h3 {
    margin-top: 72px;
    font-size: 56px;
  }
}

@media (min-width: 1280px) {
  .comp-three-top-default h3 {
    margin-top: 23px;
  }
}

.comp-three-bottom {
  padding: 30px 0 40px 0;
  text-align: center;
  background-image: url("../images/comp-three-bg-1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #48B9BD;
}

@media (min-width: 768px) {
  .comp-three-bottom {
    padding: 109px 0 175px 0;
  }
}

@media (min-width: 1024px) {
  .comp-three-bottom {
    background-image: none;
  }
}

@media (min-width: 1280px) {
  .comp-three-bottom {
    padding: 53px 0 100px 0;
  }
}

@media (min-width: 1280px) {
  .comp-three-bottom-default {
    max-width: 600px;
    margin: 0 auto;
  }
}

.comp-three-bottom-default h3 {
  color: #fff;
  font-size: 28px;
  padding-bottom: 34px;
  border-bottom: 2px #fff dashed;
}

@media (min-width: 768px) {
  .comp-three-bottom-default h3 {
    padding-bottom: 50px;
    font-size: 36px;
  }
}

@media (min-width: 1280px) {
  .comp-three-bottom-default h3 {
    padding-bottom: 41px;
    font-size: 28px;
  }
}

.comp-three-bottom-default p {
  color: #fff;
  margin: 33px 0;
  font-size: 14px;
  line-height: 22px;
  font-family: 'FiraGO-Bold';
}

@media (min-width: 768px) {
  .comp-three-bottom-default p {
    margin: 46px 0 55px 0;
    font-size: 22px;
    line-height: 35px;
  }
}

@media (min-width: 1280px) {
  .comp-three-bottom-default p {
    margin: 65px 0 70px 0;
    font-size: 18px;
    line-height: 29px;
  }
}

.comp-three-bottom-default .interaction_but {
  width: calc(100% - 12px);
  padding: 12px 0;
  background-color: #fff;
  border-radius: 10px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: 'FiraGO-Bold';
  color: var(--blue);
  position: relative;
  z-index: 3;
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
  -webkit-transition: translate .2s ease-in-out;
  transition: translate .2s ease-in-out;
  outline: none;
}

@media (min-width: 1280px) {
  .comp-three-bottom-default .interaction_but {
    margin: 0 auto;
  }
}

.comp-three-bottom-default .interaction_but:active, .comp-three-bottom-default .interaction_but:hover {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.comp-three-bottom-default .interaction_but:active::after, .comp-three-bottom-default .interaction_but:hover::after {
  background-color: #fff;
}

.comp-three-bottom-default .interaction_but:active::before, .comp-three-bottom-default .interaction_but:hover::before {
  display: none;
}

.comp-three-bottom-default .interaction_but::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: inherit;
  border: 2px var(--blue) solid;
}

.comp-three-bottom-default .interaction_but::before {
  content: "";
  width: 100%;
  height: 46px;
  border-radius: inherit;
  background-color: #C15D54;
  position: absolute;
  left: -10px;
  top: 10px;
  z-index: -1;
}

@media (min-width: 768px) {
  .comp-three-bottom-default .interaction_but {
    font-size: 18px;
    padding: 28px 0;
    border-radius: 20px;
  }
  .comp-three-bottom-default .interaction_but::before {
    height: 80px;
  }
}

@media (min-width: 1280px) {
  .comp-three-bottom-default .interaction_but {
    max-width: 390px;
  }
}

.comp-three-bottom-second_stage {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #00BECE;
  background-color: linear-gradient(270deg, #00BECE 0%, #176B6E 100%);
  padding: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 50px 0;
  border: 4px #176B6E solid;
  border-radius: 27px;
  -webkit-box-shadow: -5px 5px #176B6E;
          box-shadow: -5px 5px #176B6E;
  background-image: url("../images/comp-two-bg.svg");
  position: relative;
  background-blend-mode: multiply;
}

.comp-three-bottom-second_stage .comp-three-bottom-videocontainer-img {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .comp-three-bottom-second_stage .comp-three-bottom-videocontainer-img.firstprize {
    width: 90%;
    display: block;
  }
}

@media (min-width: 768px) {
  .comp-three-bottom-second_stage .comp-three-bottom-videocontainer-img {
    width: 70%;
  }
}

@media (min-width: 1280px) {
  .comp-three-bottom-second_stage .comp-three-bottom-videocontainer-img {
    width: 100%;
  }
  .comp-three-bottom-second_stage .comp-three-bottom-videocontainer-img.thirdprize {
    width: 70%;
  }
}

.comp-three-bottom-second_stage .comp-three-bottom-videocontainer div {
  width: 100%;
  height: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F9FAF4;
}

.comp-three-bottom-second_stage .comp-three-bottom-videocontainer a {
  width: 70px;
  display: block;
}

.comp-three-bottom-second_stage .comp-three-bottom-videocontainer a img {
  width: 100%;
}

.comp-three-bottom-second_stage p {
  margin-top: 9px;
  font-size: 18px;
  font-family: 'gl-gordeziani-bold';
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .comp-three-bottom-second_stage {
    padding: 75px;
  }
  .comp-three-bottom-second_stage .comp-three-bottom-videocontainer div {
    height: 240px;
  }
  .comp-three-bottom-second_stage .comp-three-bottom-videocontainer a {
    width: 124px;
  }
  .comp-three-bottom-second_stage p {
    margin-top: 16px;
    font-size: 35px;
  }
}

@media (min-width: 1280px) {
  .comp-three-bottom-second_stage {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 0 24px;
    padding: 140px 66px 118px;
    margin-bottom: 100px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-shadow: -10px 10px #176B6E;
            box-shadow: -10px 10px #176B6E;
  }
  .comp-three-bottom-second_stage .comp-three-bottom-videocontainer div {
    height: 190px;
  }
  .comp-three-bottom-second_stage .comp-three-bottom-videocontainer a {
    width: 100px;
  }
  .comp-three-bottom-second_stage p {
    margin-top: 13px;
    font-size: 28px;
  }
}

.comp-three-bottom-third_stage {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #E56B61;
  background-color: linear-gradient(270deg, #E56B61 0%, #A40E25 100%);
  padding: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 50px 0;
  border: 4px #A40E25 solid;
  border-radius: 27px;
  -webkit-box-shadow: -5px 5px #A40E25;
          box-shadow: -5px 5px #A40E25;
  background-image: url("../images/comp-two-bg.svg");
  position: relative;
  background-blend-mode: multiply;
}

.comp-three-bottom-third_stage .comp-three-bottom-videocontainer-img {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .comp-three-bottom-third_stage .comp-three-bottom-videocontainer-img.firstprize {
    width: 90%;
    display: block;
  }
}

@media (min-width: 768px) {
  .comp-three-bottom-third_stage .comp-three-bottom-videocontainer-img {
    width: 70%;
  }
}

@media (min-width: 1280px) {
  .comp-three-bottom-third_stage .comp-three-bottom-videocontainer-img {
    width: 100%;
  }
  .comp-three-bottom-third_stage .comp-three-bottom-videocontainer-img.thirdprize {
    width: 70%;
  }
}

.comp-three-bottom-third_stage .comp-three-bottom-videocontainer div {
  width: 100%;
  height: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F9FAF4;
}

.comp-three-bottom-third_stage .comp-three-bottom-videocontainer a {
  width: 70px;
  display: block;
}

.comp-three-bottom-third_stage .comp-three-bottom-videocontainer a img {
  width: 100%;
}

.comp-three-bottom-third_stage p {
  margin-top: 9px;
  font-size: 18px;
  font-family: 'gl-gordeziani-bold';
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .comp-three-bottom-third_stage {
    padding: 75px;
  }
  .comp-three-bottom-third_stage .comp-three-bottom-videocontainer div {
    height: 240px;
  }
  .comp-three-bottom-third_stage .comp-three-bottom-videocontainer a {
    width: 124px;
  }
  .comp-three-bottom-third_stage p {
    margin-top: 16px;
    font-size: 35px;
  }
}

@media (min-width: 1280px) {
  .comp-three-bottom-third_stage {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 0 24px;
    padding: 140px 66px 118px;
    margin-bottom: 100px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-shadow: -10px 10px #A40E25;
            box-shadow: -10px 10px #A40E25;
  }
  .comp-three-bottom-third_stage .comp-three-bottom-videocontainer div {
    height: 190px;
  }
  .comp-three-bottom-third_stage .comp-three-bottom-videocontainer a {
    width: 100px;
  }
  .comp-three-bottom-third_stage p {
    margin-top: 13px;
    font-size: 28px;
  }
}

.comp-three-bottom-third_stage .comp-three-bottom-videocontainer div {
  margin: 0 auto;
  width: 90%;
}

@media (min-width: 1280px) {
  .comp-three-bottom-third_stage {
    padding: 40px 60px 30px;
  }
}

.comp-four {
  padding-top: 46px;
}

.comp-four-top {
  padding: 30px 0;
  border-top: 2px var(--blue) solid;
  border-bottom: 3px var(--blue) solid;
  text-align: center;
}

@media (max-width: 767px) {
  .comp-four-top img {
    width: 273px;
  }
}

@media (min-width: 768px) {
  .comp-four-top {
    padding: 60px 100px;
  }
}

@media (min-width: 1280px) {
  .comp-four-top {
    padding: 23px 0;
  }
}

.comp-four-top p {
  font-size: 14px;
  color: var(--blue);
  line-height: 22px;
  font-family: 'FiraGO-Bold';
  margin-top: 27px;
}

@media (min-width: 768px) {
  .comp-four-top p {
    font-size: 22px;
    line-height: 35px;
  }
}

@media (min-width: 1280px) {
  .comp-four-top p {
    font-size: 18px;
    line-height: 29px;
  }
}

@media (min-width: 1280px) {
  .comp-four-top p {
    max-width: 890px;
    margin: 27px auto 0;
  }
}

.comp-four-slot {
  background-color: #E2BB74;
  padding: 34px 5px;
  background-image: url("../images/slot_bg_sm.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 4px var(--blue) dashed;
}

@media (min-width: 768px) {
  .comp-four-slot {
    padding: 72px 64px;
  }
}

@media (min-width: 770px) {
  .comp-four-slot {
    background-image: url("../images/slot_bg_lg.svg");
  }
}

@media (min-width: 1280px) {
  .comp-four-slot {
    padding: 43px 0;
  }
}

.comp-four-slot-container {
  background-color: #152739;
  border: 1px #152739 solid;
  border-radius: 18px;
  padding: 19px 13px;
}

@media (min-width: 768px) {
  .comp-four-slot-container {
    padding: 32px 27px;
  }
}

@media (min-width: 1280px) {
  .comp-four-slot-container {
    width: 809px;
    margin: 0 auto;
    padding: 30px 35px;
  }
}

.comp-four-slot-container_panel {
  background-color: #fff;
  background-image: url("../images/comp-two-bg.svg");
  border-radius: 18px;
  padding: 6px;
}

@media (min-width: 768px) {
  .comp-four-slot-container_panel {
    padding: 10px;
  }
}

.comp-four-slot-container_panel_frame {
  padding: 7px 7px 14px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2px;
          column-gap: 2px;
  background-color: #EABAAE;
  border-radius: 18px;
  border-left: 6px #EABAAE inset;
  border-bottom: 6px #EABAAE outset;
}

.comp-four-slot-container_panel_frame.active .slots {
  background-color: #fff;
}

@media (min-width: 768px) {
  .comp-four-slot-container_panel_frame {
    border-left: 9px #EABAAE inset;
    border-bottom: 9px #EABAAE outset;
    padding: 16px 10px 7px;
    -webkit-column-gap: 6px;
            column-gap: 6px;
  }
}

@media (min-width: 1280px) {
  .comp-four-slot-container_panel_frame {
    border-left: 12px #EABAAE inset;
    border-bottom: 12px #EABAAE outset;
    padding: 19px 28px 7px 15px;
    -webkit-column-gap: 8px;
            column-gap: 8px;
  }
}

.comp-four-slot-container_panel_frame_slots {
  width: 80px;
  height: 80px;
  border: 2px #fff solid;
  border-radius: 10px;
  background-color: #241C1C;
  overflow: hidden;
}

@media (min-width: 360px) {
  .comp-four-slot-container_panel_frame_slots {
    width: 85px;
    height: 85px;
  }
}

@media (min-width: 768px) {
  .comp-four-slot-container_panel_frame_slots {
    width: 167px;
    height: 167px;
    border: 3px #fff solid;
  }
}

@media (min-width: 1280px) {
  .comp-four-slot-container_panel_frame_slots {
    width: 214px;
    height: 214px;
  }
}

.comp-four-slot-container_panel_frame_slots .slots {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border-top: 5px #1A1616 inset;
  border-right: 10px #1A1616 inset;
  background-color: #241C1C;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media (min-width: 768px) {
  .comp-four-slot-container_panel_frame_slots .slots {
    border-top: 9px #1A1616 inset;
    border-right: 15px #1A1616 inset;
  }
}

.comp-four-slot-container p {
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  font-family: 'FiraGO-Medium';
  margin-top: 26px;
  padding: 0 22px;
  position: relative;
}

@media (min-width: 768px) {
  .comp-four-slot-container p {
    font-size: 16px;
    line-height: 25px;
    padding: 0 30px;
  }
}

@media (min-width: 1280px) {
  .comp-four-slot-container p {
    font-size: 14px;
    line-height: unset;
    padding: 0 12px;
    margin-top: 20px;
  }
}

.comp-four-slot-container p::before {
  left: -3px;
}

@media (min-width: 768px) {
  .comp-four-slot-container p::before {
    left: -2px;
  }
}

@media (min-width: 1280px) {
  .comp-four-slot-container p::before {
    left: -8px;
  }
}

.comp-four-slot-container p::after {
  right: 3px;
}

@media (min-width: 768px) {
  .comp-four-slot-container p::after {
    right: 6px;
  }
}

@media (min-width: 1280px) {
  .comp-four-slot-container p::after {
    right: -4px;
  }
}

.comp-four-slot-container p::before, .comp-four-slot-container p::after {
  content: "";
  width: 13px;
  height: 13px;
  border: 1px var(--blue) solid;
  border-radius: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  background-color: #305f6e;
  background-color: linear-gradient(180deg, #305f6e 0%, #214051 55%, #152739 100%);
}

@media (min-width: 768px) {
  .comp-four-slot-container p::before, .comp-four-slot-container p::after {
    width: 38px;
    height: 34px;
  }
}

@media (min-width: 1280px) {
  .comp-four-slot-container p::before, .comp-four-slot-container p::after {
    width: 13px;
    height: 11px;
  }
}

.comp-four-slot-container p span {
  width: 15px;
  height: 15px;
  border: 1px var(--blue) solid;
  border-radius: 100%;
  background-color: #E56B61;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.comp-four-slot-container p span.left {
  left: 0;
}

@media (min-width: 768px) {
  .comp-four-slot-container p span {
    width: 40px;
    height: 36px;
  }
  .comp-four-slot-container p span.left {
    left: 3px;
  }
}

@media (min-width: 1280px) {
  .comp-four-slot-container p span {
    width: 15px;
    height: 13px;
  }
  .comp-four-slot-container p span.left {
    left: -5px;
  }
  .comp-four-slot-container p span.right {
    right: -7px;
  }
}

.comp-four-slot .interact_but {
  width: calc(100% - 12px);
  padding: 12px 0;
  background-color: #fff;
  border-radius: 10px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: 'FiraGO-Bold';
  color: var(--blue);
  position: relative;
  z-index: 3;
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
  -webkit-transition: translate .2s ease-in-out;
  transition: translate .2s ease-in-out;
  outline: none;
  margin-top: 36px;
}

.comp-four-slot .interact_but:active, .comp-four-slot .interact_but:hover {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  color: #fff;
}

.comp-four-slot .interact_but:active::after, .comp-four-slot .interact_but:hover::after {
  border-color: #fff;
}

.comp-four-slot .interact_but:active::after, .comp-four-slot .interact_but:hover::after {
  background-color: #2E8178;
}

.comp-four-slot .interact_but:active::before, .comp-four-slot .interact_but:hover::before {
  display: none;
}

.comp-four-slot .interact_but::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: inherit;
  border: 2px var(--blue) solid;
}

.comp-four-slot .interact_but::before {
  content: "";
  width: 100%;
  height: 46px;
  border-radius: inherit;
  background-color: #2E8178;
  position: absolute;
  left: -10px;
  top: 10px;
  z-index: -1;
}

@media (min-width: 768px) {
  .comp-four-slot .interact_but {
    font-size: 18px;
    padding: 28px 0;
    border-radius: 20px;
  }
  .comp-four-slot .interact_but::before {
    height: 80px;
  }
}

@media (min-width: 1280px) {
  .comp-four-slot .interact_but {
    max-width: 390px;
  }
}

@media (min-width: 768px) {
  .comp-four-slot .interact_but {
    margin-top: 48px;
  }
}

@media (min-width: 1280px) {
  .comp-four-slot .interact_but {
    margin: 40px auto 0;
  }
}

.comp-four-slot .share_but_cont {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
}

@media (min-width: 768px) {
  .comp-four-slot .share_but_cont {
    margin-top: 40px;
  }
}

.comp-four-slot .share_but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'FiraGO-Medium';
  font-size: 12px;
  color: var(--blue);
}

@media (min-width: 768px) {
  .comp-four-slot .share_but {
    font-size: 16px;
  }
}

.comp-four-slot .share_but img {
  margin-right: 17px;
  height: 30px;
}

@media (min-width: 768px) {
  .comp-four-slot .share_but img {
    height: 60px;
  }
}

@media (min-width: 1280px) {
  .comp-four-slot .share_but img {
    height: 40px;
  }
}

.comp-four-bottom {
  padding-top: 40px;
}

.comp-four-bottom-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comp-four-bottom-tab button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 33px;
  background-color: #EEEAE4;
  border: 1px var(--blue) solid;
  border-top: 2px var(--blue) solid;
  border-bottom: 2px var(--blue) solid;
  color: var(--blue);
  font-size: 16px;
  font-family: 'gl-gordeziani-bold';
  position: relative;
}

.comp-four-bottom-tab button:active {
  background-color: #18514B;
  color: #fff;
}

.comp-four-bottom-tab button.active {
  background-color: #2E8178;
  color: #fff;
}

.comp-four-bottom-tab button.active::after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-left: 2px #18514B solid;
  border-bottom: 2px #18514B solid;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .comp-four-bottom-tab button {
    font-size: 22px;
    padding: 16px 27px;
  }
}

@media (min-width: 1280px) {
  .comp-four-bottom-tab button {
    font-size: 20px;
    padding: 16px 48px;
  }
}

@media (min-width: 768px) {
  .comp-four-bottom-tab {
    width: 600px;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .comp-four-bottom-tab {
    width: 446px;
  }
}

.comp-four-bottom .slot-swiper {
  background-color: var(--blue);
  padding: 45px 0 36px;
}

.comp-four-bottom .slot-swiper .container {
  position: relative;
  padding: 0 32px;
}

@media (min-width: 768px) {
  .comp-four-bottom .slot-swiper .container {
    padding: 0 75px;
  }
}

.comp-four-bottom .slot-swiper .swiper-slide img {
  width: 100%;
  margin-bottom: 15px;
}

.comp-four-bottom .slot-swiper .swiper-slide p {
  font-size: 12px;
  font-family: 'FiraGO-Medium';
  color: #9BA3AB;
}

@media (min-width: 768px) {
  .comp-four-bottom .slot-swiper .swiper-slide p {
    font-size: 16px;
  }
}

@media (min-width: 1366px) {
  .comp-four-bottom .slot-swiper .swiper-slide p {
    font-size: 12px;
  }
}

.comp-five {
  padding-top: 48px;
  position: relative;
}

@media (min-width: 1280px) {
  .comp-five {
    border-bottom: 4px var(--blue) solid;
  }
}

.comp-five-top {
  padding: 33px 0;
  text-align: center;
  border-top: 2px var(--blue) solid;
  border-bottom: 4px var(--blue) solid;
}

@media (min-width: 768px) {
  .comp-five-top {
    padding: 50px 0;
  }
}

@media (min-width: 1280px) {
  .comp-five-top {
    padding: 80px 0;
  }
}

.comp-five-top h1 {
  font-size: 36px;
}

@media (min-width: 768px) {
  .comp-five-top h1 {
    font-size: 56px;
  }
}

.comp-five-bottom {
  background-color: #D8CBB390;
  height: 100%;
}

.comp-five-bottom::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/blue-tri.svg");
  background-repeat: no-repeat;
  background-position: left 120px;
  background-size: cover;
  opacity: .9;
}

.comp-five-bottom-panels {
  padding: 32px 0;
  position: relative;
}

.comp-five-bottom-panels:nth-of-type(1) {
  background-image: url("../images/red-tri.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.comp-five-bottom-panels:nth-of-type(2) {
  background-color: #D8CBB3;
}

.comp-five-bottom-panels:nth-of-type(3) {
  background-color: #E56B61;
}

.comp-five-bottom-panels-border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: var(--blue);
  z-index: 2;
}

.comp-five-bottom-panels-cards {
  width: 276px;
  margin: 0 auto;
  padding: 15px 15px 41px 24px;
  position: relative;
  z-index: 10;
}

.comp-five-bottom-panels-cards::after, .comp-five-bottom-panels-cards::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  width: 95%;
  height: 95%;
}

.comp-five-bottom-panels-cards::after {
  background-color: #EEEAE4;
  top: 2.5%;
  right: 0;
  z-index: 12;
}

.comp-five-bottom-panels-cards::before {
  background-color: #2CB2B5;
  bottom: 0;
  left: 0;
  z-index: 11;
}

.comp-five-bottom-panels-cards-img {
  border-radius: 20px;
  height: 239px;
  background-image: url("../images/guy.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  z-index: 20;
  position: relative;
}

.comp-five-bottom-panels-cards h3 {
  font-size: 28px;
  font-family: 'gl-gordeziani-bold';
  margin: 0 0 20px 0;
  position: relative;
  z-index: 20;
}

.comp-five-bottom-panels-cards p {
  font-size: 14px;
  line-height: 22px;
  font-family: 'FiraGO-Medium';
  position: relative;
  z-index: 20;
}

@media (min-width: 768px) {
  .comp-five-bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    height: 1348px;
  }
  .comp-five-bottom-panels-cards {
    position: absolute;
  }
  .comp-five-bottom-panels:nth-of-type(4) {
    padding-top: 80px;
  }
  .comp-five-bottom-panels:nth-of-type(4) .comp-five-bottom-panels-cards {
    left: 15px;
  }
  .comp-five-bottom-panels:nth-of-type(4) .comp-five-bottom-panels-border {
    display: none;
  }
  .comp-five-bottom-panels:nth-of-type(2) {
    background-color: transparent;
    padding-bottom: 0;
    padding-top: 260px;
  }
  .comp-five-bottom-panels:nth-of-type(2) .comp-five-bottom-panels-cards {
    left: 15px;
  }
  .comp-five-bottom-panels:nth-of-type(2):before {
    content: "";
    position: absolute;
    top: 0;
    height: 226px;
    width: 100%;
    background-color: #E2BB74;
    left: 0;
    border-bottom: 4px var(--blue) solid;
  }
  .comp-five-bottom-panels:nth-of-type(2) .comp-five-bottom-panels-border {
    bottom: -15px;
  }
  .comp-five-bottom-panels:nth-of-type(1) {
    background-image: unset;
    padding-top: 80px;
  }
  .comp-five-bottom-panels:nth-of-type(1) .comp-five-bottom-panels-cards {
    right: 15px;
  }
  .comp-five-bottom-panels:nth-of-type(1) .comp-five-bottom-panels-border {
    height: 590px;
    top: 0;
    background-color: transparent;
    background-image: url("../images/red-tri.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    border-bottom: 4px var(--blue) solid;
  }
  .comp-five-bottom-panels:nth-of-type(3) {
    padding-top: 0;
    background-color: transparent;
    top: -100px;
  }
  .comp-five-bottom-panels:nth-of-type(3) .comp-five-bottom-panels-cards {
    right: 15px;
  }
  .comp-five-bottom-panels:nth-of-type(3) .comp-five-bottom-panels-border {
    display: none;
  }
  .comp-five-bottom-panels:nth-of-type(even) {
    position: relative;
  }
  .comp-five-bottom-panels:nth-of-type(even) .comp-five-bottom-panels-borderTwo {
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--blue);
    z-index: 2;
  }
}

@media (min-width: 1280px) {
  .comp-five-bottom.four-panels {
    -ms-grid-columns: 1fr 342px 342px 1fr;
        grid-template-columns: 1fr 342px 342px 1fr;
    height: 891px;
  }
  .comp-five-bottom.four-panels::after {
    background-position: left 370px;
  }
  .comp-five-bottom.four-panels .comp-five-bottom-panels:nth-of-type(2) .comp-five-bottom-panels-cards {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .comp-five-bottom.four-panels .comp-five-bottom-panels:nth-of-type(2) .comp-five-bottom-panels-border {
    bottom: 160px;
  }
  .comp-five-bottom.four-panels .comp-five-bottom-panels:nth-of-type(3) {
    top: 0;
    padding-top: 80px;
  }
  .comp-five-bottom.four-panels .comp-five-bottom-panels:nth-of-type(3) .comp-five-bottom-panels-cards {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .comp-five-bottom.four-panels .comp-five-bottom-panels:nth-of-type(3) .comp-five-bottom-panels-borderTwo {
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--blue);
    z-index: 2;
  }
  .comp-five-bottom.four-panels .comp-five-bottom-panels:nth-of-type(3):before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 300px;
    width: 100%;
    background-color: #E2BB74;
    left: 0;
    border-top: 4px var(--blue) solid;
  }
  .comp-five-bottom.four-panels .comp-five-bottom-panels:nth-of-type(4) {
    padding-top: 260px;
  }
}

.comp-five-pagination {
  height: 90px;
  background-color: var(--blue);
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .comp-five-pagination {
    height: 104px;
  }
}

.comp-five-pagination a {
  display: block;
}

.comp-five-pagination .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comp-five-pagination .container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comp-five-pagination .container div a {
  font-family: 'gl-gordeziani-bold';
  font-size: 24px;
  color: #44586C;
}

.comp-five-pagination .container div a:nth-of-type(1) {
  margin-right: 32px;
}

.comp-five-pagination .container div a.active {
  font-size: 36px;
  color: #fff;
}

.comp-five-pagination-left, .comp-five-pagination-right {
  width: 28px;
}

.comp-five-pagination-left img, .comp-five-pagination-right img {
  width: 100%;
}

@media (min-width: 768px) {
  .comp-five-pagination .container div a {
    font-size: 36px;
  }
  .comp-five-pagination .container div a.active {
    font-size: 56px;
  }
  .comp-five-pagination-left, .comp-five-pagination-right {
    width: 52px;
  }
}

@media (min-width: 1280px) {
  .comp-five-pagination {
    display: none;
  }
}

.comp-six {
  padding: 32px 0 50px;
  position: relative;
}

.comp-six::before, .comp-six::after {
  content: "";
  width: 100%;
  height: 200px;
  background-image: url("../images/slot_bg_sm.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
}

.comp-six::before {
  top: 0;
}

.comp-six::after {
  bottom: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

@media (min-width: 768px) {
  .comp-six {
    padding: 70px 0 120px;
  }
  .comp-six::before, .comp-six::after {
    background-image: url("../images/slot_bg_lg.svg");
    height: 434px;
  }
}

@media (min-width: 1366px) {
  .comp-six {
    padding: 50px 0;
  }
  .comp-six::after {
    display: none;
  }
  .comp-six::before {
    height: 50vh;
  }
}

.comp-six-accordion {
  width: 270px;
  padding: 22px 0;
  background-color: var(--blue);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 28px;
  font-family: 'gl-gordeziani-bold';
  color: #fff;
  position: relative;
  z-index: 3;
  margin-left: 20px;
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
  -webkit-transition: translate .2s ease-in-out;
  transition: translate .2s ease-in-out;
}

.comp-six-accordion span {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #fff;
  display: inline-block;
  margin-left: 24px;
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
}

@media (min-width: 360px) {
  .comp-six-accordion {
    width: 314px;
    padding: 18px 0;
  }
  .comp-six-accordion span {
    width: 42px;
    height: 42px;
    margin-left: 34px;
    background-size: 20px;
  }
}

@media (min-width: 768px) {
  .comp-six-accordion {
    width: 700px;
    font-size: 56px;
    padding: 22px 33px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .comp-six-accordion span {
    width: 80px;
    height: 80px;
    background-size: 40px;
  }
  .comp-six-accordion::before {
    height: 130px !important;
  }
}

@media (min-width: 1366px) {
  .comp-six-accordion {
    width: 1336px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 126px;
  }
  .comp-six-accordion span {
    position: absolute;
    right: 36px;
  }
}

.comp-six-accordion:active, .comp-six-accordion:hover {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.comp-six-accordion:active::before, .comp-six-accordion:hover::before {
  display: none;
}

.comp-six-accordion::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--blue);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: inherit;
  border: 2px var(--blue) solid;
}

.comp-six-accordion::before {
  content: "";
  width: 100%;
  height: 80px;
  border-radius: inherit;
  background-color: #2E8178;
  position: absolute;
  left: -10px;
  top: 10px;
  z-index: -1;
}

.comp-six .container {
  margin-top: 36px;
}

@media (min-width: 768px) {
  .comp-six .container {
    margin-top: 142px;
  }
}

@media (min-width: 1366px) {
  .comp-six .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 50px;
  }
  .comp-six .container .comp-six-content:nth-child(odd) {
    padding-right: 96px;
  }
  .comp-six .container .comp-six-content:nth-child(even) {
    padding-left: 96px;
    border-left: 1px var(--blue) solid;
  }
  .comp-six .container .comp-six-content {
    width: 50%;
  }
}

.comp-six-content {
  padding-top: 50px;
}

.comp-six-content:nth-of-type(1) {
  padding-top: 0;
}

@media (min-width: 768px) and (max-width: 1365px) {
  .comp-six-content {
    padding-top: 90px;
  }
}

@media (min-width: 1366px) {
  .comp-six-content:nth-of-type(2) {
    padding-top: 0 !important;
  }
}

.comp-six-content h3 {
  font-family: 'gl-gordeziani-bold';
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 28px;
}

.comp-six-content p {
  font-size: 14px;
  color: var(--blue);
  line-height: 22px;
  font-family: 'FiraGO-Bold';
}

@media (min-width: 768px) {
  .comp-six-content p {
    font-size: 22px;
    line-height: 35px;
  }
}

@media (min-width: 1280px) {
  .comp-six-content p {
    font-size: 18px;
    line-height: 29px;
  }
}
/*# sourceMappingURL=home.css.map */