@import url('menu.css');
@import url('product-page.css');
@import url('catalog-page.css');
@import url('about.css');
@import url('service.css');
@import url('blog.css');
@import url('stock.css');

.d-vider{background-image:url('/wp-content/themes/gekkon/assets/img/dvider.svg');background-size:contain;background-repeat:no-repeat;}

*::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
  }
  
*::-webkit-scrollbar-thumb {
background: var(--ar-primary);
border-radius: 10px;
}

body {
    overflow-x: hidden;
}

#video-background {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
}

.gray-gradient:after {
    content: "";
    background: linear-gradient(90deg, #F0F1F2 65%, rgba(240, 241, 242, 0.922822) 75.88%, rgba(240, 241, 242, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.card-gray-gradient:after {
    content: "";
   background: linear-gradient(89.97deg, #F0F1F2 0.96%, rgba(240, 241, 242, 0.990787) 15.61%, rgba(240, 241, 242, 0.935595) 31.96%, rgba(240, 241, 242, 0.796932) 47.46%, rgba(240, 241, 242, 0) 99.97%);

    position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
}

.menu-link {
	color: #676D79;
	transition: ease .3s all;
}

.product-thumb__properties {
    padding: 1em 0;
    line-height: 2;
    border-bottom: 2px solid #DFDFDF;
}

.property {
    display: flex;
    justify-content: space-between;
    font-size: 1.125rem;
    align-items: baseline;
    padding: 0.5rem 0;
}

.property::before {
    content: '';
    order: 1;
    flex-grow: 1;
    border-bottom: 1px dotted #909090;
    margin: 0 .5em;
}
.property__name {
    order: 0;
    line-height: 1;
}
.property__value {
    order: 2;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 0.5em;
}

.menu-link {
	color: #676D79;
	transition: ease .3s all;
	text-decoration: none;
	font-size: 16px;
}
.menu-link:hover {
	color: #47B941 !important;
}

.green-stripe{
	width: 300px;
	height: 12px;
	background: linear-gradient(206.68deg, #C7E000 -23.43%, #0AA437 75.27%) !important;
	position: absolute;
	left: 0;
	top:0;
	transition: all ease  .2s;
	margin-left: 0;
	overflow: hidden;
}

.swiper-slide-active .green-stripe{
	transition: all ease 2s;
	margin-left: 100px;
}

.img-fluid.service{
	max-width: 512px;
}

.green-stripe::after{
	content:"";
	width: 300px; 
	height: 23px;
	display: block;
	
	position: absolute;
	left: -50px;
	top: 0;
	
	background-image: url(../img/decor-bars.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
    background-size: 30%;
}

.swiper-slide-active .green-stripe::after{
	position: absolute;
	left: 60px;
	top: 0;
	transition: all ease 3s;
}

.swiper-pagination-bullet-active:after {
    background-image: url(https://gkn.su/wp-content/themes/gekkon/assets/img/checked.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    content: '';
    bottom: -20px;
    width: 68px;
    right: -1px;
    position: absolute;
    height: 9px;
}

.swiper-wrapper div:nth-child(1n) .green-stripe{
	left: 0px;
    top: 380px;
}
.swiper-wrapper div:nth-child(2n) .green-stripe{
	left: 0px;
    top: 380px;
}
.swiper-wrapper div:nth-child(3n) .green-stripe{
	left: 0px;
    top: 380px;
}
.swiper-wrapper div:nth-child(4n) .green-stripe{
	left: 0px;
    top: 380px;
}
.swiper-wrapper div:nth-child(4n) .green-stripe{
	left: 0px;
    top: 380px;
}
.swiper-wrapper div:nth-child(5n) .green-stripe{
	left: 0px;
    top: 380px;
}
         
.btn-gradiend {
	background-image: linear-gradient(206.68deg, #C7E000 -23.43%, #0AA437 75.27%) !important;
	border: 0;
  }

  .btn-grad:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
  }
 

.box-link {
	color: rgba(var(--ar-black-rgb));
	border-color: rgba(var(--ar-black-rgb)) !important;
}

.btn-check:checked+.btn {
	background-image: url(../img/checked.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

td.table-green {
    text-align: center;
    color: #48b324;
    font-size: 1.4em;
}

.swiper-navigation-middle .swiper-button-next, .swiper-navigation-middle .swiper-rtl .swiper-button-prev {
    right: -90px;
}

.swiper-navigation-middle .swiper-button-prev, .swiper-navigation-middle .swiper-rtl .swiper-button-next {
    left: -90px;
}

.video-wrapper::before, .video-wrapper::after {
    content: "";
    width: 60px;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: #030915;
}

.video-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.video-wrapper::after {
    right: 0;
    left: inherit;
    top: inherit;
    bottom: 0;
}
.icon-svg {
	height: 110px;
}

.icon-sets {
	height: 60px;
}

.card-height {
	height: 240px;
}

.d-vider { 
    padding-top: 77px;
}

.prod-list {
    padding-bottom: 80px;
}


@media screen and (max-width: 768px) {
	.video-overlay {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0, 0, 0, 0.5); /* Здесь можно задать нужную прозрачность через альфа-канал (0-1) */
	  z-index: -99;
	}
	.p-sm-absolute {
		position: absolute;
	}
}

@media screen and (min-width: 769px) {
	.dvider-end {
	  border-right: 1px solid #3C414A;
	}
}

.box-link:hover {
	color: rgba(var(--ar-primary-rgb));
	border-color: rgba(var(--ar-primary-rgb)) !important;
}

.swiper-pagination-bullet:nth-child(1) {
	background-image: url('/wp-content/themes/gekkon/assets/img/letters-g.png');
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.5;
}
.swiper-pagination-bullet:nth-child(2) {
	background-image: url('/wp-content/themes/gekkon/assets/img/letters-e.png');
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.5;
}
.swiper-pagination-bullet:nth-child(3) {
	background-image: url('/wp-content/themes/gekkon/assets/img/letters-k.png');
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.5;
}
.swiper-pagination-bullet:nth-child(4) {
	background-image: url('/wp-content/themes/gekkon/assets/img/letters-k2.png');
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.5;
}
.swiper-pagination-bullet:nth-child(5) {
	background-image: url('/wp-content/themes/gekkon/assets/img/letters-o.png');
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.5;
}
.swiper-pagination-bullet:nth-child(6) {
	background-image: url('/wp-content/themes/gekkon/assets/img/letters-n.png');
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.5;
}


/* contacts */
.bg-grey {
    background: #F0F1F2;
    padding: 80px 0;
}

.department__items, .warehouses__items {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.department__item, .warehouse__item {
    width: calc(100% / 3 - 64px / 3);
}
.department__item-job {
    font-size: 1rem;
}

.department__item h5 {
    margin-bottom: 0;
}

.department__item-img {
    margin-bottom: 1rem;
}

.department__item-title {
    display: flex;
    justify-content: space-between;
}

.department__item-title a {
    color: #676D79;
    text-decoration: none; 
}

.department-box {
    display: none;
}

.contacts {
	padding: 80px 0;
}

.warehouse__item-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.contacts__title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 22px;
}

.map-close {
    position: absolute;
    right: 10px;
    top: 10px;
	z-index: 1;
}

.details__text {
    width: 432px;
    padding: 32px;
    background: #F0F1F2;
}

.details-box {
    display: flex;
    gap: 32px;
}

.details__img {
    width: calc(100% - 464px);
}

.details__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.details-box {
    margin-bottom: 80px;
}

.contacts__items {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
	margin-bottom: 80px;
}

.contact__item {
    width: calc(100% / 4 - 24px);
}

.contact__item p {
    color: #676D79;
    font-size: 18px;
    line-height: 26px;
	margin-bottom: 6px;
}

.contact__item h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.contact__item-mess {
    display: flex;
    column-gap: 12px;
}
.contact__item-mess a:hover svg path {
    fill: var(--ar-primary);
}

.f-text h2 {
    font-size: 1.2rem;
    line-height: 1.2;
    padding-top: 1.5rem;
	font-weight: 400;
}

.f-text {
    height: 150px;
    overflow: hidden;
    position: relative;
}

#toggleButton {
	cursor: pointer;
}

.fs-num {
	font-size: 2.8rem;
}

.fs-num {
    font-size: 3rem;
    min-width: 40px;
    text-align: center;
    line-height: 1;
}
.map-vector img {
    width: 100%;
    max-width: 800px;
	
}
.map-vector {
    width: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    overflow: hidden;
    display: flex;
	padding-left: 70px;
    align-items: center;
}

.link-prod {
	text-decoration: none;
}

.rounded-circle-pulse { 
    -webkit-animation: pulse2 2.5s infinite; 
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); 
}

.c-title span{
	font-weight: 700;
}

.offcanvas.offcanvas-top { 
    transition: all .3s;
}

#video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    z-index: -1000;
    object-fit: cover !important; 
	top: 50%;
    transform: translateY(-50%);
}

.card-cat {
    min-height: 236px;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 20px;
	transition: all .8s;
}

.card-cat .nav {
    row-gap: 12px;
    max-height: 0;
    transition: max-height .8s ease-out;
    overflow: hidden;
    font-weight: 500;
    line-height: 1;
    display: flex;
}

.card-cat .nav li {
    width: 100%;
}

.card-cat-title {
    max-width: 75%;
    margin-bottom: 20px;
}

.card-cat-title span {
    color: rgba(var(--ar-black-rgb));
    border-color: rgba(var(--ar-black-rgb)) !important;
    font-weight: 600;
    text-decoration: none !important;
    border-bottom: 1px solid;
    display: inline-block; 
}
.card-cat-title:hover span {
    color: rgba(var(--ar-primary-rgb));
    border-color: rgba(var(--ar-primary-rgb)) !important;
}

.card-cat:hover .nav {
    max-height: 800px;
    transition: max-height .8s ease-in;
}

.card-cat .card-gray-gradient:after { 
    background: linear-gradient(90deg, #ffffff 20%, rgba(240, 241, 242, 0.922822) 40.88%, rgba(240, 241, 242, 0) 100%); 
	transition: all .5s ease-out;
}

.card-cat:hover .card-gray-gradient:after { 
    background: linear-gradient(90deg, #ffffff 20%, rgba(240, 241, 242, 0.922822) 100%, rgba(240, 241, 242, 0) 100%); 

	
}


.card-cat img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.card-cat .zoom-effect-wrapper { 
    top: 0;
    left: 0;
}

@-webkit-keyframes pulse2 {
	0% {
	  -moz-transform: scale(0.95);
	  -ms-transform: scale(0.95);
	  -webkit-transform: scale(0.95);
	  transform: scale(0.95);
	}
	70% {
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
	}
	100% {
	  -moz-transform: scale(0.95);
	  -ms-transform: scale(0.95);
	  -webkit-transform: scale(0.95);
	  transform: scale(0.95);
	  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
  }

.title-box {
    padding-left: 60px;
    position: relative;
}

.title-box img {
    position: absolute;
    left: 0;
}

#OrderForm .modal-content {
    background:#F0F1F2 url(../img/form-bg.svg) top left no-repeat!important
	 
}
#OrderForm .modal-title  {
	font-size: 0;
}
.form-prop {
    max-width: 385px;
}

.form-prop__properties {
    margin: 0;
    border-left: 3px solid #47B941;
    padding-left: 15px;
}
.form-prop__properties li {
    display: flex;
    justify-content: space-between;
    font-size: 1.125rem;
    align-items: baseline; 
    line-height: 1;
}

.form-prop .count-input .form-control {
    width: 2.5rem; 
    font-size: 26px;
    font-weight: 700;
}

.form-prop-form .form-control {
    color: #9A9DA5;
    border-bottom: 1px solid #9A9DA5 !important;
	font-size: 16px;
	padding-left: 0;
}

.form-check-input[type=checkbox] {
    border-radius: 2px;
}

.form-check-input:checked {
    background-color: transparent; 
}
.form-ul.text-black {
    text-align: left;
}

/* partner */

.partner-main {
    padding: 80px 0;
}

.partner-main .row {
    gap: 25px 60px;
}

.partner-main__img {
    width: 640px;
}

.partner-main__text {
    width: calc(100% - 700px);
}

.partner-main__text h1 {
    color: #2B2827;
    font-weight: 300;
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 30px;
}
.partner-main__text h1 span{
    font-weight: 700;
}

.partner-benefit__item {
    display: flex;
    align-items: center;
    column-gap: 22px;
    width: calc(100% / 3 - 160px / 3);
}

.partner-benefit .row {
    gap: 5px 80px;
}

.partner-benefit__item-icon {
    min-width: 80px;
}

.partner-benefit {
    padding-bottom: 80px;
}

.tabs-btn {
    background: #F0F1F2;
    display: flex;
    margin-bottom: 40px; 
}

.tab-button {
    padding: 20px 30px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #030915;
    cursor: pointer;
    border-bottom: 8px solid #f0f1f2;
    width: calc(100% / 3);
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
}

.tab-button.active {
    color: rgba(var(--ar-link-color-rgb), 1);
    border-bottom: 8px solid rgba(var(--ar-link-color-rgb), 1);
}

.tab-button:hover {
    color: rgba(var(--ar-link-color-rgb), 1); 
}

.tab-content strong {
    font-size: 20px;
}

.tab-content {
    display: none;
    padding-right: 400px;
}

.tab-content.active {
    display: block;
}

.partner-tabs {
    padding-bottom: 60px; 
}

.partner-call {
    padding-bottom: 80px; 
}

.partner-call .container { 
    position: relative;
}

.partner-call-box {
    background: radial-gradient(50.04% 50.04% at 50% 0%, #BFDD02 0%, #47B941 100%);
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 40px;
}

.partner-call-title {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.partner-call-img {
    position: absolute;
    right: 0;
    top: -200px;
}

.how__item-text span {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.how__item-icon {
    min-width: 40px;
}

.how__item {
    display: flex;
    width: calc(50% - 20px);
    column-gap: 16px;
}

.how__items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
}
.how {
    padding: 80px 0 180px;
    background: #F0F1F2;
    position: relative; 
}

.how-img {
    padding-left: 50%;
    position: absolute;
    bottom: 0;
}

.method__items {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.method__item {
    background: #F0F1F2;
}

.method__item-name  {
    padding: 25px;
    font-weight: 700;
    cursor: pointer;
    font-size: 26px;
    transition: all .3s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.method__item-text {
    padding: 0 25px 25px; 
    display: none;
}
.carret {
    transition: all .3s;
}
.active .carret {
    transform: rotate(45deg);
}

.method {
    padding-bottom: 80px;
}
.method__item-name.active  {
    color: #47b941;
}

.pays__item {
    width: calc(100% - 472px);
}

.pays-row {
    display: flex;
    gap: 40px;
    align-items: start;
}

.pays {
    padding: 80px 0;
}

.pays__item h3 {
    color: #030915;
}

.pays__item blockquote {
    padding-left: 36px;
    font-weight: 700;
    background: url(../img/quote.svg) left top no-repeat;
}

@media screen and (max-width: 1200px) {
    .partner-main .row {
        gap: 25px 45px;
    }
    
    .partner-main__img {
        width: 460px;
    }
    
    .partner-main__text {
        width: calc(100% - 505px);
    } 

    .partner-benefit .row {
        gap: 5px 40px;
    }

    .partner-benefit__item {
        display: flex;
        align-items: center;
        column-gap: 22px;
        width: calc(100% / 2 - 20px);
    }

    .tab-button { 
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 991px) {
	.department-box {
		display: block;
	}
	.department__items {
		display: none; 
	}
	.bg-grey { 
		padding: 48px 0;
	}
	.warehouse__item {
		width: calc(50% - 16px);
	}

	.contact__item {
		width: calc(100% / 2 - 16px);
	}

	.details-box, .contacts__items {  
		flex-flow: wrap;
		margin-bottom: 48px;
	}

	.details__img {
		width: 100%;
	}

	.details__text {
		width: 100%; 
	}
	.map-vector { 
		padding-left: 30px; 
	}
	.property__value { 
		white-space: inherit; 
	}

    .partner-main .row {
        gap: 25px 40px;
    }

    .partner-main__text {
        width: calc(100% - 350px);
    }
    .partner-main__img {
        width: 310px;
    }

    .partner-main__text h1 { 
        font-size: 2.5rem; 
        margin-bottom: 20px;
    }
    .tab-content { 
        padding-right: 0;
    }
    .partner-call { 
        padding-top: 120px;
    }

    .pays-row { 
        gap: 30px; 
        flex-wrap: wrap;
    }
    .pays__item {
        width: 100%;
    }
    .how-img {
        padding-left: 20%; 
    }
}

.d-map {
    overflow: hidden;
    min-height: 723px;
}
.op-list li:nth-child(odd) {
    padding-right: 40px;
}
@media screen and (max-width: 767px) {

    .op-list li:nth-child(odd) {
        padding-right: 0px;
    }

    .card-cat .nav { 
        max-height: 800px; 
    }

    .card-cat:hover .card-gray-gradient:after,
    .card-cat .card-gray-gradient:after {
        background: linear-gradient(90deg, #ffffff 20%, rgba(240, 241, 242, 0.922822) 75%, rgba(240, 241, 242, 0) 100%);
    }

	.warehouse__item {
		width: 100%;
	}

	.warehouses__items { 
		gap: 5px;
	}

	.contacts {
		padding: 48px 0;
	}

	.contact__item {
        width: 100%;
    }

	.contacts__items, .details-box { 
		gap: 28px;
		margin-bottom: 28px;
	}

	.details__text { 
		padding: 28px; 
	}
	.map-vector img {
		width: 530px;
		max-width: 800px;
	}
	.map-vector {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		height: auto;
		overflow: hidden;
		display: flex;
		padding-left: 20px;
		align-items: center;
		padding-top: 25px;
	}

	#OrderForm .modal-title  {
		font-size: 24px;
	}

	#OrderForm .h1 {
		display: none;
	}
	.title-box { 
		margin-bottom: 20px;
	}

	#OrderForm .modal-content { 
		padding-left: 15px;
		padding-right: 15px;
	}

	#OrderForm .form-check-label { 
		text-align: left;
	}


	.form-prop .count-input .form-control {
		width: 2.3rem;
		font-size: 20px; 
	}

	.form-prop-col {
		font-size: 14px; 
	}

	#OrderForm .count-input button {
		max-width: 35px;
	}

	.form-prop .count-input .form-control {
		width: 2.2rem;
		font-size: 20px; 
	}


	 .form-prop-col {
		font-size: 14px;
		margin-bottom: 1rem !important;
	}

	#OrderForm .modal-content {
		background: #F0F1F2 url(../img/form-bg-mob.svg) top right no-repeat !important;
	}

    .partner-main__img {
        width: 100%;
    }

    .partner-main__text {
        width: 100%;
    }

    .partner-benefit__item { 
        width: 100%;
    }

    .tab-button {
        padding: 20px 20px;
        font-size: 16px;
        line-height: 24px; 
        width: 100%; 
    }
    .partner-main {
        padding: 48px 0;
    }
    .partner-benefit, .partner-tabs, .partner-call {
        padding-bottom: 48px;
    }
    .partner-call-box { 
        padding: 40px 25px; 
        row-gap: 30px;
    }

    .partner-call-title {
        font-size: 30px; 
    }

    .tabs-btn { 
        flex-direction: column;
    }

    .how__item { 
        width: 100%; 
    }

    .how {
        padding: 48px 0 140px; 
    }

    .pays {
        padding: 48px 0;
    }

    .method__item-name { 
        font-size: 22px; 
    }
    .method {
        padding-bottom: 48px;
    }
    .d-map {
        overflow: visible;
        min-height: auto;
    }
}

.call_tg {
    bottom: 150px;
    position: fixed;
    right: -30px;
    z-index: 101;
}

.call_wt {
    bottom: 80px;
    position: fixed;
    right: -30px;
    z-index: 101;
}
  

.img-circle {
    background-color: #f7c02d;
    box-sizing: content-box;
    webkit-box-sizing: content-box;
}

.img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    bottom: 14px;
    box-sizing: content-box;
    height: 60px;
    moz-border-radius: 100%;
    opacity: 1;
    position: absolute;
    right: 49px;
    webkit-border-radius: 100%;
    webkit-box-sizing: content-box;
    width: 60px;
}

.img-circleblock {
    animation-name: tossing;
    background-image: url(/wp-content/uploads/2024/05/tg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: content-box;
    height: 60px;
    width: 60px;
	animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: tossing;
	webkit-animation-duration: 1.5s;
    webkit-animation-iteration-count: infinite;
    webkit-animation-name: tossing;
    webkit-box-sizing: content-box;
}

.img-circleblock_chat {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: tossing;
    background-image: url(/wp-content/uploads/2024/05/wt.svg);
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: content-box;
    height: 60px;
    webkit-animation-duration: 1.5s;
    webkit-animation-iteration-count: infinite;
    webkit-animation-name: tossing;
    webkit-box-sizing: content-box;
    width: 60px;
}

.img-circle-chat {
    border: 2px solid transparent;
    border-radius: 100%;
    bottom: 14px;
    box-sizing: content-box;
    height: 60px;
    moz-border-radius: 100%;
    opacity: 1;
    position: absolute;
    right: 49px;
    webkit-border-radius: 100%;
    webkit-box-sizing: content-box;
    width: 60px;
}

.img-circle-chat { 
    box-sizing: content-box;
    webkit-box-sizing: content-box;
}


@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(0.9)
    }

    50% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 1;
        transform: scale(0.9)
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        webkit-transform: scale(0.95)
    }

    50% {
        opacity: 1;
        webkit-transform: scale(1)
    }

    100% {
        opacity: 1;
        webkit-transform: scale(0.95)
    }
}

@keyframes tossing {
    0% {
        transform: rotate(-8deg)
    }

    50% {
        transform: rotate(8deg)
    }

    100% {
        transform: rotate(-8deg)
    }
}

@-webkit-keyframes tossing {
    0% {
        webkit-transform: rotate(-8deg)
    }

    50% {
        webkit-transform: rotate(8deg)
    }

    100% {
        webkit-transform: rotate(-8deg)
    }
}

@-moz-keyframes circle-anim {
    0% {
        moz-opacity: .1;
        moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        o-opacity: .1;
        opacity: .1;
        webkit-opacity: .1
    }

    30% {
        moz-opacity: .5;
        moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        o-opacity: .5;
        opacity: .5;
        webkit-opacity: .5
    }

    100% {
        moz-opacity: .6;
        moz-transform: rotate(0deg) scale(1) skew(1deg);
        o-opacity: .1;
        opacity: .6;
        webkit-opacity: .6
    }
}

@-webkit-keyframes circle-anim {
    0% {
        webkit-opacity: .1;
        webkit-transform: rotate(0deg) scale(0.5) skew(1deg)
    }

    30% {
        webkit-opacity: .5;
        webkit-transform: rotate(0deg) scale(0.7) skew(1deg)
    }

    100% {
        webkit-opacity: .1;
        webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-o-keyframes circle-anim {
    0% {
        o-opacity: .1;
        o-transform: rotate(0deg) kscale(0.5) skew(1deg)
    }

    30% {
        o-opacity: .5;
        o-transform: rotate(0deg) scale(0.7) skew(1deg)
    }

    100% {
        o-opacity: .1;
        o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes circle-anim {
    0% {
        opacity: .1;
        transform: rotate(0deg) scale(0.5) skew(1deg)
    }

    30% {
        opacity: .5;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }

    100% {
        opacity: .1;
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-moz-keyframes circle-fill-anim {
    0% {
        moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        opacity: .2;
        webkit-transform: rotate(0deg) scale(0.7) skew(1deg)
    }

    50% {
        opacity: .2;
        webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        opacity: .2;
        webkit-transform: rotate(0deg) scale(0.7) skew(1deg)
    }
}

@-o-keyframes circle-fill-anim {
    0% {
        opacity: .2;
        o-transform: rotate(0deg) scale(0.7) skew(1deg)
    }

    50% {
        opacity: .2;
        o-transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        opacity: .2;
        o-transform: rotate(0deg) scale(0.7) skew(1deg)
    }
}

@keyframes circle-fill-anim {
    0% {
        opacity: .2;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }

    50% {
        opacity: .2;
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        opacity: .2;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }
}

.hero__h2 {
    font-size: 2.5rem;
    line-height: 44px;
}
.p-st {
    p {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;  
    }
}

.pq-9 {
    padding-left: 5rem;
}

.review__item {
    display: flex;
    align-items: center;
    border: 1px solid rgba(204, 206, 210, 1);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    
    .caption {
        padding: 60px;
        display: flex;
        flex-flow: column;
        gap: 1.5rem;
        hr {
            color: rgba(240, 241, 242, 1);
        }
        
        .title {
          display: flex;
          flex-flow: row;
          justify-content: space-between;
          align-items: flex-end;
          margin-bottom: 32px;
        }
        .client__logo {
          display: flex;
          flex-flow: column;
        }
        .client__name {
          display: flex;
          flex-flow: column;
          justify-content: flex-end;
          align-items: flex-end;
        }
    }
    
    .thumb {
        min-width: calc(100% / 3);
        max-width: 500px;
        align-self: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(240, 241, 242, 1);
    }
    
    .makeit {
      .title {
        justify-content: flex-start;
        gap: 12px;
        align-items: center;
        margin-bottom: 24px;
      }
    }
}

.hero__callback_testi {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../img/bg_testiform.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media(max-width:991px) {
    .review__item {
        .caption {
            padding: 24px;
        }
        .thumb {
            padding: 24px;
        }
    } 
}

@media(max-width:767px) {
    .review__item {
        flex-flow: column;
        .thumb {
            max-width: 100%;
        }
    }
    .text-promo.pq-9 {
        margin-top: 30px;
        padding-left: 0%;
    }
}

.resume-upload-container {
    margin: 15px 0;
}

.resume-upload-label {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px dashed #ccc;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.3s;
    min-width: 320px;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    
}

.resume-upload-label:hover {
    background-color: #e9e9e9;
    border-color: #aaa;
}

.upload-text {
    color: rgba(154, 157, 165, 1);
    font-size: 16px;
}

.resume-upload-input {
    display: none;
}

.file-name {
    margin-left: 10px;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

@media(max-width:767px) {
  .btn__mobile {
    max-width: 100%;
    height: auto;
    white-space: normal;	
  }
}