h1, h2, h3, h4, h5, h6, p, a, td, div, input{
	/*font-family:'BPGExtraSquareMtavruliRegular';*/
}
::-webkit-input-placeholder {
  /*font-family:'BPGExtraSquareMtavruliRegular';*/
}
.clear {
	clear:both;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.forIcons div div span {
    font-size:50px;
    display: block;
    padding:0px;
}
.productIconTitles {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.divPadding {
    padding-bottom:30px;
}
.productsTitle {
    width: 100%;
    text-align: center;
    color: black !important;
    font-size: 24px;
    font-weight: bold;

}
.productsTitle a {
    color: black !important;
    font-family: 'open_sanslight';
}

.language_class {
	width:35px;
	height:30px;
	background-size:100%;
	background-repeat:no-repeat;
	display:block;
	margin:10px;
}
.eng {
	background-image: url('images/en.png');
}
.geo {
	background-image: url('images/ge.png');
}
.rus {
	background-image: url('images/ru.png');
}
.forFlex {
    display:flex;
}
.book_img {
    width:100px;
    height:100px;
    border-radius:100px;
    margin:0 20px;
}
.styledselect {
    border: 1px solid black;
    outline: none;
    appearance: none;
}
select:disabled {
    color: #808080; /* Gray text */
    background-color: #f0f0f0; /* Light gray background */
    border: 1px solid #a0a0a0; /* Slightly gray border */
    cursor: not-allowed; /* Show disabled cursor */
}
.container-fluid {
    background-color:rgba(255,255,255, 0.3);
    position:fixed;
    transition: background-color 2.3s ease;
}
.container-fluid.scrolled {
    background-color: rgba(221,221,221,1.00);
}
.instagramIcon svg{
    width:26px;
    height: 26px;
}
.ForInline {
    display: flex;
    padding:5px;
}
.ForInline p {
    margin: 0 !important;
}
div.phone-wrapper {
    position:relative !important;
    width: 100%;
    height: 30px;
}
.phone-wrapper input {
    padding-left:50px;
}
div.phone-wrapper .phone-prefix {
    position:absolute;
    top:32px;
    left:10px;
    font-weight: bold;
    margin-right: 5px;
    white-space: nowrap;
}
.about_img {
    width:450px;
    padding:20px;
    float: left;
}
.about_txt {
    /*font-family:'BPGGlahoRegular';*/
}
.strip-parralax {
    background-image: url("/css/images/fixedBG.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fillerIguess p{
    text-align:center
}
.reccsTexts {
    padding-bottom:100px;
}
.reccsTexts p{
    text-align: center;
}
.fntszzz {
    font-size:25px;
    margin:0 auto;
}
.reccs div {
    width:90px;
   margin:0 auto;
}
.reccs div span{
   font-size:80px;
}
.reccs p {
    text-align: center;
}
.forTheFont {
   /* font-family:'BPGGlahoRegular';*/
}
.forpdddd {
    padding-top:30px;
    padding-bottom:70px;
}
.buttonStyle {
    background-color: #e8576f; /* Green */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
  }
  
  .buttonStyle:hover {
    background-color: #CF0F47;
    color:white;
  }
  .linkA {
    color: #5757e8;
  }
  #check {
    margin:5px;
  }
  .ForFlowOrder {
    float:left;
    padding:7px;
    border:1px solid #dee2e6;
    border-radius:15px;
    display:block;
    margin:5px 5px 5px 0;
  }
  .ForFlowOrder:hover {
    background-color: #dee2e6;
    color:gray;
  }
  
@media (min-width: 890px) {
    .absltPsss {
        position:relative;
      }
      .absltPssslft {
        position:absolute;
        top: -120px;
        left:-45px;
    }
    .absltPsssrt {
        position:absolute;
        top: -120px;
        right:-45px;
    }
}

.footer_menu {
    color:white;
    display: flex;
    justify-content: center;
    margin:10px auto;
}
.footer_menu li {
    list-style: none;
    padding: 0 10px;
    text-align: center;
}
.footer_menu li a {
    color:white;
}
.footer_menu li a:hover {
    color:rgb(233, 109, 130);
}
.footer_menu li img {
    height: 25px;
}

.productsTitle2 {
    width: 100%;
    text-align: center;
    color: white !important;
    font-size: 24px;
    font-weight: bold;

}
.productsTitle2 a {
    color: white !important;
    font-family: 'open_sanslight';
}