.txt_bold, .tbl_align_center{
font-family: 'Roboto';}
.bold_table, .text_right{
font-weight: 600; font-family: 'Roboto' !important;
}



.border_href{
border-bottom: 1px solid #f97001;
}
.border_href:active{
border-bottom: 1px solid #333;
}
.border_href:hover{
border-bottom: 1px solid #333;
}
.border_href:focus{
border-bottom: 1px solid #333;
}









@media (min-width:200px){
	
	.form-control{
width: 100%; 
}


	
.custom_pad{
padding: 0px; 
}



.col-md-11-fix {
    margin: 0px 0px 0px 15px;
    width: 100%;
    padding: 0px;
}

.tbl_align_r{
	text-align:right;}
	
h2 {
    color: #f97001;
    font-weight: 600;
    margin: 10px 0px 10px 15px !important;
}
.mar_h3 {
	margin: 0px 0 0px 0px !important;
	}

.text_right{
	text-align:center;

}
txt_bold_2{
margin: 10px 0 30px 0px;
}

.txt_bold_3 {
    margin: 10px 0 5px 0px !important;
    font-weight: 600;
}
.txt_bold_4 {
    margin: 10px 0 0px 0px;
    font-weight: 600;
}
.mar_h3{
    margin: 0 0px 30px 0px;
}
.margin_ups{
	    line-height: 16px;
}

.tbl_align_center {
		text-align: center;
		margin-bottom:2px;
		font-size:14px;
}
.zero_mar{
	margin:0 0 0 0;
	padding: 0px;
}

.txt_bold{
	font-size:14px;
	line-height: 16px;
}
.text_right{
	text-align:center;

	margin: 0px 0 10px 0;
}
h3 {
    font-size: 18px;
}
sm_txt{
	margin: 10px 0 10px 0px;
}
.tbl_align_l{
	text-align:left;

} 

.p-margin{
	margin: 0px 0 15px 0px !important;
}
.fix_sm{
	 padding: 0px 0 0px 15px !important;
}

.col-md-cus{
	margin:0 0 10px 0;
}

/*Checkboxes styles*/
.boxes{
	margin: 0 0 20px 30px;
    text-align: left;


}
.gray-block {
    width: 97%;
    height: 190px;
    background: #ebebeb;
    padding: 21px 20px 0px 20px;
    margin: 20px 0 30px 0px;
    font-weight: 600; font-family: 'Roboto';
    font-size: 15px;
	display: none;
}


input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 36px;
    margin: 4px 0 0px 0;
    /* margin-bottom: 0px; */
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    color: #333;
    cursor: pointer;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #333;
    position: absolute;
    left: 0;
    top: 0px;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;  
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.input-style{
	font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
	margin: 5px 0 5px 0px;
}

.fix-button{
	width:100%;
}



.open_window{
	padding: 0 10px;
	border: none;
	line-height: 51px;
	width:100%;	
	background: #f2f2f2 ;
	margin-top: 16px;
	color:black;
}
.open_window:hover{
	background: #333 !important;
	color:white;
}

.open_window:focus		 {
    background: #333 !important;
	color:white;
}
.open_window:active	 {
    background: #333 !important;
	color:black;
}
	
.overlay {

   background-color: rgba(0,0,0,0.5);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}
.popup {
    max-width: 850px;
    font-weight: 300;
    box-shadow: 4px 4px 19px 0px #00000050;
    overflow: auto;
    background-color: white;
    display: inline-block;
    left: 50%;
    opacity: 0;
    /* padding: 15px; */
    /* width: 41%; */
    position: fixed;
    text-align: left;
    top: 50%;
    visibility: hidden;
    z-index: 999999;
    /* padding-left: 40px; */
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;

	
}

.popup .close_window {
    width: 17px;
    height: 17px;
    position: absolute;
    padding: 0px 0px 0px 0px;
    top: 8px;
    right: 8px;
    cursor: pointer;
    color: #333;
    width: 21px;
    height: 21px;
    display: block;

    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    font-size: 9px;
    line-height: 25px;
    text-align: center;
    background-color: #ebebeb00;
	-webkit-transform: line-height: 0px;
	z-index: 999;
}

.popup .close_window:hover{
	background: #dad1d1;
   
}
.popup .close_window:active {
	background: #dad1d1;
}


.popup-width{
width: 100%;
height:100%;
}
.img-cus{
	top:10px;
	    margin: 16px 0 0px 0px;
	width:70%;
}
.fix-img{
	width:40%;
}

#overlay-cart {
    position: fixed;
    display: none;
    width: 100%; 
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); 
    z-index: 100; 
    cursor: pointer; 
} 
.fa-remove:before, .fa-close:before, .fa-times:before{
	    color: #333;
		font-size:20px;
}

.btnmil{
	width:97% !important;
	    margin: 10px 0px 0 0px;
}



.col-md-cus {
    margin: 0 0 0px 0;
    padding: 11px 15px 12px 0;
}

.fix-button-1{
	width:95%;
}

.h3_fix{
    margin: 49px 0 14px 12px !important;

}

}



@media (min-width:568px){
	
.galaxy-mar{
	    margin-top: 45px ;
}

	
.form-control{
width: 100%; 
}
.tbl_align_l{
	text-align:left;
}
.btnmil{
	width:97% !important;
}
 .custom_pad{
padding: 20px; 
}
.tbl_align_center{
	text-align:center;
    font-size: 15px;
}
.tbl_align_r{
	text-align:right;}
	
h2 {
		color: #f97001;
		font-weight: 600;
		font-size: 21px;
		margin: 10px 0px 20px 0;
}

.mar_h3 {
	margin: 0px 0 0px 0px !important;
}

.text_right{
	text-align:center;

}
.txt_bold{
	font-family: 'Roboto';
	font-size:15px;
	line-height: 18px;
    font-style: normal;
	margin: 10px 0 0px 0px;
}
txt_bold_2{
margin: 10px 0 30px 0px;
}

.txt_bold_3 {
    margin: 60px 0 20px 15px !important;
    font-weight: 600;
}
.txt_bold_4 {
    margin: 10px 0 0px 0px;
    font-weight: 600;
}
.mar_h3{
    margin: 0 0px 30px 0px;
}
.margin_ups{
	    line-height: 16px;
}


#talkbubble {
	font-family: 'Roboto';
    font-size: 15px;
    font-style: normal;
    background: #dededc;
    position: relative;
    padding: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
	line-height: 17px;
	
}

#talkbubble_btm{
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 18px;
    padding: 15px;

}
 
#talkbubble:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 26px;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-right: 26px solid #dededc;
    border-bottom: 0px solid transparent;
}
#square {
    width: 80px;
    height: 94px;
    background: #f28329;
    margin: -78px 0px 0px -30px;
}
#square2 {
    width: 80px;
    height: 80px;
    background: #f28329;
    margin: -52px 0px 0px -30px;
}

.p-margin{
	    margin: 15px 0px 15px 0px;
}
.zero_mar1{
	    margin: 0px 0px -25px 15px;
}



/*Checkboxes styles*/
.boxes{
	margin: 0 0 20px 30px;
    text-align: left;
}



input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 36px;
    margin: 4px 0 0px 0;
    /* margin-bottom: 0px; */
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    color: #333;
    cursor: pointer;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #333;
    position: absolute;
    left: 0;
    top: 0px;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;  
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.input-style{
	font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
	margin: 5px 0 5px 0px;
}

.fix-button{
	    width: 98%;
    padding: 13px 7px 13px 24px;
}



	
.overlay {

   background-color: rgba(0,0,0,0.5);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}
.popup {
    max-width: 850px;
    font-weight: 300;
    box-shadow: 4px 4px 19px 0px #00000050;
    overflow: auto;
    background-color: white;
    display: inline-block;
    left: 50%;
    opacity: 0;
    /* padding: 15px; */
    /* width: 41%; */
    position: fixed;
    text-align: left;
    top: 50%;
    visibility: hidden;
    z-index: 999999;
    /* padding-left: 40px; */
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}

.popup .close_window {
    width: 17px;
    height: 17px;
    position: absolute;
    padding: 0px 0px 0px 0px;
    top: 8px;
    right: 8px;
    cursor: pointer;
    color: #333;
    width: 21px;
    height: 21px;
    display: block;
    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    font-size: 9px;
    line-height: 25px;
    text-align: center;
    background-color: #ebebeb00;
 	-webkit-transform: line-height: 0px;
	z-index: 999;
}
.popup .close_window:hover {
	background: #dad1d1;
   
}
.popup .close_window:active {
	background: #dad1d1;
}


.popup-width{
width: 100%;
height:100%;
}

.img-cus{
	top:10px;
	    margin: 16px 0 0px 0px;
	width:70%;
}
.fix-img{
	width:40%;
}

#overlay-cart {
    position: fixed;
    display: none;
    width: 100%; 
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); 
    z-index: 100; 
    cursor: pointer; 
}
.fix_sm{
margin: 0 0 0 15px; 
}
.gray-block {
    width: 97%;
    height: 117px;
    background: #ebebeb;
    padding: 20px 20px 0px 20px;
    margin: 20px 0 60px 15px;
    font-weight: 600; font-family: 'Roboto';
    font-size: 17px;
} 

.col-md-11-fix{

    margin: 0px 0px 0px 15px;
    width: 100%;
    padding: 0px;

} 

.col-md-cus{
    margin: 10px 0 30px 0;
    padding: 0 0 0 0;
}

.img-like-blok{
	padding:0px;

}
.fix_n{
	    margin: 56px 0 20px 0px !important;
}


.fa-remove:before, .fa-close:before, .fa-times:before{
	    color: #333;
		font-size:20px;
}




}













@media (min-width:992px){
.tbl_align_center{
	text-align:center;
    font-size: 18px;
}

.galaxy-mar{
	    margin-top: 55px;
}
.form-control{
width: 100%; 
}

.txt_bold_3 {
    margin: 10px 0 10px 15px !important;
    font-weight: 600;
}
.txt_bold_4{
margin: 10px 0 20px 0px; font-weight: 600;
}



.margin_ups {
    margin: 0px 0px 30px 0px;
}
.text_right{
	text-align:center;

	
}

.tbl_align_r{
	text-align:right;
	line-height: 27px;
}
.tbl_align_r i{
	font-weight: italic;
}
.tbl_align_r span{
}
.txt_bold{
	font-family: 'Roboto';
	font-size:18px;
	line-height: 21px;
    font-style: normal;
}
.tbl_align_l{
	text-align:left;
	line-height: 27px;
} 
.sm_txt {
	font-size:18px;
}
.sm_txt label{

	margin: 10px 0px 10px 0;
}
txt_bold_2{
margin: 10px 0 30px 0px;
}

.txt_bold_3{
margin: 10px 0 12px 15px !important;
 font-weight: 600;
}
.mar_h3{
    margin: 0 0px 30px 0px !important;
}
.txt_bold_4 {
    margin: 10px 0 10px 0px;
    font-weight: 600;
}
.custom_pad{
padding: 20px; 
}



.txt_bold{
	z-index:3;
    line-height: 26px;
}


txt_bold_2{
margin: 10px 0 30px 0px;
}

.txt_bold_3{
margin: 35px 0 12px 15px !important;
 font-weight: 600;
 	z-index:3;
	    font-size: 24px;
    font-weight: 600;
}
.txt_bold_4{
margin: 10px 0 20px 0px; font-weight: 600;
}

.mar_h3{
    margin: 0 0px 45px 0px !important;
}


.sm_txt {
	font-size: 15px;
	margin: 0px 0 30px 0;
	}

.tbl_align_l span{
    font-size: 21px !important;
}



.margin_ups {
    margin: 0px 0px 25px 0px;
	line-height: 22px;
}
.text_right{
	text-align:center;

	
}
.tbl_align_center{
	text-align:center;
	font-size:21px;
}
.tbl_align_r{
	text-align:right;
	line-height: 27px;
}
.tbl_align_r i{
	font-weight: italic;
}
.tbl_align_r span{
}
.txt_bold{
	font-family: 'Roboto';
	font-size:18px;
    font-style: normal;
	    line-height: 21px;
}
.tbl_align_l{
	text-align:left;
	line-height: 27px;
} 
.sm_txt {
	font-size: 24px;
}
.sm_txt label{
	font-size: 24px;
	margin: 10px 0px 10px 0;
}

h2{
color: #f97001;
font-size: xx-large;
font-weight: 600;
    margin: -17px 0px 30px 27px !important;
}

.custom_pad{
padding: 20px; 
}



#talkbubble {
	font-family: 'Roboto';
    font-size: 17px;
    font-style: normal;
    background: #dededc;
    position: relative;
    padding: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
	line-height: 21px;
}

#talkbubble_btm{
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 18px;
    padding: 15px;

}
 
#talkbubble:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 26px;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-right: 26px solid #dededc;
    border-bottom: 0px solid transparent;
}

.btn-stl-custom{
	width: 100%;
	margin: 20px 0 30px 0;
}

.top_string{
    background: #ebebeb;
    width: 100%;
    padding: 10px 10px 35px 10px;
    max-width: 100%;
    margin: 15px 0px 0px 0px;
}	
#rectangle {
    width: 155px;
    height: 265px;
    background: #eaeaea;
    z-index: 1;
    top: 0px;
    left: 20px;
    position: absolute;
}


#square {
    width: 120px;
    height: 155px;
    background: #f28329;
    margin: -130px 0px 0px -30px;
}
#square2 {
    width: 120px;
    height: 155px;
    background: #f28329;
    margin: -55px 0px 0px -30px;
}


.col-md-cus{
	padding: 0 0 0 0;
	margin: 30px 0px 0px 0px;
}
.img-cus{
	padding: 0 0 0 0;
	margin: 30px 0px 0px 0px;
	width: 60%;
}
.fix-img{
	width: 30%;
}
.col-md-11-fix-top{
    margin: -15px 0px 0px 35px;
    width: 87%;
}
.col-md-11-fix{
    margin: -100px 0px 0px 35px;
    width: 87%;
}
.p-margin{
    margin: 0px 0px 24px 15px;

} 
.gray-block {
    width: 100%; 
    height: 130px;  
    background: #ebebeb;
    padding: 30px 30px 0px 30px;
	margin: 35px 0 45px 0px;
	font-weight: 600; font-family: 'Roboto';
	font-size: 19px;
		
}
.line-bottom{
	height:4px;
	width:50%;
    background:#f97001;
	    margin: 20px 0 0 0;
}

.img-like{

	    margin: -9px 0px 0 13px ; 
}

.img-like-blok{
	width:88%;
	
}


.img-like-blok2{width:12%;}




/*Checkboxes styles*/
.boxes{
	margin: 0 0 20px 30px;
    text-align: left;


}


input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 5px 0 0px 0;
    /* margin-bottom: 0px; */
    font-family: 'Roboto';
    font-size: 21px;
    font-style: normal;
    color: #333;
    cursor: pointer;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: 2px;
  opacity: .6; 
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;  
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.input-style{
	font-family: 'Roboto';
    font-size: 21px;
    font-style: normal;
	
}

.fix-button{
	    width: 97%;
    float: left;
	padding: 13px 14px 13px 16px;
}

 

	
.overlay {

   background-color: rgba(0,0,0,0.5);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}
.popup {
    max-width: 600px;
    font-weight: 300;
    box-shadow: 4px 4px 19px 0px #00000050;
    overflow: auto;
    background-color: white;
    display: inline-block;
    left: 50%;
    opacity: 0;
    /* padding: 15px; */
    /* width: 41%; */
    position: fixed;
    text-align: left;
    top: 50%;
    visibility: hidden;
    z-index: 999999;
    /* padding-left: 40px; */
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;

	
}

.popup .close_window {
    width: 17px;
    height: 17px;
    position: absolute;
    padding: 0px 0px 0px 0px;
    top: 8px;
    right: 8px;
    cursor: pointer;
    color: #333;
    width: 21px;
    height: 21px;
    display: block;

    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    font-size: 9px;
    line-height: 25px;
    text-align: center;
    background-color: #ebebeb00;
      
	-webkit-transform: line-height: 0px;
	z-index: 999;
}
.popup .close_window:hover {
	background: #dad1d1;
   
}
.popup .close_window:active {
	background: #dad1d1;
}


.popup-width{
width: 100%;
height:84%;
}

#overlay-cart {
    position: fixed;
    display: none;
    width: 100%; 
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); 
    z-index: 100; 
    cursor: pointer; 
}

.fa-remove:before, .fa-close:before, .fa-times:before{
	    color: #333;
		font-size:20px;
}
class-bottom{
margin-bottom:30px;}
}


}





@media (min-width:1200px){
.form-control{
width: 100%; 
}

.txt_bold{
	z-index:3;
    line-height: 26px;
}


txt_bold_2{
margin: 10px 0 30px 0px;
}

.txt_bold_3{
margin: 35px 0 12px 15px !important;
 font-weight: 600;
 	z-index:3;
	    font-size: 24px;
    font-weight: 600;

}
.txt_bold_4{
margin: 10px 0 20px 0px; font-weight: 600;
}

.mar_h3{
    margin: 0 0px 45px 0px !important;
}


.sm_txt {
	font-size: 15px;
	margin: 0px 0 30px 0;
	}

.tbl_align_l span{
    font-size: 21px !important;
}



.margin_ups {
    margin: 0px 0px 0px 0px;
	line-height: 22px;
}
.text_right{
	text-align:center;

	
}
.tbl_align_center{
	text-align:center;
	font-size:21px;
}
.tbl_align_r{
	text-align:right;
	line-height: 27px;
}
.tbl_align_r i{
	font-weight: italic;
}
.tbl_align_r span{
}
.txt_bold{
	font-family: 'Roboto';
	font-size:21px;
    font-style: normal;
	    line-height: 26px;
}
.tbl_align_l{
	text-align:left;
	line-height: 27px;
} 
.sm_txt {
	font-size: 24px;
}
.sm_txt label{
	font-size: 24px;
	margin: 10px 0px 10px 0;
}

h2{
color: #f97001;
font-size: xx-large;
font-weight: 600;
    margin: -17px 0px 30px 27px !important;
}

.custom_pad{
padding: 20px; 
}



#talkbubble {
	font-family: 'Roboto';
    font-size: 19px;
    font-style: normal;
    background: #dededc;
    position: relative;
    padding: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
	line-height: 27px;
}

#talkbubble_btm{
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 18px;
    padding: 15px;

}
 
#talkbubble:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 26px;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-right: 26px solid #dededc;
    border-bottom: 0px solid transparent;
}

.btn-stl-custom{
	width: 100%;
	margin: 20px 0 30px 0;
}

.top_string{
    background: #ebebeb;
    width: 100%;
    padding: 10px 10px 35px 10px;
    max-width: 100%;
    margin: 15px 0px 0px 0px;
}	
#rectangle {
    width: 155px;
    height: 265px;
    background: #eaeaea;
    z-index: 1;
    top: 0px;
    left: 20px;
    position: absolute;
}


#square {
    width: 120px;
    height: 175px;
    background:#f28329;
    margin: -130px 0px 0px -30px;
}
#square2 {
    width: 120px;
    height: 175px;
    background: #f28329;
    margin: -55px 0px 0px -30px;
}


.col-md-cus{
	padding: 0 0 0 0;
	margin: 30px 0px 0px 0px;
}
.img-cus{
	padding: 0 0 0 0;
	margin: 30px 0px 0px 0px;
	width: 60%;
}
.fix-img{
	width: 30%;
}
.col-md-11-fix-top{
    margin: -15px 0px 0px 35px;
    width: 87%;
}
.col-md-11-fix{
    margin: -100px 0px 0px 35px;
    width: 87%;
}
.p-margin{
    margin: 0px 0px 32px 15px;

}
.gray-block {
    width: 100%; 
    height: 143px;  
    background: #ebebeb;
    padding: 30px 30px 0px 30px;
	    margin: 55px 0 65px 0px;
font-weight: 600; font-family: 'Roboto';
font-size: 24px;
}
.line-bottom{
	height:4px;
	width:50%;
    background:#f97001;
	    margin: 20px 0 0 0;
}

.img-like{

	    margin: -9px 0px 0 13px ; 
}

.img-like-blok{
	width:88%;
	
}


.img-like-blok2{width:12%;}




/*Checkboxes styles*/
.boxes{
	margin: 0 0 20px 30px;
    text-align: left;


}


input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 5px 0 0px 0;
    /* margin-bottom: 0px; */
    font-family: 'Roboto';
    font-size: 21px;
    font-style: normal;
    color: #333;
    cursor: pointer;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: 2px;
  opacity: .6; 
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;  
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.input-style{
	font-family: 'Roboto';
    font-size: 21px;
    font-style: normal;
	
}

.fix-button{
    width: 97%;
    float: left;
}



	
.overlay {

   background-color: rgba(0,0,0,0.5);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}
.popup {
    max-width: 600px;
    font-weight: 300;
    box-shadow: 4px 4px 19px 0px #00000050;
    overflow: auto;
    background-color: white;
    display: inline-block;
    left: 50%;
    opacity: 0;
    /* padding: 15px; */
    /* width: 41%; */
    position: fixed;
    text-align: left;
    top: 50%;
    visibility: hidden;
    z-index: 999999;
    /* padding-left: 40px; */
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;

	
}

.popup .close_window {
    width: 17px;
    height: 17px;
    position: absolute;
    padding: 0px 0px 0px 0px;
    top: 8px;
    right: 8px;
    cursor: pointer;
    color: #333;
    width: 21px;
    height: 21px;
    display: block;

    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    font-size: 9px;
    line-height: 25px;
    text-align: center;
    background-color: #ebebeb00;
      
	-webkit-transform: line-height: 0px;
	z-index: 999;
}
.popup .close_window:hover {
	background: #dad1d1;
   
}
.popup .close_window:active {
	background: #dad1d1;
}


.popup-width{
width: 100%;
height:84%;
}

#overlay-cart {
    position: fixed;
    display: none;
    width: 100%; 
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); 
    z-index: 100; 
    cursor: pointer; 
}

.fa-remove:before, .fa-close:before, .fa-times:before{
	    color: #333;
		font-size:20px;
}
.btnmil{
	    width: 71% !important;
		    position: absolute;
    margin: 31px 10%; 
}
.galaxy-mar{
	    margin-top: 62px ;
}

class-bottom{
margin-bottom:50px;
}

}

    footer {    margin-top: 100px;}