/*=======================
        General 
=======================*/
html,
body {
	font-weight: 400;
	font-size: 18px;
	font-family: 'Alegreya', serif;
	margin: 0;
	padding: 0;
	background: #F6F8FA;
	color: #1D2225;
}

p {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

a:hover {
	text-decoration: none;
}

a {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-decoration: none;
}

:focus {
	outline: none;
}

img {
	max-width: 100%;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/*=======================
       Page Layout
=======================*/
* {
	box-sizing: border-box;
}

.dflex {
	display: flex;
	/* flex-wrap: wrap; */
}

.flex-center {
	justify-content: space-between;
}

.flex-middle {
	align-items: center;
}

.text-center {
	text-align: center;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-right {
	text-align: right;
}

.text-underline {
	text-decoration: underline;
}

.justify-center {
	justify-content: center;
}

/*=======================
       Header
=======================*/
.on-mb {
	display: none;
}

.the-header {
	padding: 24px 0;
}

.container {
	max-width: 979px;
	padding: 0 20px;
	margin: auto;
}

.the-header .logo p {
	color: #1D2225;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin-left: 10px;
}

.menu-main a {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #3180F2;
	text-transform: uppercase;
	padding-right: 28px;
	transition: all .3s ease;
}

.menu-main a:hover,
.menu-main a.active {
	text-decoration: underline;
}

/*=======================
       Home Page
=======================*/
.home-paid {
	padding: 75px 0 201px;
}

.paid-left {
	padding-top: 31px;
	max-width: 515px;
}

.paid-right {
	max-width: 343px;
	position: relative;
	width: 100%;
}

.paid-right .box-review {
	background: #fff;
	position: absolute;
	padding: 24px;
	max-width: 181px;
}

.paid-right .box-review .box-top-review {
	margin-top: 10px;
}

.paid-right .box-review:first-child {
	z-index: 1;
	left: 0;
}

.paid-right .box-review:nth-child(2) {
	z-index: 2;
	right: 0;
	top: 36px;
}

.paid-right .box-review:last-child {
	z-index: 3;
	top: 130px;
	left: 83px;
}

.paid-right .box-review .dflex img {
	width: 21px;
	height: 22px;
}

.paid-left h1 {
	color: #1D2225;
	font-size: 85px;
	line-height: 1;
	font-weight: 800;
}

.paid-left p {
	font-size: 16px;
	line-height: 22.4px;
	margin-top: 24px;
}

.home-banner {
	background: #3180F2;
	color: #fff;
}

.home-banner p {
	padding: 33px 44px;
	font-size: 24px;
	line-height: 33.6px;
	font-weight: 800;
	text-align: center;
}

.box_small .content-why {
	max-width: 539px;
	margin-top: 13px;
}

.home-why .box-small:last-child .content-why {
	margin-top: 30px;
}

.box-large .content-why {
	max-width: 535px;
}

.box-large {
	margin: 61px 0 58px;
}

.home-why {
	padding: 55px 0 79px;
}

.home-why h2 {
	color: #3180F2;
	font-size: 48px;
	line-height: 1;
	font-weight: 800;
	margin-bottom: 89px;
}

.content-why h3 {
	font-size: 48px;
	line-height: 1;
	font-weight: 800;
}

.content-why p {
	font-size: 20px;
	line-height: 20px;
	margin-top: 19px;
}

/*=======================
       Footer
=======================*/
.footer-social {
	background: #3180F2;
	text-align: center;
	padding: 33px 33px 26px;
	color: #fff;
}

.footer-social h3 {
	font-size: 32px;
	line-height: 1;
	font-weight: 800;
	margin-bottom: 21px;
}

.box-social {
	max-width: 417px;
	margin: auto;
}

.footer-bt {
	background: #1D2225;
	padding: 44px 0;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}

.footer-bt a {
	color: #fff;
}

.footer-bt .logo p {
	margin-left: 10px;
}

.footer-bt .img-flag {
	margin-left: 15px;
}

.container-small {
	max-width: 921px;
	padding: 0 20px;
	margin: auto;
}

.btn {
	background: #FF492C;
	border-radius: 10px;
	border: unset;
	font-size: 21px;
	line-height: 1;
	color: #fff;
	padding: 24px 16px;
	height: 70px;
	font-weight: 800;
	transition: all .3s ease;
	cursor: pointer;
	border: 1px solid #FF492C;
}

.btn:hover {
	background: #fff;
	color: #FF492C;
}

.tab-content.active {
	display: block;
}

.tab-content {
	display: none;
}

.container-ratings {
	max-width: 984px;
}

.wrapper-ratings {
	padding-top: 60px;
}

.box-copper,
.box-slive {
	padding-top: 62px;
}

.box-ratings .box-review {
	margin-top: 40px;
}

.box-gold .box-review {
	margin-top: 32px;
}

.overall-rating {
	margin-top: 7px;
}

.line {
	padding-top: 30px;
}

.box-review {
	border: 1px solid #000000;
	border-radius: 10px;
	padding: 25px 34px;
	text-align: center;
	max-width: 260px;
}

.inner-box-review h5 {
	font-size: 14px;
	line-height: 19.6px;
	text-decoration: underline;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
}

.inner-box-review p {
	font-size: 11px;
	line-height: 14px;
}

.inner-box-review img {
	max-width: 140px;
}

.box-top-review {
	color: #808080;
}

.box-ratings {
	max-width: 260px;
}

.box-statistics {
	margin: 0px 0px 7px;
}

.filter {
	display: inherit;
	padding-top: 22px;
}

.wrapper-review {
	flex-wrap: wrap;
	gap: 57px 15px;
	padding: 36px 0 136px;
}

.tab-menu a {
	color: #1D2225;
	font-size: 30px;
	line-height: 1;
	font-weight: 800;
	background: #D9D9D9;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: center;
	padding: 13px 0;
}

.tab-menu ul {
	border-bottom: 1px solid #4F90EE;
	background: #D9D9D9;
}

.tab-menu .tab-link.active {
	background: #3180F2;
	color: #fff;
	border-radius: 10px 10px 0 0;
}

.tab-menu li {
	width: calc(100%/3);
}

.item-review {
	background: #F6F8FA;
	margin-top: 33px;
	border-radius: 10px;
	padding: 30px 63px 29px 27px;
}

.item-review .dflex.flex-middle .dflex {
	gap: 5px;
}

.item-review .dflex.flex-middle .dflex img {
	max-width: 16.88px;
}

.btn-load {
	padding: 25px 50px;
	background: #000;
	color: #FEFEFD;
	font-size: 21px;
	line-height: 1;
	font-weight: 800;
	border-radius: 10px;
	border: unset;
	display: block;
	margin: 14px auto 0 auto;
	border: 1px solid #000;
	transition: all .3s ease;
	cursor: pointer;
}

.btn-load:hover {
	background-color: #fff;
	color: #000;
}

.content-review p {
	font-size: 16px;
	line-height: 20.5px;
	margin-top: 7px;
	color: #000;
}

.content-review .text-uppercase {
	font-size: 20px;
	line-height: 25.6px;
}

.item-review .time {
	font-size: 16px;
	line-height: 1;
	color: #9F9F9F;
	margin-left: 16px;
}

.wrapper-tab {
	background: #F6F8FA;
}

.aptive-left .box-star .dflex {
	gap: 10px;
	margin-left: 21px;
}

.total-review .dflex.flex-middle .dflex {
	gap: 10px;
}

.inner-tab {
	padding: 6px 42px 0px 46px;
}

.inner-tab .text-gray {
	color: #9F9F9F;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
}

.inner-tab h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 800;
}

.inner-tab .row:not(:last-child) {
	border-bottom: 1px solid #4F90EE;
}

.inner-tab .row {
	padding: 25px 0 22px;
}

#tab-1 .inner-tab .row:nth-child(2) {
	padding: 25px 0 52px;
}

#tab-1 .inner-tab .row:nth-child(3) {
	padding: 31px 0 22px;
}

#tab-1 .inner-tab .row:last-child {
	padding-bottom: 8px;
}

.row table {
	width: 100%;
}

.row table td {
	padding: 10px 0;
}

.revenue>p {
	font-size: 24px;
	line-height: 1;
	border-right: 1px solid #4F90EE;
	max-width: 533px;
	padding-right: 28px;
}

.box-revenue {
	padding-left: 36px;
}

.box-revenue .text-gray {
	margin-top: 6px;
}

.box-revenue .box:not(:first-child),
.box-info .text-gray {
	margin-top: 18px;
}

.row .rate {
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
}

.row .rate span {
	color: #808080;
	font-size: 16px;
	line-height: 20.5px;
	font-weight: 700;
}

.col-right {
	max-width: 341px;
}

.col-right .text-gray,
.col-left .text-gray {
	margin-top: 15px;
}

.sub-row-2 {
	border-top: 1px solid #4F90EE;
	min-width: 427px;
	padding-top: 29px;
}

.col-left>.box {
	padding-bottom: 32px;
}

.section-reviews {
	padding: 63px 0 112px;
}

.total-review>p {
	font-size: 32px;
	line-height: 41px;
	font-weight: 500;
}

.total-review .dflex>p {
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	margin-left: 16px;
}

.total-review .dflex p span {
	font-size: 32px;
	line-height: 40px;
	font-weight: 800;
}

.section-aptive {
	padding: 57px 0 23px;
}

.btn-request a,
.btn-write {
	font-family: 'Alegreya', serif !important;
}

.btn-write {
	padding: 24px 29px;
}

.btn-request {
	margin-top: 10px;
}

.box-number {
	margin-left: 13px;
}

.box-number .rate {
	font-size: 32px;
	line-height: 41px;
	font-weight: 800;
}

.box-number .total {
	font-size: 16px;
	line-height: 20.48px;
	font-weight: 700;
	color: #808080;
}

.text-italic {
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	font-style: italic;
}

.font-400 {
	font-weight: 400;
	margin-top: 12px;
}

.row .box .inner-box {
	margin-top: 28px;
}

.box-small {
	max-width: 667px;
	margin-top: 14px;
}

.box-small .text-italic {
	margin-bottom: 6px;
}

.box-small .box:first-child {
	max-width: 312px;
}

.box-small .box:last-child {
	max-width: 281px;
}

#tab-2 .row:nth-child(2) table tr td:first-child {
	width: 45%;
}

#tab-2 .row:first-child {
	padding-top: 31px;
	padding-bottom: 20px;
}

#tab-2 .row:nth-child(2) {
	padding-top: 35px;
	padding-bottom: 37px;
}

#tab-2 .row:nth-child(2) .text-gray {
	line-height: 27.6px;
}

#tab-2 .row:nth-child(3) table tr td:first-child {
	text-align: left;
}

#tab-2 .row:nth-child(3) tr:last-child td:nth-child(2) {
	max-width: 164px;
	margin: auto;
}

#tab-2 .row:nth-child(3) {
	padding-bottom: 35px;
}

#tab-2 .row:nth-child(4) .text-gray {
	line-height: 28.6px;
}

#tab-2 .row:last-child {
	padding-top: 52px;
}

#tab-2 .row:last-child .text-gray {
	margin-top: 13px;
}

#tab-2 .row {
	padding-left: 33px;
	padding-right: 25px;
}

#tab-3 .text-gray {
	margin-top: 23px;
	line-height: 27.6px;
}

#tab-3 .row {
	max-width: 723px;
	margin: auto;
	padding-top: 53px;
}

#tab-3 .row .col-2 {
	gap: 100px;
}

.nb-rate {
	font-size: 15px !important;
	line-height: 19px !important;
	font-weight: 800;
	color: #000;
	margin-bottom: 8px;
}

.nb-rate span {
	color: #808080;
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
}

.average-rate {
	margin-left: 15px;
}

.box-average {
	border: 1px solid #000;
	padding: 15px 20px;
	display: none;
	position: absolute;
	background: #fff;
	border-radius: 10px;
}

.icon-average {
	cursor: pointer;
}

.box-average.active {
	display: block;
}

.box-average p {
	margin-left: 0 !important;
}

.percent {
	min-width: 200px;
	border: 1px solid;
	border-radius: 7px;
	margin: 0 10px;
	background: #fff;
}

.box-average .dflex {
	gap: 15px;
	margin-top: 15px;
}

.percent-rate {
	width: 80%;
	background: #FFCB45;
	height: 100%;
	border-radius: 7px 0 0 7px;
}

/* modal */
.modal {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
}

.modal.is-visible {
	visibility: visible;
}

.modal-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 0%, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.modal-wrapper {
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	width: 50em;
	border: 1px solid #000;
	border-radius: 10px;
	background: #F6F8FA;
	padding: 55px 72px 68px 72px;
	overflow-y: auto;
	height: 80%;
}

.modal-transition {
	transition: all 0.3s 0.12s;
	transform: translateY(-10%);
	opacity: 0;
}

.modal.is-visible .modal-transition {
	transform: translate(-50%, -50%);
	opacity: 1;
}

.field {
	border-bottom: 1px solid #4F90EE;
	padding: 44px 0;
}

.field h3 {
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
}

.field h5 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	margin: 25px 0 10px;
}

.field input {
	padding: 12px 8px;
	border: 1px solid #A6A6A6;
	width: 100%;
	font-size: 20px;
	line-height: 27px;
	margin-top: 27px;
	border-radius: 4px;
	font-family: 'Alegreya', serif;
}

.field textarea {
	width: 100%;
	border: 1px solid #A6A6A6;
	resize: unset;
	height: 93px;
	border-radius: 4px;
	font-size: 20px;
	line-height: 27px;
	padding: 8px;
	font-family: 'Alegreya', serif;
	margin-top: 8px;
}

.btn-submit {
	padding: 24px 65px;
	text-align: center;
	display: block;
	margin: 40px auto 0 auto;
}

.field .dflex {
	margin-top: 15px;
}

.modal-close {
	background: unset;
	border: unset;
	position: absolute;
	right: 40px;
	cursor: pointer;
}

.field .rate:not(:checked)>input {
	position: absolute;
	top: -9999px;
}

.field .rate:not(:checked)>label {
	float: left;
	width: 1em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 47px;
	color: transparent;
	margin-right: 10px;
}

.field .rate:not(:checked)>label:before,
.field .rate:not(.checked)>label {
	content: '';
	background-image: url(../images/Star_black.svg);
	height: 53px;
	display: block;
	width: 47px;
	background-size: cover;
}

.field .rate>input:checked~label,
.field .rate>label {
	/*color: #FFCB45; */
	background-image: url(../images/star_yellow.svg);
	background-repeat: no-repeat;
	display: inline-flex;
	height: 53px;
	width: 47px;
	background-size: contain;
}

.field .rate>label.active~label {
	background-image: url(../images/Star_black.svg);
}

/*.field .rate:not(:checked) > label:hover,
.field .rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.field .rate > input:checked + label:hover,
.field .rate > input:checked + label:hover ~ label,
.field .rate > input:checked ~ label:hover,
.field .rate > input:checked ~ label:hover ~ label,
.field .rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}*/

.field .rate {
	float: left;
	height: 46px;
}

.field .box-rate {
	height: 46px;
}