/*    FONTS    */
@font-face {
    font-family: Inter;
    font-weight: 400;
    src: url(fonts/Inter/Inter-Regular.otf);
}
@font-face {
    font-family: Inter;
    font-weight: 500;
    src: url(fonts/Inter/Inter-Medium.otf);
}
@font-face {
    font-family: Inter;
    font-weight: 600;
    src: url(fonts/Inter/Inter-SemiBold.otf);
}
@font-face {
    font-family: Inter;
    font-weight: 700;
    src: url(fonts/Inter/Inter-Bold.otf);
}
@font-face {
    font-family: Roboto;
    font-weight: 400;
    src: url(fonts/Roboto/Roboto-Regular.ttf);
}



:root {
  --font-color: #373a3e;
  --title-color: #232933;
  --btn-color: #232933B2;;
  --accent-color: #E95900;
}





@keyframes content {
    from{
        opacity: 0;
    }

    to{
        opacity: 1;
    }
}

*{
    outline: none !important;
    font-family: Inter;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    color: var(--font-color);
}

body, html{
    animation: content 1s ease;
}
html{
    scroll-behavior: smooth;
	overflow-x: hidden;
}

body{
    position: relative;
    overflow-x: hidden;
    background: #f1f1f1;
}

section{
    position: relative;
    margin: 100px 0px;
    z-index: 1;
}

section .container{
    position: relative;
    z-index: 2;
}

.d-grid{
    display: grid;
    align-content: center;
}



a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
input:focus ,
.button,
.button-o,
[role="button"],
textarea:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  user-select: none !important;
}

h1{
    font-family: Inter;
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    color: var(--title-color);
}
h2{
    font-family: Inter;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--title-color);
    line-height: 130%;
}




header{
    z-index: 110;
    display: block;
    width: 100%;
    transition: all 0.7s ease;
    top: 0px;
    position: relative;
	transform: translatey(-100px);
}
.btn{
    background: transparent;
    color: var(--title-color);
    transition: all 0.4s ease;
    border: 1px solid var(--title-color);
    padding: 12px 20px;
    border-radius: 10px;
}
.btn:hover{
    background: var(--btn-color);
    color: #fff;
}
.btn-fill{
    background: var(--title-color);
    color: #fff;
}
.nav-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    padding: 15px;
    margin-top: 20px;
}
.cont-div a{
    color: var(--font-color);
    font-size: 14px;
    transition: all 0.4s ease;
}
.cont-div{
    display: flex;
    grid-gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.promo-sec{
    background: linear-gradient(109.17deg, #D6DFEB 0%, #EBDED6 72.56%, #D6DFEB 100%);
    margin-top: -98px;
    padding-top: 200px;
}
.promo-wr{
    display: flex;
    justify-content: space-between;
}
.promo-list{
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
	transition: all 0.7s ease;
}
.promo-cent{
    max-width: 740px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 30px;
    text-align: center;
}
.promo-t{
	opacity: 0;
	transition: all 0.7s ease;
}
.promo-list a{
    color: var(--title-color);
}
.promo-btns{
    display: flex;
    grid-gap: 20px;
}
.promo-list:last-child{
    text-align: right;
}
.promo-img{
    width: auto;
    height: 472px;
    overflow: hidden;
	transform: translatey(100%);
	transition: all 0.7s ease;
}
.promo-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cats-list{
    max-width: 901px;
    margin: 40px auto;
}
.cats-list a.cats-list-li{
    color: var(--title-color);
    font-size: 24px;
    font-weight: 300;
    transition: all 0.4s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.cats-list a.cats-list-li:hover{
    font-size: 26px;
    font-weight: 500;
    text-decoration: unset;
}
.cats-list a.cats-list-li.active{
    font-size: 26px;
    font-weight: 500;
    text-decoration: unset;
}
.cats-list a img{
    width: 210px;
    height: 69px;
    object-fit: cover;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.4s ease;
}
.cats-list a:hover img{
    opacity: 1;
}
.cats-list a.active img{
    opacity: 1;
}
.cats-list{
    display: flex;
    flex-direction: column;
    grid-gap: 0px;
}
.cats-sec h2{
    text-align: center;
}
.cats-list a.btn{
    width: 53%;
    margin: 30px auto 0;
}
.advans-sec{
    border-radius: 16px;
    padding: 35px;
}
.advans-sec h2{
    color: #fff;
}
.advans-list{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    max-width: 665px;
}
.advans-list-item{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    width: fit-content;
    padding: 6px 16px;
}
.btn-wh{
    background: #fff;
    border-color: #fff;
}
.advans-wr{
    height: 635px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.advans-bottom{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.advans-bottom .btn{
    height: fit-content;
}
.servs-img{
    width: 100%;
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
}
.servs-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.servs-wr{
    display: grid;
    grid-template-columns: 1fr 0.4fr;
    grid-gap: 20px;
    overflow: hidden;
    position: relative;
}
.servs-slider {
    height: 738px; /* ?֦??? ?֦ ??ֽ Ҡƨ? */
    overflow: visible;
    margin-top: -132px;
}

.servs-slider .swiper-wrapper {
    align-items: center;
    margin-top: -20px;
}
.servs-list-item{
    background: var(--title-color);
    border-radius: 16px;
    padding: 16px;
    display: flex !important;
    grid-gap: 16px;
    opacity: 1;
    transform: scale(1);
    transition: 0.35s ease;
    height: 150px !important;
}
.servs-list-item.swiper-slide-prev {
    opacity: 0.9;
    transform: scale(0.75) translateY(110px) !important;
}
.servs-list-item-img{
        width: 134px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.servs-list-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.servs-list-item-cont{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.servs-list-item-cont p{
    color: #fff;
    font-weight: 500;
    line-height: 120%;
}
.btn-wh-b{
    border-color: #fff;
    color: #fff;
}
.servs-list-item-cont .btn{
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    width: fit-content;
}
.servs-list{
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}
.advans-sec-tw .sec-desc{
    max-width: 900px;
    column-count: 2;
}
.advans-tw-head{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.advans-tw-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}
.advans-tw-list-item{
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 0px;
}
.advans-tw-list-item p{
    font-weight: 500;
    color: var(--title-color);
    margin: 0;
}
.advans-tw-list-img img{
    height: 118px;
    width: auto;
    object-fit: contain;
}
.sec-title-wr h2{
    margin-bottom: 20px;
}
.callback-title{
    background: #fff;
    border-radius: 16px;
    padding: 20px;
}
.callback-wr h2{
    font-size: 30px;
    text-transform: unset;
}
.callback-wr form{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    margin-top: 20px;
}
input{
    background: rgba(35, 41, 51, 0.08);
    border: unset;
    width: 100%;
    padding: 8px 20px;
    border-radius: 10px;
    color: var(--btn-color);
}
.callback-div{
        background: #fff;
    border-radius: 16px;
    padding: 20px;
    width: 470px;
}
.callback-wr{
        display: flex;
    justify-content: center;
    align-items: center;
    padding: 160px 0;
}
.accept-div{
    font-size: 14px;
    color: #6e7379;
    display: flex;
    align-items: baseline;
    grid-gap: 10px;
}
.accept-div input[type=checkbox]{
    width: 11px;
}
.callback-wr .btn{
    margin-top: 30px;
}
.contacts-wr{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.contacts-list-li{
        background: #fff;
    border-radius: 16px;
    padding: 20px;
}
.contacts-list{
        display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.contacts-list-li:first-child{
    grid-row-start: 1;
    grid-row-end: 3;
}
.contacts-list-title{
    font-weight: 500;
    margin-bottom: 10px;
}
.contacts-list-con{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.contacts-list-con a{
    color: var(--font-color);
    display: flex;
    align-items: center;
    grid-gap: 6px;
}
.contacts-list-con.fl{
    flex-direction: row;
}
.contacts-map{
    border-radius: 16px;
    overflow: hidden;
}
footer{
    background: var(--title-color);
    padding: 30px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.foot-list{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.foot-h{
        display: grid;
    grid-template-columns: 1fr 0.8fr;
}
.foot-h-title{
    color: #fff;
    font-weight: 500;
	max-width: 550px;
}
.foot-item p{
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}
.foot-list a{
    color: rgba(255,255,255,0.8);
}
.foot-wr{
    display: flex;
    flex-direction: column;
    grid-gap: 60px;
}
.foot-b-big{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}
.foot-b a{
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    font-family: Roboto;
}
.foot-b{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 150px;
}
.promo-list:first-child{
	transform: translatex(-300px);
}
.promo-list:last-child{
	transform: translatex(300px);
}
.m-tog{
	display: none;
}
.m-tog-menu{
	display: none;
}
.m-tog-list{
	display: flex;
    flex-direction: column;
    grid-gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.m-tog-list a{
	color: #fff;
    text-transform: uppercase;
}
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
	z-index: 2;
}

.overlay.active {
  opacity: 1;
  pointer-events: all;
}
.callback-modal .contacts-item{
    background: #fff;
    border-radius: 16px;
}

.callback-modal .modal-dialog{
    max-width: 440px;
}
.callback-modal .modal-content{
    border-radius: 16px;
}
.callback-modal .modal-header{
    width: 100%;
    border: unset;
    padding-bottom: 0;
}
.callback-modal .modal-body{
    padding: 0;
}
.callback-modal .contacts-item{
    padding: 0 35px 35px;
}
.callback-modal .contacts-title{
    font-size: 30px;
    text-transform: unset;
    font-weight: 600;
}
.contacts-cont{
    text-align: center;
}
.callback-modal form{
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    margin-top: 20px;
}
.wpcf7-spinner{
    position: absolute;
    bottom: 47px;
}
.th-sec{
    background: linear-gradient(109.17deg, #D6DFEB 0%, #EBDED6 72.56%, #D6DFEB 100%);
    height: 100vh;
    margin-top: -98px;
    padding-top: 175px;
    margin-bottom: 0;
}
.th-inn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: auto;
    background: #fff;
    border-radius: 16px;
    padding: 49px;
}
.th-inn h2{
    text-transform: unset;
    font-weight: 600;
    font-size: 30px;
}
.th-er-wr{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 35px;
}
.th-inn .btn{
    width: 100%;
    margin-top: 35px;
}
.th-sec:has(.th-wr){
    padding-top: 280px;
}
.th-img{
    position: absolute;
    z-index: -1;
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 50px;
    justify-content: center;
    align-items: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.th-img img{
    width: 100%;
    height: 115px;
    object-fit: contain;
}
@media all and (max-width:768px){
	.m-tog-menu{
		display: flex;
		position: fixed;
		width: 56%;
		background: var(--title-color);
		height: 100%;
		z-index: 2;
		right: -430px;
		transition: right 0.4s ease;
		border-top-left-radius: 16px;
		border-bottom-left-radius: 16px;
		flex-direction: column;
		justify-content: center;
		padding: 15px;
		grid-gap: 35px;
		height: 100vh;
    	margin-top: -21px;
	}
	.m-tog-menu.active {
	  right: 0;
	}
	.m-tog{
		display: flex;
		width: 40px;
		height: 40px;
		background: var(--title-color);
		justify-content: center;
		align-items: center;
		border-radius: 4px;
		position: relative;
		transition: all 0.4s ease;
		z-index: 2;
	}
	.proiz-head{
		grid-template-columns: 1fr;
	}
	.m-tog.active{
		background: var(--accent-color);
	}
	.m-tog span{
		background: #fff;
		width: 20px;
		height: 1.5px;
		border-radius: 4px;
		transition: all 0.4s ease;
	}
	.m-tog::before{
		content: '';
		position: absolute;
		left: 0;
		top: 13px;
		background: #fff;
		width: 20px;
		height: 1.5px;
		right: 0;
        margin: auto;
		border-radius: 4px;
		transition: all 0.4s ease;
	}
	.m-tog.active::before{
		transform: translate(0px, 6px) rotate(45deg);
	}
	.m-tog.active span{
		transform: translate(0px, 0px) rotate(-45deg);
	}
	.m-tog.active::after{
		display: none;
	}
	.m-tog::after{
		content: '';
		position: absolute;
		bottom: 13px;
		left: 0;
		background: #fff;
		width: 20px;
		height: 1.5px;
		right: 0;
        margin: auto;
		border-radius: 4px;
		transition: all 0.4s ease;
	}
	.m-tog-menu[style*="display: block;"]{
		display: flex !important;
	}
	
	.cont-div{
		display: none;
	}
	.nav-soc{
		display: none;
	}
	.promo-list{
		display: none;
	}
	.promo-btns{
		flex-direction: column;
		position: absolute;
		z-index: 1;
		height: auto;
		bottom: 20px;
		width: 93%;
		grid-gap: 15px;
	}
	.promo-btns .btn{
		width: 100%;
	}
	.cats-list a img{
		opacity: 1;
		position: unset;
		height: 0;
	}
	.cats-list{
		grid-gap: 15px;
	}
	.cats-list a.cats-list-li.active{
		font-size: 24px;
	}
	.cats-list-li.active img{
		height: 80px;
	}
	.cats-list-li img.cats-img-right{
		display: none;
	}
	h2{
		font-size: 20px;
		font-weight: 500;
	}
	.advans-sec{
		padding: 20px 15px;
		background-position: -600px !important;
	}
	h1{
		font-size: 32px;
	}
	.advans-wr{
    	height: 89vh;
	}
	.advans-bottom{
		flex-direction: column;
		grid-gap: 25px;
	}
	.advans-bottom .btn{
		width: 100%;
	}
	.advans-list-item{
		font-size: 14px;
	}
	.servs-wr{
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
	.servs-img{
		display: none;
	}
	.advans-tw-list{
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
	}
	.advans-tw-list-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
	.advans-tw-list-img{
		height: 143px;
	}
	.callback-div{
		width: 100%;
	}
	.contacts-list-li:first-child{
		grid-row-start: unset;
		grid-row-end: unset;
	}
	.foot-h{
		grid-template-columns: 1fr;
		grid-gap: 100px;
	}
	.foot-wr{
		grid-gap: 35px;
	}
	.foot-b{
		margin-top: 100px;
		flex-direction: column;
    grid-gap: 20px;
	}
	.promo-sec .container{
		padding: 0;
	}
	h1.promo-t{
		padding: 0px 15px;
	}
	.promo-img{
		width: auto;
		height: auto;
	}
	.promo-img img{
		object-position: bottom;
	}
	.cats-list a.cats-list-li{
		flex-direction: column;
	}
	.cats-list a.btn{
		width: 100%;
	}
	.servs-slider{
		margin-top: -175px;
	}
	.servs-st{
		position: relative;
		z-index: 2;
		background: #f1f1f1;
	}
	.advans-tw-head{
		flex-direction: column;
	}
	.advans-sec-tw .sec-desc{
		column-count: 1;
	}
	.advans-tw-head .btn{
		width: 100%;
	}
	.callback-wr{
		padding: 160px 15px;
	}
	.contacts-wr{
		grid-template-columns: 1fr;
		grid-gap: 15px;
	}
	.contacts-list{
		grid-template-columns: 1fr;
	}
	footer{
		padding: 20px 0;
	}
	.th-inn{
	    padding: 20px;
	}
	.th-inn h2{
	    font-size: 20px;
	}
	.th-er-wr svg{
	    width: 100%;
	    height: auto;
	}
	.promo-btns .btn:last-child{
	    background: #fff;
	    border-color: #fff;
	}
}


.whatsapp-widjet {
  position: fixed;
  bottom: 15px;
  right: 85px;
  border: 1px solid var(--btn-color);
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 140;
  transition: all 0.5s ease;
  background: var(--btn-color);
  cursor: pointer;
}
.whatsapp-widjet.phone{
	left: 85px;
	right: unset;
}
.whatsapp-widjet-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.whatsapp-widjet-icon svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
.whatsapp-widjet-icon svg path{
	fill: #fff;
}
.whatsapp-widjet-circle-left {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  left: 0;
}
.whatsapp-widjet-circle-left {
  border: 1px solid var(--btn-color);
  position: absolute;
  top: -7px;
  bottom: 0;
  left: -7px;
  right: 0;
  background-clip: padding-box;
  width: 36px;
  height: 72px;
  border-radius: 76px 0 0 76px;
  border-right: none;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: pie-left 4s both linear infinite;
  -moz-animation: pie-left 4s both linear infinite;
  -ms-animation: pie-left 4s both linear infinite;
  -o-animation: pie-left 4s both linear infinite;
  animation: pie-left 4s both linear infinite;
}
.whatsapp-widjet-circle-right {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  right: 0;
}
.whatsapp-widjet-circle-right {
  border: 1px solid transparent;
  position: absolute;
  top: -7px;
  bottom: 0;
  left: 0;
  right: -7px;
  background-clip: padding-box;
  width: 36px;
  height: 72px;
  border-radius: 76px 0 0 76px;
  border-right: none;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: pie-right 4s both linear infinite;
  -moz-animation: pie-right 4s both linear infinite;
  -ms-animation: pie-right 4s both linear infinite;
  -o-animation: pie-right 4s both linear infinite;
  animation: pie-right 4s both linear infinite;
}
@keyframes pie-left {
  0% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  10% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  20% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  30% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  40% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
}