 @media (max-width: 1199px){
  .category_first_triger-desk {
    text-align: left !important;
    order: 1;
    margin: 0px 0px 0px 20px;
} 

}

@media (max-width: 990px){ 
.timer2 {
    margin: 0 auto;
}
.text-center {
    text-align: left !important;
    margin-top: 10px !important;
}
}

.offer {
    margin: 20px 0px 0px 15px;
}
.timer2 {
    border: 2px solid #fff;
    border-radius: 20px;
    background-color: #fff;
    max-width: 400px;
    box-shadow: -7px 4px 9px 0px rgba(0,0,0,0.5);
}
.timer3 {
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 20px;
    background-color: #fff;
    max-width: 400px;
    box-shadow: -7px 4px 9px 0px rgba(0,0,0,0.5);
}
.package2 {
    background-color: #fff;
}
.b2b {
    background-image: url(../img/bg3.png);
}
.d-flex {
    display: flex;
}
.text-center {
    text-align: center;
    align-items: center;
    margin-top: 150px;
}
.text-center2 {
    text-align: center;
    align-items: center;
}
.category_first_triger .catalog_title {
    margin: 100px 0 50px 0;
}

.category_first_triger-title {
    color: #e1466b;
    font-size: 18px;
    padding-top: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.category_first_triger-text {
    font-size: 15px;
    line-height: 25px;
}

.category_first_triger-block {
    display: flex;
    margin-bottom: 65px;
}
.category_first_triger-mainimg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.category_first_triger .catalog_title h2:after {
    display: none!important;
}
.category_first_triger-block:last-child {
    margin-bottom: 0;
}
.category_first_triger-img {
    min-width: 61px;
    margin-left: 20px;
}

.category_first_triger {
	background-image: url(../img/fon1.png);
	-webkit-background-size: cover;
	background-size: cover;
    margin-bottom: 80px;
}
.category_first_triger-blocks-right .category_first_triger-img {
    margin-right: 20px;
}

.category_first_triger-blocks-right .category_first_triger-desk {
    order: 1;
    text-align: left;
}

.category_first_triger-desk {
    text-align: right;
}

.h2-link{
	color: #DAA520;
	text-decoration: underline
}
.popup1{
	display: none; 
	width: 700px;
	overflow: hidden
}
.popup-img{
	width: 50%;
	float: left;
}
.popup-img img{
	width: 100%
}

.popup1 form{
	width: 50%;
	float: left;
	text-align: center;
	padding: 20px
}
.popup1 form h3 span{
	color: red
}

@media (max-width: 767px){
	.popup1{
		width: 350px
	}
	.popup-img{
		display: none
	}
	.popup1 form{
		width: 100%
	}
	
}
@media (max-width: 360px){
	.popup1{
		width: 96%
	}
}

.g-recaptcha-c {
    margin: auto;
    width: fit-content;
}