@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('fonts.css');
@import url('header.css');
@import url('footer.css');
/*@import url('modal_form.css');*/

* {
	padding:0;
	margin:0;
	box-sizing:border-box;
}
body header, body content, body footer, .forma {
	font-family:Gilroy !important;
}
.block {
    display:block;
}
#panel {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
}
a {
	text-decoration:none;
    color:#262626;
}
ul {
	list-style:none;
}
.mb-4 {
    text-align: center;
}
.forma_inner {
    position: relative;
}
.form-row {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    opacity: 0;
}
.form-row br {
    display: none;
}
.form-row .form-group.col {
    margin-bottom: 30px;
}
form:hover .form-row {
    height: 160px;
    opacity: 1;
}
.product-item {
    z-index: 3;
    position: relative;
}
a[data-entity="basket-item-restore-button"] {
    display: none;
}
content {
    overflow: hidden;
    width: 100%;
    min-height: 95vh;
    display: block;
}
.container {
    width:1280px;
    margin: 0 auto;
}
.forma_b {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(30%);
}
.forma h2 {
    color: #262626;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 40px;
}
.forma {
    min-width: 600px;
    text-align: center;
}
.forma input, .forma textarea {
    display: block;
    width: 100%;
    border: 1px solid #777;
    line-height: 60px;
    padding: 0 20px;
    margin-top: 40px;
    font-size: 14px;
    max-height: 200px;
    min-height: 62px;
}
#forma_buttom, #forma_top {
    color: #fff;
    text-decoration: none;
    padding: 16px 29px;
    background: #262626;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    transition: opacity 0.5s;
    margin-top: 40px;
}
#forma_buttom:hover, #forma_top:hover {
    color: #fff;
    opacity: 0.8;
}
.forma_p {
    color: #A2A7B2;
    font-size: 13px;
    margin-top: 40px;
    line-height: 20px;
}
.forma_p a {
    text-decoration: underline;
    color: #A2A7B2;
}
.forma_p a:hover {
    text-decoration: none;
    color: #A2A7B2;
}
.form_req {
    display:none;
    text-align: left;
    line-height: 30px;
    color: #ff0000;
}
.forma_wrong {
    border:1px solid #ff0000 !important;
}
.forma_grey {
    background: #999 !important;
}
#thx_bottom, #thx_top {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 30px;
    height: 100%;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.1, 0.99);
    transition-delay: 0s;
    opacity: 0;
    font-weight: 700;
    transform: translateY(100%);
}
#thx_bottom.thx_show, #thx_top.thx_show {
    opacity: 1;
    transform: translateY(0);
}
/*.product-item-small-card .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.row {
  margin: 0 !important;
}
.col-xs-12 {
  padding: 0 !important;
}
.col-sm-4, .col-md-12 {
  padding: 0 !important;
}*/