.attractions-search {
  margin-top: -87px;
  padding-bottom: 55px; }

.attractions-search__head {
  position: relative;
  background: url(../images/attractions-bg.jpg) top center no-repeat;
  background-attachment: fixed;
  padding-top: 325px;
  padding-bottom: 250px; }

.attractions-search__head-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 34px;
  text-align: center;
  font-weight: 900; }

.attractions-search__head-title br {
  display: none; }

.attractions-search__head label {
  color: #ffffff; }

.attractions-search__head .tour-form .select-city,
.attractions-search__head .tour-form .select-dest {
  max-width: 306px;
  margin-right: 25px;
  background-image: url(../images/arrowdown.svg);
  background-position-y: center; }

.attractions-search__form {
  padding-top: 30px; }

.attractions-search .title {
  padding-top: 35px; }

.attractions-search .button {
  margin: 0; }

.attractions-cards {
  background: url(../images/cards-bg.png) center no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.attractions-list {
  transition: all ease 0.3s;
  background: url(../images/cards-bg.png) center no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.attractions-list .product-item {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  height: 490px;
  transition: all 0.3s ease; }

.attractions-list .product-item-details {
  padding-left: 20px;
  position: relative;
  z-index: 15;
  background-color: #ffffff; }

.attractions-list .product-item-name {
  padding-left: 0px; }

.attractions-list .product-item-counter {
  font-size: 16px;
  color: #858585;
  text-decoration: lowercase; }

.attractions-list .product-item:hover {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25); }

.attractions-list .product-item:hover .product-image {
  transform: scale(1.1); }

.attractions-list .product-image {
  position: relative;
  z-index: 10;
  background: url(../images/attraction-img.jpg) center no-repeat;
  height: 50%;
  background-size: cover;
  transition: all 2s linear; }

.attractions-list-title {
  padding-top: 50px; }

.attractions-accessibilities {
  position: relative;
  margin-top: 10px;
  height: 125px; }

.attractions-accessibilities .accessibility {
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 0; }

.attractions-accessibilities .accessibility::before {
  display: none; }

.attractions-accessibilities .accessibility svg {
  fill: #BDBDBD;
  margin-right: 10px; }

.attractions-accessibilities .accessibility label {
  width: 100%;
  position: relative;
  margin: 0;
  color: #BDBDBD; }

.attractions-accessibilities .accessibility label::after {
  content: url(../images/access-uncheck.svg);
  position: absolute;
  top: 2px;
  right: 10px;
  width: 16px;
  height: 16px; }

.attractions-accessibilities .accessibility input {
  position: relative; }

.attractions-accessibilities .accessibility input::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: red; }

.attractions-accessibilities input:checked + label > svg {
  fill: #1BBEF2 !important; }

.attractions-accessibilities input:checked + label {
  color: #5A5A5A !important; }

.attractions-accessibilities input:checked + label::after {
  content: url(../images/access-check.svg) !important; }

.attractions-item-link {
  padding-right: 20px;
  position: relative; }

.attractions-item-link a {
  color: #1BBEF2;
  text-align: right;
  margin-right: 3px; }

.attractions-item-link svg {
  transform: rotate(-90deg);
  width: 10px;
  height: 10px;
  fill: #1BBEF2; }

.attraction {
  color: #858585;
  background: url(../images/cards-bg.png) center no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.attraction-nav {
  padding-top: 5px; }

.attraction-title {
  text-align: left;
  margin-top: 10px; }

.attraction-media iframe,
.attraction-media img {
  width: 100%;
  height: 617px; }

.attraction-mask {
  margin-top: 30px;
  height: 70px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.45);
  transition: height ease 2s; }

.attraction-mask-button {
  margin-top: 30px;
  padding-left: 15px;
  color: #2D9CDB;
  cursor: pointer; }

.attraction-mask-button svg {
  margin-left: 3px;
  width: 10px;
  height: 6px;
  fill: #2D9CDB; }

.attraction .mask-active {
  transition: height ease 2s;
  height: auto; }

.attraction .mask-button-active svg {
  transform: rotate(180deg); }

.attraction .accessability-form {
  margin-top: 85px;
  position: relative; }

.attraction .accessability-form::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  top: -40px;
  left: 15px;
  background: #C4C4C4; }

.attraction .slide-on {
  height: auto !important; }

.attraction .viator-tours-tickets .viator-tickets__item {
  background: rgba(255, 255, 255, 0.45); }

.attraction .accessability-form {
  width: 100%; }

.attraction .accessability-form .tab-content {
  background: rgba(255, 255, 255, 0.45);
  padding-left: 0; }

.attraction .upd-btn-wrap {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 6px; }

.attraction .upd-btn-wrap .btn-blue-border {
  background-color: #f5f5f5; }

.viator-tickets__item {
  margin-top: 30px;
  margin-bottom: 80px; }

.viator-tickets__item-img {
  width: 357px;
  height: 237px;
  overflow: hidden;
  border-radius: 5px; }

.viator-tickets__item-img img {
  width: 100%;
  height: 100%; }

.viator-tickets__item-title {
  text-transform: uppercase; }

.viator-tickets__item-rating {
  margin-top: 5px; }

.viator-tickets__item-rating .rating-stars ul {
  margin: 0; }

.viator-tickets__item-text {
  position: relative;
  max-height: 80px;
  overflow: hidden;
  line-height: 26px;
  margin-top: 5px; }

.viator-tickets__item-text::after {
  content: "...";
  position: absolute;
  bottom: 2px;
  right: 2px; }

.viator-tickets__item-access {
  padding-top: 15px; }

.viator-tickets__item-access ul {
  list-style: none;
  padding-left: 22px; }

.viator-tickets__item-access li {
  position: relative;
  margin-bottom: 10px; }

.viator-tickets__item-access li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -25px;
  top: 2px;
  background: url(../images/check-in-blue.svg) center no-repeat; }

.viator-tickets__item-time {
  position: relative;
  font-size: 14px; }

.viator-tickets__item-time::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  left: -20px;
  top: 3px;
  background: url(../images/time.svg) center no-repeat;
  background-size: contain; }

.viator-tickets__item-coast {
  padding-top: 5px; }

.viator-tickets__item-coast span {
  font-size: 24px;
  color: #5A5A5A; }

.viator-tickets__item-button {
  margin-top: 20px;
  width: auto !important;
  padding: 0 15px;
  cursor: pointer; }

.viator-tickets__item-button a {
  color: #ffffff; }

.viator-tickets__item-button a:hover {
  text-decoration: none;
  color: #ffffff; }

.viator-tickets-btn {
  padding-top: 20px; }

.viator-tickets-btn span {
  cursor: pointer; }

.viator-tickets-btn span:hover {
  color: #1BBEF2; }

.viator-tickets-btn svg {
  width: 10px;
  height: 10px;
  fill: #4F4F4F; }

.viator-tickets-btn-active svg {
  transform: rotate(180deg); }

.viator-tickets .rating-counter {
  color: #B9B9B9;
  padding-left: 7px;
  line-height: 26px; }

.viator-tickets .rating-counter:hover {
  color: #1BBEF2;
  text-decoration: none; }

.viator-tours__filter-date .input-date,
.sorting-filter .input-date {
  padding-top: 0; }

.viator-tours__filter-date .date,
.viator-tours__filter .sorting-filter__button {
  border: 1px solid #EAEAEA;
  border-radius: 50px;
  width: 211px;
  height: 52px;
  color: #5a5a5a;
  padding-left: 25px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); }

.viator-tours__filter-date .date:focus {
  border-color: #1BBEF2;
  outline-color: transparent; }

.viator-tours-tickets {
  padding-top: 30px; }

.viator-tours-tickets .rating-counter {
  color: #B9B9B9;
  padding-left: 7px;
  line-height: 26px; }

.viator-tours-tickets .rating-counter:hover {
  color: #1BBEF2;
  text-decoration: none; }

.viator-tours .sorting-filter-checks {
  background-color: #F5F5F5;
  padding: 15px;
  border-radius: 6px; }

.attractions-list {
  transition: all ease 0.3s;
  background: url(../images/cards-bg.png) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 0; }

.attractions-list .product-item {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  height: 490px;
  transition: all 0.3s ease; }

.attractions-list .product-item-details {
  padding-left: 20px;
  position: relative;
  z-index: 15;
  background-color: #ffffff; }

.attractions-list .product-item-name {
  padding-left: 0px; }

.attractions-list .product-item-counter {
  font-size: 16px;
  color: #858585;
  text-decoration: lowercase; }

.attractions-list .product-item:hover {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25); }

.attractions-list .product-item:hover .product-image {
  transform: scale(1.1); }

.attractions-list .product-image {
  position: relative;
  z-index: 10;
  background: url(../images/attraction-img.jpg) center no-repeat;
  height: 50%;
  background-size: cover;
  transition: all 2s linear; }

.attractions-list-title {
  padding-top: 50px; }

.attractions-accessibilities {
  position: relative;
  margin-top: 10px;
  height: 125px; }

.attractions-accessibilities .accessibility {
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 0; }

.attractions-accessibilities .accessibility::before {
  display: none; }

.attractions-accessibilities .accessibility svg {
  fill: #BDBDBD;
  margin-right: 10px; }

.attractions-accessibilities .accessibility label {
  width: 100%;
  position: relative;
  margin: 0;
  color: #BDBDBD; }

.attractions-accessibilities .accessibility label::after {
  content: url(../images/access-uncheck.svg);
  position: absolute;
  top: 2px;
  right: 10px;
  width: 16px;
  height: 16px; }

.attractions-accessibilities .accessibility input {
  position: relative; }

.attractions-accessibilities .accessibility input::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: red; }

.attractions-accessibilities input:checked + label > svg {
  fill: #1BBEF2 !important; }

.attractions-accessibilities input:checked + label {
  color: #5A5A5A !important; }

.attractions-accessibilities input:checked + label::after {
  content: url(../images/access-check.svg) !important; }

.attractions-item-link {
  padding-right: 20px;
  position: relative; }

.attractions-item-link a {
  color: #1BBEF2;
  text-align: right;
  margin-right: 3px; }

.attractions-item-link svg {
  transform: rotate(-90deg);
  width: 10px;
  height: 10px;
  fill: #1BBEF2; }

.attraction {
  color: #858585;
  background: url(../images/cards-bg.png) center no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.attraction-nav {
  padding-top: 5px; }

.attraction-title {
  text-align: left;
  margin-top: 10px; }

.attraction-media iframe,
.attraction-media img {
  width: 100%;
  height: 617px; }

.attraction-mask {
  margin-top: 30px;
  height: 70px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.45);
  transition: height ease 2s; }

.attraction-mask-button {
  margin-top: 30px;
  padding-left: 15px;
  color: #2D9CDB;
  cursor: pointer; }

.attraction-mask-button svg {
  margin-left: 3px;
  width: 10px;
  height: 6px;
  fill: #2D9CDB; }

.attraction .mask-active {
  transition: height ease 2s;
  height: auto; }

.attraction .mask-button-active svg {
  transform: rotate(180deg); }

.attraction .accessability-form {
  margin-top: 85px;
  position: relative; }

.attraction .accessability-form::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  top: -40px;
  left: 15px;
  background: #C4C4C4; }

.attraction .slide-on {
  height: auto !important; }

.viator-tours {
  margin-top: 90px; }

.viator-tours-title {
  font-size: 18px;
  text-transform: uppercase; }

.viator-tours__filter {
  margin-top: 40px; }

.viator-tours__filter label {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 300; }

.viator-tours__filter .button {
  margin: 0; }

.viator-tours-tickets {
  padding-top: 30px; }

.viator-tours-tickets .rating-counter {
  color: #B9B9B9;
  padding-left: 7px;
  line-height: 26px; }

.viator-tours-tickets .rating-counter:hover {
  color: #1BBEF2;
  text-decoration: none; }

.check-ticket {
  color: #5a5a5a; }

.check-ticket-nav {
  margin-top: 20px; }

.check-ticket .check-ticket__slider-nav {
  width: 120px; }

.check-ticket .check-ticket__slider,
.check-ticket .check-ticket__slider-img {
  width: 600px;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 6px;
  overflow: hidden; }

.check-ticket .check-ticket__slider img,
.check-ticket .check-ticket__slider iframe,
.check-ticket .check-ticket__slider-img img,
.check-ticket .check-ticket__slider-img iframe {
  width: 100%;
  height: 100%; }

.check-ticket .check-ticket__slider-nav-img,
.check-ticket__slider-nav .slick-slide {
  width: 115px !important;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 6px;
  overflow: hidden; }

.check-ticket .check-ticket__slider-nav-img img,
.check-ticket .check-ticket__slider-nav-img iframe {
  width: 100%;
  height: 100%; }

.check-ticket .ticket-coast-from,
.check-ticket .ticket-inputs p:first-child {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0; }

.check-ticket .ticket-inputs {
  margin-top: 20px; }

.check-ticket .ticket-inputs .spiner-wrap p {
  font-size: 16px;
  text-transform: none;
  margin-top: 15px; }

.check-ticket .ticket-inputs .dropdown-menu-select {
  padding-top: 15px; }

.check-ticket .ticket-inputs .dropdown-menu-select p {
  margin: 0; }

.check-ticket .ticket-inputs .range {
  color: #BDBDBD; }

.check-ticket .ticket-coast-from span {
  font-size: 24px;
  font-weight: bold; }

.check-ticket .ticket-coast {
  border-bottom: 1px solid #E0E0E0; }

.check-ticket .ticket-coast p {
  color: #858585; }

.check-ticket #viatorTicket {
  background-color: #F5F5F5;
  border-radius: 6px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px; }

.check-ticket .viatorDatepicker,
.check-ticket #viatorTravelers {
  position: relative;
  width: 100%;
  height: 43px;
  padding-left: 45px;
  background-color: #ffffff;
  border-radius: 6px;
  outline-color: transparent;
  border: none;
  color: #828282;
  font-size: 14px;
  font-weight: 500; }

.check-ticket .viatorDatepicker {
  margin-bottom: 15px;
  margin-top: 15px;
  background: url(../images/calendar.svg) center no-repeat;
  background-position-x: 10px;
  background-color: #ffffff; }

.check-ticket #viatorTravelers {
  padding-top: 10px;
  position: relative; }

.check-ticket #viatorTravelers::before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  left: 10px;
  top: 10px;
  background: url(../images/target.svg); }

.check-ticket .check-ticket__form-btn {
  width: 100%;
  margin-top: 25px;
  cursor: pointer; }

.check-ticket .ticket-dropdown-btn {
  cursor: pointer; }

.check-ticket .ticket-dropdown-menu {
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 15;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  padding-bottom: 25px; }

.check-ticket .dropdown-menu-title {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C5C5C5; }

.check-ticket .dropdown-menu-title svg {
  width: 24px;
  height: 29px;
  margin-right: 10px; }

.check-ticket .dropdown-menu-title h5 {
  font-size: 16px;
  margin: 0; }

.check-ticket .dropdown-menu-spiner {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.check-ticket .dropdown-menu-spiner svg {
  width: 27px;
  height: 27px;
  cursor: pointer; }

.check-ticket .dropdown-menu-spiner span {
  line-height: 30px; }

.check-ticket #childText {
  margin-left: 10px; }

.check-ticket .spiner-lower,
.check-ticket .spiner-upper {
  border-radius: 50px;
  border: 2px solid #C4C4C4;
  font-size: 22px;
  line-height: 27px;
  padding: 0 7px;
  color: #C4C4C4;
  cursor: pointer; }

.check-ticket .spiner-lower:hover,
.check-ticket .spiner-upper:hover {
  color: #1BBEF2;
  border-color: #1BBEF2; }

.check-ticket-note {
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px; }

.check-ticket-note::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 98%;
  height: 1px;
  background: #C4C4C4; }

.check-ticket-note .note-item {
  margin-right: 80px; }

.check-ticket-note svg {
  width: 27px;
  height: 27px;
  fill: #1BBEF2;
  margin-right: 8px; }

.check-ticket-note .duration svg {
  width: 20px;
  height: 20px; }

.check-ticket .description {
  padding-top: 35px; }

.check-ticket .description-title {
  font-size: 32px;
  font-weight: normal;
  cursor: pointer; }

.check-ticket .description-title svg {
  fill: #BDBDBD;
  width: 15px;
  height: 15px; }

.check-ticket .description-text,
.check-ticket .description .collapse {
  color: #858585; }

.check-ticket .description-text {
  padding-top: 10px;
  padding-bottom: 40px; }

.check-ticket .description-text a {
  color: #1BBEF2; }

.check-ticket .included-item,
.check-ticket .excluded-item {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px; }

.check-ticket .included-item::before,
.check-ticket .excluded-item::before {
  content: "";
  position: absolute;
  background-size: cover; }

.check-ticket .inclusions-content .included-item::before {
  background: url(../images/check-in-blue.svg) center no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0; }

.check-ticket .exclusions-content .excluded-item::before {
  background: url(../images/red-close.svg) center no-repeat;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 4px; }

.check-ticket .departure p {
  margin: 0;
  font-weight: 500;
  color: #5A5A5A; }

.check-ticket .departure span {
  display: block;
  margin-bottom: 10px; }

.check-ticket .summary {
  font-size: 20px; }

.check-ticket .review {
  background-color: #F5F5F5;
  margin-bottom: 10px;
  border-radius: 6px;
  padding: 0px 20px 15px 20px; }

.check-ticket .review p {
  margin-top: 10px; }

.check-ticket .reviews ul {
  margin: 0; }

.check-ticket .rating-stars {
  margin: 0 15px; }

.check-ticket .user {
  margin-top: 30px; }

.check-ticket .name-wrap {
  margin-left: 15px; }

.check-ticket .help .button {
  margin: 0; }

.check-ticket .product-code {
  margin-top: 40px; }

.check-ticket .attractions-list {
  background: none; }

.check-ticket .similar {
  padding-bottom: 50px; }

.check-ticket-option {
  border: 1px solid #C4C4C4;
  border-radius: 6px;
  margin-top: 20px;
  padding: 20px 25px 25px 25px; }

.check-ticket-option .button {
  margin: 0; }

.check-ticket .option__counter {
  background-color: #f5f5f5;
  border: 1px solid #1BBEF2;
  border-radius: 3px; }

.check-ticket .option__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500; }

.check-ticket .option__text {
  overflow: hidden;
  color: #858585; }

.check-ticket .option__text-switch {
  color: #1BBEF2; }

.check-ticket .option__custom-label {
  width: 110px;
  height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  border-radius: 6px; }

.check-ticket .option__custom-label::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #C4C4C4;
  border-radius: 6px;
  z-index: 0; }

.check-ticket .option__custom-label:hover::before {
  border-color: #1BBEF2; }

.check-ticket .option__custom-input:checked ~ .option__custom-label {
  color: #ffffff;
  background: linear-gradient(270deg, #1BBEF2 -1.4%, #43D9E8 100%); }

.check-ticket .option__custom-input:checked ~ .option__custom-label::before {
  border: none; }

.check-ticket .option-collapse {
  max-height: 4.5em; }

.secure {
  color: #5a5a5a;
  padding-bottom: 60px; }

.secure-subtitle {
  font-weight: 500; }

.secure-form__label {
  color: #828282; }

.secure-form__input {
  width: 100%;
  border: 1px solid #C4C4C4;
  border-radius: 8px;
  height: 50px;
  outline-color: transparent;
  padding-left: 15px; }

.secure-form__input:focus {
  border-color: #1BBEF2; }

.secure-form__select {
  height: 50px;
  padding-left: 25px;
  border: 1px solid #C4C4C4;
  border-radius: 6px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: url(../images/arrowdown.svg);
  background-position-y: center;
  background-position-x: 95%;
  outline-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.secure-form__select-code {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 10px;
  border-right: 0;
  outline-color: transparent; }

.secure-form__select-code:focus {
  border-color: #1BBEF2; }

.secure-form__select-code:focus + .secure-form__input {
  border-color: #1BBEF2; }

.secure-board {
  background-color: #ffffff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin-bottom: 20px; }

.secure-board__header {
  border-bottom: 1px solid #C4C4C4; }

.secure-board__title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500; }

.secure-board__subtitle {
  color: #828282;
  font-weight: 500; }

.secure-board__img {
  width: 210px;
  height: 118px;
  overflow: hidden;
  border-radius: 6px; }

.secure-board__img img {
  width: 100%;
  height: 100%; }

.secure-traveler__title {
  font-size: 18px;
  font-weight: bold; }

.secure .custom-radio-label::before {
  width: 15px !important;
  height: 15px !important; }

.secure-phone-wrap .secure-form__input {
  border-radius: 0 6px 6px 0; }

.secure-list {
  list-style: none;
  padding-left: 20px; }

.secure-list li {
  position: relative;
  margin-bottom: 10px; }

.secure-list li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: #1BBEF2;
  border-radius: 5px; }

.secure .button {
  width: 100%; }

.secure .invalid-feedback {
  bottom: -22px;
  left: 10px; }

.secure-details {
  background-color: #F5F5F5;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 6px; }

.secure-details__list {
  list-style: none;
  padding-left: 0;
  font-weight: 500;
  color: #828282; }

.secure-total {
  padding-top: 20px;
  border-top: 1px solid #C4C4C4;
  text-transform: uppercase; }

.secure-promo-link {
  color: #828282;
  border: none;
  border-bottom: 1px solid #828282;
  background-color: #F5F5F5;
  padding: 0;
  outline-color: transparent; }

.secure-promo-link:hover {
  color: #C4C4C4;
  border-color: #C4C4C4; }

.secure-footer .secure-board__title {
  border-bottom: 1px solid #828282; }

.secure-footer .secure-details__text {
  font-weight: 500;
  font-size: 18px; }

.secure-footer-wrap {
  border-bottom: 1px solid #828282; }

.secure-contacts__link {
  color: #828282;
  padding-left: 10px; }

.secure-contacts__link:hover {
  color: #C4C4C4;
  outline-color: #C4C4C4;
  font-weight: 500; }

.secure .position-lg-sticky {
  position: sticky; }
