.gtr-work-pg {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .gtr-work-pg {
    padding-bottom: 30px;
  }
}
.gtr-pg {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .gtr-pg {
    padding-bottom: 30px;
  }
}
.gtr-main {
  padding: 35px 0 60px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .gtr-main {
    padding: 0 0 30px;
    margin: -25px 0 0;
  }
}
.gtr-main__inner {
  display: flex;
}
@media (max-width: 991px) {
  .gtr-main__inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .gtr-main__inner {
    margin: 0 -10px;
  }
}
.gtr-main__left {
  flex-basis: 670px;
  max-width: 670px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 1px 4px 14px 0 rgba(62, 65, 70, 0.2);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
@media (max-width: 1299px) {
  .gtr-main__left {
    flex-shrink: 1;
  }
}
@media (max-width: 991px) {
  .gtr-main__left {
    flex-basis: auto;
    max-width: 100%;
    border-radius: 15px;
  }
}
@media (max-width: 991px) {
  .gtr-main__left {
    padding: 30px 11px;
  }
}
.gtr-main__right {
  flex-basis: 520px;
  max-width: 520px;
  background-color: var(--w5-black);
  border-radius: 0 20px 20px 0;
  position: relative;
  right: 20px;
  padding: 35px 77px 39px 98px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1299px) {
  .gtr-main__right {
    flex-shrink: 1;
  }
}
@media (max-width: 1199px) {
  .gtr-main__right {
    padding: 35px 30px 35px 50px;
    flex-basis: 400px;
  }
}
@media (max-width: 991px) {
  .gtr-main__right {
    flex-basis: auto;
    max-width: 100%;
    right: 0;
    border-radius: 0 0 15px 15px;
    padding: 70px 11px 60px 11px;
    bottom: 10px;
  }
}
.gtr-main__left-top {
  display: flex;
  margin-bottom: 30px;
}
.gtr-main__work-preview {
  width: 180px;
  height: 256px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .gtr-main__work-preview {
    width: 130px;
    height: 187px;
  }
}
.gtr-main__work-text-preview {
  font-size: 10px;
  width: 180px;
  height: 256px;
  object-fit: cover;
  margin-right: 30px;
  border: 3px solid var(--w5-gray);
  padding: 15px 10px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .gtr-main__work-text-preview {
    font-size: 8px;
    width: 130px;
    height: 187px;
  }
}
@media (max-width: 991px) {
  .gtr-main__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.gtr-main__tags {
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .gtr-main__tags {
    margin-bottom: 20px;
  }
}
.gtr-main__tag {
  font-size: 17px;
  line-height: 20px;
  color: #6666CC;
  margin-right: 13px;
}
.gtr-main__tag:last-child {
  margin-right: 0;
}
.gtr-main__title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.66px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .gtr-main__title {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
.gtr-main__subjects {
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .gtr-main__subjects {
    margin-bottom: 30px;
  }
}
.gtr-main__subject {
  font-size: 17px;
  line-height: 20px;
  padding: 10px;
  background-color: var(--w5-gray);
  border-radius: 10px;
  margin-right: 15px;
  text-transform: lowercase;
}
.gtr-main__subject:last-child {
  margin-right: 0;
}
.gtr-main__price-box {
  display: flex;
  align-items: center;
}
.gtr-main__price {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.66px;
  font-weight: 700;
  margin-right: 14px;
  color: var(--w5-red);
}
@media (max-width: 991px) {
  .gtr-main__price {
    margin-right: 10px;
  }
}
.gtr-main__old-price {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.66px;
  text-decoration: line-through;
  color: var(--w5-text-gray);
}
.gtr-main__details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .gtr-main__details {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.gtr-main__detail-item {
  display: flex;
  align-items: center;
  color: var(--w5-text-gray);
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .gtr-main__detail-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .gtr-main__detail-item:last-child {
    margin-bottom: 0;
  }
}
.gtr-main__detail-item img {
  width: 16px;
  height: 19px;
  margin-right: 9px;
}
.gtr-main__author-box {
  display: flex;
  align-items: center;
}
.gtr-main__author-avatar {
  width: 49px;
  height: 49px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}
.gtr-main__author-name {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.66px;
  font-weight: 500;
  margin-bottom: 7px;
}
.gtr-main__author-job {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.66px;
  color: var(--w5-text-gray);
}
.gtr-main__form-title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.66px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .gtr-main__form-title {
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 900;
    letter-spacing: 0;
  }
}
.gtr-main .so-select-wrapper,
.gtr-main .validation-input-wrapper {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .gtr-main .so-select-wrapper,
  .gtr-main .validation-input-wrapper {
    margin-bottom: 13px;
  }
}
.gtr-main .so-select-wrapper .select2-selection,
.gtr-main .redesign-input {
  padding: 22px 15px;
}
@media (max-width: 991px) {
  .gtr-main .so-select-wrapper .select2-selection,
  .gtr-main .redesign-input {
    padding: 17px 15px;
  }
}
.gtr-main .so-lead-magnet__submit-btn {
  margin-bottom: 19px;
}
@media (max-width: 991px) {
  .gtr-main .so-lead-magnet__submit-btn {
    padding: 15px 40px;
    margin-bottom: 10px;
  }
}
.gtr-main .so-form-disclaimer {
  text-align: left;
}
@media (max-width: 991px) {
  .gtr-main .so-form-disclaimer {
    text-align: center;
  }
}
.gtr-main .formError {
  position: absolute !important;
  bottom: 0 !important;
  top: auto !important;
  display: block !important;
  opacity: 1 !important;
  left: auto !important;
  right: 10px !important;
  margin-top: 3px !important;
  transform: translateY(calc(100% + 2px));
  z-index: 1 !important;
}
.gtr-main .formError:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fff;
  z-index: 992;
  left: 15px;
  top: -5px;
  transform: rotate(45deg);
  border: 1px solid #ccc;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.gtr-main .formErrorContent {
  padding: 7px 15px !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  color: #ee0101 !important;
}
.gtr-main .formErrorArrow {
  display: none;
}
.gtr-main .so-lead-magnet__submit-subtext {
  display: none;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 11px;
}
@media (max-width: 991px) {
  .gtr-main .so-lead-magnet__submit-subtext {
    display: block;
  }
}
.gtr-work-content {
  padding: 60px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .gtr-work-content {
    padding: 30px 0;
  }
}
.gtr-work-content__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .gtr-work-content__inner {
    flex-direction: column;
    align-items: stretch;
  }
}
.gtr-work-content__left {
  flex-basis: 730px;
  max-width: 730px;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .gtr-work-content__left {
    flex-basis: auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.gtr-work-content__right {
  flex-basis: 340px;
  max-width: 340px;
  align-self: flex-end;
}
@media (max-width: 1199px) {
  .gtr-work-content__right {
    flex-basis: auto;
    align-self: stretch;
  }
}
@media (max-width: 499px) {
  .gtr-work-content__right {
    max-width: 100%;
  }
}
.gtr-work-content__tabs-controls-wrapper {
  position: relative;
}
.gtr-work-content__tabs-controls {
  display: flex;
  margin-bottom: 55px;
  max-width: 100%;
  overflow: auto;
  padding-bottom: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  .gtr-work-content__tabs-controls {
    margin-bottom: 25px;
  }
}
.gtr-work-content__tabs-controls::-webkit-scrollbar {
  display: none;
}
.gtr-work-content__tabs-control {
  background-color: #fff;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.66px;
  font-weight: 600;
  border-radius: 10px;
  flex-shrink: 0;
  cursor: grab;
}
@media (max-width: 767px) {
  .gtr-work-content__tabs-control {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 20px;
  }
}
.gtr-work-content__tabs-control.active {
  background-color: var(--w5-gray);
}
.gtr-work-content__tab-text-wrapper {
  height: 340px;
  overflow: hidden;
  position: relative;
  max-width: 665px;
}
@media (max-width: 1199px) {
  .gtr-work-content__tab-text-wrapper {
    max-width: 100%;
  }
}
.gtr-work-content__tab-text-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.2) 100%);
}
.gtr-work-content__tab-text-wrapper.opened {
  margin-bottom: 20px;
}
.gtr-work-content__tab-text-wrapper.opened:before {
  display: none;
}
.gtr-work-content__tab-text {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.66px;
}
.gtr-work-content__tab-text p {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.66px;
  margin-bottom: 24px;
}
.gtr-work-content__tab-text p:last-child {
  margin-bottom: 0;
}
.gtr-work-content__read-more-btn {
  max-width: 300px;
  width: 100%;
  padding: 15px 40px;
  border-radius: 10px;
}
@media (max-width: 499px) {
  .gtr-work-content__read-more-btn {
    max-width: 100%;
  }
}
.gtr-work-content__banner {
  background-color: var(--w5-gray);
  padding: 60px 30px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .gtr-work-content__banner {
    padding: 60px 11px;
  }
}
@media (max-width: 499px) {
  .gtr-work-content__banner {
    margin: 0 -10px;
  }
}
.gtr-work-content__banner-title {
  font-size: 30px;
  line-height: 35px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 30px;
  max-width: 210px;
}
@media (max-width: 767px) {
  .gtr-work-content__banner-title {
    font-size: 35px;
    line-height: 40px;
    max-width: 250px;
  }
}
.gtr-work-content__banner-text {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.66px;
  margin-bottom: 30px;
  max-width: 235px;
}
.gtr-work-content__banner-btn {
  max-width: 100%;
  width: 100%;
  padding: 15px 30px;
  border-radius: 10px;
}
.gtr-work-content__banner-bg {
  position: absolute;
  top: 0;
  right: 0;
}
.gtr-similar-works {
  padding: 60px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .gtr-similar-works {
    padding: 30px 0;
  }
}
.gtr-similar-works__title {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.66px;
  font-weight: 800;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .gtr-similar-works__title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 30px;
  }
}
.gtr-similar-works__slider {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .gtr-similar-works__slider {
    margin-bottom: 30px;
  }
}
.gtr-similar-works .slick-track {
  display: flex !important;
}
@media (max-width: 991px) {
  .gtr-similar-works .slick-track {
    display: block !important;
  }
}
.gtr-similar-works .slick-slide {
  height: inherit !important;
  margin: 0 15px 5px;
}
.gtr-similar-works .slick-slide > div {
  height: 100% !important;
}
@media (max-width: 991px) {
  .gtr-similar-works .slick-slide > div {
    height: auto !important;
  }
}
.gtr-similar-works .slick-list {
  margin: 0 -15px -5px;
}
.gtr-similar-works__slide {
  max-width: 373px;
  height: 100%;
}
@media (max-width: 1364px) {
  .gtr-similar-works__slide {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .gtr-similar-works__slide {
    height: auto;
  }
}
.gtr-similar-works__slider-controls-wrapper {
  display: flex;
  justify-content: center;
}
.gtr-similar-works__slider-controls {
  display: inline-flex;
  align-items: center;
}
.gtr-similar-works__slider-arrow {
  width: 23px;
  height: 23px;
  background: url(/img/redesign/mobile/arrow-right.svg) no-repeat center center;
  background-size: 23px 23px;
  cursor: pointer;
}
.gtr-similar-works__slider-arrow--prev {
  transform: rotate(180deg);
}
.gtr-similar-works__slider-arrow.slick-disabled {
  opacity: 0.3;
  cursor: initial;
}
.gtr-similar-works__slides-count {
  font-weight: 500;
  font-size: 17px;
  line-height: 43px;
  letter-spacing: 0.66px;
  color: #3E4146;
  margin: 0 28px;
}
.so-lead-magnet--gtr {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .so-lead-magnet--gtr {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .so-lead-magnet--gtr .so-lead-magnet__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 35px 60px;
  }
}
@media (max-width: 767px) {
  .so-lead-magnet--gtr .so-lead-magnet__inner {
    padding: 35px 15px 60px;
    border-radius: 20px;
    margin: 0 -10px;
  }
}
.so-lead-magnet--gtr .so-lead-magnet__content {
  max-width: 660px;
}
@media (max-width: 1199px) {
  .so-lead-magnet--gtr .so-lead-magnet__content {
    order: 1;
  }
}
.so-lead-magnet--gtr .so-lead-magnet__title {
  letter-spacing: 0.66px;
}
@media (max-width: 767px) {
  .so-lead-magnet--gtr .so-lead-magnet__title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .so-lead-magnet--gtr .so-lead-magnet__form-items {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
    grid-gap: 11px;
  }
}
@media (max-width: 767px) {
  .so-lead-magnet--gtr .so-lead-magnet__form-items .validation-input-wrapper {
    order: 1;
  }
}
@media (max-width: 767px) {
  .so-lead-magnet--gtr .so-lead-magnet__form-items .so-lead-magnet__submit-subtext {
    order: 2;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .so-lead-magnet--gtr .so-lead-magnet__submit-wrapper {
    order: 3;
  }
}
.so-lead-magnet--gtr .so-lead-magnet__img-wrapper {
  right: 60px;
  top: 68px;
}
@media (max-width: 1199px) {
  .so-lead-magnet--gtr .so-lead-magnet__img-wrapper {
    left: auto;
    top: auto;
    position: static;
    margin-bottom: 35px;
  }
}
.so-lead-magnet--gtr .so-lead-magnet__img-wrapper img {
  width: 339px;
  height: 304px;
}
@media (max-width: 1199px) {
  .so-lead-magnet--gtr .so-lead-magnet__img-wrapper img {
    width: 344px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .so-lead-magnet--gtr .so-lead-magnet__img-wrapper img {
    width: 260px;
  }
}
.gtr-work-item {
  box-shadow: 0 4px 14px 0 rgba(62, 65, 70, 0.2);
  border-radius: 20px;
  padding: 0 30px 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 767px) {
  .gtr-work-item {
    padding: 0 20px 30px;
    height: auto;
  }
}
.gtr-work-item__work-type {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.66px;
  margin-bottom: 30px;
  padding: 10px 15px;
  border-radius: 0 0 10px 10px;
  background-color: var(--w5-gray);
}
@media (max-width: 767px) {
  .gtr-work-item__work-type {
    font-size: 18px;
    line-height: 30px;
  }
}
.gtr-work-item__work-title {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-weight: 700;
  color: var(--w5-black);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
  .gtr-work-item__work-title {
    font-size: 25px;
    line-height: 30px;
    -webkit-line-clamp: 4;
  }
}
.gtr-work-item__work-title:hover {
  color: var(--w5-black);
}
.gtr-work-item__details {
  display: grid;
  grid-template-columns: 180px 1fr;
  grid-gap: 10px 15px;
  margin-bottom: 45px;
  margin-top: auto;
}
@media (max-width: 767px) {
  .gtr-work-item__details {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.gtr-work-item__details-name {
  font-size: 17px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .gtr-work-item__details-name {
    font-size: 18px;
    line-height: 30px;
  }
}
.gtr-work-item__details-value {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .gtr-work-item__details-value {
    font-size: 18px;
    line-height: 30px;
  }
}
.gtr-work-item__price-box {
  display: flex;
  align-items: center;
}
.gtr-work-item__price {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.66px;
  margin-right: 10px;
  font-weight: 700;
  color: var(--w5-red);
}
.gtr-work-item__old-price {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.66px;
  margin-right: 10px;
  text-decoration: line-through;
  color: var(--w5-text-gray);
}
.gtr-work-item__bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}
.gtr-work-item__btn {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 800;
  padding: 13px;
  border-radius: 10px;
  max-width: 155px;
  flex-basis: 155px;
}
@media (max-width: 991px) {
  .gtr-work-item__btn {
    max-width: 168px;
    flex-basis: 168px;
  }
}
.gtr-search-form {
  padding: 0 0 25px;
  margin-top: -24px;
}
@media (max-width: 767px) {
  .gtr-search-form {
    padding: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .gtr-search-form__inner {
    margin: 0 -10px;
  }
}
.gtr-search-form__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--w5-gray);
  border-radius: 30px 30px 0 0;
  padding: 35px 45px 70px 60px;
}
@media (max-width: 991px) {
  .gtr-search-form__top {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .gtr-search-form__top {
    padding: 60px 11px 50px;
    border-radius: 20px 20px 0 0;
  }
}
.gtr-search-form__top-content {
  flex-basis: 675px;
  max-width: 675px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .gtr-search-form__top-content {
    flex-basis: auto;
    max-width: 100%;
    margin-right: 0;
    order: 1;
  }
}
.gtr-search-form__top-img {
  flex-basis: 355px;
  max-width: 355px;
}
@media (max-width: 991px) {
  .gtr-search-form__top-img {
    flex-basis: auto;
    max-width: 736px;
    align-self: center;
    margin-bottom: 30px;
  }
}
.gtr-search-form__title {
  font-size: 55px;
  line-height: 65px;
  letter-spacing: 1px;
  font-weight: 800;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .gtr-search-form__title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 700;
  }
}
.gtr-search-form__subtitle {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.66px;
}
@media (max-width: 767px) {
  .gtr-search-form__subtitle {
    font-size: 18px;
    line-height: 30px;
  }
}
.gtr-search-form__bottom {
  background-color: var(--w5-gray);
  /*background-color: #fff;*/
  border-radius: 20px;
  position: relative;
  bottom: 35px;
  /*box-shadow: 1px 4px 14px 0 rgba(62, 65, 70, .2);*/
  padding: 38px 35px 15px;
}
@media (max-width: 767px) {
  .gtr-search-form__bottom {
    bottom: 20px;
    padding: 30px 11px;
    border-radius: 15px;
  }
}
.gtr-search-form__form {
  display: flex;
  flex-direction: column;
}
.gtr-search-form__main-fields {
  display: grid;
  grid-template-columns: 486px 292px 292px;
  grid-gap: 15px;
  margin-bottom: 16px;
}
@media (max-width: 1299px) {
  .gtr-search-form__main-fields {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .gtr-search-form__main-fields {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
  }
}
.gtr-search-form .select2,
.gtr-search-form .select2-selection {
  height: 100% !important;
}
.gtr-search-form__submit-btn {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0;
  padding: 14px 20px;
  border-radius: 10px;
}
.gtr-search-form__additional-fields-toggle {
  font-size: 17px;
  line-height: 30px;
  align-self: flex-end;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gtr-search-form__additional-fields-toggle {
    align-self: center;
    margin-bottom: 0;
  }
}
.gtr-search-form__additional-fields-toggle:before {
  content: "";
  display: block;
  width: 11px;
  height: 7px;
  position: absolute;
  right: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%) rotate(180deg);
  background: url(/img/redesign_2023/svg/arrow-down.svg) no-repeat center / cover;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
.gtr-search-form__additional-fields-toggle.collapsed:before {
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.gtr-search-form__additional-fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .gtr-search-form__additional-fields {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .gtr-search-form__additional-fields {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-top: 0;
  }
}
.gtr-banner {
  padding: 30px 0 60px;
}
@media (max-width: 767px) {
  .gtr-banner {
    padding: 10px 0 30px;
  }
}
.gtr-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--w5-black);
  padding: 0 60px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .gtr-banner__inner {
    padding: 0 25px 0 0;
  }
}
@media (max-width: 767px) {
  .gtr-banner__inner {
    border-radius: 15px;
  }
}
.gtr-banner__img-wrapper {
  flex-basis: 133px;
  max-width: 133px;
  margin-right: 30px;
  position: relative;
  align-self: stretch;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .gtr-banner__img-wrapper {
    flex-basis: 94px;
    max-width: 94px;
  }
}
.gtr-banner__img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 133px;
  height: 181px;
}
@media (max-width: 991px) {
  .gtr-banner__img {
    position: static;
    width: 94px;
    height: auto;
  }
}
.gtr-banner__content {
  flex-basis: 825px;
  max-width: 825px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .gtr-banner__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.gtr-banner__text-box {
  flex-basis: 662px;
  max-width: 662px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .gtr-banner__text-box {
    flex-basis: auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.gtr-banner__title {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.66px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .gtr-banner__title {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.gtr-banner__text {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.66px;
  color: #fff;
}
@media (max-width: 767px) {
  .gtr-banner__text {
    font-size: 15px;
  }
}
.gtr-banner__text a {
  text-decoration: underline;
  color: #fff;
}
.gtr-banner__text a:hover {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: 0.3s ease-in-out;
}
.gtr-banner__link {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.66px;
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
}
@media (max-width: 767px) {
  .gtr-banner__link {
    font-size: 15px;
  }
}
.gtr-banner__link:hover {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: 0.3s ease-in-out;
}
.gtr-works-list {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .gtr-works-list {
    padding: 30px 0;
  }
}
.gtr-works-list__title {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.66px;
  font-weight: 800;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .gtr-works-list__title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 30px;
  }
}
.gtr-works-list__title span {
  font-size: 17px;
  line-height: 24px;
  color: var(--w5-text-gray);
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .gtr-works-list__title span {
    display: none;
  }
}
.gtr-works-list__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 370px));
  grid-gap: 30px 26px;
}
@media (max-width: 1199px) {
  .gtr-works-list__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .gtr-works-list__items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .gtr-works-list__items {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .gtr-works-list .gtr-work-item {
    padding: 0 12px 30px;
  }
}
.gtr-works-list .gtr-work-item__details {
  grid-template-columns: 160px 1fr;
}
.gtr-works-list .gtr-work-item__details-name {
  font-size: 16px;
}
.gtr-works-list .gtr-work-item__details-value {
  font-size: 16px;
}
.gtr-works-list .border-block {
  border: none;
}
.gtr-works-list .paging-block {
  border-bottom: none;
  padding-top: 40px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .gtr-works-list .paging-block {
    padding-top: 22px;
  }
}
.gtr-subjects {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .gtr-subjects {
    padding: 30px 0;
  }
}
.gtr-subjects__title {
  font-size: 50px;
  line-height: 65px;
  letter-spacing: 0.66px;
  font-weight: 800;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .gtr-subjects__title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .so-lead-magnet--gtr-two .so-lead-magnet__inner {
    padding-top: 90px;
  }
}
.so-lead-magnet--gtr-two .so-lead-magnet__img-wrapper {
  right: 40px;
  top: 60px;
}
@media (max-width: 1199px) {
  .so-lead-magnet--gtr-two .so-lead-magnet__img-wrapper {
    left: auto;
    top: auto;
    position: static;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .so-lead-magnet--gtr-two .so-lead-magnet__img-wrapper {
    right: 0;
    left: auto;
    top: 0;
    position: absolute;
    margin-bottom: 0;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }
}
.so-lead-magnet--gtr-two .so-lead-magnet__img-wrapper img {
  width: 403px;
  height: 341px;
}
@media (max-width: 1199px) {
  .so-lead-magnet--gtr-two .so-lead-magnet__img-wrapper img {
    width: 344px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .so-lead-magnet--gtr-two .so-lead-magnet__img-wrapper img {
    width: 138px;
  }
}
.benefits-adaptive {
  margin: 0;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .benefits-adaptive {
    padding: 30px 0;
  }
}
.benefits-adaptive__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .benefits-adaptive__inner {
    flex-direction: column;
  }
}
.benefits-adaptive__left {
  flex-basis: 440px;
  max-width: 440px;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .benefits-adaptive__left {
    flex-basis: auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .benefits-adaptive__left {
    margin-bottom: 30px;
  }
}
.benefits-adaptive__right {
  flex-basis: 610px;
  max-width: 610px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .benefits-adaptive__right {
    flex-basis: auto;
    max-width: 100%;
    padding-top: 0;
  }
}
.benefits-adaptive .benefits-header {
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.66px;
  color: #3E4146;
}
@media (max-width: 767px) {
  .benefits-adaptive .benefits-header {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 700;
  }
}
.benefits-adaptive__items {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  grid-gap: 60px 40px;
}
@media (max-width: 991px) {
  .benefits-adaptive__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .benefits-adaptive__items {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.benefits-adaptive .benefits-item {
  display: flex;
  width: auto;
  float: none;
  margin: 0;
  flex-direction: column;
}
.benefits-adaptive .benefits-item-number {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .benefits-adaptive .benefits-item-number {
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 0;
  }
}
.benefits-adaptive .benefits-item-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.66px;
  color: #3E4146;
}
@media (max-width: 767px) {
  .benefits-adaptive .benefits-item-text {
    font-size: 18px;
    line-height: 30px;
  }
}
.gtr-catalog {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .gtr-catalog {
    padding: 30px 0;
  }
}
.gtr-catalog__title {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.66px;
  font-weight: 800;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .gtr-catalog__title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 30px;
  }
}
.gtr-catalog__works-types-wrapper {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .gtr-catalog__works-types-wrapper {
    margin-bottom: 30px;
  }
}
.gtr-catalog__works-types-wrapper:before {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url('data:image/svg+xml,<svg width="7" height="13" viewBox="0 0 7 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.172302 11.8193L5.57986 6.41178L0.172302 1.00422C0.143579 0.975509 0.118456 0.944559 0.0969177 0.911938C0.0468371 0.836091 0.0161694 0.751201 0.00490613 0.664272C0.0016354 0.639047 3.65747e-06 0.61365 3.65747e-06 0.588261C3.65747e-06 0.455721 0.0445072 0.32319 0.133531 0.214997C0.145633 0.200298 0.158552 0.186039 0.172302 0.172297C0.183063 0.161528 0.194146 0.151261 0.205519 0.141503C0.436635 -0.0569289 0.785262 -0.0466615 1.00423 0.172297L6.82768 5.99576C6.93804 6.10612 7 6.25577 7 6.41178C7 6.56779 6.93804 6.71736 6.82768 6.82772L1.00423 12.6512C0.975505 12.6799 0.944563 12.7051 0.911942 12.7266C0.68361 12.8773 0.373315 12.8522 0.172302 12.6512C0.143579 12.6225 0.118456 12.5915 0.0969177 12.559C-0.0538419 12.3306 -0.0287189 12.0203 0.172302 11.8193Z" fill="%23D0D0D0"/></svg>') no-repeat 70% center, linear-gradient(270deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}
.gtr-catalog__works-types-wrapper:after {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('data:image/svg+xml,<svg width="7" height="13" viewBox="0 0 7 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.8277 1.00417L1.42014 6.41171L6.8277 11.8193C6.85642 11.848 6.88154 11.8789 6.90308 11.9115C6.95316 11.9874 6.98383 12.0723 6.99509 12.1592C6.99836 12.1844 7 12.2098 7 12.2352C7 12.3678 6.95549 12.5003 6.86647 12.6085C6.85437 12.6232 6.84145 12.6374 6.8277 12.6512C6.81694 12.662 6.80585 12.6722 6.79448 12.682C6.56337 12.8804 6.21474 12.8701 5.99577 12.6512L0.172321 6.82772C0.0619636 6.71737 0 6.56771 0 6.41171C0 6.2557 0.0619636 6.10612 0.172321 5.99576L5.99577 0.172292C6.02449 0.143584 6.05544 0.118407 6.08806 0.0969152C6.31639 -0.0538359 6.62669 -0.0287371 6.8277 0.172292C6.85642 0.200998 6.88154 0.23198 6.90308 0.26453C7.05384 0.492932 7.02872 0.803222 6.8277 1.00417Z" fill="%23D0D0D0"/></svg>') no-repeat 30% center, linear-gradient(90deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-in-out;
}
.gtr-catalog__works-types-wrapper.right-gradient:before {
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.gtr-catalog__works-types-wrapper.left-gradient:after {
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.gtr-catalog__works-types {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.gtr-catalog__works-types::-webkit-scrollbar {
  display: none;
}
.gtr-catalog__works-type {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1px;
  margin-right: 15px;
  padding: 15px 20px;
  color: var(--w5-black);
  background-color: var(--w5-gray);
  border-radius: 10px;
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
  cursor: grab;
}
.gtr-catalog__works-type.active,
.gtr-catalog__works-type:hover {
  background-color: var(--w5-blue);
  color: #fff;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.gtr-catalog__works-type.active a,
.gtr-catalog__works-type:hover a {
  color: #fff;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.gtr-catalog__works-type a {
  color: var(--w5-black);
  transition: 0.3s ease-in-out;
}
.gtr-catalog__main {
  display: flex;
  justify-content: space-between;
}
.gtr-catalog__left {
  flex-basis: 295px;
  max-width: 295px;
  padding-top: 45px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .gtr-catalog__left {
    flex-basis: 0;
    max-width: 0;
    padding-top: 0;
    margin-right: 0;
  }
}
.gtr-catalog__right {
  flex-basis: 838px;
  max-width: 838px;
}
@media (max-width: 1199px) {
  .gtr-catalog__right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.gtr-catalog__settings {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .gtr-catalog__settings {
    margin-bottom: 25px;
    flex-basis: auto;
    overflow: auto;
  }
  .gtr-catalog__settings::-webkit-scrollbar {
    width: 9px;
  }
  .gtr-catalog__settings::-webkit-scrollbar-thumb {
    width: 9px;
    background: #D0D0D0;
    border-radius: 4px;
  }
}
.gtr-catalog__settings-box {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  max-width: 272px;
}
@media (max-width: 499px) {
  .gtr-catalog__settings-box {
    max-width: calc(100% - 20px);
    margin-bottom: 30px;
  }
}
.gtr-catalog__settings-box:last-child {
  margin-bottom: 0;
}
.gtr-catalog__settings-box:last-child .gtr-catalog__settings-title--collapse {
  margin-bottom: 0;
}
.gtr-catalog__settings-box:last-child .gtr-catalog__settings-title--collapse.opened {
  margin-bottom: 15px;
}
.gtr-catalog__settings-box--f-start {
  align-items: flex-start;
}
.gtr-catalog__settings-box--fw {
  max-width: 100%;
}
.gtr-catalog__settings-box--w-colapse {
  margin-bottom: 0;
}
.gtr-catalog__settings-box--w-colapse:last-child .gtr-catalog__settings-collapse > *:last-child {
  margin-bottom: 0;
}
.gtr-catalog__settings-items {
  height: 102px;
  overflow: hidden;
  width: 100%;
}
.gtr-catalog__settings-items.opened {
  max-height: 258px;
  overflow: auto;
}
@media (max-width: 1199px) {
  .gtr-catalog__settings-items.opened {
    max-height: none;
  }
}
.gtr-catalog__settings-items.opened::-webkit-scrollbar {
  width: 9px;
}
.gtr-catalog__settings-items.opened::-webkit-scrollbar-thumb {
  width: 9px;
  background: #D0D0D0;
  border-radius: 4px;
}
.gtr-catalog__settings-items-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gtr-catalog__settings-title {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 15px;
}
.gtr-catalog__settings-title--collapse {
  align-self: flex-start;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
.gtr-catalog__settings-title--collapse:before {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 12px;
  background: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_96_1265)"><path d="M0.943289 0.181572L5.68755 5.50354L10.4317 0.181572C10.4587 0.151298 10.4878 0.124819 10.5184 0.102119C10.7329 -0.0567378 11.0244 -0.0302578 11.2132 0.181572C11.2402 0.211821 11.2637 0.244425 11.2839 0.278765C11.4256 0.519394 11.4019 0.846307 11.2132 1.05817L6.07821 6.81839C5.97455 6.93466 5.83409 7 5.68755 7C5.54089 7 5.40043 6.93466 5.29677 6.81839L0.161841 1.05817C-0.0539469 0.816058 -0.0539469 0.423565 0.161841 0.181572C0.253975 0.0781924 0.370567 0.0189711 0.490717 0.0038714C0.511261 0.00129279 0.531916 2.96627e-06 0.552571 2.96627e-06C0.693983 2.96627e-06 0.835395 0.0605141 0.943289 0.181572Z" fill="%233E4146"/></g><defs><clipPath id="clip0_96_1265"><rect width="11.375" height="7" fill="white"/></clipPath></defs></svg>') no-repeat center;
  transition: 0.3s ease-in-out;
}
.gtr-catalog__settings-title--collapse.opened {
  margin-bottom: 15px;
}
.gtr-catalog__settings-title--collapse.opened:before {
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
}
.gtr-catalog__custom-cb-label {
  margin-bottom: 15px;
  cursor: pointer;
}
.gtr-catalog__custom-cb-label:last-child {
  margin-bottom: 0;
}
.gtr-catalog__custom-cb-label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.gtr-catalog__custom-cb-label input[type=checkbox]:checked + .gtr-catalog__custom-cb-text:before {
  background-color: var(--w5-blue);
  transition: 0.3s ease-in-out;
}
.gtr-catalog__custom-cb-label input[type=checkbox]:checked + .gtr-catalog__custom-cb-text:after {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.gtr-catalog__custom-cb-text {
  position: relative;
  padding-left: 30px;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.66px;
}
.gtr-catalog__custom-cb-text:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: var(--w5-gray);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s ease-in-out;
}
.gtr-catalog__custom-cb-text:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.02112 0.967858C9.21436 0.7474 9.21529 0.388874 9.02324 0.167069C8.83114 -0.0547368 8.51882 -0.0558238 8.32558 0.164634L3.09198 6.13547L0.841016 3.56867C0.647725 3.34828 0.335371 3.34947 0.143349 3.57133C-0.0486738 3.79319 -0.0476477 4.15168 0.145638 4.37212L2.74439 7.33547C2.93681 7.55489 3.24747 7.55483 3.43985 7.33536L9.02112 0.967858Z" fill="white"/></svg>') no-repeat 55% center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.gtr-catalog__custom-cb-text span {
  color: var(--w5-text-gray);
}
.gtr-catalog__settings-show-more {
  font-size: 17px;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 20px;
  cursor: pointer;
  position: relative;
}
.gtr-catalog__settings-show-more:before {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 13px;
  transition: 0.3s ease-in-out;
  background: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.943289 0.181572L5.68755 5.50354L10.4317 0.181572C10.4587 0.151298 10.4878 0.124819 10.5184 0.102119C10.7329 -0.0567378 11.0244 -0.0302578 11.2132 0.181572C11.2402 0.211821 11.2637 0.244425 11.2839 0.278765C11.4256 0.519394 11.4019 0.846307 11.2132 1.05817L6.07821 6.81839C5.97455 6.93466 5.83409 7 5.68755 7C5.54089 7 5.40043 6.93466 5.29677 6.81839L0.161841 1.05817C-0.0539469 0.816058 -0.0539469 0.423565 0.161841 0.181572C0.253975 0.0781924 0.370567 0.0189711 0.490717 0.0038714C0.511261 0.00129279 0.531916 2.96627e-06 0.552571 2.96627e-06C0.693983 2.96627e-06 0.835395 0.0605141 0.943289 0.181572Z" fill="%233E4146"/></svg>') no-repeat center;
}
.gtr-catalog__settings-show-more.opened {
  display: none;
}
.gtr-catalog__selected_subjects {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
}
.gtr-catalog__settings-collapse > *:first-child {
  padding-top: 10px;
}
.gtr-catalog__settings-collapse > *:last-child {
  margin-bottom: 40px;
}
.gtr-catalog__banner {
  align-self: stretch;
  background-color: var(--w5-gray);
  padding: 30px 15px;
  border-radius: 15px;
  position: relative;
  max-width: 270px;
}
@media (max-width: 1199px) {
  .gtr-catalog__banner {
    display: none;
  }
}
.gtr-catalog__banner-content {
  position: relative;
  z-index: 1;
}
.gtr-catalog__banner-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.gtr-catalog__banner-btn {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0;
  max-width: 100%;
  border-radius: 8px;
  padding: 15px 20px;
  display: block;
}
.gtr-catalog__banner-img {
  position: absolute;
  right: 0;
  top: 20px;
}
.gtr-catalog__filter-box {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .gtr-catalog__filter-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }
}
.gtr-catalog__filter-box .custom-select-container {
  max-width: 205px;
}
.gtr-catalog__filter-box .custom-select-container.is-open .custom-select-opener {
  background: var(--w5-gray);
  transition: 0.2s ease-in-out;
  border-color: var(--w5-gray);
}
.gtr-catalog__filter-box .custom-select-container.is-open .custom-select-opener:before {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.2s ease-in-out;
}
.gtr-catalog__filter-box .custom-select-opener {
  background-color: #fff;
  max-width: 205px;
  border: 1px solid var(--w5-black);
  border-radius: 10px;
  padding: 12px 40px 12px 15px;
  transition: 0.2s ease-in-out;
}
.gtr-catalog__filter-box .custom-select-opener:before {
  width: 12px;
  height: 7px;
  right: 15px;
  background: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_53_422)"><path d="M0.943289 0.322771L5.68755 5.41827L10.4317 0.322771C10.4587 0.293786 10.4878 0.268433 10.5184 0.2467C10.7329 0.0946023 11.0244 0.119956 11.2132 0.322771C11.2402 0.351733 11.2637 0.38295 11.2839 0.415829C11.4256 0.646218 11.4019 0.95922 11.2132 1.16207L6.07821 6.67717C5.97455 6.7885 5.83409 6.85105 5.68755 6.85105C5.54089 6.85105 5.40043 6.7885 5.29677 6.67717L0.161841 1.16207C-0.0539469 0.930258 -0.0539469 0.554466 0.161841 0.322771C0.253975 0.223791 0.370567 0.16709 0.490717 0.152632C0.511261 0.150164 0.531916 0.148929 0.552571 0.148929C0.693983 0.148929 0.835395 0.206865 0.943289 0.322771Z" fill="%233E4146"/></g><defs><clipPath id="clip0_53_422"><rect y="0.148926" width="11.375" height="6.70213" fill="white"/></clipPath></defs></svg>') no-repeat center;
  transition: 0.2s ease-in-out;
}
.gtr-catalog__filter-box .custom-select-opener span {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
}
.gtr-catalog__filter-box .custom-select-panel {
  max-width: 100%;
  background: var(--w5-gray);
  box-shadow: none !important;
  border-radius: 0 0 10px 10px !important;
  margin-top: 13px;
  top: calc(100% - 18px);
}
.gtr-catalog__filter-box .custom-select-panel::-webkit-scrollbar {
  width: 0;
}
.gtr-catalog__filter-box .custom-select-option {
  padding: 11px 15px;
}
.gtr-catalog__filter-box .custom-select-option.is-selected {
  height: 0;
  width: 0;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  padding: 0;
}
.gtr-catalog__filter-box .custom-select-option.is-selected:before {
  display: none;
}
.gtr-catalog__filter-box .custom-select-option.has-focus {
  background-color: #D9D9D9;
}
.gtr-catalog__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 991px) {
  .gtr-catalog__items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .gtr-catalog__items {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .gtr-catalog__items .gtr-work-item {
    padding: 0 12px 30px;
  }
}
.gtr-catalog__items .gtr-work-item__details {
  margin-bottom: 30px;
}
.gtr-catalog .paging-block {
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 0;
}
.gtr-catalog .border-block {
  border: none;
}
.gtr-catalog__settings-mobile-toggle {
  display: none;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .gtr-catalog__settings-mobile-toggle {
    display: block;
  }
}
@media (max-width: 1199px) {
  .gtr-catalog__settings-mobile-wrapper {
    position: fixed;
    background-color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    margin-bottom: 0;
    overflow: hidden;
    padding: 30px 16px 60px;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
  }
  .gtr-catalog__settings-mobile-wrapper.opened {
    transform: translateY(0);
    opacity: 1;
    pointer-events: initial;
    transition: 0.3s ease-in-out;
  }
}
.gtr-catalog__settings-mobile-heading {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.66px;
  font-weight: 700;
  margin-bottom: 30px;
  display: none;
}
@media (max-width: 1199px) {
  .gtr-catalog__settings-mobile-heading {
    display: block;
  }
}
.gtr-catalog__settings-mobile-close {
  position: absolute;
  right: 15px;
  top: 20px;
  display: none;
}
@media (max-width: 1199px) {
  .gtr-catalog__settings-mobile-close {
    display: block;
  }
}
.gtr-catalog__settings-mobile-btn {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  padding: 16px 80px;
  border-radius: 10px;
  max-width: 400px;
  margin: 0 auto;
  display: none;
}
@media (max-width: 1199px) {
  .gtr-catalog__settings-mobile-btn {
    display: block;
  }
}
@media (max-width: 499px) {
  .gtr-catalog__settings-mobile-btn {
    margin: 0;
    max-width: 100%;
  }
}
.gtr-lead-magnet {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .gtr-lead-magnet {
    padding: 30px 0;
  }
}
.gtr-lead-magnet__inner {
  display: flex;
}
@media (max-width: 991px) {
  .gtr-lead-magnet__inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .gtr-lead-magnet__inner {
    margin: 0 -10px;
  }
}
.gtr-lead-magnet__left {
  flex-basis: 592px;
  max-width: 592px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 42px 39px 42px 0;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .gtr-lead-magnet__left {
    flex-basis: auto;
    max-width: 100%;
    margin-bottom: 60px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .gtr-lead-magnet__left {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    background-color: var(--w5-gray);
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .gtr-lead-magnet picture {
    display: flex;
  }
}
.gtr-lead-magnet__img-left {
  flex-basis: 232px;
  max-width: 232px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .gtr-lead-magnet__img-left {
    max-width: 100%;
    flex-basis: auto;
    margin: 18px auto 0;
  }
}
.gtr-lead-magnet__content {
  position: relative;
  z-index: 1;
  flex-basis: 284px;
  max-width: 284px;
}
@media (max-width: 991px) {
  .gtr-lead-magnet__content {
    flex-basis: auto;
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .gtr-lead-magnet__content {
    max-width: 100%;
    padding: 60px 11px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
  }
}
.gtr-lead-magnet__title {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.66px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .gtr-lead-magnet__title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .gtr-lead-magnet__title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .gtr-lead-magnet__title {
    text-align: center;
  }
}
@media (max-width: 499px) {
  .gtr-lead-magnet__title {
    text-align: left;
  }
}
.gtr-lead-magnet__btn {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0;
  padding: 17px 30px;
  display: block;
  border-radius: 10px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .gtr-lead-magnet__btn {
    margin: 0 auto;
  }
}
.gtr-lead-magnet__right {
  flex-basis: 598px;
  max-width: 598px;
  background-color: var(--w5-black);
  padding: 60px 60px 42px 75px;
  border-radius: 0 20px 20px 0;
  position: relative;
  overflow: hidden;
  right: 20px;
  margin-right: -20px;
}
@media (max-width: 991px) {
  .gtr-lead-magnet__right {
    flex-basis: auto;
    max-width: 100%;
    right: 0;
    margin-right: 0;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 4px 0 rgba(62, 65, 70, 0.2);
  }
}
@media (max-width: 767px) {
  .gtr-lead-magnet__right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    background-color: var(--w5-black);
    box-shadow: none;
    overflow: initial;
  }
}
.gtr-lead-magnet__right .gtr-lead-magnet__title {
  color: #fff;
}
@media (max-width: 991px) {
  .gtr-lead-magnet__right .gtr-lead-magnet__title {
    color: var(--w5-black);
  }
}
@media (max-width: 767px) {
  .gtr-lead-magnet__right .gtr-lead-magnet__content {
    order: 1;
  }
}
.gtr-lead-magnet__img-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .gtr-lead-magnet__img-right {
    position: static;
    width: 100%;
    height: 168px;
    object-fit: cover;
  }
}
.gtr-disclaimer-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .gtr-disclaimer-wrapper {
    height: 30px;
    overflow: hidden;
    padding-right: 20px;
  }
}
.gtr-disclaimer-wrapper:after {
  content: "";
  display: none;
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991px) {
  .gtr-disclaimer-wrapper:after {
    display: block;
  }
}
.gtr-disclaimer-wrapper.opened:after {
  display: none;
}
.gtr-disclaimer-wrapper.opened .gtr-disclaimer-arrow {
  transform: rotate(180deg);
}
.gtr-disclaimer-arrow {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
@media (max-width: 991px) {
  .gtr-disclaimer-arrow {
    display: block;
  }
}
.gtr-disclaimer {
  max-width: 650px;
  font-size: 11px;
  line-height: 14px;
  color: var(--w5-text-gray);
  margin-bottom: 15px;
}
/*# sourceMappingURL=ready-made-works-redesign.css.map */