.section-type,
.section-secure,
.section-prem,
.section-form,
.section-about,
.section-faq,
.section-grid,
.section-grid-img {
  margin-bottom: var(--section-margin);
}

.btn-submit {
  height: 64px;
  padding-left: 8px;
}

.security__types-item-card {
  overflow: hidden;
}

@media (max-width: 374px) {
  .security-card__img {
    position: relative;
    left: -10%;
  }
}

.hero__banner-content.max {
  width: 100%;
}
.hero__banner-content.max .hero__banner-content-text {
  max-width: 100% !important;
}
.hero__banner-content.max .hero__banner-content-text-company-small {
  margin-bottom: 0;
}

.top-slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 0 15px;
  padding-top: 40px;
}
@media (max-width: 576px) {
  .top-slider .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
}
.top-slider .item .content {
  padding-bottom: 72px;
  max-width: 50%;
}
@media (max-width: 1200px) {
  .top-slider .item .content {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .top-slider .item .content {
    padding-bottom: 30px;
  }
}
.top-slider .item.max .content {
  max-width: 100%;
}
.top-slider .item.max .text {
  margin-bottom: 0;
}
.top-slider .item .img {
  margin-top: auto;
  margin-left: auto;
}
.top-slider .item .title {
  margin-top: 0;
  font-family: Wix Madefor Display;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 52px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 1200px) {
  .top-slider .item .title {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .top-slider .item .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .top-slider .item .title {
    font-size: 28px;
  }
}
.top-slider .item .text {
  color: #fff;
  font-family: Wix Madefor Display;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 28px;
}
.top-slider .item .button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 20px;
}
@media (max-width: 576px) {
  .top-slider .item .button-list .btn-fix {
    width: 100%;
  }
}
.top-slider .item ul.list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
}
.top-slider .item ul.list li {
  font-family: Wix Madefor Display;
  font-weight: 500;
  color: #fff;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  background: url(../i/check-blue.svg) left center no-repeat;
  padding-left: 38px;
  margin-bottom: 10px;
}
.top-slider .item ul.list li:last-child {
  margin-bottom: 0;
}

.type-list {
  gap: 20px 0;
}

.type-row .type-title {
  font-family: Wix Madefor Display;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #242659;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .type-row .type-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .type-row .type-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.type-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .type-item .item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.type-item .item:hover, .type-item .item.hover {
  background: #006DE4;
}
.type-item .title {
  font-family: Wix Madefor Display;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #006DE4;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1200px) {
  .type-item .title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .type-item .title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .type-item .title {
    font-size: 18px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.type-item .title span {
  background: url(../i/service-arrow.svg) 100% 60% no-repeat;
  width: 32px;
  height: 16px;
  display: block;
  margin-left: 30px;
  position: relative;
  top: 3px;
}
.type-item .img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.type-item:hover .title,
.type-item .hover .title {
  padding-left: 30px;
  color: #fff;
}
.type-item:hover .img,
.type-item .hover .img {
  opacity: 0;
}

.secure-list {
  gap: 20px 0;
}

.secure-item .item {
  background: #fff;
  padding: 20px 20px 20px 20px;
  border-radius: 20px;
  height: 100%;
}
.secure-item .item .title {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .secure-item .item .title {
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  .secure-item .item .title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .secure-item .item .title {
    font-size: 18px;
  }
}
.secure-item .item .title span {
  color: #006DE4;
}
.secure-item .item .text {
  font-size: 20px;
  display: block;
  color: #242659;
  min-height: 160px;
}
@media (max-width: 991px) {
  .secure-item .item .text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .secure-item .item .text {
    min-height: inherit;
  }
}
.secure-item .item .text span {
  color: #006DE4;
}
.secure-item .item .content {
  max-width: calc(100% - 120px);
}
@media (max-width: 768px) {
  .secure-item .item .content {
    max-width: calc(100% - 80px);
  }
}
.secure-item .item .img {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 120px;
}
@media (max-width: 768px) {
  .secure-item .item .img {
    max-width: 80px;
  }
}
.secure-item:nth-child(1) .item {
  background: #006DE4;
}
.secure-item:nth-child(1) .item .title {
  color: #fff;
}

.prem-row {
  gap: 20px 0;
}

.prem-box {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.prem-box .item {
  background: #fff;
  padding: 45px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: Wix Madefor Display;
  font-weight: 700;
  border-radius: 20px;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #242659;
}
@media (max-width: 1200px) {
  .prem-box .item {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .prem-box .item {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .prem-box .item {
    padding: 30px;
  }
}
.prem-box .item span {
  color: #006DE4;
  display: block;
}

.prem-img .bg {
  height: 100%;
  background: url(../i/bg.png) 50% 50%/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  min-height: 350px;
  position: relative;
}
.prem-img .bg .title {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  color: #fff;
  letter-spacing: 0%;
  position: absolute;
  top: 30px;
  left: 30px;
}
.prem-img .bg .img {
  margin-top: auto;
  max-width: calc(100% - 150px);
  margin-left: auto;
  margin-top: auto;
}
@media (max-width: 576px) {
  .prem-img .bg .img {
    max-width: calc(100% - 40px);
  }
}
.prem-img .bg .img img {
  display: block;
}

.demo-bg {
  position: relative;
  background: #006de4;
  border-radius: 40px;
  overflow: hidden;
  padding: 80px 20px;
  color: #fff;
}
@media (max-width: 768px) {
  .demo-bg {
    padding: 50px 20px;
  }
}
.demo-bg .content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.demo-bg .demo-title {
  margin: 0 0 60px 0;
  font-weight: 800;
  font-size: 44px;
}
@media (max-width: 1200px) {
  .demo-bg .demo-title {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .demo-bg .demo-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .demo-bg .demo-title {
    font-size: 24px;
  }
}
.demo-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: -122px;
  width: 314px;
  height: 432px;
  background: url(../i/demo_bg.jpg) no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 768px) {
  .demo-bg:before {
    left: -72px;
    top: 72px;
    height: 180px;
  }
}
.demo-bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: -122px;
  width: 314px;
  height: 432px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  background: url(../i/demo_bg.jpg) no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 768px) {
  .demo-bg:after {
    right: -72px;
    top: 72px;
    height: 180px;
  }
}

.faq-box {
  gap: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq-box .item {
  padding: 45px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: Wix Madefor Display;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #242659;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 1200px) {
  .faq-box .item {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .faq-box .item {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .faq-box .item {
    padding: 30px;
  }
}
.faq-box .item span {
  color: #006DE4;
}

.faq-row .content {
  border-radius: 20px;
  background: #fff;
  height: 100%;
  padding: 30px;
  position: relative;
  z-index: 3;
}
.faq-row .faq-img {
  position: relative;
}
.faq-row .title {
  font-family: Wix Madefor Display;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 30px;
  position: relative;
  z-index: 4;
}
@media (max-width: 1200px) {
  .faq-row .title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .faq-row .title {
    font-size: 18px;
  }
}
.faq-row .img {
  max-width: 305px;
  position: absolute;
  bottom: 40px;
  right: 30px;
}
@media (max-width: 576px) {
  .faq-row .img {
    position: static;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.faq-row {
  gap: 20px 0;
}

.faq-type {
  position: relative;
  z-index: 4;
}
.faq-type .faq-type-item {
  margin-bottom: 12px;
}
.faq-type .faq-type-item:last-child {
  margin-bottom: 0;
}
.faq-type .faq-type-item span {
  color: #fff;
  font-family: Wix Madefor Display;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  background: #4F9CF0;
  padding: 5px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50px;
}

.about-block {
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: justify;
}
.about-block p {
  margin-bottom: 10px;
}
.about-block strong {
  color: #242659;
  font-weight: 600;
}
@media (max-width: 576px) {
  .about-block {
    font-size: 16px;
  }
}

.form-blue-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blue-form {
  padding: 40px 60px;
  background: #006DE4;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .blue-form {
    padding: 50px 30px;
  }
}
.blue-form .title {
  font-family: Wix Madefor Display;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 1200px) {
  .blue-form .title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .blue-form .title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .blue-form .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.blue-form .text {
  font-family: Wix Madefor Display;
  font-weight: 500;
  font-style: Medium;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .blue-form .text {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .blue-form .text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .blue-form .text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.blue-form .form-group-checkbox {
  margin-left: auto;
}

.form-blue-row {
  gap: 40px 0;
}
@media (max-width: 768px) {
  .form-blue-row {
    gap: 30px 0;
  }
}
@media (max-width: 576px) {
  .form-blue-row {
    gap: 20px 0;
  }
}

.form-item {
  position: relative;
}

.form-item input {
  display: block;
  width: 100%;
  border-radius: 6px;
  height: 68px;
  background: #fff;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 20px;
  font-family: Wix Madefor Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #171717;
}

.form-item input:focus {
  border-color: #fff;
}

.form-item label {
  position: absolute;
  cursor: text;
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: Wix Madefor Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  opacity: 0.5;
}

.form-item input:focus + label,
.form-item input:valid + label {
  font-size: 11px;
  top: 10px;
  -webkit-transform: none;
          transform: none;
}

.form-item input:focus + label {
  color: #171717;
}

.checkbox {
  position: absolute;
  left: -9999px;
}

.checkbox + label {
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Wix Madefor Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.checkbox + label a {
  color: #fff;
  text-decoration: underline;
}

.checkbox + label > span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: #fff;
  cursor: pointer;
  border: 1px solid #1717171A;
  border-radius: 3px;
  position: relative;
}

.checkbox + label:hover > span {
  border-color: #b4b4b4;
}

.checkbox:checked + label > span {
  border-color: #b4b4b4;
}

.checkbox:checked + label > span:before {
  background: url(../i/checkbox.svg) 50% 50% no-repeat;
  content: "";
  position: absolute;
  width: 12px;
  height: 11px;
  left: 3px;
  top: 4px;
}

.checkbox:focus + label > span {
  border-color: #00a6ed;
}

.checkbox:focus + label {
  color: #00a6ed;
}

.checkbox:checked:disabled + label > span,
.checkbox:checked:disabled + label:hover > span {
  border-color: #b5b5b5;
  background-color: #cfcfcf;
  cursor: default;
}

.checkbox:checked:disabled + label > span:before,
.checkbox:checked:disabled + label:hover > span:before {
  border-color: #828282;
}

.checkbox:disabled + label > span,
.checkbox:disabled + label > span:hover,
.checkbox:disabled + label:hover > span {
  border-color: #b5b5b5;
  background-color: #cfcfcf;
  cursor: default;
}

.checkbox:disabled + label > span:before,
.checkbox:disabled + label > span:hover:before,
.checkbox:disabled + label:hover > span:before {
  border-color: #828282;
}

.checkbox:disabled + label,
.checkbox:disabled + label:hover {
  color: #1c1c1c;
  cursor: default;
}

.grid-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  padding: 30px;
  background: #fff;
  height: 100%;
  position: relative;
}
.grid-item .title {
  font-family: Wix Madefor Display;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #006DE4;
  margin-bottom: 20px;
}
.grid-item .text {
  margin-top: auto;
  color: #171717;
  font-family: Wix Madefor Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
}

.grid-content {
  gap: 20px 0;
}

.grid-content-img {
  gap: 30px 0;
  margin-right: -15px;
  margin-left: -15px;
}
.grid-content-img [class^=col-],
.grid-content-img [class*=" col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.grid-item-img .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  padding: 30px;
  background: #fff;
  height: 100%;
  position: relative;
}
.grid-item-img .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 204px;
  z-index: 3;
  position: absolute;
  height: 100%;
}
.grid-item-img .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-item-img .title {
  font-family: Wix Madefor Display;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #242659;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1200px) {
  .grid-item-img .title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .grid-item-img .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.grid-item-img .text {
  z-index: 2;
  position: relative;
  margin-top: auto;
  color: #171717;
  font-family: Wix Madefor Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
}
@media (max-width: 1200px) {
  .grid-item-img .text {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .grid-item-img .text {
    font-size: 18px;
  }
}

.select-title {
  font-family: Wix Madefor Display;
  font-weight: 600;
  font-size: 29px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: 0%;
  color: #242659;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .select-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .select-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.select-title.chevron-down {
  cursor: pointer;
}
.select-title.chevron-down span {
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.select-title.chevron-down span:after {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  content: "";
  display: block;
  background: url(../i/chevron-down.svg) 100% 50% no-repeat;
  width: 24px;
  height: 24px;
  right: -34px;
  position: absolute;
  top: 50%;
  margin-top: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select-title.chevron-down.active span:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.select-list {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 70%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 991px) {
  .select-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}
.select-list li:last-child {
  margin-bottom: 0;
}
.select-list li a {
  font-family: Wix Madefor Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #006DE4;
}
@media (max-width: 1200px) {
  .select-list li a {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .select-list li a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .select-list li a {
    font-size: 16px;
  }
}
.select-list li a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=global.css.map */