/*font*/
@font-face {
  font-family: Regular-font;
  src: url(../font/SourceSansPro/SourceSansPro-Regular.ttf);
}
@font-face {
  font-family: Bold-font;
  src: url(../font/SourceSansPro/SourceSansPro-Bold.ttf);
}
@font-face {
  font-family: Semi-bold-font;
  src: url(../font/SourceSansPro/SourceSansPro-SemiBold.ttf);
}
/*mixin*/
/* general */
.test-category {
  display: inline-block;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: #FA759E;
  font-family: Semi-bold-font;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  padding: 3px 15px;
}

.test-date {
  font-size: 14px;
  line-height: 18px;
  color: #A8A8A8;
}

.tests-row .test-box {
  height: 160px;
  display: flex;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0509803922);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0509803922);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0509803922);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0509803922);
}
.tests-row .test-box figure {
  width: 170px;
  margin: 0;
}
.tests-row .test-box figure img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
.tests-row .test-box .info {
  width: calc(100% - 170px);
  padding: 15px 20px 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tests-row .test-box .info h5 {
  font-family: Bold-font;
  font-size: 16px;
  line-height: 24px;
  color: rgba(36, 36, 38, 0.8980392157);
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tests-row .test-box .info p {
  font-size: 14px;
  line-height: 22px;
  color: rgba(36, 36, 38, 0.6980392157);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tests-row .test-box .info .date {
  font-size: 12px;
  line-height: 15px;
  color: #A8A8A8;
}

.share-result {
  margin-top: 15px;
}
.share-result span {
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5019607843);
}
.share-result .social-media-list {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}
.share-result .social-media-list li {
  transition: transform 0.2s;
  transform: scale(1) translate(0, 0) !important;
}
.share-result .social-media-list li:hover {
  transform: scale(1.1) translate(0, -6px) !important;
}
.share-result .social-media-list li a {
  display: block;
  line-height: 0;
}

/*test page*/
.test-page {
  font-family: Regular-font;
}
.test-page .test-slider-wrap {
  position: relative;
  margin-bottom: 40px;
}
.test-page .test-slider-wrap .test-slider .slider-item {
  display: flex;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  height: 290px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0509803922);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0509803922);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0509803922);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0509803922);
}
.test-page .test-slider-wrap .test-slider .slider-item figure, .test-page .test-slider-wrap .test-slider .slider-item .info {
  width: 50%;
}
.test-page .test-slider-wrap .test-slider .slider-item figure {
  margin: 0;
}
.test-page .test-slider-wrap .test-slider .slider-item figure img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
.test-page .test-slider-wrap .test-slider .slider-item .info {
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.test-page .test-slider-wrap .test-slider .slider-item .info .info-head .test-category {
  max-width: 60%;
  margin-bottom: 20px;
}
.test-page .test-slider-wrap .test-slider .slider-item .info .info-head h4 {
  width: 60%;
  font-family: Bold-font;
  font-size: 24px;
  line-height: 32px;
  color: rgba(36, 36, 38, 0.8980392157);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.test-page .test-slider-wrap .test-slider .slider-item .info p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(36, 36, 38, 0.6980392157);
  width: 90%;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.test-page .test-slider-wrap .slick-dotted.slick-slider {
  margin: 0;
}
.test-page .test-slider-wrap .prev-nav, .test-page .test-slider-wrap .next-nav {
  width: 30px;
  position: absolute;
  bottom: 25px;
  z-index: 10;
}
.test-page .test-slider-wrap .prev-nav {
  right: 66px;
}
.test-page .test-slider-wrap .next-nav {
  right: 24px;
}
.test-page .test-slider-wrap .slick-dots {
  display: inline-block;
  width: auto;
  bottom: auto;
  top: 25px;
  right: 30px;
  max-width: 15%;
}
.test-page .test-slider-wrap .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -webkit-border-radius: 100px;
  margin: 0;
}
.test-page .test-slider-wrap .slick-dots li button {
  display: none;
}
.test-page .test-slider-wrap .slick-dots li:not(.slick-active) {
  background-color: #E3E3E3;
}
.test-page .test-slider-wrap .slick-dots li.slick-active {
  background-color: #019FF8;
}
.test-page .test-slider-wrap .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.test-page .categories-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
.test-page .categories-wrap .category-box {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #fff;
  padding: 15px;
}
.test-page .categories-wrap .category-box figure {
  margin: 0 0 6px 0;
  height: 58px;
  display: flex;
  align-items: center;
}
.test-page .categories-wrap .category-box span {
  font-family: Semi-bold-font;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 3%;
  color: #000;
}
.test-page .categories-wrap .category-box.active {
  position: relative;
}
.test-page .categories-wrap .category-box.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) !important;
  z-index: 10;
  width: 60%;
  height: 4px;
  background-color: #019FF8;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}
.test-page .tests-row {
  margin-bottom: 40px;
}
.test-page .tests-row.tests-grid-2 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.test-page .test-page-banner {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.test-page .test-page-banner img {
  max-width: 100%;
}

/*test inner page*/
.test-inner-page {
  padding-bottom: 50px;
}
.test-inner-page .questions-wrapper {
  background-color: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0509803922);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0509803922);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0509803922);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0509803922);
}
.test-inner-page .questions-wrapper .cover-img {
  margin: 0;
  height: 453px;
}
.test-inner-page .questions-wrapper .cover-img img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
.test-inner-page .questions-wrapper .question-list-wrap {
  padding: 40px;
}
.test-inner-page .questions-wrapper .question-list-wrap .info-wrap .info-head {
  display: flex;
  align-items: center;
}
.test-inner-page .questions-wrapper .question-list-wrap .info-wrap .info-head .test-category {
  margin-right: 30px;
}
.test-inner-page .questions-wrapper .question-list-wrap .info-wrap h4 {
  font-family: Bold-font;
  font-size: 30px;
  line-height: 32px;
  color: rgba(36, 36, 38, 0.8980392157);
  margin: 20px 0;
}
.test-inner-page .questions-wrapper .question-list-wrap .info-wrap p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(36, 36, 38, 0.6980392157);
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box {
  margin-top: 30px;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box h6 {
  font-family: Bold-font;
  font-size: 20px;
  line-height: 28px;
  color: rgba(36, 36, 38, 0.8980392157);
  margin: 0 0 20px;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box img {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 100%;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant input {
  display: none;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant input:not(:checked) + label span::after {
  opacity: 0;
  transform: translateY(-50%) scale(0) !important;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant input:checked + label span::after {
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  transform: translateY(-50%) scale(1) !important;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant label {
  cursor: pointer;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant label .img-box {
  margin: 0;
  height: 194px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant label .img-box img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant label span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #F3F9FF;
  margin-top: 15px;
  padding: 10px 15px 10px 54px;
  font-size: 18px;
  line-height: 23px;
  color: #000;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant label span::before, .test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant label span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  overflow: hidden;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant label span::before {
  border: 2px solid #8BA7C0;
  background-color: #fff;
  width: 16px;
  height: 16px;
  transform: translateY(-50%) !important;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant label span::after {
  width: 20px;
  height: 20px;
  transition: all 0.2s ease;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant:not(.success):not(.error) input:checked + label span {
  background-color: #bbc1c7;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant:not(.success):not(.error) input:checked + label span::before {
  border-color: #7a8d9f;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant:not(.success):not(.error) input:checked + label span::after {
  left: 21px;
  width: 8px;
  height: 8px;
  background-color: #7a8d9f;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant.success input:checked + label span {
  background-color: #D2FFBE;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant.success input:checked + label span::before {
  border-color: #20BE43;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant.success input:checked + label span::after {
  background-image: url("../images/icons/success.svg");
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant.error input:checked + label span {
  background-color: #FFDAD9;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant.error input:checked + label span::before {
  border-color: #FC5C56;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant.error input:checked + label span::after {
  background-image: url("../images/icons/error.svg");
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants.variants-grid-2 {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants.variants-grid-2 .variant {
  width: calc(50% - 5px);
}
.test-inner-page .questions-wrapper .question-list-wrap .question-box .variants.variants-grid-2 .variant label {
  margin-top: 10px;
}
.test-inner-page .questions-wrapper .question-list-wrap .validation-text {
  display: none;
  font-family: Semi-bold-font;
  font-size: 18px;
  line-height: 23px;
  color: red;
  margin: 15px 0 0;
  text-align: center;
}
.test-inner-page .questions-wrapper .question-list-wrap .send-result {
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 40px;
  background-color: #019FF8;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  -o-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  font-family: Semi-bold-font;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #fff;
}
.test-inner-page .questions-wrapper .test-result-wrap {
  position: relative;
  border: 1px solid #E3E4E7;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 30px 25px 25px;
  margin-top: 40px;
  text-align: center;
}
.test-inner-page .questions-wrapper .test-result-wrap .result-head {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 40px;
  background-color: #019FF8;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  -o-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  font-family: Semi-bold-font;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #fff;
}
.test-inner-page .questions-wrapper .test-result-wrap .info-head {
  font-size: 18px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #E3E4E7;
  padding-bottom: 15px;
}
.test-inner-page .questions-wrapper .test-result-wrap .test-result {
  padding-top: 10px;
}
.test-inner-page .questions-wrapper .test-result-wrap .test-result h5 {
  font-family: Bold-font;
  font-size: 24px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0 0 15px;
}
.test-inner-page .questions-wrapper .test-result-wrap .test-result figure {
  height: 357px;
  margin: 0;
}
.test-inner-page .questions-wrapper .test-result-wrap .test-result figure img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.test-inner-page .questions-wrapper .test-result-wrap .test-result p {
  margin: 15px 0 0;
  font-family: Semi-bold-font;
  font-size: 16px;
  line-height: 24px;
}
.test-inner-page .questions-wrapper .test-result-wrap .test-result .share-result .social-media-list {
  justify-content: center;
}

.tests-for-you .title {
  font-family: Bold-font;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  padding-top: 20px;
  margin: 0 0 18px;
  position: relative;
}
.tests-for-you .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #019FF8;
  z-index: 10;
}
.tests-for-you .tests-row .test-box {
  height: 130px;
  margin-bottom: 15px;
}
.tests-for-you .tests-row .test-box figure {
  width: 195px;
}
.tests-for-you .tests-row .test-box .info {
  width: calc(100% - 195px);
}
.tests-for-you .tests-row .test-box .info h5 {
  margin: 0 0 5px 0;
}

/*test result page*/
.test-result-page {
  padding-bottom: 50px;
}
.test-result-page .test-result-wrapper {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0509803922);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0509803922);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0509803922);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0509803922);
  background-color: #fff;
  padding: 35px 35px 40px;
}
.test-result-page .test-result-wrapper .test-result-wrap {
  display: flex;
  gap: 20px;
}
.test-result-page .test-result-wrapper .test-result-wrap figure {
  margin: 0;
  width: 450px;
  height: 312px;
}
.test-result-page .test-result-wrapper .test-result-wrap figure img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.test-result-page .test-result-wrapper .test-result-wrap .info-wrap {
  width: calc(100% - 450px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.test-result-page .test-result-wrapper .test-result-wrap .info-wrap p, .test-result-page .test-result-wrapper .test-result-wrap .info-wrap h6 {
  font-size: 23px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.8);
}
.test-result-page .test-result-wrapper .test-result-wrap .info-wrap .result-box-wrap {
  margin-top: 10px;
}
.test-result-page .test-result-wrapper .test-result-wrap .info-wrap .result-box-wrap span {
  font-family: Semi-bold-font;
  font-size: 16px;
  line-height: 28px;
  color: rgba(36, 36, 38, 0.8980392157);
}
.test-result-page .test-result-wrapper .test-result-wrap .info-wrap .result-box-wrap .result-box {
  margin-top: 10px;
}
.test-result-page .test-result-wrapper .test-result-wrap .info-wrap .result-box-wrap .result-box h6 {
  font-family: Semi-bold-font;
  margin: 0;
}
.test-result-page .test-result-wrapper .test-result-wrap .info-wrap .result-box-wrap .result-box p {
  font-family: Semi-bold-font;
  font-size: 16px;
  line-height: 28px;
  margin: 5px 0 0;
}
.test-result-page .test-result-wrapper .test-result-wrap .info-wrap .share-result {
  margin-top: 20px;
}
.test-result-page .test-result-wrapper .test-result-wrap .info-wrap .share-result .social-media-list li a img {
  width: 30px;
}
.test-result-page .test-result-wrapper .other-tests-wrap {
  display: flex;
  justify-content: center;
}
.test-result-page .test-result-wrapper .other-tests-wrap .other-tests {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #019FF8;
  width: 190px;
  height: 40px;
  font-family: Semi-bold-font;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

/* sidebar */
main .sidebar .rek_baner {
  margin-bottom: 30px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
}
main .sidebar .cities {
  padding: 20px 25px;
}
main .sidebar .news_items-list {
  padding: 10px 10px 10px 25px;
  background-color: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
}
main .sidebar .news_items-list .news_items {
  padding: 10px 10px 10px 0;
  max-height: 956px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin: 0;
}
main .sidebar .news_items-list .news_items .item p {
  padding: 0;
  font-size: 15px;
}

/* media */
@media (max-width: 1000px) {
  .test-inner-page .questions-wrapper .cover-img {
    height: auto;
  }
  .test-result-page .test-result-wrapper .test-result-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .test-result-page .test-result-wrapper .test-result-wrap figure {
    height: auto;
  }
  .test-result-page .test-result-wrapper .test-result-wrap .info-wrap {
    width: 100%;
    text-align: center;
  }
  .test-result-page .test-result-wrapper .test-result-wrap .info-wrap .share-result .social-media-list {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .test-page .test-slider-wrap .test-slider .slider-item .info .info-head h4 {
    width: 90%;
  }
  .test-inner-page .questions-wrapper .question-list-wrap {
    padding: 20px;
  }
  .test-result-page .test-result-wrapper {
    padding: 20px;
  }
  .test-result-page .test-result-wrapper .other-tests-wrap .other-tests {
    margin-top: 20px;
  }
}
@media (min-width: 767.99px) {
  .tests-row.tests-grid-2 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .tests-row.tests-grid-2 .test-box {
    width: calc(50% - 10px);
  }
  .test-page .pagination {
    margin-top: 60px;
  }
}
@media (max-width: 767.99px) {
  .test-page .test-slider-wrap {
    margin-bottom: 20px;
  }
  .test-page .test-slider-wrap .test-slider .slider-item figure {
    width: 40%;
  }
  .test-page .test-slider-wrap .test-slider .slider-item .info {
    width: 60%;
    padding: 25px;
  }
  .test-page .categories-wrap {
    margin-bottom: 20px;
  }
  .test-page .categories-wrap .category-box {
    flex: none;
    width: calc(25% - 9px);
  }
  .test-page .tests-row, .test-page .test-page-banner {
    margin-bottom: 20px;
  }
  .tests-row .test-box figure {
    width: 30% !important;
  }
  .tests-row .test-box .info {
    width: 70% !important;
  }
}
@media (max-width: 575.99px) {
  .test-page .test-slider-wrap .slick-dots {
    top: 245px;
  }
  .test-page .test-slider-wrap .prev-nav, .test-page .test-slider-wrap .next-nav {
    width: 26px;
  }
  .test-page .test-slider-wrap .prev-nav img, .test-page .test-slider-wrap .next-nav img {
    width: 20px;
  }
  .test-page .test-slider-wrap .test-slider .slider-item {
    flex-direction: column;
    height: auto;
  }
  .test-page .test-slider-wrap .test-slider .slider-item figure {
    width: 100%;
    height: 220px;
  }
  .test-page .test-slider-wrap .test-slider .slider-item .info {
    width: 100%;
  }
  .test-page .test-slider-wrap .test-slider .slider-item .info .info-head h4 {
    width: 100%;
    font-size: 20px;
    line-height: 23px;
  }
  .test-page .test-slider-wrap .test-slider .slider-item .info p {
    width: 100%;
  }
  .test-page .test-slider-wrap .test-slider .slider-item .info .test-date {
    margin-top: 20px;
  }
  .test-page .categories-wrap .category-box figure {
    height: 50px;
  }
  .test-page .categories-wrap .category-box figure img {
    height: 40px;
  }
  .test-inner-page .questions-wrapper .question-list-wrap .info-wrap h4 {
    font-size: 24px;
  }
  .test-inner-page .questions-wrapper .question-list-wrap .question-box h6 {
    font-size: 18px;
    line-height: 23px;
  }
  .test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant label .img-box {
    height: 170px;
  }
  .test-inner-page .questions-wrapper .question-list-wrap .question-box .variants .variant label span {
    font-size: 16px;
  }
  .test-inner-page .questions-wrapper .question-list-wrap .question-box .variants.variants-grid-2 .variant {
    width: 100%;
  }
  .test-inner-page .questions-wrapper .question-list-wrap .validation-text, .test-inner-page .questions-wrapper .question-list-wrap .send-result {
    font-size: 16px;
  }
  .test-inner-page .questions-wrapper .test-result-wrap .result-head, .test-inner-page .questions-wrapper .test-result-wrap .info-head {
    font-size: 16px;
  }
  .test-inner-page .questions-wrapper .test-result-wrap .test-result h5 {
    font-size: 20px;
    line-height: 23px;
  }
  .test-inner-page .questions-wrapper .test-result-wrap .test-result figure {
    height: auto;
  }
  .test-inner-page .questions-wrapper .test-result-wrap .test-result p {
    font-size: 15px;
  }
  .test-result-page .test-result-wrapper .test-result-wrap figure {
    width: 100%;
  }
  .test-result-page .test-result-wrapper .test-result-wrap .info-wrap p {
    font-size: 18px;
    line-height: 23px;
  }
  .share-result .social-media-list {
    gap: 8px;
  }
  .tests-row .test-box {
    height: 120px !important;
  }
  .tests-row .test-box figure {
    width: 40% !important;
  }
  .tests-row .test-box .info {
    width: 60% !important;
    padding: 12px 12px 14px;
  }
  .tests-row .test-box .info h5 {
    margin: 0 0 5px 0;
  }
}
@media (max-width: 450px) {
  .test-page .categories-wrap .category-box {
    width: calc(33.33% - 8px);
  }
}/*# sourceMappingURL=test.css.map */