/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */html{color:#222;font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}.sr-only,fieldset{border:0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{margin:0}textarea{resize:vertical}.hidden,[hidden]{display:none!important}.sr-only{clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.sr-only.focusable:active,.sr-only.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;white-space:inherit;width:auto}.invisible{visibility:hidden}.clearfix::after,.clearfix::before{content:" ";display:table}.clearfix::after{clear:both}@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,::after,::before{background:#fff!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]::after{content:" (" attr(href) ")"}abbr[title]::after{content:" (" attr(title) ")"}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999}thead{display:table-header-group}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}

*, :after, :before {
    box-sizing:inherit;
}

body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height:100vh;
  font: 15px/1.3 'Tenor Sans', Helvetica, Arial, Verdana, sans-serif;
  background-color: #fff;
}
main {
  z-index: 15;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}  

img {
  max-width: 100%;
  height: auto;
}

.header {
  background-color: #c4c4c4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.button {
  display: inline-block;
  background-color: #b74142;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  padding: 10px 26px;
  position: relative;
}
.button:hover {
  background-color: #9e393b;
}
.button:active {
  top: 1px;
}



.header-h1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.header-h2 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
}


.order-section {
  background: #32373d url(../img/section-bg.jpg) center top / cover no-repeat;
  height: 0;
  padding-bottom: 90%;
}
.order-section-header {
  font-size: 32px;
  line-height: 1.16;
  font-weight: 400;
  color: #b74142;
  background-color: rgba(255, 246, 246, 0.65);
  margin: 0;
  padding: 18px 0;
}

.offer-list-section {
  overflow: hidden;
  padding-top: 20px;
  z-index: 
  font-size: 15px;
  line-height: 1.2;
}
.offer-list-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #E30016;
}
.offer-list-title span {
  display: inline-block;
  position: relative;  
  border: 1px solid #E30016;
  padding: 10px;
  margin-left: 34px;
}
.offer-list-title span::before, .offer-list-title span::after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #E30016;
  top: 50%;
  width: 100vw;
}
.offer-list-title span::before {
right: 100%;
}
.offer-list-title span::after {
  left: 100%;
}

.offer-list {
  position: relative;
  list-style-type: none;
  padding-left: 6px;
  padding-top: 40px;
  margin-top: -20px;
  z-index: 10;
  margin-bottom: -70px;
  padding-bottom: 70px;
}
.offer-list::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  left: 16px;
  top: 0;
  
  height: 40px;
  background: #000000;
}
.offer-list::after {
  content: "";
  position: relative;
  left: -6px;
  display: block;
  width: 19px;
  height: 67px;
  background: url(../img/offer-list-decor.svg) center top / contain no-repeat;
}
.offer-list li {
  position: relative;
  padding: 0 0 25px 0px;
  padding-left: 20px;
}
.offer-list li div {
  display: inline-block;
  line-height: 19px;
  border-bottom: 1px solid black;
  margin-left: -10px;
  padding-left: 19px;
}
.offer-list li::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  left: 10px;
  top: 22px;
  bottom: 0;
  background: #000000;
}

.offer-list li::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #F3717E;
}

.info-section {
  text-align: center;
  padding-left: 40px;
  padding-right: 50px;
}
.info-header-h4 {
  font-weight: 400;
  margin: 0;
  font-size: 32px;
}
.info-section a {
  color: #DA4E49;
  text-decoration: none;
}
.info-section a:hover {
  color: #000000;
}
.contact-info-item {
  vertical-align: middle;
}

.contact-info-ig {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.contact-info-tel {
  font-size: 26px;
  margin-top: 10px;
}
.contact-info-address {
  font-size: 16px;
  text-align: left;
}
.contact-icon,
.contact-info-text {
  display: inline-block;
  vertical-align: middle;
}
.contact-icon {
}
.contact-info-address .contact-info-text {
  width: calc(100% - 44px);
}
.contact-icon-it {
  width: 37px;
  height: 37px;
  background: url(../img/icon-instagram.svg) center center / contain no-repeat;
  margin-right: 10px;
}
.contact-icon-tel {
  width: 37px;
  height: 37px;
  background: url(../img/icon-phone.svg) center center / contain no-repeat;
}
.contact-icon-address {
  width: 34px;
  height: 38px;
  background: url(../img/icon-address.svg) center center / contain no-repeat;
  margin-right: 10px;
}

main, footer {
  position: relative;
}
footer {
  z-index: 1;
  background-color: #edeaea;
  margin-top: -70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 568px) {
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-logo {
    width: 200px;
  }
  .button {
    font-size: 20px;
  }
  .header-h1 {
    margin-bottom: 30px;
    margin-top: 60px;
  }
  .header-h2 {
    font-size: 26px;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .offer-list-section {
    font-size: 20px;
    padding-top: 40px;
  }
  .offer-list {
  margin-bottom: -90px;
  padding-bottom: 90px;
  margin-top: -22px;
  }
  .offer-list li:last-child {
    padding-bottom: 50px;
  }
}


.u-px-15 {
  padding-left: 15px;
  padding-right:15px;
}
.u-px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.u-py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.u-pl-12 {
  padding-left: 12px;
}


.u-max-w-300 {
  max-width: 300px;
}
.u-max-w-400 {
  max-width: 400px;
}
.u-max-w-600 {
  max-width: 600px;
}
.u-max-w-900 {
  max-width: 900px;
}
.u-mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.u-mt-20 {
  margin-top: 20px;
}
.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align:left;
}




