@import url("normalize.css");
@import url("reset.css");
@import url("form.css");
@import url("style-for-slider.css");
@import url("bootstrap.css");
@import url("font-awesome.min.css");

html,
body{
  background-image: url("../img/polotno.jpg");
  background-attachment: fixed;
  background-color: #fff;
  color: #4bb7d6;
  font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x:hidden; 
}
img{width: 100%;}


/*HEADER*/
header p{
  color: rgba(255, 255, 255, 1);
  line-height: 1.3;
}
.eTimer {
  margin-top: 20px;
}
header{
  padding-top: 10px;
}
.title_min{
  font-size: 25px;
    font-weight: 600;
    max-width: 80%;
}
.header_p{
  font-size: 20px;
    margin: 0 auto;
    line-height: 1;
    text-align: center;
    border-bottom: solid 1px#58b5d0;
    padding-bottom: 10px;
}
.chooze_us .header_p{
  color:#fff;
}
.old_price{
  font-size:30px;
  color:white;
  text-decoration: line-through;
}
.new_price{
  font-size:35px;
  color:red;
}
.cart_old_price{
  font-size: 20px;
  color: #000;
  text-decoration: line-through;
}
.cart_new_price{
  font-size: 25px;
    color: red;
}
.title_top_text:hover{
  border-bottom: solid 1px #4bb7d6;
  color: #4bb7d6;
   box-shadow: 0 6px 4px -4px #4bb7d6;
}
.header_bg{
  background-image: url("../img/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: none 0s ease 0s;
  transform: translateZ(0px);
  height: 100vh;
}
.header_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    z-index: -1;
}
h1{
    font-weight: 700;
    text-transform: uppercase;
    margin: 12px auto;
    text-align: center;
    color: #fff;
    font-size: 40px;
}
p.title_selling{
  font-size: 18px;
}
.title_selling{
    background: rgba(0, 0, 0, 0.5);
    margin: 0 0 1px 0;
    padding: 7px 15px;
    display: inline-block;
}

/*CONTENT*/
.icon_box{
    min-width: 74px;
    max-width: 74px;
    min-height: 74px;
    max-height: 74px;
    font-size: 27px;
    line-height: 72px;
    border-style: solid;
    border-width: 1px;
    border-radius: 500px;
    text-align: center;
    margin-right: 22px;
    background-color: #11abd6;
    color: #ffffff;
}
.pad_category{
  padding: 70px 0;
}
.title_categopy{
  color:#4bb7d6;
  font-size: 16.22px;
  font-weight: 600;
  text-transform: uppercase;
}
.title_categopy:hover{
  color:#4bb7d6;
}
.title_categopy_min{
  font-size: 18px;
  margin: 15px 0 0;
}
.gray_bg{
  background-color: #f4f4f4;
  padding: 50px 0;
  border-bottom:solid 1px #ccc;
}
.gray_bg h2, .chooze_us h2, .can_help h2{
  font-size: 46px;
  font-weight: 400;
  margin: auto;
}
.chooze_us h2{
  padding-bottom: 30px;
}
.can_help h2{
  text-align: center;
}
.gray_bg .title_selling, .chooze_us .title_selling{
  margin: auto;
  text-align: center;
  background-color: transparent;
  line-height: 1;
}

.chooze_us .title_selling{
  margin: 50px auto;
}
.blue_line{
    width: 50px;
    margin: 38px auto;
    background-color: #11abd6;
}
.can_help{
  padding: 30px 0;
}
.far{
  font-weight: 900;
}
.opasity{
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px 0;
}
.lict_help{
  max-width: 550px;
  margin: auto;
}
.bottom_text{
  font-size: 18px;
  font-weight: 600;
  color: #109bc5;
}
.coment_wrap{
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer{
  background-color: #11abd6;
  width: 100%;
  padding: 15px 0;
}
footer .header_p, footer .section-heading{
  color:#fff;
}
footer .section-heading{
  font-size: 25px;
}
.logo_bg{
  background-color: #fff;
  border-radius: 5px;
}
.footer_text{
  padding-left: 20px;
  color:#fff;
  font-size: 11px;
}
.footer_text a{
  color:#fff;
  font-size: 11px;
}
.text-block {
  width: 250px;
  margin: 50px;
}
.b-top {
  z-index:2600;
  position:fixed;
  left:0;
  bottom:90px;
  width:34%;
  margin-left:50%;
  opacity: 0.5;
  filter:alpha(opacity=50);
}
.b-top:hover {
  opacity:1;
  filter:alpha(opacity=100);
  cursor:pointer;
}
.b-top-but {
  width: 50px;
  height: 50px;
  z-index:2600;
  position:absolute;
  display:block;
  left:56px;
  bottom:0;
  margin:0 0 0 100%;
  padding: 10px 16px 4px;
  color:white;
  background:#0a7998 no-repeat ;
  border-radius:4px;
}
#scroller .fa-angle-up{
  font-size: 30px;
}
@media only screen and (max-width: 767px){
    h1{
      font-size: 30px;
    }
    .title_min{
      font-size: 20px;
      text-align: center;
    }
    footer .title_min{
      font-size: 20px;
      text-align: center;
      margin: auto;
      color:#000;
    }
    .gray_bg h2, .chooze_us h2, .can_help h2{
      font-size: 32px;
      text-align: center;
    }
    .coment_wrap{
      flex-direction: column;
    }
    .old_price{
      font-size: 18px;
    }
    .new_price{
      font-size: 25px;
    }
}


.h100{
  height: 100%;
}
.wrap_cart p{
   font-size:25px;
   text-align: center;
}
.df{
  display: flex;
}
.fd_row{
  flex-direction: row;
}
.fd_col{
  flex-direction: column;
}
.al_it_center{
  align-items: center;
}
.wrap_cart{
  padding: 5px !important;
}
.wrap_wrap{
  width: 100%;
  height: 100%;
  margin: 10px;
  border: solid 2px #4bb7d6!important;
  box-shadow: 0 0 10px rgba(0, 123, 25, 0.8);
  text-align: center;
}

.wrap_wrap img {
    max-height: 400px;
    object-fit: cover;
}

.wrap_wrap .btn{
  margin: 10px auto;
  width: 80%
}
form{
    margin: auto;
    max-width: 410px;
    width: 100%;
    padding: 10px
    border: solid 1px #f05f40;
}  
.input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.5s ease;}
.input::-moz-placeholder                {opacity: 1; transition: opacity 0.5s ease;}
.input:-moz-placeholder                 {opacity: 1; transition: opacity 0.5s ease;}
.input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.5s ease;}
.input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.5s ease;}
.input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.5s ease;}
.input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.5s ease;}
.input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.5s ease;} 
::-webkit-input-placeholder { color: #f05f40; }
::-moz-placeholder          { color: #f05f40; } /* Firefox 19+ */
:-moz-placeholder           { color: #f05f40; } /* Firefox 18- */
:-ms-input-placeholder      { color: #f05f40; }          
input{
    width: 99%;
    height: 40px;
    margin: 5px auto;
    padding: 3px 5px;
    outline:none;
}
input:focus{
    border:solid 2px #f05f40!important;
    box-shadow: 0 0 10px rgba(240, 95, 64, 0.8);
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  margin-top: 10px;
  padding: 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  background-color: rgba(83, 186, 215, 1);
}
.btn:hover{
  background-color: rgba(83, 186, 215, 0.8);
  box-shadow: 0 0 10px rgba(225, 225, 225, 1);
}
.coment img{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-right: 10px;
}
.text_coment{
  padding: 10px 30px;
  color: #000;
  font-size: 15px;
}
.hr{
  width: 100%;
  height: 2px;
  color:#ccc;
  background-color: #ccc;
}

.content-center {
    justify-content: center;
}