

/* Start:/local/templates/pastuh/css/checkout.css?17011545006388*/
.checkout__inner{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 20px;
}

.checkout__details{
  max-width: 595px;
  width: 100%;
}
.checkout__inputs input:focus{
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
}
.checkout__inputs textarea:focus{
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
}
.checkout__titles{
  font-size: 35px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 16px;
  color: #0f131f;
  font-weight: 700;
  margin-top: 15px;
}

.checkout__inputs label{
  color: #35415b;
  font-family: "Open Sans",sans-serif;
  margin-bottom: 5px;
  font-weight: 700;
}
.checkout__inputs-name{
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.checkout__inputs-name input{
  padding: 0 16px;
  font-size: 16px;
  height: 48px;
  border-radius: 5px;
  border: none;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 0px 0px 1px #e3e7f0 inset;
  box-shadow: 0px 0px 0px 1px #e3e7f0 inset;
  width: 100%;
  color: #35415b;
}
.checkout__inputs-name-inner{
  max-width: 285px;
  width: 100%;
}
.checkout__inputs-name-inner{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.checkout__inputs-inner{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.checkout__inputs-inner input{
  padding: 0 16px;
  font-size: 16px;
  height: 48px;
  border-radius: 5px;
  border: none;
  width: 100%;
  color: #35415b;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 0px 0px 1px #e3e7f0 inset;
  box-shadow: 0px 0px 0px 1px #e3e7f0 inset;
}
.checkout__inputs-agreement{
  margin-bottom: 20px;
}
.checkout__inputs-agreement input{
  z-index: 20;
  position: relative;
}
.checkout__inputs-agreement a{
  color: #646cfd;
  transition: all 0.2s ease-in-out;
}
.checkout__inputs-agreement a:hover{
  color: #35415b;
  border-bottom: 1px solid#35415b; 
}
.checkout__inputs-another-address{
  margin-bottom: 20px;
}
.checkout__inputs-text label{
  margin-bottom: 5px;
}
.checkout__inputs-text textarea{
  padding: 12px 16px;
  font-size: 16px;
  color: #35415b;
  font-family: "Open Sans",sans-serif;
  line-height: 30px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 0px 0px 1px #e3e7f0 inset;
  box-shadow: 0px 0px 0px 1px #e3e7f0 inset;
  border: none;
  height: 130px;
  border-radius: 5px;
}
.checkout__inputs-address input:last-child{
  margin-top: 20px;
}
.checkout__another-address{
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition:all 1s ease-in-out;
}
.checkout__another-address.active{
  grid-template-rows: 1fr;
  padding: 24px 0 24px 0;
}

.checkout__orders-inner{
  padding: 28px 32px 32px;
  max-width: 595px;
  width: 100%;
  background-color: #f2f4f7;
  position: sticky;
  top: 0;
  min-width: 350px;
}
.checkout__prod-items{
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.checkout__prod-items p{
  color: #35415b;
  line-height: 30px;
  font-family: "Open Sans",sans-serif;
  padding: 3px 0;
  max-width: 400px;
}
.checkout__prod-items span{
  font-weight: 700;
}
.checkout__orders-summary p{
font-weight: 700;
}
.checkout__orders-result p{
  font-size: 22px;
  font-weight: 700;
}
.checkout__orders-info{
  background-color: white;
  padding: 9px 16px 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkout__orders-info p{
  color: #35415b;
}
.checkout__orders-info-title{
  display: flex;
  color: #646cfd;
  gap: 8px;
  font-weight: 700;
  align-items: center;
  font-family: "Open Sans",sans-serif;
  margin-bottom: 20px;
}
.checkout__orders-info-title p{
  color: #646cfd;
}
.checkout__orders-cofidentiality p{
  font-size: 13px;
  font-family: "Open Sans",sans-serif;
  color: #35415b;
  margin-bottom: 20px;
}
.checkout__orders-cofidentiality a{
  color: #646cfd;
  
}
.checkout__orders-cofidentiality a:hover{
  color: #35415b;
  border-bottom: 1px solid #35415b;
}
.checkout__orders-button{
  font-family: "Open Sans",sans-serif;
  background-color: rgba(34,108,199,0.90);
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  box-shadow: 0 0.15em 0.3em rgba(0,0,0,0.2);
  font-weight: 700;
  letter-spacing: 0em;
  padding: 13px 35px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  max-width: max-content;
}
.checkout__orders-button:hover{
  box-shadow: 0 0.15em 0.3em rgba(0,0,0,0.2);
  background: #333333;
}
@media(max-width:800px) {
  .checkout__orders-button:hover{
    background: rgba(34,108,199,0.90);
  }
  .checkout__orders-button:active{
    background: #333333;
  }
  .checkout__inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  
}   
@media(max-width:500px) {
 .checkout__inputs-name{
  flex-direction: column;
  gap: 0;
 }
 .checkout__inputs-name-inner {
  max-width: inherit;
  width: 100%;
}
.checkout__inputs label {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
}
.checkout__inputs-name input {
  height: 40px;
}
.checkout__inputs-name-inner {

  margin-bottom: 13px;
}
.checkout__inputs-text textarea {
  font-size: 14px;
}
.checkout__titles {
  font-size: 27px;
}
.checkout__prod-items p {
  font-size: 14px;
}
.checkout__inner {
  margin-bottom: 20px;
}
.checkout__orders-result p {
  font-size: 17px;
}
.checkout__inner {
  gap: 0px;
}
.checkout__orders-info p {
  font-size: 14px;
}
.checkout__orders-inner {

  min-width: inherit;
  
}   
.checkout__orders-prod-quantity p{
  font-size: 12px;
}
.checkout__orders-cofidentiality p {
  font-size: 10px;
}
.checkout__orders-info-title {
  margin-bottom: 10px;
}
.checkout__orders-button {
    font-family: "Open Sans",sans-serif;
    background-color: rgba(34,108,199,0.90);
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 0.15em 0.3em rgba(0,0,0,0.2);
    font-weight: 700;
    letter-spacing: 0em;
    padding: 13px 35px;

}
}
/* End */
/* /local/templates/pastuh/css/checkout.css?17011545006388 */
