/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
::selection {background: #000; color:#fff;}
::-moz-selection {background: #000; color:#fff;}

footer ::selection {background: #fff; color:#000;}
footer ::-moz-selection {background: #fff; color:#000;}

.breadcrumbs_block ::selection {background: #fff; color:#000;}
.breadcrumbs_block ::-moz-selection {background: #fff; color:#000;}

.cleancode_block ::selection {background: #fff; color:#000;}
.cleancode_block ::-moz-selection {background: #fff; color:#000;}



body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'Titillium Web', Arial;
	font-weight:300;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	background-color:#fff;
}
#page {overflow-x:hidden; position:relative; z-index:5;}

.preloader_hide {opacity:0;}
#preloader {position:fixed; left:50%; top:50%; width:32px; height:32px; margin:-16px 0 0 -16px; display:block;}

section {background-color:#fff;}

.container {padding-left:0; padding-right:0;}

.parallax {
	background-position:0 0;
	width:100%;
	background-attachment:fixed !important;
}

a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #000 !important;
	border:0 !important;
}

textarea {resize: none;}

img {
	outline:0;
	vertical-align:top;
	border:0;
	max-width:100.1%;
	height:auto;
}

a {color:#999; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
a:hover, a:focus {text-decoration:none; color:#333;}




.margbot0 {margin-bottom:0;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px;}
.margbot20 {margin-bottom:20px;}
.margbot25 {margin-bottom:25px;}
.margbot30 {margin-bottom:30px !important;}
.margbot40 {margin-bottom:40px;}
.margbot50 {margin-bottom:50px;}
.margbot60 {margin-bottom:60px;}
.margbot70 {margin-bottom:70px;}
.margbot80 {margin-bottom:80px;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padtop0 {padding-top:0 !important;}

.overlay {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(48,166,124,0.5);
}
.relative_block {position:relative; z-index:5;}



        .marquee {
            background: #c93c00;
            color: #ffffff;
            padding: 10px 0;
            overflow: hidden;
            font-family: 'Titillium Web', Arial;;
            font-weight: bold;
            font-size: 20px;
        }
        .marquee-content {
            display: inline-block;
            white-space: nowrap;
            animation: scroll 15s linear infinite;
        }
        @keyframes scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }




/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
hr {border-color:#ededed;}

ul, ol {padding:0; margin:0;}
li {padding:0; margin:0; list-style:none;}

p {margin:0 0 20px;}


h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-family:  'Titillium Web', Arial;
	text-transform:none;
	font-weight:300;
	color:#333;
}
h1 {margin:0 0 26px; line-height:46px; font-size:46px;}
h2 {margin:0 0 26px; line-height:40px; font-size:50px;}
h2 b {font-weight:500;}
h3 {margin:0 0 21px; line-height:25px; font-size:22px;}
h3 b {font-weight:900;}
h4 {margin:0 0 34px; line-height:25px; font-size:20px;}
h4 b {font-weight:500;}
h5 {margin:0 0 15px; line-height:20px; font-size:15px;}
h6 {margin:0 0 15px; line-height:20px; font-size:12px;}

.center {text-align:center;}
.right {text-align:right;}

.color_text {color:#30a67c;}
.color_dark {color:#505050;}
.color_light {color:#979797;}
.color_white {color:#fff;}
.color_red {color:#c10707;}
.color_yellow {color:#fec400;}

.color_bg {background:#30a67c;}

/* __________ blockquote __________ */
blockquote {position:relative; margin: 0 0 13px; padding:0 0 0 47px; border:0; font-style:italic; font-size:16px; color:#979797;}
blockquote:before {content:'“'; position:absolute; left:15px; top:13px; font-style:italic; font-size:70px; color:#979797;}






/*-----------------------------------------------------------------------------------*/
/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/
/* __________ Buttons __________ */
.btn {
	margin: 0;
	padding: 24px 27px 22px;
	border:2px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	text-transform:uppercase;
	font-weight: 900;
	line-height: 20px;
	font-size: 13px;
	color:#999;
	text-shadow: none;
	background-image: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:hover {color:#C93C00; border-color:#C93C00;}

.btn-active {background-color:#C93C00; color:#fff; border-color:#ffffff;}
.btn-active:hover {color:#fff;}


.btn-lg {padding:19px 30px; font-size:18px;}
.btn-sm {padding: 6px 20px 5px; font-size:13px;}
.btn-xs {padding: 2px 15px 3px; font-size:11px;}


.btn_shortcodes .btn {margin:0 7px 10px 0;}
.btn_shortcodes .btn:last-child {margin-right:0;}


.ie .btn, .ie .btn-default {filter:none !important;}






/* __________ breadcrumb __________ */
.breadcrumbs_block {
	padding:81px 0;
	background-image:url(../images/clean_code_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.breadcrumbs_block h2 {
	margin-bottom:15px;
	line-height:80px;
	font-size:80px;
	color:#fff;
}
.breadcrumbs_block p {
	margin:0;
	line-height:34px;
	font-size:26px;
	color:#999;
}










/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
	position:relative;
	height:80px;
	background-color:#fff;
}


/* __________ Logo __________ */
.logo {float:left;}
.logo img {
	width: 200px;
}
.logo {
	margin-top: 15px;
}



/* __________ Menu __________ */
.menu_block {
	position:relative;
	z-index:9999;
	left:0;
	top:0;
	right:0;
	height:80px;
	width:100%;
	background-color:#fff;
	box-shadow:0 2px 3px rgba(0,0,0,0.1);
}

.navmenu ul li {
	position:relative;
	display:inline-block;
}
.navmenu ul li a {
	display:block;
	margin:0 0 0 -3px;
	padding:30px 20px;
	text-transform:uppercase;
	font-weight:900;
	line-height:20px;
	font-size:13px;
	color:#666;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.navmenu li:hover a,
.navmenu li.active a {
	color:#333;
}

/* Sub menu */
.sub-menu ul {
	display: none;
	position: absolute;
	z-index: 9990;
	width: 180px;
	left: 50%;
	top: 100%;
	padding: 0;
	margin: 0 0 0 -90px;
}
.sub-menu.last ul {right:0; left:auto;}
.sub-menu ul:before {
	content:'';
	position:absolute;
	left:50%;
	top:-6px;
	margin-left:-5px;
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 6px solid #1c1c1c;
}

.sub-menu ul li  {
	margin:0;
	padding:0;
	width:100%;
	border-top: 0;
}
.sub-menu ul li a {
	position:relative;
	margin:0;
	padding: 15px 5px 14px 21px;
	font-weight:400;
	text-align:left;
	font-size:12px;
	color:#999 !important;
	background:#1c1c1c;
	border-bottom:1px solid #282828;
}
.sub-menu ul li:last-child a {border-bottom:0;}

.sub-menu ul li.active a, .sub-menu ul li a:hover {color:#fff !important; background:#161616;}

















/*-----------------------------------------------------------------------------------*/
/*	HOME
/*-----------------------------------------------------------------------------------*/
#home {position:relative;}



/* Text Block Styles */
.text-block {
    max-width: 800px;
    margin: 60px auto 60px;
    padding: 0 20px;
    text-align: center;
}

.section-header {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
}

.section-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #C93C00;
}

.section-text {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.8;
    margin: 0 auto;
    font-weight: 300;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-header {
        font-size: 26px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    
    .section-text {
        font-size: 16px;
        line-height: 1.7;
    }
}

@media (max-width: 480px) {
    .text-block {
        margin-bottom: 40px;
        margin-top: 30px;
    }
    
    .section-header {
        font-size: 22px;
        letter-spacing: 0.5px;
    }
    
    .section-header::after {
        width: 40px;
        height: 2px;
    }
    
    .section-text {
        font-size: 15px;
        line-height: 1.6;
    }
}


/*-----------------------------------------------------------------------------------*/
/*	ABOUT
/*-----------------------------------------------------------------------------------*/
/* Unique Tours Section */
.xtreme-custom-tours {
  padding: 40px 0;
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.xtreme-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 20px 0;
}

.xtreme-container {
  padding: 0 280px;
}

.xtreme-header {
  text-align: center;
  margin-bottom: 30px;
}

.xtreme-header h2 {
  font-size: 45px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  margin-top: 0 !important;
  text-transform: uppercase;
  font-family: 'Titillium Web';
  line-height: 1em;
}

.xtreme-header p {
  font-size: 18px;
  color: #979797;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 0px;
}

.xtreme-feature-card {
  background: white;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.05);
  border: 1px solid #eaeaea;
  transition: all 0.3s ease;
}

.xtreme-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(201, 60, 0, 0.1);
}

.xtreme-card-icon {
  color: #C93C00;
  font-size: 28px;
  margin-bottom: 15px;
}

.xtreme-card-title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
  font-size: 20px;
}

.xtreme-card-text {
  color: #555;
  line-height: 1.2;
  margin: 0;
}

.xtreme-card-text strong {
  color: #C93C00;
  font-weight: 600;
}

.xtreme-card-note {
  font-size: 13px;
  color: #888;
}

.xtreme-cta-block {
  text-align: center;
  margin-top: 30px;
}

.xtreme-includes {
  color: #666;
  margin-bottom: 25px;
  font-size: 16px;
}

.xtreme-include-item {
  color: #C93C00;
  font-weight: 500;
}

.xtreme-cta-btn {
  display: inline-block;
  background: #C93C00;
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.xtreme-cta-btn:hover {
  background: #a03000;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(201, 60, 0, 0.3);
}



@media (max-width: 576px) {
  .xtreme-header {
    margin-bottom: 15px !important;
  }

  .xtreme-header h2 {
    font-size: 24px !important;
    margin: 0 !important;
  }
  
  .xtreme-header p {
    font-size: 13px;
    margin-top: 0px !important;
  }
}

@media (max-width: 768px) {
  .xtreme-header h2 {
    font-size: 28px;
  }
}


/* Мобильная адаптация */
@media (max-width: 480px) {
  .xtreme-custom-tours {
    padding: 30px 0;
    margin: 0px 0;
  }

  .xtreme-container {
    padding: 0 15px;
  }
  
  .xtreme-features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin: 13px 0;
  }
  
  .xtreme-feature-card {
    padding: 10px;
    border-radius: 6px;
  }
  
  .xtreme-card-icon {
    display: none;
  }

  .xtreme-card-content {
    padding: 0 !important;
  }
  
  .xtreme-card-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  
  .xtreme-card-text {
    font-size: 13px;
    line-height: 1.2;
  }
  
  .xtreme-card-note {
    font-size: 11px;
    margin-top: 5px;
    line-height: 1.1;
    display: block;
  }
  
  .xtreme-cta-block {
    margin-top: 20px;
  }
  
  .xtreme-includes {
    font-size: 12px;
    margin-bottom: 15px;
  }
  
  .xtreme-include-item {
    display: inline-block;
    margin: 0 2px;
    font-size: 12px;
  }
  
  .xtreme-cta-btn {
    padding: 7px 17px;
    font-size: 10px;
  }
}

/* Адаптация для планшетов и небольших ноутбуков (768px - 992px) */
@media (min-width: 768px) and (max-width: 1436px) {
  .xtreme-container {
    padding: 0 80px;
  }
  
  .xtreme-header h2 {
    font-size: 36px;
  }
  
  .xtreme-feature-card {
    padding: 20px;
  }
  
  .xtreme-card-title {
    font-size: 18px;
  }
}

/* Адаптация для крупных мобильных (576px - 768px) */
@media (min-width: 480px) and (max-width: 768px) {
  .xtreme-container {
    padding: 0 40px;
  }
  
  .xtreme-header h2 {
    font-size: 32px;
  }
  
  .xtreme-features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  
  .xtreme-feature-card {
    padding: 15px;
  }
  
  .xtreme-card-title {
    font-size: 17px;
  }
  
  .xtreme-card-text {
    font-size: 14px;
  }
  
  .xtreme-card-note {
    font-size: 12px;
  }
  
  .xtreme-cta-btn {
    padding: 10px 20px;
    font-size: 12px;
  }
}

/* Дополнительная адаптация для очень маленьких мобильных (меньше 400px) */
@media (max-width: 400px) {
  .xtreme-features-grid {
    grid-template-columns: 1fr;
  }
  
  .xtreme-feature-card {
    padding: 12px;
  }
}
        




/* __________ Clean Code __________ */
.cleancode_block {
	padding: 60px 0 50px 78px;
	background-image:url(../images/clean_code_bg.jpg);
	background-size:cover;
	background-position:0 0;
	background-attachment:fixed !important;
}

.cleancode_block .tab-content {
	overflow:hidden;
	padding: 0;
	margin:0 0 80px;
}
.cleancode_block p.title {
	margin:0 0 17px;
	font-weight:100;
	line-height:80px;
	font-size:70px;
	color:#fff;
  margin-top: 15px;
}
.cleancode_block p.title b {font-weight:500;}

.tour-topper {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff6a;
}

.cleancode_block span {
	font-weight:300;
	line-height:34px;
	font-size:26px;
	color:#999;
}
.cleancode_block .tab-pane {
	display:block;
	height:0;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.cleancode_block .tab-pane.active {
	height:auto;
	transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	-webkit-transform:translateY(0);
}

.ie .cleancode_block .tab-pane {display:none;}
.ie .cleancode_block .tab-pane.active {display:block;}


.cleancode_block .nav-tabs {
	margin:0 -15px;
	border:0;
}
.cleancode_block .nav-tabs li {
	margin:0;
	padding:0 15px;
}
.cleancode_block .nav-tabs li a {
	width:150px;
	height:150px;
	margin:0;
	padding:40px 0 0;
	text-align:center;
	border:0 !important;
	border-radius:5px;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
}
.cleancode_block .nav-tabs li a i {
	display:block;
	width:60px;
	height:60px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:0 -60px;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	transition: transform 0.2s ease-in-out; 
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
}
.cleancode_block .nav-tabs li a.i1 i {background-image:url(../images/i1.png);}
.cleancode_block .nav-tabs li a.i2 i {background-image:url(../images/i2.png);}
.cleancode_block .nav-tabs li a.i3 i {background-image:url(../images/i3.png);}
.cleancode_block .nav-tabs li a.i4 i {background-image:url(../images/i4.png);}
.cleancode_block .nav-tabs li a.i5 i {background-image:url(../images/i5.png);}
.cleancode_block .nav-tabs li a.i6 i {background-image:url(../images/i6.png);}

.nav-tabs li a:hover,
.nav-tabs li a:focus {
	background-color:transparent;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
	background-color:#ffffff89;
}

.nav-tabs li a:hover i {
	background-position:0 -120px;
	transform:translateY(-10px);
	-o-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
}
.nav-tabs li.active a i {
	background-position:0 0;
	transform:translateY(-16px);
	-o-transform:translateY(-16px);
	-ms-transform:translateY(-16px);
	-webkit-transform:translateY(-16px);
}

.cleancode_block .nav-tabs li a span {
	display:block;
	font-family:  'Titillium Web', Arial;
	font-weight:400;
	line-height:20px;
	font-size:20px;
	color:#333;
	opacity:0;
	transform:translateY(-30px);
	-o-transform:translateY(-30px);
	-ms-transform:translateY(-30px);
	-webkit-transform:translateY(-30px);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.nav-tabs li.active a span {
	opacity:1;
	transform:translateY(-6px);
	-o-transform:translateY(-6px);
	-ms-transform:translateY(-6px);
	-webkit-transform:translateY(-6px);
}

/* Медиа-запрос для мобилок и планшетов */
@media (max-width: 768px) {
    /* Общие стили секции */
    .cleancode_block {
        padding: 40px 20px 30px;
        background-attachment: scroll !important;
    }

    /* Контейнер с контентом */
    .tab-content {
        margin-bottom: 40px !important;
    }

    /* Заголовок дня */
    .cleancode_block p.title {
        font-size: 45px;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    /* Текст описания */
    .cleancode_block span {
        font-size: 16px;
        line-height: 30px !important;
    }



		.nav-tabs {
			display: flex !important;
			flex-wrap: wrap; /* Разрешаем перенос на новую строку */
			justify-content: left !important;
			margin: 0 !important;
    }

    /* Элементы вкладок */
    .nav-tabs li {
        width: auto !important;
        max-width: 200px;
				padding: 5px !important;
    }

    /* Кнопки вкладок */
    .nav-tabs li a {
        width: 100px !important;
        height: auto !important;
        padding: 20px !important;
        display: flex !important;
        background: rgba(255,255,255,0.1) !important;
    }

    /* Иконки */
    .nav-tabs li a i {
				display: none !important;
        width: 40px !important;
        height: 40px !important;
        background-size: contain !important;
        margin: 0 !important;
        flex-shrink: 0;
    }

    /* Текст вкладок */
    .nav-tabs li a span {
        opacity: 1 !important;
        transform: none !important;
        font-size: 18px !important;
        color: #fff !important;
        text-align: left;
    }

    /* Активная вкладка */
    .nav-tabs li.active a {
        background: rgba(255,255,255,0.2) !important;
    }

    /* Анимации */
    .nav-tabs li a:hover i,
    .nav-tabs li.active a i {
        transform: none !important;
        background-position: 0 0 !important;
    }

    /* Скрытие лишних элементов */
    .cleancode_block .tab-pane {
        transform: none !important;
        height: auto !important;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .cleancode_block .tab-pane.active {
        opacity: 1;
        max-height: 1000px;
    }

    .tour-topper {
      font-size: 15px;
      font-weight: 300;
      color: #ffffff6a;
    }
}

/* Дополнительные правки для маленьких экранов */
@media (max-width: 480px) {
    .cleancode_block p.title {
        font-size: 32px;
    }
    
    .nav-tabs li a {
        padding: 15px !important;
    }
    
    .nav-tabs li a span {
        font-size: 16px !important;
    }
}



/* __________ Multi Purpose __________ */
.purpose_block {padding:72px 0 0;}

.purpose_block p {
	margin-bottom:26px;
	font-weight:300;
	line-height:38px;
	font-size:30px;
	width: 600px;
	color:#5c5c5c;
}
.purpose_block .btn {margin-top:30px; margin-right:16px;}
.purpose_block .btn-active {overflow:hidden;}
.purpose_block .btn-active span:before {
	content: attr(data-hover);
	position: absolute;
	top: 100%;
	left:0;
	width:100%;
	text-transform:uppercase;
	text-align:center;
	font-weight: 900;
	line-height:20px;
	font-size:13px;
	color:#C93C00;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.purpose_block .btn-active:hover span:before {color:#fff;}
.purpose_block .btn-active span {
	position: relative;
	display: inline-block;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.purpose_block .btn-active:hover span,
.purpose_block .btn-active:focus span {
	color:#C93C00;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.purpose_block .ipad_img1 {margin-top:-116px;}

.saqr-mobile {
  display: none;
}


/* Десктоп (>992px) - оригинальные стили остаются без изменений */

/* Планшет (768-992px) */
/* Планшетная версия (768px — 992px) */
@media (min-width: 768px) and (max-width: 992px) {
    .purpose_block {
        padding: 60px 40px 0 !important;
    }

    /* Сохраняем оригинальную сетку */
    .col-md-7 { width: 58.33333333% !important; }
    .col-md-5 { width: 41.66666667% !important; }

    /* Настройки изображения */
    .ipad_img1 {
        max-width: 90% !important;
        height: auto !important;
        margin-top: 40px !important; /* Сохраняем оригинальный стиль */
    }

    /* Типографика */
    .purpose_block p {
        font-size: 24px !important;
        line-height: 1.4 !important;
        width: 100% !important;
        margin-bottom: 25px !important;
    }

    .purpose_block h2 {
        font-size: 36px !important;
    }

    /* Кнопки */
    .purpose_block .btn {
        margin-right: 12px !important;
        padding: 10px 25px !important;
    }
}
@media (max-width: 768px) {
    /* Общие стили секции */
    .purpose_block {
        padding: 30px 15px 20px !important;
    }

    /* Переворот порядка элементов */
    .purpose_block .row {
        flex-direction: column !important; /* Изображение теперь снизу */
        gap: 20px !important;
    }

    /* Стили для текстового блока */
    .purpose_block .col-md-7 {
        width: 100% !important;
        text-align: center !important;
        order: 1; /* Текст сверху */
    }

    /* Стили для изображения */
    .purpose_block .col-md-5 {
        width: 100% !important;
        order: 2; /* Изображение снизу */
        margin-top: 0 !important;
    }

    .ipad_img1 {
        width: 100% !important;
        height: 280px !important;
        object-fit: cover !important;
        border-radius: 12px !important;
        margin: 0 auto !important;
        display: block !important;
				object-position: top !important;
    }

    /* Типографика */
    .purpose_block h2 {
        font-size: 26px !important;
        margin-bottom: 15px !important;
    }

    .purpose_block p {
        font-size: 16px !important;
        line-height: 1.6 !important;
        width: 100% !important;
        margin-bottom: 25px !important;
    }

    /* Переработка кнопок */
    .purpose_block .btn {
        display: block !important;
        width: 100% !important;
        max-width: 280px !important;
        margin: 12px auto !important;
        padding: 14px 20px !important;
        border-radius: 8px !important;
        font-size: 14px !important;
    }

    /* Анимация для мобилок */
    .purpose_block .btn-active:hover span {
        transform: none !important; /* Отключаем сложную анимацию */
        color: #fff !important;
    }

    .purpose_block .btn:hover {
        transform: scale(1.02);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    .saqr-desctop {
      display: none !important;
    }
}

/* Дополнение для очень маленьких экранов */
@media (max-width: 400px) {
    .ipad_img1 {
        height: 220px !important;
        margin-top: 20px !important;
    }
    
    .purpose_block h2 {
        font-size: 24px !important;
    }
    
    .purpose_block p {
        font-size: 15px !important;
    }
    .saqr-mobile {
      display: revert;
      margin-top: 20px;
    }

}

@media (min-width: 993px) and (max-width: 1198px) {
		.purpose_block p {
			max-width: 500px !important;
			font-size: 20px !important;
			line-height: 1.5 !important;
    }
		.purpose_block h2 {
			font-size: 36px !important;
    }
}




/*-----------------------------------------------------------------------------------*/
/*	FEATURED WORKS
/*-----------------------------------------------------------------------------------*/
#projects {padding-top:47px;}

.work_item {
	position:relative;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.owl-item:hover .work_item {
	transform:scale(0.95);
	-o-transform:scale(0.95);
	-ms-transform:scale(0.95);
	-webkit-transform:scale(0.95);
}

.work_item .work_description {
	position:absolute;
	z-index:20;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	opacity:0;
	background-color:rgba(0,0,0,0.8);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.work_item:hover .work_description {opacity:1;}
.work_item .work_description .work_descr_cont {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	opacity:0;
	transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.work_item:hover .work_description .work_descr_cont {
	opacity:1;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.work_item .work_description a {
	display:block;
	margin:0 0 6px;
	font-weight:300;
	line-height:24px;
	font-size:24px;
	color:#fff;
}
.work_item .work_description span {
	color:#666;
}

.work_item a.zoom {
	position:absolute;
	z-index:30;
	left:50%;
	bottom:0;
	width:60px;
	height:36px;
	margin-left:-30px;
	opacity:0;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out; 
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.work_item:hover a.zoom {
	bottom:56px;
	opacity:1;
}
.work_item a.zoom:hover {background-image:url(../images/zoom_h.png);}



/* __________ WORKS DETAILS __________ */
#project_prev,
#project_close,
#project_next {
	position:relative;
	z-index:1;
	display: inline-block;
	width:50px;
	height:50px;
	margin:0 -2px 0 -3px;
	border:2px solid #ccc;
	font-family:  'Titillium Web', Arial;
	transition: all 0.2s ease-in-out; 
	-webkit-transition: all 0.2s ease-in-out;
}
#project_prev:hover, #project_close:hover, #project_next:hover {z-index:2; border-color:#333;}
#project_prev i,
#project_close i,
#project_next i {
	line-height:46px;
	font-size:26px;
	color:#ccc;
	transition: all 0.2s ease-in-out; 
	-webkit-transition: all 0.2s ease-in-out;
}
#project_close i {margin:0 -2px;}
#project_prev:hover i, #project_close:hover i, #project_next:hover i {color:#333;}

#project_prev.first, #project_next.last {cursor:default;}
#project_prev.first:hover, #project_next.last:hover {border-color:#ccc;}
#project_prev.first:hover i, #project_next.last:hover i {color:#ccc;}


ul.project_info li {
	margin-bottom:3px;
	font-style:italic;
	color:#505050;
}
ul.project_info li span {color:#979797;}
ul.project_info li span {color:#979797;}

.project_shared {padding:15px 0;}
.project_shared a {
	display:inline-block;
	width:36px;
	height:36px;
	margin-right:5px;
	border:1px solid #ccc;
	text-align:center;
	line-height:34px;
	font-size:20px;
	color:#ccc;
}
.project_shared a:hover {border-color:#333; color:#333;}



/* __________ Our Clients __________ */
.our_clients {padding:71px 0 78px;}

.our_clients .client_img {
	opacity:0.5;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.our_clients .client_img:hover {opacity:1;}





/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/

/* Global Styles */
:root {
    --primary: #c93c00a5;
    --primaryLight: #ffba43;
    --secondary: #ffba43;
    --secondaryLight: #ffba43;
    --headerColor: #1a1a1a;
    --bodyTextColor: #4e4b66;
    --bodyTextColorWhite: #fafbfc;
    --topperFontSize: clamp(18px, 1.6vw, 1rem);
    --headerFontSize: clamp(50px, 2.604vw, 3.125rem);
    --bodyFontSize: 20px;
    --sectionPadding: clamp(12rem, 8vw, 10rem) 1rem;
    --card-gap: 20px;
}

body {
    margin: 0;
    padding: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}

/* Base Section Styles */
#services-1354 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 10;
}

#services-1354 .css-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
}

/* Заголовок слева */
#services-1354 .css-content {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#services-1354 .css-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    letter-spacing: .1em;
    font-weight: 400;
    color: #8f8f8f;
    margin-bottom: 1rem;
    display: block;
}

#services-1354 .css-title {
    font-size: var(--headerFontSize);
    font-weight: 400;
    line-height: 1.1em;
    width: 100%;
    margin: 0 0 1rem 0;
    color: #333;
}

/* Cards Grid - Mobile First */
#services-1354 .cs-card-group {
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--card-gap);
    list-style: none;
}

#services-1354 .css-item, .css-picture {
    position: relative;
    height: 300px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.20);
}

#services-1354 .cs-link {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Вертикальное центрирование */
    align-items: center; /* Горизонтальное центрирование */
    height: 100%;
    padding: 2rem;
    text-decoration: none;
    color: #ffffff !important; /* Белый цвет текста */
    position: relative;
    z-index: 2;
    text-align: center; /* Центрируем текст */
}

#services-1354 .cs-h3 {
    font-size: 20px !important;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0;
    color: #ffffff !important; /* Белый цвет текста */
    width: 100%;
    text-align: center; /* Центрируем текст */
}


#services-1354 .css-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Ваша оригинальная анимация при наведении */
#services-1354 .css-background:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 1;
    transition: background-color 0.3s, opacity 0.3s;
}


#services-1354 .css-item:hover .css-background:before {
    background-color: var(--primary);
    opacity: 0.84;
}

#services-1354 .css-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}

#services-1354 .css-item:hover .css-background img {
    transform: scale(1.2);
}

#services-1354 .cs-places {
  font-size: 27px !important;
  font-weight: 600;
}


@media (max-width: 768px) {
      #services-1354 .css-title {
    font-size: 35px;
}
#services-1354 .css-container {
    padding: 0 40px;
}
}

/* Tablet Styles (768px and up) */
@media (min-width: 768px) {
    #services-1354 .cs-card-group {
        grid-template-columns: repeat(2, 1fr);
    }
    
    #services-1354 .css-item, .css-picture {
        height: 350px;
    }
    
    #services-1354 .cs-h3 {
        font-size: 2rem;
    }
    
    #services-1354 .css-span {
        font-size: 1.6rem;
    }
}

/* Desktop Styles (1024px and up) */
@media (min-width: 1024px) {
    #services-1354 .cs-card-group {
        grid-template-columns: repeat(4, 1fr);
    }
    
    #services-1354 .css-item, .css-picture {
        height: 450px;
    }
    
    #services-1354 .cs-h3 {
        font-size: 2.2rem;
    }
    
    #services-1354 .css-span {
        font-size: 1.8rem;
    }
}

/* Large Desktop Styles (1200px and up) */
@media (min-width: 1200px) {
    #services-1354 .css-container {
        max-width: 1500px;
    }
    
    #services-1354 .css-item, .css-picture {
        height: 500px;
    }
    
    #services-1354 .cs-h3 {
        font-size: 2.5rem;
    }
    
    #services-1354 .css-span {
        font-size: 2rem;
    }
    
    #services-1354 .cs-link {
        padding: 3rem;
    }
}

/* Mobile Adjustments - 480px and below */
@media (max-width: 680px) {
    #services-1354 {
        padding: 50px 15px !important;
    }

    /* Центрируем текст заголовка на мобильных */
    #services-1354 .css-content {
        text-align: center !important;
        align-items: center !important;
    }

    /* Уменьшаем высоту карточек */
    #services-1354 .css-item, .css-picture {
        height: 190px !important;
        border-radius: 8px !important;
    }

    /* Стили для текста внутри карточек */
    #services-1354 .cs-h3 {
        font-size: 16px !important;
        line-height: 1.2em;
        text-align: center !important;
        width: 100%;
        padding: 15px !important;
        margin: 0 !important;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
    }


    /* Уменьшаем отступы контейнера */
    #services-1354 .css-container {
        padding: 0 10px !important;
        gap: 15px !important;
    }

    /* Уменьшаем заголовок секции */
    #services-1354 .css-title {
        font-size: 26px !important;
    }

    /* Уменьшаем верхний текст */
    #services-1354 .css-topper {
        font-size: 13px !important;
    }

    /* Уменьшаем отступы внутри карточек */
    #services-1354 .cs-link {
        padding: 0 !important;
    }
}


/* Базовые стили кнопки */
.modern-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  min-width: 180px;
  height: 46px;
  border-radius: 50px;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  transition: transform 0.3s ease;
  margin-top: 20px;
}

/* Контент кнопки */
.button-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  padding: 0 22px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  padding-right: 5px !important;
}

/* Текст кнопки */
.button-text {
  transition: transform 0.3s ease;
}

/* Иконка кнопки */
.button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

/* Фон кнопки */
.button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #C93C00 0%, #FF6B35 100%);
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Эффект при наведении */
.modern-button:hover {
  transform: translateY(-2px);
}

.modern-button:hover .button-text {
  transform: translateX(-4px);
}

.modern-button:hover .button-icon {
  opacity: 1;
  transform: translateX(0);
}

/* Эффект нажатия */
.modern-button:active {
  transform: translateY(1px);
}

.modern-button:active .button-background {
  transform: scale(0.98);
}

/* Анимация фона */
.modern-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: 0.6s;
  z-index: 2;
}

.modern-button:hover::before {
  left: 100%;
}

/* Адаптация для планшетов */
@media (max-width: 768px) {
  .modern-button {
    min-width: 160px;
    height: 50px;
  }
  
  .button-content {
    padding: 0 28px;
  }
}

/* Адаптация для мобильных */
@media (max-width: 480px) {
  .modern-button {
    min-width: 140px;
    height: 46px;
    font-size: 14px;
  }
  
  .button-content {
    padding: 0 24px;
    gap: 6px;
  }
  
  .button-icon svg {
    width: 18px;
    height: 18px;
  }
}


/*-----------------------------------------------------------------------------------*/
/*	OUR TEAM
/*-----------------------------------------------------------------------------------*/



/*-- -------------------------- -->
<---         Services           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-1666 {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

	#services-1666 {
		background-color: #C93C00;
	}

  #services-1666 .cs-container {
    width: 1100px;
    /* changes to 1280px at small desktop */
    max-width: 50rem;
    margin: 20px 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 40px - 64px */
    gap: clamp(2.5rem, 3.9vw, 4rem);
  }

  #services-1666 .cs-content {
    text-align: left;
    width: 800px;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: none;
  }
  #services-1666 .cs-title {
    /* 16px - 24px */
    margin: 0 0 clamp(1rem, 1.96vw, 1.5rem) 0;
  }
  #services-1666 .cs-text {
    /* 16px - 24px */
    margin: 0 0 clamp(1rem, 1.96vw, 30px) 0;
  }
  #services-1666 .cs-faq-group {
    width: 1100px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* 16px - 20px */
    gap: clamp(1rem, 2.4vw, 1.25rem);
  }
  #services-1666 .cs-faq-item {
    list-style: none;
    width: 100%;
    background-color: transparent;
		border-left: 0px;
		border-right: 0px;
		border-bottom: 1px;
		border-top: 0px;
    border-style: solid;
		border-color: white;
    padding: 0;
    box-sizing: border-box;
    transition: border-bottom 0.3s;
  }
  #services-1666 .cs-faq-item.active .cs-indicator:before {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  #services-1666 .cs-faq-item.active .cs-indicator:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  #services-1666 .cs-faq-item.active .cs-item-p {
    height: auto;
    padding-top: 1rem;
    opacity: 1;
    transform: scaleY(1);
  }
  #services-1666 .cs-faq-item:hover {
    cursor: pointer;
  }
  #services-1666 .cs-button {
    /* 16px - 20px */
    font-size: 25px;
    line-height: 1.2em;
    text-align: left;
    font-weight: 400;
    width: 100%;
    padding: 2.5rem 1.5rem 0 2rem;
    border: none;
    background: transparent;
    color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* 16px - 24px */
    gap: clamp(1rem, 2.5vw, 1.5rem);
    position: relative;
    transition: background-color 0.3s, color 0.3s;
  }
  #services-1666 .cs-button:hover {
    cursor: pointer;
  }
  #services-1666 .cs-indicator {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1;
  }
  #services-1666 .cs-indicator:before {
    /* left line */
    content: '';
    width: 2rem;
    height: 0.200rem;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 2px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .5s;
  }
  #services-1666 .cs-indicator:after {
    /* right line */
    content: '';
    width: 2rem;
    height: 0.125rem;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 2px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform .5s;
  }
  #services-1666 .cs-button-text {
    width: 90%;
    padding: 0;
    display: block;
  }
  #services-1666 .cs-item-p {
		font-family: Arial;
    font-size: 16px;
    line-height: 1.2em;
		letter-spacing: 0.03em;
    width: 100%;
    max-width: none;
    height: 0;
    margin: 0;
    /* 16px - 24px */
    padding: 0 3rem 2rem 3rem;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    opacity: 0;
    color: #ffffffba;
    /* clips the text so it doesn't show up */
    overflow: hidden;
    position: relative;
    transition: opacity 0.3s, padding-bottom 0.3s, padding-top 0.3s;
  }
  #services-1666 .cs-icon {
    width: 30px;
    height: 30px;
		margin-right: 10px;
    display: block;
  }
  #services-1666 .cs-button-solid {
    font-size: 17px;
    font-weight: 700;
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-align: center;
    text-decoration: none;
    width: 180px;
    /* 28px - 40px */
    margin: clamp(1.75rem, 3.9vw, 2.5rem) 0 0 0;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    padding: 10px;
    color: #ffffff;
    background-color: #ffffff00;
    display: inline-block;
    position: relative;
    z-index: 1;
		border: 2px solid #fff;
    /* 28px - 40px */
		text-transform:uppercase;
		color:#ffffff;
		background-color:#ffffff00;
		border-radius: 30px;
		margin-top: 45px;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-1666 .cs-picture {
    height: 100%;
    min-width: 36.5rem;
    width: 48vw;
    right: 0;
    top: 0;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #services-1666 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #services-1666 .cs-content {
    width: 1100px;
  }

}


:root {
	/* Add these styles to your global stylesheet, which is used across all site pages. You only need to do this once. All elements in the library derive their variables and base styles from this central sheet, simplifying site-wide edits. For instance, if you want to modify how your h2's appear across the site, you just update it once in the global styles, and the changes apply everywhere. */
	--primar: #ffffff;
	--primaryLight: #ffba43;
	--secondary: #ffba43;
	--secondaryLight: #ffba43;
	--headColor: #ffffff;
	--bodyTextColor: #ffffffbe;
	--bodyTextColorWhite: #fafbfc;
	/* 13px - 16px */
	--topperFontSize: clamp(18px, 1.6vw, 1rem);
	/* 31px - 49px */
	--headerFontSize: clamp(50px, 3.9vw, 3.0625rem);
	--bodyFontSize: 18px;
	/* 60px - 100px top and bottom */
	--sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
}

body {
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
	/* prevents padding from affecting height and width */
	box-sizing: border-box;
}
.cs-topper {
	font-size: var(--topperFontSize);
	line-height: 1.2em;
	text-align: inherit;
	letter-spacing: .1em;
	font-weight: 400;
	color: #ffffffd9;
	margin-bottom: 1.2rem;
	display: block;
}

.cs-title {
	font-size: 70px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2em;
	text-align: inherit;
	max-width: 500px;
	margin: 0 0 1rem 0;
	color: var(--headColor);
	position: relative;
}

.cs-text {
	font-size: 20px;
	line-height: 1.2em;
	text-align: inherit;
	width: 100%;
	max-width: 1000px;
	margin-bottom: 50px;
	color: #E6E6E6;
}






/* Мобильная адаптация - до 768px */
@media (max-width: 768px) {
    #services-1666 {
        padding: 30px 15px !important;
    }

    #services-1666 .cs-container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    #services-1666 .cs-content {
        width: 100% !important;
        max-width: 100% !important;
        align-items: center !important;
    }

    .cs-title {
        font-size: 36px !important;
        text-align: center !important;
        line-height: 1.1em !important;
        margin-bottom: 30px !important;
    }

    .cs-topper {
        text-align: center !important;
        font-size: 16px !important;
    }

    .cs-faq-group {
        width: 100% !important;
    }

    .cs-button {
        padding: 1.5rem 1rem !important;
        gap: 1rem !important;
        font-size: 18px !important;
    }

    .cs-icon {
        width: 24px !important;
        height: 24px !important;
        margin-right: 8px !important;
    }

    .cs-item-p {
        font-size: 14px !important;
        padding: 0 1rem 1.5rem 1rem !important;
        line-height: 1.4em !important;
    }

    .cs-button-solid {
        width: 100% !important;
        max-width: 280px !important;
        margin: 20px auto 0 !important;
        font-size: 15px !important;
        padding: 5px !important;
    }
}






/* Адаптация 768px - 1350px */
@media (min-width: 768px) and (max-width: 1350px) {
    #services-1666 .cs-container {
        max-width: 90% !important;
        margin: 0 auto !important;
        padding: 0 20px !important;
    }

    .cs-title {
        font-size: 50px !important;
        text-align: center !important;
        margin: 0 auto 30px !important;
    }

    .cs-topper {
        text-align: center !important;
        margin-bottom: 25px !important;
				margin: 0 auto 10px !important;
    }

    .cs-faq-group {
        max-width: 800px !important;
        margin: 0 auto !important;
    }

    .cs-button {
        padding: 25px 20px !important;
        font-size: 20px !important;
    }

    .cs-icon {
        width: 28px !important;
        height: 28px !important;
    }

    .cs-item-p {
        font-size: 15px !important;
        padding: 0 30px 25px 60px !important;
    }

    .cs-button-solid {
        width: 200px !important;
        font-size: 16px !important;
        margin: 40px auto 0 !important;
    }
}



/*-- -------------------------- -->
<---          Gallery           -->
<--- -------------------------- -*/
#gallery {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
	position: relative;
	box-sizing: border-box;
}

#gallery:before,
#gallery:after{
	box-sizing: border-box;
}

.gallery-content {
	display: table;
	margin: 5% auto 0;
}

.gallery-topper {
	font-size: 18px;
}

.title-gallery{
	margin-top: 10px;
	text-transform: uppercase;
	font-family: 'Titillium Web', Arial;
	font-size: 4em;
	font-weight: 400;
}
.container-gallery{
	margin: 4% auto 30% auto;
	width: 350px;
	height: 140px;
	position: relative;
	perspective: 1000px;
}
#carousel-gallery{
	width: 350px;
	height: 60px;
	position: absolute;
	transform-style: preserve-3d;
	animation: rotation 20s infinite linear;
}
#carousel-gallery:hover{
	animation-play-state: paused;
}
#carousel-gallery figure{
	display: block;
	position: absolute;
	width: 300px;
	height: 250px;
	left: 10px;
	top: 10px;
	background: black;
	overflow: hidden;

}
#carousel-gallery figure:nth-child(1){transform: rotateY(0deg) translateZ(500px);}
#carousel-gallery figure:nth-child(2) { transform: rotateY(40deg) translateZ(500px);}
#carousel-gallery figure:nth-child(3) { transform: rotateY(80deg) translateZ(500px);}
#carousel-gallery figure:nth-child(4) { transform: rotateY(120deg) translateZ(500px);}
#carousel-gallery figure:nth-child(5) { transform: rotateY(160deg) translateZ(500px);}
#carousel-gallery figure:nth-child(6) { transform: rotateY(200deg) translateZ(500px);}
#carousel-gallery figure:nth-child(7) { transform: rotateY(240deg) translateZ(500px);}
#carousel-gallery figure:nth-child(8) { transform: rotateY(280deg) translateZ(500px);}
#carousel-gallery figure:nth-child(9) { transform: rotateY(320deg) translateZ(500px);}

#carousel-gallery img{
	cursor: pointer;
	transition: all .5s ease;
}
#carousel-gallery img:hover{
  transform: scale(1.2,1.2);
}

@keyframes rotation{
	from{
		transform: rotateY(0deg);
	}
	to{
		transform: rotateY(360deg);
	}
}



/* Адаптация галереи */
@media only screen and (max-width: 1051px) {
    .container-gallery {
        width: 100% !important;
        height: auto !important;
        margin: 4% auto 15% !important;
        perspective: none !important;
    }

    #carousel-gallery {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        animation: none !important;
        transform: none !important;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        padding: 0 20px;
    }

    #carousel-gallery figure {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;
        background: transparent;
        aspect-ratio: 1/1;
    }

    #carousel-gallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

    .title-gallery {
        font-size: clamp(2rem, 6vw, 3.5rem) !important;
        text-align: center;
        padding: 0 20px;
    }

    .gallery-topper {
        text-align: center !important;
        display: block !important;
        font-size: clamp(14px, 3vw, 16px) !important;
    }
}

/* Дополнительная адаптация для маленьких экранов */
@media only screen and (max-width: 768px) {
    #carousel-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 15px;
    }

    .container-gallery {
        margin-bottom: 10% !important;
    }
}

/* Анимация работает только на десктопе */
@media only screen and (min-width: 1051px) {
    #carousel-gallery {
        animation: rotation 20s infinite linear !important;
    }
    
    #carousel-gallery:hover {
        animation-play-state: paused !important;
    }
}

/* Адаптация анимации для 1050px - 1350px */
@media only screen and (min-width: 1051px) and (max-width: 1350px) {
    .container-gallery {
        width: 280px !important; /* Уже на 20% */
        height: 112px !important; /* Короче на 20% */
        perspective: 800px !important; /* Меньшая перспектива */
    }

    #carousel-gallery {
        width: 280px !important;
        height: 48px !important; /* Сохраняем пропорции */
    }

    #carousel-gallery figure {
        width: 240px !important; /* Уменьшаем размер карточек */
        height: 200px !important;
        transform: translateZ(400px) !important; /* Ближе к центру */
    }

    /* Корректируем позиции для компактности */
    #carousel-gallery figure:nth-child(1){ transform: rotateY(0deg) translateZ(400px) !important; }
    #carousel-gallery figure:nth-child(2){ transform: rotateY(40deg) translateZ(400px) !important; }
    #carousel-gallery figure:nth-child(3){ transform: rotateY(80deg) translateZ(400px) !important; }
    #carousel-gallery figure:nth-child(4){ transform: rotateY(120deg) translateZ(400px) !important; }
    #carousel-gallery figure:nth-child(5){ transform: rotateY(160deg) translateZ(400px) !important; }
    #carousel-gallery figure:nth-child(6){ transform: rotateY(200deg) translateZ(400px) !important; }
    #carousel-gallery figure:nth-child(7){ transform: rotateY(240deg) translateZ(400px) !important; }
    #carousel-gallery figure:nth-child(8){ transform: rotateY(280deg) translateZ(400px) !important; }
    #carousel-gallery figure:nth-child(9){ transform: rotateY(320deg) translateZ(400px) !important; }
}











/*-- -------------------------- -->
<---          Reviews          -->
<--- -------------------------- -*/

/* Основные стили */
.ts-wrapper {
    padding: 4rem 1rem;
    background: #f8f8f8;
    font-family: 'Arial', sans-serif;
}

.ts-dublicate {
  display: none;
}

.ts-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

.ts-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 1.5rem;
    padding-bottom: 1rem;
}

.ts-card {
    flex: 0 0 100%;
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    opacity: 0.7;
    transform: scale(0.95);
    transition: all 0.3s ease;
}

.ts-active {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 8px 25px rgba(201, 60, 0, 0.15);
}

.ts-client {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.ts-photo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ts-client-info {
    flex: 1;
}

.ts-name {
    color: #2d3748;
    font-size: 21px;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.ts-location {
    color: #718096;
    font-size: 13px;
    font-family: "Inter";
    margin-bottom: 0;
}

.ts-rating {
    color: #c93c00;
    font-size: 20px;
    margin: 1rem 0;
}

.ts-text {
    color: #4a5568;
    line-height: 1.6;
    font-style: italic;
    position: relative;
    padding-left: 0;
}


.ts-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2rem;
}

.ts-prev,
.ts-next {
    width: 40px;
    height: 40px;
    border: 2px solid #c93c00;
    border-radius: 50%;
    background: transparent;
    color: #c93c00;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ts-prev:hover,
.ts-next:hover {
    background: #c93c00;
    color: white;
}

.ts-dots {
    display: flex;
    gap: 0.75rem;
}

.ts-dot {
    width: 10px;
    height: 10px;
    background: #e2e8f0;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ts-dot.ts-active {
    background: #c93c00;
    transform: scale(1.3);
}

.ts-title {
  margin-bottom: 54px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 32px !important;
}

.custom-divider {
  display: none;
}

/* Адаптация */
@media (min-width: 768px) {
    .ts-card {
        flex: 0 0 calc(50% - 1rem);
    }
    
    .ts-text {
        font-size: 18px ;
    }
}

@media (min-width: 1024px) {
    .ts-card {
        flex: 0 0 calc(33.333% - 1rem);
    }
    
    .ts-wrapper {
        padding: 5rem 2rem;
    }
}

@media (max-width: 992px) {
  .ts-wrapper {
    padding: 4rem 4rem !important;
}
.ts-title {
  font-size: 35px;
}
}

@media (max-width: 1200px) {
  .ts-wrapper {
    padding: 4rem 6rem !important;
}
}

@media (max-width: 480px) {
  .ts-text{
    font-size: 13px;
  }
  .ts-name {
    font-size: 17px;
    display: none;
  }
  .ts-location {
    font-size: 10px;
    display: none;
  }
  .ts-controls {
    margin-top: 0;
  }
  .ts-title {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 52px !important;
  }
  .ts-rating {
    margin-top: 0;
    display: none;
  }
  .ts-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ts-client {
    margin-bottom: 0;
    display: none;
  }
  .ts-card {
    padding: 15px;
    }
  .ts-dublicate {
    display: revert;
  }
  .ts-card-used {
    display: none;
  }
  .ts-used {
    display: none;
  }
  .dot-used {
    display: none;
  }
  .custom-divider {
    display: revert;
    border: 0;
    width: 70%;
    height: 2px;
    background: #c93c0096;
    margin: 10px 0;
  }
}

















.footer {
  font-family: acumin-pro, system-ui, sans-serif;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  font-size: 14px;
  background-color: #353535;
  align-items: start;
  max-height: max-content;
  z-index: 1;
}

.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 90px 20px 90px;
  color: #fff;
  background-color: #353535;
  border-top: 1px solid #e5e5e5;
}

.footer > * {
  flex:  1 100%;
}

.footer__addr {
  margin-right: 1.25em;
  margin-bottom: 2em;
}

.footer__logo {
	font-family:  'Titillium Web', Arial;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
}

.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.nav__title {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.footer address {
  font-style: normal;
  font-size: 16px;
  color: #cacaca;
}

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgba(255, 255, 255, 0.774);
  border-radius: 100px;
  color: #2f2f2f;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 20px;
  padding: 0 1.3em;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li {
  line-height: 2.5em;
}

.footer a {
  text-decoration: none;
}

.footer__nav {
  display: flex;
	flex-flow: row wrap;
}

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
  z-index: 1;
}

.footer__nav {
  z-index: 1;
}

.nav__ul a {
  color: #ffffff;
  font-size: 16px;
}


.nav__ul--extra {
  column-count: 2;
  column-gap: 1.25em;
}

.legal {
  display: flex;
  flex-wrap: wrap;
  color: #999;
}
  
.legal__links {
  display: flex;
  align-items: center;
}

.background-image {
  position: absolute;
  bottom: 2px;
  right: -100px;
  opacity: 0.7;
  z-index: 200;
}

.background-image img {
  width: 500px;
  z-index: 2;
}

.heart {
  color: #ffffff;
}

@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }
  
  .nav__item--extra {
    flex-grow: 2;
  }
  
  .footer__addr {
    flex: 1 0px;
  }
  
  .footer__nav {
    flex: 2 0px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 15px 20px !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    /* ИЗМЕНЕНИЕ 3: Увеличен базовый шрифт */
    font-size: 14px;
    /* ИЗМЕНЕНИЕ 1: Добавлен фон */
    background: url(../images/background-image.svg) no-repeat right -90px top -20px/300px auto, #353535;
    position: relative;
    z-index: 1;
  }

  .footer__addr {
    grid-column: 1 / -1;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }

  .footer__logo {
    /* ИЗМЕНЕНИЕ 3: Увеличен размер + ИЗМЕНЕНИЕ 2: Убран отступ */
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .footer__addr h2 {
    display: none;
  }

  .footer address {
    display: flex;
    align-items: center;
    gap: 8px;
    /* ИЗМЕНЕНИЕ 3: Увеличен размер */
    font-size: 14px;
    margin: 0;
  }

  .footer__btn {
    height: 30px;
    padding: 0 14px;
    /* ИЗМЕНЕНИЕ 3: Увеличен размер */
    font-size: 14px;
    margin: 0;
  }

  .footer__nav {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
  }

  .nav__item {
    flex: 1 1 auto;
    margin: 0;
  }

  .nav__title {
    /* ИЗМЕНЕНИЕ 3: Увеличен размер */
    font-size: 14px;
    margin: 0 0 4px 0;
  }

  .nav__ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
  }

  .nav__ul li {
    line-height: 1.2;
  }

  .nav__ul a {
    /* ИЗМЕНЕНИЕ 3: Увеличен размер */
    font-size: 14px;
    white-space: nowrap;
  }

  .background-image {
    display: none;
  }

  .legal {
    grid-column: 1 / -1;
    /* ИЗМЕНЕНИЕ 3: Увеличен размер */
    font-size: 12px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
}
@media (max-width: 480px) {
  .footer__btn {
    height: 30px;
    padding: 0 12px;
    /* ИЗМЕНЕНИЕ 3: Увеличен размер */
    font-size: 12px;
    margin: 0;
  }
}






/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.parallax, .cleancode_block, #team, .top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {background-attachment:scroll !important; background-position:0 0;}
	.top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {background-size:cover !important;}

}

@media (max-width: 1024px) {

	
}

@media (min-width: 992px) and (max-width: 1199px) {
	.parallax, .cleancode_block, #team {background-attachment:scroll !important; background-size:100% auto !important; -webkit-background-size:100% auto !important;}
	
	
	h2 {font-size:35px; line-height:35px;}

/* __________ Menu __________ */
	.navmenu ul li a {padding-left:15px; padding-right:15px;}

/* __________ Index __________ */
	.cleancode_block p.title {font-size:70px; line-height:70px;}
	.cleancode_block .nav-tabs li a {width:136px; height:136px; padding-top:35px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:16px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}
	
	
	.purpose_block p {font-size:15px; line-height:22px;}
	
	
	.work_item a.zoom {width:40px; height:24px; margin-left:-20px;}
	.work_item:hover a.zoom {bottom:30px;}
	
	
	.img_wrapper {width:137px !important;}
	
	
	.post_item_img a.link {width:40px; height:24px; margin:0 0 -12px -20px;}
	.post_item_img a.link:hover {background-position:0 -24px;}
	.post_item_content a.title {font-size:19px; line-height:24px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	
/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:400px; height:314px;}
	.blog_post_title {font-size:24px; line-height:27px;}
	.blog_post_content {font-size:14px; line-height:22px;}
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:50px 0;}
	
	
	.map_hide {margin-left:435px;}
	
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.logo a {font-size:22px;}
	
	
	#search-form input:focus {width:42px;}
	

/* __________ Menu __________ */
	.navmenu ul li a {padding-left:10px; padding-right:10px; font-size:12px;}
	
	
	
/* __________ Index __________ */
	.cleancode_block p.title {font-size:60px; line-height:60px;}
	.cleancode_block span {font-size:20px; line-height:24px;}
	.cleancode_block .nav-tabs li a {width:100px; height:100px; padding-top:24px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:13px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}
	
	
	.purpose_block {padding-top:35px;}
	.purpose_block .ipad_img1 {margin-top:-50px;}
	.purpose_block p {font-size:12px; line-height:20px;}
	
	
	.work_item a.zoom {width:40px; height:24px; margin-left:-20px;}
	.work_item:hover a.zoom {bottom:30px;}
	
	
	.img_wrapper {width:100px !important;}
	
	
	.post_item_img a.link {width:40px; height:24px; margin:0 0 -12px -20px;}
	.post_item_img a.link:hover {background-position:0 -24px;}
	.post_item_content a.title {font-size:15px; line-height:20px;}
	.post_item_content {padding-top:15px;}
	.post_item_inf a {font-size:12px; padding-right:5px;}
	.post_item_inf li {padding-right:5px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	.crewman_item .crewman_social a {width:36px; height:36px; margin:0 2px 0 5px; font-size:17px; line-height:34px;}
	.crewman_item:hover .crewman_social {bottom:30px;}

	
	
	.testim_content {font-size:17px; line-height:24px;}
	

/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:400px; height:314px;}
	.blog_post_title {font-size:24px; line-height:27px;}
	.blog_post_content {font-size:14px; line-height:22px;}
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:50px 0;}
	.breadcrumbs_block h2 {font-size:60px; line-height:64px;}
	.breadcrumbs_block p {font-size:21px; line-height:24px;}
	

/* __________ Footer __________ */
	footer {position:static; left:auto; bottom:auto; transform:none; -webkit-transform:none;}
	
	
	.map_hide {margin-left:325px;}
	
	
	.respond_clear {clear:both; height:0; font-size:0;}


}

@media (max-width: 768px) {
	.container {padding-left:15px; padding-right:15px;}
	
	
	h2 {font-size:30px; line-height:32px;}
	
	
	.logo a {font-size:22px;}

	.owl-carousel {padding: 0 !important;}
	#team {padding: 50px 60px !important;}
	.container h2 {font-size: 30px !important;}
	
	#search-form input:focus {width:42px;}
	.owl-buttons {
		    justify-content: space-between; /* Растягиваем по краям */
        padding: 0 20px; /* Отступы от краев экрана */
        width: 100%; /* На всю ширину */
        position: absolute;
        top: 150%;
        transform: translateY(-50%);
	}
	.owl-prev {
		position: absolute;
		left: 0;
		bottom: 50%;
	}
	
/* __________ Menu __________ */
/* ==================== Планшетная версия (993px-1200px) ==================== */
@media (max-width: 1200px) {
    .menu_block {
        padding: 0 30px;
    }
    
    .navmenu ul li a {
        padding: 30px 10px;
        font-size: 12px;
    }
}

/* ==================== Мобильная версия (до 992px) ==================== */
@media (max-width: 992px) {
    .menu_block {
        padding: 0 20px;
				padding-left: 0 !important;
    }

		.logo a {
			font-size: 19px;
		}

		.logo img {
			margin-right: -9px;
		}

		.logo a span {
			font-size: 18px !important;
			padding-right: 2px;
		}


    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 22px;
        cursor: pointer;
        z-index: 1001;
    }

    .burger-line {
        width: 100%;
        height: 3px;
        background: #333;
        border-radius: 2px;
        transition: all 0.3s;
    }

    .navmenu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: #fff;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
        padding: 20px 0;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

    .navmenu.active {
        left: 0;
    }

    .navmenu ul {
        flex-direction: column;
        gap: 0;
    }

    .navmenu ul li {
        text-align: center;
        border-bottom: 1px solid #eee;
    }

    .navmenu ul li a {
        display: block;
        padding: 15px 20px;
        font-size: 16px;
    }

    /* Анимация бургера */
    .mobile-menu-toggle.active .burger-line:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    .mobile-menu-toggle.active .burger-line:nth-child(2) {
        opacity: 0;
    }
    .mobile-menu-toggle.active .burger-line:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
}

/* ==================== Маленькие экраны (до 576px) ==================== */
@media (max-width: 576px) {
    .logo a {
        font-size: 22px;
        line-height: 80px;
    }
    
    .navmenu {
        top: 70px;
        height: calc(100vh - 70px);
    }
}



/* __________ Index __________ */
	.cleancode_block p.title {font-size:40px; line-height:40px;}
	.cleancode_block span {font-size:20px; line-height:22px;}
	.cleancode_block .nav-tabs {margin:0 auto; width:450px;}
	.cleancode_block .nav-tabs li a {width:120px; height:120px; padding-top:24px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:13px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}
	
	
	.purpose_block {padding-top:35px;}
	.ipad_img_in {width:350px; margin:0 auto;}
	.purpose_block .ipad_img1 {margin-top:40px;}
	.purpose_block p {font-size:12px; line-height:20px;}
	
	
	.work_item a.zoom {width:40px; height:24px; margin-left:-20px;}
	.work_item:hover a.zoom {bottom:30px;}
	
	
	.our_clients .row {text-align:center; margin:0 auto; width:450px;}
	.client_img {width:140px; display:inline-block;}
	.img_wrapper {width:110px !important;}
	
	
	.post_item_img a.link {width:40px; height:24px; margin:0 0 -12px -20px;}
	.post_item_img a.link:hover {background-position:0 -24px;}
	.post_item_content a.title {font-size:15px; line-height:20px;}
	.post_item_content {padding-top:15px;}
	.post_item_inf a {font-size:12px; padding-right:5px;}
	.post_item_inf li {padding-right:5px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.testimonials .owl-theme .owl-controls {top:-49px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	.crewman_item .crewman_social a {width:36px; height:36px; margin:0 2px 0 5px; font-size:17px; line-height:34px;}
	.crewman_item:hover .crewman_social {bottom:30px;}
	
	
	.testim_content {font-size:17px; line-height:24px;}
	
	
	
	#news .recent_posts {width:450px; margin:0 auto;}
	
	
/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:200px; height:157px; margin-right:20px;}
	.blog_post_title {font-size:19px; line-height:22px;}
	.blog_post_descr hr {clear:both; border:0;}
	.blog_post_content {font-size:14px; line-height:22px;}
	.blog_post_info li a {font-size:13px;}
	.blog_post_info li {padding-right:15px;}
	.blog_post_info li:before {right:6px;}
	.blog_post_content {padding-top:20px;}
	
	.pagination li {width:40px; height:40px;}
	.pagination li a {font-size:16px; line-height:38px;}
	.pagination li.active a, .pagination li a:focus, .pagination li a:hover {font-size:18px;}
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	
/* __________ Single Blog Post __________ */
	.single_blog_post_date {margin:0;}
	.single_blog_post_title {font-size:26px; line-height:32px;}
	
	.comment_note {padding:0 0 20px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:40px 0;}
	.breadcrumbs_block h2 {font-size:50px; line-height:54px;}
	.breadcrumbs_block p {font-size:16px; line-height:20px;}


/* __________ Footer __________ */
	footer {position:static; left:auto; bottom:auto; transform:none; -webkit-transform:none;}
	
	
	.map_hide {margin:0; left:auto; right:15px;}
	
	
	.respond_clear {clear:both; height:0; font-size:0;}
	
	
}

@media (max-width: 479px) {

	#search-form {display:none;}
	
	
/* __________ Index __________ */
	h2 {font-size:26px; line-height:26px;}
	
	
	.purpose_block .btn {padding:10px; margin:10px 5px 0 0;}
	
	
	.cleancode_block p.title {font-size:35px; line-height:33px;}
	.cleancode_block .nav-tabs {width:290px;}
	.cleancode_block .nav-tabs li {padding:0;}
	.cleancode_block .nav-tabs li a {width:96px; height:96px;}
	
	
	.ipad_img_in {width:290px;}
	
	
	.our_clients .row {width:290px;}
	
	
	.testimonials .owl-theme .owl-controls {top:0;}
	
	
	#news .recent_posts {width:290px;}
	
	
/* __________ Blog __________ */
	.blog_post_img {float:none; margin:0 0 20px; width:290px; height:227px;}
	.blog_post_descr hr {border-bottom:2px solid #e9e9e9;}
	.blog_post_content {padding-top:0;}
	
/* __________ Single Blog Post __________ */
	.single_blog_post_title {font-size:17px; line-height:22px;}
	.single_blog_post_content {font-size:13px; line-height:20px;}

	
	
/* __________ Sidebar __________ */
	.post_item_img_widget {float:none; margin-right:0;}
	


/* __________ Bootstrap Style __________ */
	.col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {float: left;}
	.col-ss-12 {width: 100%;}
	.col-ss-11 {width: 91.66666666666666%;}
	.col-ss-10 {width: 83.33333333333334%;}
	.col-ss-9 {width: 75%;}
	.col-ss-8 {width: 66.66666666666666%;}
	.col-ss-7 {width: 58.333333333333336%;}
	.col-ss-6 {width: 50%;}
	.col-ss-5 {width: 41.66666666666667%;}
	.col-ss-4 {width: 33.33333333333333%;}
	.col-ss-3 {width: 25%;}
	.col-ss-2 {width: 16.666666666666664%;}
	.col-ss-1 {width: 8.333333333333332%;}

}



