/*!
Theme Name: Garage-team
Author: Developer Vladislav Suroviy
Author URI: https://t.me/Vladislav_Suroviy
Version: 1.0.0

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*==================================fonts */
@font-face {
	font-family: "Gilroy";
	src: url("assets/fonts/Gilroy-Regular.eot"); /* IE9 Compat Modes */
	src: url("assets/fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("assets/fonts/Gilroy-Regular.woff") format("woff"),
		/* Pretty Modern Browsers */ url("assets/fonts/Gilroy-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
	font-weight: 400;
}

@font-face {
	font-family: "Gilroy";
	src: url("assets/fonts/Gilroy-Bold.eot"); /* IE9 Compat Modes */
	src: url("assets/fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("assets/fonts/Gilroy-Bold.eot") format("woff"),
		/* Pretty Modern Browsers */ url("assets/fonts/Gilroy-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
	font-weight: 700;
}

@font-face {
	font-family: "Gilroy";
	src: url("assets/fonts/Gilroy-Black.eot"); /* IE9 Compat Modes */
	src: url("assets/fonts/Gilroy-Black.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("assets/fonts/Gilroy-Black.eot") format("woff"),
		/* Pretty Modern Browsers */ url("assets/fonts/Gilroy-Black.ttf") format("truetype"); /* Safari, Android, iOS */
	font-weight: 900;
}

/* --------------SPECIFICATION--------------------- */
:root {
	--font-gilroy: Gilroy, sans-serif;
	--btn-color: #1e6ee8;
	--btn-color-hover: #4a92ff;
	--btn-color-pressed: #0047b4;
	--color--text: #000000;
	--color-nav: #323232;
	--color-text-white: #ffffff;
	--color-footer: #212d3c;
	--pading-container: 30px 0;
}

a {
	color: #000000;
}

body {
	font-family: var(--font-gilroy);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3em;
	color: var(--color-text);
}

.container {
	max-width: 1330px;
	margin: 0 auto;
	padding: 0 15px;
}

button {
	border: none !important;
	cursor: pointer;
}

.pos-r_mod {
	position: relative;
}

.title-mod {
	font-weight: 700;
	font-size: 28px;
	margin: 20px 0 41px 14px;
	line-height: 1.2em;
}

.shadow-title-mod {
	width: 110%;
	max-width: 600px;
	font-weight: 900;
	font-size: 80px;
	line-height: 1.2em;
	position: absolute;
	top: -33px;
	color: #f4f4f4;
	z-index: -2;
	margin-bottom: 10px;
}

.padd {
	padding: var(--pading-container);
}

.display-none {
	display: none;
}
.display-hide {
	display: none;
	
}

.btn_mod {
	padding: 14px 28px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2em;
	background: var(--btn-color);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	color: var(--color-text-white);
	border-radius: 5px;
	transition: 0.2s ease-in;
}

.btn_mod:hover {
	background: var(--btn-color-hover);
}

.btn_mod:active {
	background: var(--btn-color-pressed);
}

/* --------------HEADEER--------------------- */
.header {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	top: -40px;
	position: sticky;
	z-index: 100;
	background: #fff;
	height: 162px;
	display: grid;
	align-items: center;
}

.header__sticky {
	height: 120px;
	position: sticky;
	top: 0;
}

.header__b-one {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.header__logo {
	margin-right: auto;
	transition: .2s ease-in;
}

.header__logo-mobile {
	display: none;
}

.header__adress {
	position: relative;
	min-width: 264px;
	text-align: start;
	margin-left: 30px;
	margin-right: 20px;
	font-weight: 700;
}

.header__adress::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background: url("assets/img/maps.svg") no-repeat;
	top: 50%;
	left: -15%;
	transform: translateY(-50%);
}

.header__b-lang {
	display: flex;
	color: var(--color-text-white);
	margin-right: 80px;
	width: 106px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-size: 18px;
	gap: 4px;
	margin-top: 1px;
}

.header__lang {
	color: var(--color--text);
	padding: 14px;
	border-radius: 5px;
	background: var(--color-text-white);
	transition: 0.2s ease-in;
    border: 1px solid var(--color-text-white);
}

.header__lang:hover {
	border: 1px solid var(--btn-color);
}

.header__lang--active {
	color: var(--color-text-white);
	background: var(--btn-color);
}

.header__phone {
	position: relative;
	margin-right: 10px;
	color: var(--color--title);
}

.header__phone:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 51px;
	background: url("assets/img/akar-icons_phone.svg") no-repeat;
	top: 50%;
	left: -35%;
	transform: translateY(-50%);
	background-size: 100%;
	transition: 0.1s ease-in;
}

.header__phone:hover:before {
	transform: translateY(-60%);
	left: -42%;
	background-size: 120%;
}

.header__b-two {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav__list {
	display: flex;
	gap: 40px;
}

.nav_item a {
	color: var(--color-nav) !important;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
}

.nav_item:hover a {
	color: var(--color-nav) !important;
		border-bottom: 2px solid var(--btn-color);

}

/* --------------HOME SECTION--------------------- */
.home {
	padding: 40px 0 120px;
	display: flex;
	justify-content: space-between;
	background: url("assets/img/home-background.svg") 100% no-repeat;
}

.home__b-txt {
	margin-top: 169px;
	color: var(--color-nav);
}

.home__title {
	font-size: 57px;
	line-height: 1.2em;
	font-weight: 900;
	color: var(--color--title);
	margin-bottom: 14px;
	max-width: 545px;
}

.home__txt {
	font-size: 43px;
	font-weight: 700;
	line-height: 1.2em;
	max-width: 420px;
	margin-bottom: 30px;
}

.home__img {
	margin-right: 39px;
}

/* --------------TECHNOLOGY SECTION--------------------- */

.technology {
	padding-top: 60px;
}

.technology__bl {
	line-height: 1.2em;
	font-weight: 700;
	max-width: 1920px;
	margin: 0 auto;
}

.technology__img-line {
	width: 100%;
}

.container-technology {
	max-width: 1330px;
	margin: 0 auto;
	padding: 0 15px;
}

.technology__list {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.technology__txt-left {
	display: block;
	text-align: start;
}

.technology__list li {
	text-align: center;
}

.list-marg {
	margin-bottom: 60px;
}

.technology__list li img {
	margin: 5px auto 10px;
}

.technology-dot {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50px;
	background: #1e6ee8;
	transition: 0.3s ease-in;
	margin-bottom: 5px;
}

li:hover .technology-dot {
	box-shadow: 0 0 15px 8px #4a92ff;
}

.technology__item-1 {
	margin-top: -42px;
	width: 138px;
	height: 216px;
}

.technology__item-2 {
	margin-top: -87px;
	width: 201px;
	height: 234px;
}

.technology__item-3 {
	margin-top: -135px;
	width: 201px;
	height: 216px;
}

.technology__items-1 {
	margin-top: -137px;
	width: 175px;
	height: 216px;
}

.technology__items-2 {
	margin-top: -90px;
	width: 246px;
	height: 216px;
}

.technology__items-3 {
	margin-top: -44px;

	width: 171px;
	height: 216px;
}

.line__mobile {
	display: none;
}



/* --------------COLORS TOP SECTION--------------------- */
.colors-top {
	background: url("assets/img/background-wheel.svg") no-repeat center center / cover;
	background-size: 100%;
	position: relative;
}

.colors__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 auto;
}

.colors__item {
	width: 310px;
	height: 523px;
	padding: 117px 42px;
	background: #fff;
	text-align: center;
	border-radius: 5px;
}

.colors__item img {
	width: 210px;
	height: auto;
	margin: 0 auto 60px;
}

.colors__item span {
	font-style: normal;
	font-weight: 700;
	line-height: 1.2em;
	font-size: 16px;
}

/* --------------OUR_WORK SECTION--------------------- */

.our-work-wr {
	display: flex;
	justify-content: space-between;
}

.our-vork__item {
	margin-bottom: 20px;
	display: flex;
}

.our-vork__item span:first-child {
	display: inline-block;
	width: 196px;
}

.our-vork__item span:last-child {
	display: inline-block;
	width: 253px;
}

.our-work-bl {
	display: flex;
}

.our-work__wr-img {
	display: flex;
	gap: 19px;
}

.our-work__img span {
	position: absolute;
	bottom: -8px;
	left: -8px;
	padding: 28px 39px;
	font-weight: 700;
	font-size: 28px;
	background: #f4f4f4;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

.our-work__b-arrow {
	display: flex;
	justify-content: center;
}

.our-work__b-btn {
	display: flex;
	justify-content: space-between;
	width: 120px;
}

/* --------------REVIEWS SECTION--------------------- */

/* -------------- TOP-10 SECTION--------------------- */
.top-10__wrapp-fl {
	display: flex;
	justify-content: space-between;
	gap: 0 20px;
}

.top-10__wr {
	max-width: 640px;
	width: 50%;
}

.top-10__img-b {
	display: flex;
	align-items: end;
}

.top-10__background {
	padding: 0 92px 88px 92px;
	background: var(--btn-color);
	max-width: 640px;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 5px;
}

.top-10__background img {
	margin-top: -145px;
}

/* -------------- CONTACTS-SECTION--------------------- */

.contacts {
	padding: 30px 0 90px;
}

.contacts-wrapp {
	display: flex;
	margin-top: 20px;
}

.contacts__sadow {
	max-width: 650px;
}

.contacts-form {
	margin-right: 20px;
}

.contacts__wr-map {
	display: flex;
	max-height: 750px;
}

.contacts__b-adress {
	display: flex;
	gap: 20px;
}

.contacts__b-tel-mail {
	padding: 25px 25px 20px 25px;
	width: 365px;
	background: #f4f4f4;
}

.contacts__tel-mail-title {
	margin: 0;
}

.contacts__tel {
	display: block;
}

.contacts__mail img {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-bottom: -6px;
	margin-right: 6px;
}

.contacts__tel-mail-title {
	display: block;
	margin-bottom: 10px;
}

.contacts__tel {
	margin-bottom: 10px;
}

.contacts__tel img {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-bottom: -6px;
	margin-right: 6px;
}

.contacts__b-adress-txt {
	padding: 25px 12px 25px 25px;
	width: 385px;
	background: #f4f4f4;
}

.contacts__b-adress-txt img {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-bottom: -6px;
	margin-right: 4px;
}

.contacts__b-adress-txt li {
	margin-bottom: 10px;
}

.contacts__adress {
	display: flex;
	margin: 0 0 20px 0;
}

.contact__b-google-maps {
	margin-top: 20px;
    display: flex;
    align-items: stretch;
    height: 500px;
}

.google__maps {
	display: flex;
	width: 100%;
	height: auto;
	align-items: stretch;
}

/* --------------FOOTER--------------------- */

.footer {
	padding: 60px 0 83px;
	background: var(--color-footer);
	color: var(--color-text-white);
}

.footer__wrapp {
	display: flex;
}

.footer__list {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.footer__item:nth-child(1) {
	max-width: 318px;
}

.footer__item-logo {
	width: 318px;
}

.footer__item-qr-code {
	margin: 20px auto 0;
}

.footer__nav-item {
	margin-bottom: 10px;
}

.footer__nav-item:last-child {
	margin-bottom: 0;
}

.footer__nav-item a {
	font-size: 16px;
	color: var(--color-text-white);
}

.footer__nav-item:nth-child(1) a {
	font-size: 36px;
}

.footer__adress-item img {
	display: inline-block;
	margin-bottom: -6px;
	margin-right: 4px;
}

.footer__adress-item {
	margin-bottom: 10px;
}

.footer__adress-item:nth-child(1) {
	font-size: 28px;
}

.footer__b-end {
	display: flex;
	margin-top: 33px;
	text-align: center;
	justify-content: center;
}

.footer__end-txt {
	display: block;
	max-width: 505px;
}

/* slider */


.sliders-blok-mobile.swiper.swiper_mobile {
	display: none;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -60px!important;
}




/* FORM */

.contacts-form {
	padding: 73px 50px;
	background: #F4F4F4;
}

form {
	max-width:420px;
	margin:50px auto; 
}

.feedback-input {
  color:var(--color--text );
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  border:2px solid #F4F4F4;
  transition: all 0.3s;
  padding: 16px 0 17px 47px;
  margin-bottom: 20px;
  width:100%;
  height: 54px;
  box-sizing: border-box;
  outline:0;
}

textarea.feedback-input {
	padding: 16px 0 17px 17px;
}

.feedback-input:focus { border:2px solid #1E6EE8; }

textarea {
  margin-top: 20px;
  resize:vertical;
  min-height: 200px;
}

[type="submit"] {
  width: 100%;
  height: 50px;
  background:#1E6EE8;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color: #fff;
  font-size:24px;
  padding-top:14px;
  padding-bottom:14px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
  font-size: 18px;
}
[type="submit"]:hover { background:#4A92FF; }


[type="text"] {
	background: #fff url(assets/img/user_form.svg) no-repeat 15px 14px;
    background-size: auto 40%;
}

[type="tel"] {
	background: #fff url(assets/img/phone_form.svg) no-repeat 15px 14px;
    background-size: auto 40%;
}

.form-modal
{
    max-width: 100%;
	padding: 0 50px;
}

form span
{
	display: block;
    font-weight: 700;
	font-size: 28px;
	line-height: 120%;
}


.btn-mob-wr {
	display: none;
}

.btn__google {
	margin-top: 40px;
	text-align: center;
}

.btn__google-reviews {
	padding: 5px 10px ;
	font-size: 16px;

}

.ti-rating-text {
	display: none;
}

.reviews {
	overflow-x: hidden;
}

.scotch-modal.fade-and-drop.scotch-open.scotch-anchored {
    position: fixed;
}

.our-work__b-btn {
	position: relative;
}

.feedback-input {
	margin: 0;
}

.feedback-input:nth-child(2){
	margin: 0 0 40px 0;
}

.form-modal span {
	margin-bottom: 30px;
}

.work-slider {
	display: block;
	max-width: 100%;
}

.slick-slide {
	width: 80%;
}

.sliders__block-img {
	width: 100%;
	padding: 0 0 20px 20px;
}

.slick-dotted.slick-slider {
    width: 600px;
}


.work-slider .slick-dots   {
	display: none!important;
}

.work-slider1 .slick-dots   {
	display: none!important;
}

.slick-dotted.slick-slider {
	max-width: 600px;
	width: 100%;
}

.our-work__img img {
	width: 310px;
}

.our-work-bl button.slick-prev {
	display: none!important;
}

.our-work-bl button.slick-next {
	display: none!important;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99998;
    background-color: rgba(0, 0, 0, .3);
    display: grid;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s, visibility .4s;
}

.modal__box {
    position: relative;
    max-width: 500px;
    padding: 45px;
    z-index: 1;
    margin: 30px 15px;
    background-color: white;
    box-shadow: 0px 0px 17px -7px rgba(34, 60, 80, 0.2);
    transform: scale(0);
    transition: transform .8s;
}

.modal__close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    background-color: transparent;
    padding: 5px;
    cursor: pointer;
}

.modal__close-btn svg path {
    transition: fill .4s;
}

.modal__close-btn:hover svg path {
    fill: blue;
}

.modal__close-btn:active svg path {
    fill: rgb(186, 53, 0);
}

.modal.open {
    visibility: visible;
    opacity: 1;
}

.modal.open .modal__box {
    transform: scale(1);
}

/*active*/

.header__b-lang >  a:focus-visible{
    color: var(--color-text-white);
    background: var(--btn-color);
}

.title-mod::before {
	position: absolute;
	display: block;
	content: '';
	background: url('./assets/img/vertical-line.svg') 100% no-repeat ;
	top: 0;
	left: 0;
	width: 4px;
	height: 34px;
}

