body {
  background-color: #fafafa;
  font-family: "BPG Nateli Mtavruli", sans-serif;
  color: darkslategray;
}
select {
  font-family: "BPG Nateli Mtavruli", sans-serif !important;

}



.navbar {
  z-index: 1;
  padding: 5% 0 1% 0;
  background-color: #ffffff;
  box-shadow: none;
  border-bottom-color: silver;
  border-bottom-style: solid;
  border-bottom-width: thin;
}

.navbar-brand {
  color: #d09e00;
}

.logo-size {
  height: 80px;
}

.navbar-brand:hover {
  color: #d09e00;
}

.nav-link {
  color: darkslategray;
  font-weight: 600;
}

.nav-link:hover {
  color: #d09e00;
}

.nav-button1 {
  padding: 13px;
  margin: 0 9px;
  color: darkslategray;
  transition: 0.6s;
}

.nav-button1:hover {
  box-shadow: none;
  color: darkslategray;
  transition: 0.6s;
}

.nav-button2 {
  padding: 13px;
  margin: 0 9px;
  color: black;
  background-color: #ffffff;
  border-color: #ffffff;
  border-style: solid;
  border-width: thin;
  transition: 0.6s;
  display: inline-block;
}

.nav-button2:hover {
  color: black;
  box-shadow: none;
  background-color: #ffffff;
  transition: 0.6s;
}

.nav-button3 {
  padding: 13px 22px;
  margin: 0 9px;
  transition: 0.6s;
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.nav-button3:hover {
  box-shadow: none;
  background-color: #ffc400;
  color: black;
  transition: 0.6s;
}

.top-three {
  position: relative;
  display: inline-flex;
}

.dropdown-special1 {
  display: block;
}

.sp-dropdown1 {
  top: 0;
  left: 70px;
  min-width: 2.5rem;
  max-width: 2.5rem;
  background-color: #000 !important;
}

.drop1 {
  padding: 0.5rem 5px 0.5rem 2px !important;
  display: inline;
  color: #ffc400 !important;
}

/**
.drop2{
  border-right-style: solid;
  border-right-color: #ffc400;
  border-right-width: thin;
}
**/
.drop1:hover {
  box-shadow: none !important;
  background-color: #000 !important;
  color: #000 !important;
}

.drop1:active {
  box-shadow: none !important;
  background-color: #000 !important;
  color: #000 !important;
}

.drop1:focus {
  box-shadow: none !important;
  background-color: #000 !important;
  color: #000 !important;
}

.hidden-menu-icon {
  color: darkslategray;
  box-shadow: none;
}

.hidden-menu-icon:hover {
  color: darkslategray;
  box-shadow: none;
}

.hide-menu {
  display: none;
  padding: 13px;
}

.hidden-user-icon {
  color: darkslategray;
  box-shadow: none;
}

.hidden-user-icon:hover {
  color: darkslategray;
  box-shadow: none;
}

.hidden-ones {
  color: darkslategray;
  box-shadow: none;
}

.hidden-ones:hover {
  color: darkslategray;
  box-shadow: none;
}

.nav-button4 {
  padding: 13px;
  margin: 0 9px;
  display: none;
}

.nav-button5 {
  padding: 13px;
  margin: 0 9px;
  display: none;
}

.form-button {
  box-shadow: none;
}

.form-button:hover {
  box-shadow: none;
}

.form-button:active {
  box-shadow: none;
}

.form-button:focus {
  box-shadow: none;
}

.search-icon {
  font-size: 1.2rem;
  color: darkslategray;
}

.search-form1 {}

.search-form2 {
  opacity: 0;
  position: absolute;
  z-index: 1000000;
  left: 9vh;
  transition: 0.8s;
}

.search-form2-visibility {
  opacity: 1 !important;
  transition: 0.8s;
}

.search-form-button {
  display: none;
  padding: 13px;
  box-shadow: none;
  margin-top: 0;
}

.search-form-button:hover {
  box-shadow: none;
}

.search-form-button:focus {
  box-shadow: none;
}

.search-form-button:active {
  box-shadow: none;
}

.form-button1 {
  color: #fff;
  background-color: silver;
  box-shadow: none;
}

.form-button1:hover {
  box-shadow: none;
}

.form-button1:active {
  box-shadow: none;
}

.lock-scroll {
  overflow: hidden;
}

/*** mobile nav ***/
.overlay1 {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 1000000000;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay2 {
  height: 100%;
  width: 0%;
  background-color: #ffc400;
  overflow-x: hidden;
  transition: 0.5s;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000000000;
  text-align: center;
  overflow: hidden;
}

.overlay2 a {
  text-decoration: none;
  color: darkslategray !important;
  display: block;
  font-size: 3rem;
  position: absolute;
  right: 17px;
}

.overlay-content1 {
  position: relative;
  top: 30%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  list-style: none;
  z-index: 10000;
}

.overlay1 a {
  padding: 8px;
  text-decoration: none;
  color: #ffc400 !important;
  display: block;
  font-weight: bold;
}

.overlay1 a:hover,
.overlay1 a:focus {
  color: #d2a40a !important;
}

.overlay1 .closebtn {
  position: absolute;
  top: 0px;
  right: 45px;
  font-size: 60px;
  padding: 0;
}

.special-li a {
  display: inline-block;
}

.menu-items {
  font-size: 2rem;
  opacity: 0;
  transition: 2.1s;
}

.menu-items:focus {
  opacity: 0;
}

.mobile-logo {
  padding-top: 34vh;
  width: 100%;
}

.dropdown-special {
  display: none
}
/**
.intro-div{
  background-image: url("../img/3.jpg");
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  height: 40vh;
  opacity: 0.3;
}
**/
.intro-text{
  padding: 100px;
   position: relative;
   z-index: 2;
}
#intro{
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#intro img{
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.3;
}
#first-calc{
      padding: 3% 33% 0;
}
#second-calc{
      padding: 3%;
}
#fifth-calc{
    padding: 3% 33%;
}
.btn-position1{
  text-align: center;
}
option{
  width: 15px!important;
}
.delivery-btn1{
  box-shadow: none;
  border-style: solid;
  border-color: #000;
  border-width: thin;
  background-color: #fff;
  transition: 0.6s;
  color: #000;
}
.delivery-btn2{
  box-shadow: none;
  border-style: solid;
  border-color: #000;
  border-width: thin;
  background-color: #fff;
  transition: 0.6s;
  color: #000;
}
.delivery-btn1:hover{
  box-shadow: none;
}
.delivery-btn2:hover{
  box-shadow: none;
}

.delivery-btn1:focus{
  box-shadow: none;
}
.delivery-btn2:focus{
  box-shadow: none;
}
#third-calc{
 padding: 0 3%;
}
#sixth-calc{
      padding: 3% 30%;
text-align: center;
}
.cost-class{
  font-size: 0.8rem;
}
.cost-numbers{
  font-size: 2rem;
  font-weight: bold;
  color: #ffc40d;
}
.calc-steps{
  padding: 0 33%;
}
.steps{
  font-weight: bold;
}
.calculate-btn{
  box-shadow: none;
border-style: solid;
border-color: #000;
border-width: thin;
background-color: #fff;
transition: 0.6s;
color: #000;
}
.calculate-btn:hover{
  box-shadow: none;
  background-color: #ffc40d;
  transition: 0.6s;
  color: #fff;
}
.calculate-btn:focus{
  box-shadow: none;
}
#seventh-calc{
  text-align: center;
  padding-bottom: 5%;
}
.cost-1{
  border-style: solid solid none solid;
    border-width: thin;
    border-color: darkslategray;
    padding: 1%;
    margin: 0 32%;
}
.cost-2{
  border-style: solid solid none solid;
    border-width: thin;
    border-color: darkslategray;
    padding: 1%;
    margin: 0 32%;
}
.cost-3{
  border-style: solid;
    border-width: thin;
    border-color: darkslategray;
    padding: 1%;
    margin: 0 32%;
}
select {
     font-family: "BPG Nateli Mtavruli", sans-serif!important;
}
select option {
  margin: 40px;
  background: #fafafa;
  color: #000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: none;
  font-size: 0.7rem!important;
  outline: none!important;
}
.custom-select{
  border-color: #000!important;
  box-shadow: none!important;
  height: calc(1.5em + .5rem + 2px);
  padding: .3rem 1.75rem .3rem .75rem;
  font-size: .7rem;
  font-weight: 100;
  line-height: 1.1;
}

.custom-select:focus{
  border-color: #000!important;
  box-shadow: none!important;
}
.calc-h2{
  font-size: 1.2rem;
}
.calc-p{
  font-size: 0.7rem;
}
.zh{
  visibility: hidden;
}
* {
	 margin: 0;
	 padding: 0;
}
 body {
	 height: 100vh;
	 background: #fafafa;
   font-family: "BPG Nateli Mtavruli", sans-serif;
   width: 100%;
}
 .containerRS {
	 display: flex!important;
	 flex-direction: column!important;
	 align-items: center!important;
	 justify-content: center!important;
}
 .box-minmax {
	 margin-top: 30px;
	 width: 608px;
	 display: flex;
	 justify-content: space-between;
	 font-size: 20px;
	 color: #fff;
   display: none;
}
.value{
  display: none;
}
 .box-minmax span:first-child {
	 margin-left: 10px;
}
 .range-slider {
   /**
	 margin-top: 30vh;
   **/
   margin-top:3vh;
}
 .rs-range {
	 margin-top: 29px;
   /**
	 width: 600px;
   **/
	 -webkit-appearance: none;
}
 .rs-range:focus {
	 outline: none;
}
 .rs-range::-webkit-slider-runnable-track {
	 width: 100%;
	 height: 1px;
	 cursor: pointer;
	 box-shadow: none;
	 background: #ffc40d;
	 border-radius: 0px;
	 border: 0px solid #ffc40d;
}
 .rs-range::-moz-range-track {
	 width: 100%;
	 height: 1px;
	 cursor: pointer;
	 box-shadow: none;
	 background: #ffc40d;
	 border-radius: 0px;
	 border: 0px solid #ffc40d;
}
 .rs-range::-webkit-slider-thumb {
	 box-shadow: none;
	 border: 0px solid #ffc40d;
	 height: 42px;
	 width: 22px;
	 border-radius: 22px;
	 background: #ffc40d;
	 cursor: pointer;
	 -webkit-appearance: none;
	 margin-top: -20px;
}
 .rs-range::-moz-range-thumb {
	 box-shadow: none;
	 border: 0px solid #ffc40d;
	 height: 42px;
	 width: 22px;
	 border-radius: 22px;
	 background: #ffc40d;
	 cursor: pointer;
	 -webkit-appearance: none;
	 margin-top: -20px;
}
 .rs-range::-moz-focus-outer {
	 border: 0;
}
 .rs-label {
	 position: relative;
	 transform-origin: center center;
	 display: block;
	 width: 50px;
	 height: 50px;
	 background: transparent;
	 border-radius: 50%;
	 line-height: 30px;
	 text-align: center;
	 font-weight: bold;
	 padding-top: 15px;
	 box-sizing: border-box;
	 border: 2px solid #ffc40d;
	 margin-top: 20px;
	 margin-left: -13px;
	 left: attr(value);
	 color: darkslategray;
	 font-style: normal;
	 font-weight: normal;
	 line-height: normal;
	 font-size: 18px;
}
 .rs-label::after {
   /**
	 content: "";
   **/
	 display: block;
	 font-size: 20px;
	 letter-spacing: 0.07em;
	 margin-top: -2px;
}
#call-contact{
  text-align: center;
  padding: 0 0 3% ;
}
.contact-us{
  box-shadow: none;
  border-style: solid;
  border-width: thin;
  border-color: #000;
  transition: 0.6s;
  background-color: #fff;
  color: #000;
}
.contact-us:hover{
  box-shadow: none;
  transition: 0.6s;
  background-color: #ffc40d;
  color: #fff;
}
.seventh-h4{
  padding-bottom: 3rem;
  font-weight: bold;
}
.page-footer {
  background-color: #000;
}

.footer-container {
  padding-top: 1%;
}

.footer-contact {
  text-align: end;
}

footer.page-footer a {
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (max-width:2560px){
  .rs-range{
    width: 817px;
  }
}
@media screen and (max-width:1981px){
  .rs-range{
    width: 600px;
  }
}

@media screen and (max-width:1440px){
  .intro-tet{
   padding: 10vh 0 0 19vw;
  }#first-calc {
    padding: 3% 28% 0;
}.calc-steps {
    padding: 0 28%;
}#fifth-calc {
    padding: 3% 27%;
}.rs-range{
  width: 602px;
}
}
@media screen and (max-width:1205px) {
  .hide-items {
    display: none;
  }

  .hide-menu {
    display: inline-block;
  }

  .dropdown-special {
    display: block;
    position: absolute;
    left: 17px;
    padding-top: 9px;
  }

  .dropdown-special1 {
    display: none;
  }

  .nav-button4 {
    display: inline-block;
  }

  .dropdown-menu {
    background: black;
  }

  .dropdown-menu:active {
    background: black;
  }

  .dropdown-menu:focus {
    background: black;
  }

  .dropdown-menu:hover {
    background: black;
  }

  .dropdown .dropdown-menu .dropdown-item:hover {
    background: black;
  }

  .nav-button5 {
    display: inline-block;
  }

  .nav-button2 {
    display: none;
  }

  .nav-button3 {
    display: none;
  }

  .hidden-ones {
    display: inline-block;
  }
}
@media screen and (max-width:1025px){
  #first-calc {
    padding: 3% 19% 0;
}.calc-steps {
    padding: 0 19%;
}#fifth-calc {
    padding: 3% 17%;
}.mobile-logo {
  padding-top: 15vh;
}.intro-div{
  height: 25vh;
}
}
@media screen and (max-width:850px) {
  .mobile-logo {
    padding-top: 0vh;
    width: 100%;
  }.footer-contact {
    text-align: center !important;
  }  .contact-box {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .view {
    overflow: visible;
    margin-top: -56px;
  }
}
@media screen and (max-width:769px){
  .intro-text{

  }.intro-div{
    height: 26vh;
  }.rs-range{
    width: 450px;
  }.hidden-user-icon {
    font-size: 2.2rem;
  }

  .hidden-menu-icon {
    font-size: 2.5rem;
  }

  .search-icon {
    font-size: 2rem;
  }

  .nav-button5 {
    padding: 16px 0 0;
  }

  .mobile-logo {
    padding-top: 22vh;
    width: 100%;
  }

  .fifth-box {
    height: 615px;
  }

  .footer-contact {
    text-align: end;
  }
}
@media screen and (max-width:450px){
  #first-calc {
    padding: 3% 1% 0;
  }.calc-steps {
    padding: 0 3%;
  }.rs-range {
    width: 362px;
}.intro-h3{
  font-size: 1.2rem;
}.intro-p{
  font-size: 0.8rem;
}.intro-text {
    padding: 25px;
}#third-calc {
    padding: 4%;
}#fifth-calc {
    padding: 9% 0%;
}#sixth-calc {
    padding: 3% 6%;
    text-align: center;
}.cost-1{
  margin: 0 2%;
}.cost-2{
  margin: 0 2%;
}.cost-3{
  margin: 0 2%;s
}.footer-contact {
  text-align: center;
}
  .form-control {
    width: 50%;
  }

  .search-form-button {
    display: block;
  }

  .search-form1 {
    display: none;
  }

  .hidden-user-icon {
    font-size: 1.5rem;
  }

  .hidden-menu-icon {
    font-size: 1.5rem;
  }

  .search-icon {
    font-size: 1.5rem;
  }

  .nav-button5 {
    padding: 13px;
  }

  .search-form2 {
    top: 17vh;
  }

  .overlay1 a {
    padding: 15px 0;
  }

  .menu-items {
    font-size: 1.2rem;
  }

  .mobile-logo {
    padding-top: 33vh;
  }

  .dropdown-special {
    padding-top: 9px;
  }

}
@media screen and (max-width:376px){
  .rs-range {
    width: 320px;
}  .search-form2 {
    left: 6vh;
  }

  .mobile-logo {
    padding-top: 30vh;
  }

  .form-button1 {
    padding: .7rem 0.6rem !important;
  }
}



@media screen and (max-width:321px){
  .rs-range {
    width: 270px;
}
  .form-button1 {
    font-size: 0.8rem;
    padding: 0.6rem 0.6rem !important;
  }

  .search-form2 {
    left: 5vh;
    top: 19vh;
  }

  .menu-items {
    font-size: 1rem;
  }

  .mobile-logo {
    padding-top: 34vh;
  }
}
