#modalCall{
    z-index: 999999999;
    top: 0px;
    left: 0px;
    position: fixed;
}
/* Базовый контейнер табов */
.tabs {
/*     min-width: 320px;
max-width: 800px; */
	padding: 0px;
	margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs>section {
	display: none;
	padding: 15px;
	/*background: #fff;*/
	border: 1px solid #ddd;
}
.tabs>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	/* прикрутим анимацию */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Прячем чекбоксы */
.tabs>input {
	display: none;
	position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
}
/* Шрифт-иконки от Font Awesome в формате Unicode */
.tabs>label:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "\f06d";
}
.tabs>label[for*="2"]:before {
	content: "\f0c9";
}
.tabs>label[for*="3"]:before {
	content: "\f00c";
}
.tabs>label[for*="4"]:before {
	content: "\f086";
}
.tabs>label[for*="5"]:before {
	content: "\f295";
}
/* Изменения стиля переключателей вкладок при наведении */

.tabs>label:hover {
	color: #888;
	cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
	color: #1faee9;
	border-top: 1px solid #1faee9;
	border-bottom: 1px solid #fff;
	background: #fff;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4,
#tab5:checked~#content-tab5{
	display: block;
}
/* Убираем текст с переключателей
* и оставляем иконки на малых экранах
*/

@media screen and (max-width: 680px) {
	.tabs>label {
		font-size: 0;
	}
	.tabs>label:before {
		margin: 0;
		font-size: 18px;
	}
}

/* Изменяем внутренние отступы
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
	.tabs>label {
		padding: 15px;
	}
	.item{
    min-width: 150px;
}
    .gal-item{margin:4px auto;}
}

.cat_image{
    height: 150px;
}
.row.flexbox .item{
        text-align: center;
    border: 1px solid #f2f2f2;
    padding: 30px 5px 30px;
    transition: all ease .2s;
}
.row.flexbox .item .img{
    /* width: 120px;
    height: 120px;
    line-height: 120px; */
    text-align: center;
    margin: 0 auto 22px;
}
.row.flexbox .item .name{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.row.flexbox .item .imgOurWorks{
    /* width: 120px;
    height: 120px;
    line-height: 120px; */
    text-align: center;
    margin: 0 auto 22px;
    float: left;
    width: 30%;
}
.row.flexbox .item .nameOurWorks{
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  width: 65%;
  float: left;
  margin-left: 5%;
}
@media (max-width: 414px) {
  .row.flexbox .item .imgOurWorks{
    float: none;
    width: 200px;
  }
  .row.flexbox .item .nameOurWorks{
    width: 100%;
    float: none;
    margin-left: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.logo.colored a img {
    /*background-color: #fff;*/
}
.contacts_wrapper{
 padding: 10px;
}
.item_carta{
   display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    align-items: center;
    text-align: center;
}
.item_carta .gal-item {
  width: 30%;
  margin: 10px 1.5%;
}
.thumb>img{
    width: 100%;
}

.cartfi{
        display: flex;
    flex-direction: column;
    padding: 55px;
}
.carticon{
    font-size: 20px;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    margin-right: 35px;
    margin-top: 20px;
}
.content{
    margin: 25px;
}
.sale{
    text-align: center;
}
.logo-row .logo {
    display: inline-block;
    position: relative;
    /*height: 100px;
    max-width: 101px;
    line-height: 101px;*/
    z-index: 10;
}
/* Этапы */
.t576 .t-section__topwrapper {
    margin-bottom: 105px
}

.t576 .t-section__title {
    margin-bottom: 20px;
        text-align: center;
    font-size: 24px;
}

.t576 .t-section__descr {
    max-width: 560px
}

.t576 .t-section__bottomwrapper {
    margin-top: 105px
}

.t576__mainblock:after,.t576__mainblock:before {
    content: '';
    display: table;
    clear: both
}

.t576__item {
    position: relative;
    padding-bottom: 30px
}

.t576__item:last-child {
    padding-bottom: 0!important
}

.t576__block {
    padding-right: 56px;
    padding-left: 0!important
}

.t576__block-flipped {
    padding-right: 0!important;
    padding-left: 56px
}

.t576__mainblock {
    margin: 0 auto
}

.t576__line {
    position: absolute;
    width: 1px;
    top: 0;
    background: #222;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.t576__item:first-child .t576__line {
    top: 10px
}

.t576__item:last-child .t576__line {
    bottom: auto
}

.t576__col {
    width: 50%
}

.t576__flipped {
    float: right!important
}

.t576__circle {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    left: 0;
    top: 5px;
    margin: 0 auto;
    background-color: #222;
    border-radius: 100%;
    border: 2px solid #fff
}

.t576__number {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

.t576__img {
    width: 100%;
    max-width: 80px;
    display: block;
    margin: 0 auto 14px
}

.t576__title {
    margin-bottom: 6px;
    margin-top: 10px
}

.t576__descr {
    margin-top: 10px;
    margin-bottom: 5px
}

@media only screen and (max-width: 960px) {
    .t576 .t-section__bottomwrapper {
        margin-top:45px
    }

    .t576 .t-section__topwrapper {
        margin-bottom: 45px
    }

    .t576 .t-section__title {
        margin-bottom: 20px
    }

    .t576__container {
        padding: 0 20px;
        box-sizing: border-box
    }
}

@media only screen and (max-width: 640px) {
    .t576 .t-section__bottomwrapper {
        margin-top:15px
    }

    .t576__title {
        margin-bottom: 0;
        margin-top: 2px
    }

    .t576__descr {
        margin-top: 5px
    }

    .t576__circle {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        margin-left: 0
    }

    .t576__item {
        padding-bottom: 0!important
    }

    .t576__col {
        float: none;
        text-align: left;
        width: 100%
    }

    .t576__linewrapper,.t576__block,.t576__block-flipped {
        display: table-cell;
        vertical-align: top;
        padding-bottom: 30px
    }

    .t576__linewrapper {
        position: relative;
        padding-bottom: 30px
    }

    .t576__block,.t576__block-flipped {
        padding-left: 20px!important;
        padding-right: 0!important
    }

    .t576__line {
        right: auto;
        left: 50%;
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }

    .t576__img {
        margin-left: 0
    }
}
.t576{
        margin: 20px;
}
.t-name{
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
    color: #000;
}
.t-name_lg {
    font-size: 22px;
    line-height: 1.35;
}
.t-align_center {
    text-align: center;
}
.t576__number {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.callBackForm{
    border-top: solid 1px #ccc;
    padding-top: 20px;
    max-width:600px;
    margin:0 auto;
}
.callBackForm > form{
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
}
.callBackFormCaption{
        text-align: center;
    font-size: 26px;
    font-weight: 800;
}
.callBackFormSubmit{
    margin-top: 15px;
    margin-bottom: 20px;
}
/*backButtons*/
.pulse {
 position: fixed;
    bottom: 10%;
    right: 5%;
    transform: translate(-50%, -50%);
    background: #4fbaea;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    line-height: 61px;
    font-size: 42px;
    z-index: 999;
    cursor: pointer;
}

.pulse:before,
.pulse:after {
	content: " ";
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #4fbaea;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden;
}

.pulse:after{
	animation-delay: .5s;
}

@keyframes animate
{
	0%
	{
		transform: scale(0.5);
		opacity: 0;
	}
	50%
	{
		opacity: 1;
	}
	100%
	{
		transform: scale(1.2);
		opacity: 0;
	}
}
.logofooter img{
        display: block;
    height: 180px;
}
/* .flex-prev{
        padding-top: 9px;
    padding-right: 20px;
}
*/
.flex-next a:before{
/*     padding-top: 9px; */
    padding-right: 3px !important;
}
.module-cart .icon .count {
    position: absolute;
    top: 0;
    left: 30px;
    line-height: 20px;
    width: 20px;
    background: #333;
    font-size: 10px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
}
.total-price {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #3bb8ec;
}
.entry-content img {
    width:100%;
}
.mail-new {
    /* text-align: right; */
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 100px;
}
.btn_on_main a {
	text-align: center;
	margin: 20px auto;
	display: block;
	width: 200px;
}
.dopemail {display:none;}
.list.items {
	width: 100%;
}
.top-description-mob, .mail-mob, .adres-mob{font-size:16px;}


@media screen and (max-width: 568px) {
  .item_carta .gal-item {
      width: 47%;
      margin: 10px 1.5%;
  }
}

@media screen and (max-width: 414px) {
  .item_carta .gal-item {
      width: 97%;
      margin: 10px 1.5%;
  }
  .header__cart {
    position: absolute;
    z-index: 1000;
    text-align: center;
    margin-left: -50px;
    width: 200px;
    left: 50%;
    top: 100px;
  }
}

@media screen and (max-width: 400px) {
  .row.flexbox .item {
      min-width: initial!important;
          padding: 0;
  }

  .row.flexbox .item .name {
    padding: 10px;
    min-height: 80px;
}
}



@media screen and (max-width: 320px) {
  .mobileheader-v1 .col-xs-6 {
      padding: 0;
  }
}
.monument-price {
    color: #3bb8ec;
}
.buy-ml {
    margin-left: 25%;
}
.div-main-mt {
    margin-top: 5%;
}

.benefitsblockul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}

.benefitsblockli {
    width: 300px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    text-align: center;
    margin: 3% 0;
}

.benefitsblockimg {
    width: 70px;
}

.articleleft {
    text-align: left;
}
.btn-buy {

  background-color: #262626;
  color: #ffffff;
  

  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  

  border: none;
  border-radius: 4px; /* Слегка скругленные углы */
  cursor: pointer;
  text-transform: uppercase; /* Текст заглавными буквами */
  letter-spacing: 0.5px;
  

  transition: all 0.3s ease;
}


.btn-buy:hover {
  background-color: #404040; /* Чуть светлее при наведении */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px); /* Легкий подъем вверх */
}

.btn-buy:active {
  background-color: #1a1a1a; /* Затемнение при клике */
  transform: translateY(0);
}
