/*
 * Theme Name: Clean Theme
 * Description: Clean Theme
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

*{
	box-sizing: border-box;
	margin:0;
	padding:0;
	text-decoration: none;
}

body{
	font-family: "Noto Sans", sans-serif;
	height: 100%;
	color:#1a1a1a;
}

.top-line{
	background:#1a1a1a;
	padding: 8px 0 4px;
}

.top-line-container{
	display:flex;
	justify-content: space-between;
}

.top-line-container a{
	color:#fff;
	text-decoration:none;
	font-size:14px;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.top-line-container span{
	color:#fff;
	text-decoration:none;
	font-size:14px;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.top-line-container img{
	width:20px;
}

.logo-box{
	float: left;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 600;
}

.logo{
    max-width: 65px;
}

header nav{
	float:right;
}

header nav ul{
	display:flex;
	list-style:none;
	margin: 14px 0 0 0;
	padding:0;
	gap: 60px;
	align-items: center;
}

header .callback img{
	width:20px;
}

header nav ul li a{
    color: #383838;
    font-weight: 600;
}

.callback a{
	background: #FFBC13;
    color: #fff;
    padding: 10px 15px;
    border-radius: 33px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.fixed-header{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	z-index: 99;
}

header{
	box-shadow: 0px 0px 5px hsl(0deg 0% 0% / 28%);
	background: #fff;
}


.home .hero{
	margin-top: 70px;
    padding: 150px 0;
    position: relative;
    background: url(/wp-content/uploads/2025/10/home-hero.jpg);
    background-size: cover;
    background-position: 50% 60%;
    background-repeat: no-repeat;
}

.home .hero:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, hsl(0deg 0% 0% / 87%), hsl(0deg 0% 0% / 58%));
}

.hero-content{
	max-width: 800px;
}

.home .hero h1{
	position: relative;
    z-index: 9;
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 55px;
    text-transform: uppercase;
}

.home .hero h1 span{
	background: #FFBC13;
}

.home .hero p{
	position: relative;
    z-index: 9;
    color: #fff;
    font-size: 20px;
    line-height: 29px;
}

.about{
	padding:60px 0;
}

.home .about {
    padding: 130px 0 60px;
}

.about-container{
	display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 30px;
}

.about-container-item>img{
	box-shadow: 0px 0px 10px hsl(0deg 0% 0% / 12%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sub-title{
	border: 1px solid #ffbc13;
    padding: 10px 0;
    border-left: none;
    border-right: none;
    color: #ffbc13;
    display: inline-block;
    margin-bottom: 20px;
	text-transform: uppercase;
}

.about-container-item p{
	font-size: 15px;
    color: #777;
    line-height: 26px;
}

.about-container-services-item{
	display:flex;
	align-items: center;
	gap: 25px;
	margin-bottom:20px;
}

.about-container-services-item h3{
	font-weight: 500;
	margin-bottom:6px;
}

.about-container-services-item img{
	width:60px;
}

.about-container-services-container{
	margin-top: 20px;
    border-top: 1px solid #e4e4e4;
    padding-top: 20px;
}

.about-container-services-img{
	width: 80px;
    height: 80px;
    flex: 1;
    background: #ffbc13;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why{
	padding:0px 0 60px;
}

.why-container{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.why-item{
	display: flex;
    align-items: center;
    gap: 15px;
}

.why-item img{
	height: 30px;
}

.why-item-img{
	display: flex;
    align-items: center;
    background: #f6f6f6;
    height: 70px;
    width: 70px;
    justify-content: center;
    border-radius: 100px;
    text-align: center;
	flex: 0 0 auto;
}

.why-item h3{
	font-weight: 500;
    margin-bottom: 6px;
}

.why-item p{
	font-size: 15px;
    color: #777;
    line-height: 24px;
}

h2{
	text-transform:uppercase;
	margin-bottom:25px;
}

.years{
	position: absolute;
    background: #fff;
    padding: 10px 20px;
}

.years strong{
	font-size: 40px;
    display: block;
    text-align: center;
    color: #ffbc13;
}

.process{
	padding: 60px 0;
    background: #f6f6f6;
    text-align: center;
}

.process-container{
	position:relative;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
	margin-top: 60px;
}

.steps-circle{
	position: absolute;
    left: 50%;
    top: 50%;
    background: #000;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background: #ffffff;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 15px #e9e9e9;
    flex-direction: column;
	padding: 80px;
	color:#1a1a1a;
	font-size: 20px;
    text-transform: uppercase;
}

.steps-circle span{
	font-size: 80px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 80px;
}

.process-container .process-container-item:nth-child(1){
	border-right:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
}

.process-container .process-container-item:nth-child(4){
	border-left:1px solid #e4e4e4;
	border-top:1px solid #e4e4e4;
}

.process-container-item{
	padding: 40px 60px;
}

.process-container-item span{
	width: 65px;
    height: 65px;
    display: flex;
    background: #ffbc13;
    border-radius: 40px;
    margin: 0 auto 20px;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.process-container-item h3{
	font-weight: 500;
    margin-bottom: 15px;
	color:#1a1a1a;
}

.process-container-item p{
	font-size: 15px;
    color: #777;
    line-height: 26px;
}

.faq{
	padding:60px 0;
	text-align:center;
}

.faq-container{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
	margin-top:60px;
}

.faq-item-block h3{
	background: #ffbc13;
    padding: 10px 0;
    margin-bottom: 20px;
}

.faq .faq-text img{
	width:100%;
	margin-bottom:30px;
}

.faq .faq-text h4{
	font-size:35px;
	font-weight:400;
	line-height:120%;
	margin-bottom:30px;
	color:#fff;
}

.faq .faq-text a{
	background: linear-gradient(270deg, #FF6200 0%, #FA8B07 100%);
    font-weight: 700;
    font-size: 16px;
    font-family: "Oxygen", sans-serif;
    cursor: pointer;
    color: #fff;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
    padding: 12px 0px;
    margin: 0;
    max-width: 160px;
	text-decoration:none;
}

.faq .faq-text a img{
	width:9px;
	margin: 0;
}

.faq .faq-text a:hover{
	box-shadow: 0px 0px 17px 0px #FA8B07;
    transition: 0.3s;
}

.faq-item {
	border-bottom: 2px solid #e4e4e4;
}

.faq-question {
	cursor: pointer;
    padding: 15px 40px 15px 3px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    position: relative;
    transition: color 0.3s;
    color: #1a1a1a;
    margin-bottom: 0;
    text-align: left;
}

.faq-answer {
	display: none;
    padding: 0px 30px 20px 0px;
    color: #fff;
    line-height: 150%;
    font-size: 16px;
    font-weight: 400;
    font-size: 15px;
    color: #777;
    line-height: 26px;
    text-align: left;
}

.faq-question img{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.3s ease;
	width: 20px;
}

.faq-question.active img {
	transform: translateY(-50%) rotate(180deg);
}

.clients{
	padding: 60px 0;
    background: #f6f6f6;
}

.clients-container{
	margin-top:60px;
}

.clients-item{
	padding: 25px 10px;
    text-align: center;
    border: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 95px;
    background: #fff;
}

.clients .owl-nav{
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.clients .owl-nav img{
	width:45px;
}

.clients .owl-prev{
	position:relative;
	left:-40px;
}

.clients .owl-next{
	position:relative;
	right:-40px;
}

.clients .owl-carousel .owl-stage-outer{
	z-index:99;
}

.styazhka .hero {
    margin-top: 70px;
    padding: 75px 0;
    position: relative;
    background: url(/wp-content/uploads/2025/10/styazhka-hero.png);
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.styazhka .hero:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, hsl(0deg 0% 0% / 24%), hsl(0deg 0% 0% / 24%));
}

.styazhka .hero-content{
	z-index: 9;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.styazhka .hero-content h1{
	font-size: 34px;
    color: #fff;
    text-shadow: 0px 0px 25px #1a1a1a;
}


.quiz{
	z-index: 9;
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 580px;
    background: hsl(0deg 0% 100% / 90.98%);
    padding: 30px 15px;
    margin-top: 50px;
    border-radius: 20px;
    border: 5px solid #ffbc13;
}

.quiz h2{
	margin-bottom: 15px;
    font-size: 20px;
}

.quiz p{
    line-height: 27px;
    background: #ffbc1300;
}

.quiz a{
	background: #FFBC13;
    /* color: #fff; */
    padding: 15px 20px;
    border-radius: 33px;
    display: inline-block;
    align-items: center;
    gap: 12px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    text-align: center;
    margin-top: 25px;
	cursor:pointer;
}

.quiz-popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 9999;
}

.quiz-popup h3{
	text-align: center;
    font-weight: 600;
    padding: 0 25px;
    margin-bottom: 30px;
}

.quiz-overlay {
  position: absolute;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
}

.quiz-content {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 600px;
  margin: 5% auto;
  padding: 30px 40px;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
  z-index: 10000;
  animation: popupFade 0.4s ease;
}

.quiz-close {
  position: absolute;
  right: 20px; top: 15px;
  font-size: 28px;
  cursor: pointer;
}

.progress-wrap {
    position: relative;
    margin: 20px 0;
    border: 1px solid #ffc227;
    border-radius: 10px;
}

#progressBar {
  width: 0%;
  height: 10px;
  background: #FFBC13;
  border-radius: 3px;
  transition: width 0.3s ease;
}

#progressText {
  position: absolute;
  right: 0;
  top: -25px;
  font-weight: 500;
}

#progressBar-sht {
  width: 0%;
  height: 10px;
  background: #FFBC13;
  border-radius: 3px;
  transition: width 0.3s ease;
}

#progressText-sht {
  position: absolute;
  right: 0;
  top: -25px;
  font-weight: 500;
}

.quiz-step {
  display: none;
	padding: 20px;
    border-radius: 15px;
	border: 1px solid #e4e4e4;
}

.quiz-step-sht{
	  display: none;
	padding: 20px;
    border-radius: 15px;
	border: 1px solid #e4e4e4;
}

.quiz-step-sht h4{
	font-weight: 500;
    margin-bottom: 15px;
	border: 1px solid transparent;
    padding: 2px 6px;
}

.quiz-step-sht.active {
  display: block;
}

.quiz-step h4{
	font-weight: 500;
    margin-bottom: 15px;
	border: 1px solid transparent;
    padding: 2px 6px;
}

.quiz-step.active {
  display: block;
}

.quiz-popup .buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
	border-top: 1px solid #e4e4e4;
    padding-top: 30px;
    margin-top: 30px;
}

.quiz-popup input{
	border: 1px solid #1a1a1a;
    padding: 7px 10px;
    border-radius: 10px;
    outline: none;
}

.quiz-popup button {
	background: #ffffff;
	padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s;
    border: 1px solid #ffbc13;
    color: #1a1a1a;
}

.quiz-popup label{
	display: block;
    margin-bottom: 9px;
	cursor:pointer;
}

button:hover {
  background: #ffbc13;
}

@keyframes popupFade {
  from { transform: scale(0.95); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.quiz-step .input-error {
    border: 1px solid red;
    padding: 2px 6px;
    border-radius: 4px;
}

.quiz-step .submit-error {
    border: 1px solid red;
}

.quiz-step-sht .input-error {
    border: 1px solid red;
    padding: 2px 6px;
    border-radius: 4px;
}

.quiz-step-sht .submit-error {
    border: 1px solid red;
}

label.input-error {
  border: 1px solid red;
  border-radius: 4px;
  padding: 2px 6px;
}

.thanks{
	display:none;
	text-align: center;
    line-height: 27px;
    font-size: 15px;
    color: #777;
    line-height: 26px;
}
.thanks img{
	width:55px;
}

.thanks strong{
	color: #1a1a1a;
    display: block;
    margin-bottom: 10px;
}

.styazhka .about-container-item strong{
	display: block;
	margin-bottom:5px;
}

.styazhka .about-container-services-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
    flex-direction: column;
    text-align: center;
    border: 1px solid #e4e4e4;
    padding: 20px;
	position:relative;
}

.styazhka .about-container-services-container {
    margin-top: 20px;
    border-top: 1px solid #e4e4e4;
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.styazhka .about-container-services-img{
	flex:none;
	width: 45px;
    height: 45px;
}

.styazhka .about-container-services-item h3 {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
}

.styazhka .about-container-services-item i{
	position: absolute;
    left: 20px;
    top: 8px;
    font-style: normal;
    font-size: 40px;
    font-weight: 900;
    color: hsl(0deg 0% 0% / 7.06%);
}

.need-container{
	margin-top:80px;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap:70px;
}

.need-container h4{
	font-size: 20px;
    margin-bottom: 20px;
    padding-right: 25px;
}

.need-container ul{
	list-style:none;
	margin-bottom: 20px;
}

.need-container ul li{
	margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.need-container ul li img{
	width:25px;
}

.need-container p{
	font-size: 15px;
    color: #777;
    line-height: 26px;
}

.rules-container {
    margin-top: 80px;
    display: flex;
    gap: 40px;
    align-items: center;
    background: #f6f6f6;
    padding: 25px;
    border-radius: 10px;
}

.rules-item img{
	width:70px;
}

.rules-item h4{
	margin-bottom:20px;
}

.rules-item ul{
	list-style:none;
}

.rules-item li{
	font-size: 15px;
    color: #777;
    line-height: 24px;
	margin-bottom:10px;
}

.styazhka .about-container-services-item img {
    width: 50px;
}

.styazhka .about-container-services-img{
	padding: 0 35px;
	height: 70px;
}

.price{
	text-align: center;
    margin: 50px auto 0;
    max-width: 480px;
    background: #ffbc13;
    padding: 35px;
    box-shadow: 0px 0px 0px 5px #ffbc13;
    border: 5px solid #ffffff;
}

.price h4{
	font-size: 25px;
    margin-bottom: 26px;
}

.price span{
	background: #fff;
    padding: 7px 15px;
    display: inline-block;
}

.price a{
	display: inline-block;
    margin-top: 28px;
    cursor: pointer;
}

.portfolio{
	text-align: center;
    padding: 60px 0;
    background: #f6f6f6;
}

.portfolio-container{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.portfolio-container a img{
	width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: center;
    cursor: zoom-in;
}

.styazhka .faq-container{
	grid-template-columns: repeat(1, 1fr);
}

.need-table {
    border-collapse: collapse;
    font-size: 16px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }

.need-table thead tr {
    background-color: #383838;
    color: #ffffff;
    text-align: center;
  }

.need-table th,
.need-table td {
    padding: 11px 15px;
    text-align: center;
  }

.need-table tbody tr {
    border-bottom: 1px solid #dddddd;
  }

.need-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
  }

.need-table tbody tr:last-of-type {
    border-bottom: 1px solid #808080;
  }

.need-table tbody tr:hover {
    background-color: #f6f6f6;
    transition: 0.3s;
  }

.shtukaturka .hero{
	margin-top: 70px;
    padding: 75px 0;
    position: relative;
    background: url(/wp-content/uploads/2025/10/shtukaturka-hero.jpg);
    background-size: cover;
    background-position: 50% 16%;
    background-repeat: no-repeat;
}

footer{
	background: #1a1a1a;
    padding: 60px 0;
}

.footer-container{
	display: grid;
        grid-template-columns: 1.2fr 2fr;
    gap: 30px;
}

footer nav img{
	width:20px;
}

.footer-item .logo{
	float:none;
	max-width:100px;
}

.footer-item p{
	color:#fff;
	display:block;
	margin-top:20px;
}

.footer-item-contact img{
	width:27px;
}

.footer-item-contacts-container{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.footer-item-contact{
	display: flex;
    gap: 16px;
   	border: 1px solid #3d3d3d;
    padding: 15px;
	align-items: center;
}

.footer-item-contact-txt span{
	display:block;
}

.footer-item-contact-txt span:nth-child(1){
	color:#fff;
	font-weight:600;
	margin-bottom: 6px;
}

.footer-item-contact-txt span:nth-child(2){
	color:#fff;
	font-weight:400;
	font-size:14px;
}

footer .logo-box{
	float:none;
	color:#fff;
}

footer .logo-box span{
	position:relative;
	top:12px;
}

.copyright{
	text-align: center;
    font-size: 14px;
    padding: 12px 0 10px;
}

.icon-call img{
	width: 28px;
	position: relative;
    top: -3px;
}

.call {
	width: 70px;
    height: 70px;
    background: #ffbc13;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    bottom: 35px;
    right: 50px;
    color: #fff;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
  a {
		display: block;
		text-decoration: none;
		outline: 0;
		height: 100%;
		width: 100%;
		cursor: pointer;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9;
  }
  &:before {
		border: none;
		animation: 4s linear 0s normal none infinite running spin;
		border-color: #ffbc13 transparent transparent;
		border-radius: 50%;
		border-right: 3px solid transparent;
		border-style: solid;
		border-width: 3px;
		bottom: -15px;
		content: "";
		left: -15px;
		position: absolute;
		right: -15px;
		top: -15px;
  }
  &:after {
		border: none;
		animation: 2s linear 0s normal none infinite running spin;
		border-color: #ffbc13 transparent transparent;
		border-image: none;
		border-radius: 50%;
		border-right: 2px solid transparent;
		border-style: solid;
		border-width: 2px;
		bottom: -5px;
		content: "";
		left: -5px;
		position: absolute;
		right: -5px;
		top: -5px;
  }
}

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

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

.textInfo {
	position: absolute;
	padding-top: 19px;
	width: 100px;
	height: 95px;
	background: $blue;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	z-index: 6;
	border-radius: 50%;
	font-family: 'Roboto Condensed', sans-serif;
	animation-duration: 9s;
	animation-iteration-count: infinite;
	animation-name: textInfoAnim;
	animation-play-state: running;
	animation-timing-function: ease-in-out;
	transform: scale(0, 0);
	opacity: 0;
}

@keyframes textInfoAnim {
	0%{
		transform: scale(0, 0);
		opacity: 0;
  }

	40%{
		transform: scale(0, 0) rotate(0deg);
		opacity: 0;
  }

	50%{
		transform: scale(1, 1) rotate(360deg);
		opacity: 1;
  }

	79%{
		transform: scale(1, 1) rotate(360deg);
		opacity: 1;
  }

	89%{
		transform: scale(0, 0) rotate(-360deg);
		opacity: 0;
  }
}

.iconPhone {
	line-height: 100px;
	font-size: 50px;
}

.shake.shake-constant {
	animation: shake-base 1800ms ease-in-out 0s infinite;
}

@keyframes shake-base{
	0%{
		transform: translate(0px, 0px) rotate(0deg);
  }

	9%{
		transform: translate(0px, 0px) rotate(0deg);
  }

	10%{
		transform: translate(0.5px, -0.5px) rotate(-0.5deg);
  }

	12%{
		transform: translate(0.5px, -1.5px) rotate(-0.5deg);
  }

	14%{
		transform: translate(-0.5px, 0.5px) rotate(-1.5deg);
  }

	16%{
		transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }

	18%{
		transform: translate(1.5px, 1.5px) rotate(0.5deg);
  }

	20%{
		transform: translate(-2.5px, 0.5px) rotate(0.5deg);
  }

	22%{
		transform: translate(-0.5px, 0.5px) rotate(-0.5deg);
  }

	24%{
		transform: translate(1.5px, -1.5px) rotate(0.5deg);
  }

	26%{
		transform: translate(-2.5px, 1.5px) rotate(-0.5deg);
  }

	28%{
		transform: translate(-2.5px, 0.5px) rotate(-0.5deg);
  }

	30%{
		transform: translate(1.5px, 1.5px) rotate(-0.5deg);
  }

	32%{
		transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }

	34%{
		transform: translate(1.5px, 1.5px) rotate(-0.5deg);
  }

	36%{
		transform: translate(1.5px, -1.5px) rotate(-0.5deg);
  }

	38%{
		transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  }

	40%{
		transform: translate(0.5px, -2.5px) rotate(-0.5deg);
  }

	42%{
		transform: translate(-2.5px, -0.5px) rotate(-0.5deg);
  }

	44%{
		transform: translate(-2.5px, -0.5px) rotate(-0.5deg);
  }

	46%{
		transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
  }

	48%{
		transform: translate(-2.5px, 1.5px) rotate(-0.5deg);
  }

	50%{
		transform: translate(-0.5px, -2.5px) rotate(0.5deg);
  }

	52%{
		transform: translate(0.5px, 1.5px) rotate(-1.5deg);
  }

	54%{
		transform: translate(-0.5px, -2.5px) rotate(0.5deg);
  }

	56%{
		transform: translate(-0.5px, 0.5px) rotate(-0.5deg);
  }

	58%{
		transform: translate(-0.5px, 1.5px) rotate(0.5deg);
  }

	60%{
		transform: translate(0.5px, -2.5px) rotate(0.5deg);
  }

	62%{
		transform: translate(0, 0) rotate(0deg);
  }

	98%{
		transform: translate(0, 0) rotate(0deg);
  }
}

.price i{
	font-style:normal;
}

.quiz-popup{
	align-items: center;
	justify-content: center;
}

.container{
    width:100%;
    margin:0 auto;
}

.row{
    display: inline-block;
    width:100%;
}

.row-flex{
    display: flex;
}

.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-12{
    padding:0 15px;
    float: left;
}

.col-md-1 {
    width: 8.33%;
}

.col-md-2 {
    width: 16.67%;
}

.col-md-3 {
    width: 25%;
}

.col-md-4 {
    width: 33.33%;
}

.col-md-5 {
    width: 41.67%;
}

.col-md-6 {
    width: 50%;
}

.col-md-7 {
    width: 58.33%;
}

.col-md-8 {
    width: 66.67%;
}

.col-md-9 {
    width: 75%;
}

.col-md-10 {
    width: 83.33%;
}

.col-md-11 {
    width: 91.67%;
}

.col-md-12 {
    width: 100%;
}

@media(max-width:991px){
	header nav ul{gap: 30px;}
	.about-container-item>img{display:none;}
	.about-container {grid-template-columns: 1fr;gap: 50px;position: relative;}
	.years{right: 0;top: 40px;box-shadow: 0px 0px 5px hsl(0deg 0% 0% / 17%);}
	.years strong{font-size:30px;}
	.about-container-item h2{    padding-right: 152px;margin-bottom: 15px;font-size: 22px;}
	.about-container-services-item{flex-direction: column;justify-content: center;text-align: center;}
	.home .about {padding: 130px 0 30px;}
	.why-container{grid-template-columns: repeat(1, 1fr);}
	.process-container-item {padding: 30px 30px;}
	.faq-container{grid-template-columns: repeat(1, 1fr);gap: 50px;}
	.faq-item-block h3{margin-bottom:10px;}
	.footer-container {display: grid;grid-template-columns: 1fr;gap: 30px;}
	.footer-item-contacts-container{grid-template-columns: repeat(1, 1fr);}
	.portfolio-container{grid-template-columns: repeat(3, 1fr);}
	.need-container {margin-top: 60px;display: grid;grid-template-columns: repeat(1, 1fr);gap: 50px;text-align: center;}
	.rules-container{flex-direction: column;text-align: center;gap: 30px;}
	.call{width: 50px;height: 50px;}
	.icon-call img {width: 20px;top: -8px;}
}

@media(max-width:767px){
	.process-container{grid-template-columns: repeat(1, 1fr);gap:40px;}
	.steps-circle{display:none;}
	.process-container-item {border: none !important;padding:0;}
	.process-container-item h3{margin-bottom: 10px;}
	header .logo-box{display:none;}
	.callback{display:none;}
	header nav {float: none;}
	header{padding: 12px 0;}
	header nav ul{justify-content: space-between;margin: 0px 0 0 0;}
	.clients .owl-next{right:-6px;}
	.clients .owl-prev{left: -6px;}
	.clients-item{font-size:14px;}
	.clients .owl-nav{z-index: 99;top: 38%;}
	.clients .owl-nav img {width: 20px;}
	h2{font-size:20px;margin-bottom: 20px;}
	.faq-container{margin-top:40px;}
	.faq-question img{right:0;}
	.faq-answer{padding: 0px 0px 20px 0px;line-height: 22px;}
	.clients{text-align:center;}
	.top-line-container img {width: 12px;}
	.top-line-container a{font-size:13px;}
	.top-line-container span{font-size:13px;}
	.why-item p{line-height: 22px;}
	.about-container-item p{line-height: 24px;}
	.about-container-services-img{padding: 17px 30px;}
	.why-item {gap: 10px;flex-direction: column;justify-content: center;text-align: center;}
	.why-container{gap:35px;}
	.years{position: relative;top: 0;left: 0;right: auto;display: flex;align-items: center;gap: 5px;justify-content: center;}
	.about-container-item h2{padding-right:0;}
	.about-container-item{text-align:center;}
	 .home .about {padding: 100px 0 0px;}
	.portfolio-container{grid-template-columns: repeat(2, 1fr);}
	.price{padding: 20px;}
	.price h4 {font-size: 20px;}
	.price i{display:block;}
	.price strong{display:none;}
	.price span{display:block;}
	.styazhka .about-container-services-container{grid-template-columns: repeat(2, 1fr);}
	.styazhka .hero{margin-top: 35px;}
	.styazhka .hero-content h1{font-size:24px;}
}

@media(max-width:576px){
	.portfolio-container a img{height: 140px;}
	.quiz-content{padding: 20px 20px;}
	.quiz-popup h3{font-size:16px;}
	.quiz-close{right: 10px;top: 0px;}
	.quiz-popup input[type="text"]{width: 100%;margin-bottom: 15px;}
	.need-container ul li{text-align:left;}
}

@media(max-width:480px){
	.styazhka .about-container-services-container{grid-template-columns: repeat(1, 1fr);}
}

@media(max-width:380px){
	.portfolio-container a img{height: 120px;}
}

@media(min-width:576px){
    .container{
        max-width: 540px;
    }
}

@media(min-width:768px){
    .container{
        max-width: 720px;
    }
}

@media(min-width:992px){
    .container{
        max-width: 960px;
    }
}

@media(min-width:1200px){
    .container{
        max-width: 1140px;
    }
}

@media(min-width:1400px){
    .container{
        max-width: 1320px;
    }
}

@media(min-width:1550px){
    .container{
        max-width: 1450px;
    }
}

@media(min-width:1700px){
    .container{
        max-width: 1600px;
    }
}