html {
   font-size: 15px;
   line-height: 15px;
}

html, body {
   position: fixed;
   width: 100vw;
   height: 100vh;
   overflow-x: hidden;
   overflow-y: scroll;
   box-sizing: border-box;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

body {
   font-family: Arial, Helvetica, sans-serif;
   overflow-x: hidden;
}

#app {
   display: flex;
   flex-direction: column;
   height: 100vh;
}

header, footer {
   /* flex-grow: 0; */
   flex: 0 0 auto;
}

main {
   /* flex-grow: 1; */
   flex: 1 0 auto;
}

#header_VI3 {
   display: flex;
   flex-direction: row;
   width: calc(100vw - 2rem);
   line-height: 2rem;
   border-top: 1px solid rgba(128, 128, 128, 0.5);
   border-bottom: 1px solid rgba(128, 128, 128, 0.5);
   background-color: #97af7d;
   justify-content: space-between;
   box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 5px 0px;
   padding: 1rem;
}

#header_VI3-left, #header_VI3-right {
   align-self: center;
   font-size: 1rem;
}

#header_VI3-name {
   text-decoration: overline;
   /* padding: 1rem;*/
   font-size: 2rem;
   font-weight: 100;
   color: #ffffff;
   letter-spacing: .20rem;
   /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
}

#header_VI3-name:hover {
   color: #ec463f;
}

#header_VI3-menu li {
   display: inline-block;
   padding: 0 1rem;
   cursor: pointer;
   border-left: 1px solid #ffffff;
}

#header_VI3-menu li a {
   color: #ffffff;
   text-decoration: none;
}

.contact-form {
   width: 100%;
   box-sizing: border-box;
   display: inline-flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

#main_vi3-main {
   display: flex;
   flex-direction: row;
}

.vi3_logo {
   font-size: .7rem;
   color: #ec463f;
   background-color: #fff;
   position: relative;
   top: -1.4rem;
}

.footer_block-info {
   display: flex;
   flex-direction: row;
   width: 100vw;
   padding: 1rem;
   border-top: 1px solid #ec463f;
}

#footer_block {
   display: flex;
   flex-direction: row;
   line-height: 1.5rem;
}

#timetable, #contacts {
   padding: 1.5rem;
   color: #9a9a9a;
}

.title-block:before, .title-block:after {
   content: '';
   display: inline-block;
   vertical-align: middle;
   height: 1px;
   background-color: #97af7d;
   /* box-sizing: border-box; */
   width: 100%;
}

.title-block:before {
   margin-left: -100%;
   border-right: 3px solid #fff;
}

.title-block:after {
   margin-right: -100%;
   border-left: 3px solid #fff;
}

h3.title-block {
   text-align: left;
   padding: 30px 0;
   overflow: hidden;
   /* width: calc(100vw - 1rem); */
   width: calc(100vw - 64px);
   font-size: 1.1rem;
   color: #97af7d;
   font-weight: 100;
   /* display: inline-block; */
}

.top_border-block {
   /* border-top: 1px solid #97af7d; */
   /* padding: .5rem; */
   padding: .5rem 72px;
   text-align: right;
   display: flex;
   flex-direction: column;
}

#price_block {
   text-transform: lowercase;
   position: fixed;
   display: flex;
   flex-direction: column;
   bottom: 50%;
   right: 0;
   line-height: 1.5rem;
   width: 64px;
   background-color: #ffffff;
   justify-content: space-between;
   text-align: center;
   box-shadow: -2px 3px 5px #00000030;
   border: 1px solid #969696;
}

#summ_num {
   /* outline: 1px solid #97af7d;
    outline-offset: -1px; */
   color: #9a9a9a;
   padding: .5rem;
   text-align: right;
}

#price_block label {
   background-color: #97af7d;
   color: #ffffff;
   line-height: 1rem;
   border-bottom: 1px solid #97af7d;
   padding: .5rem;
}

#btn-getup {
   width: 100%;
   background-color: #ec463f;
   color: white;
   border: none;
   padding: .5rem 0;
   font-weight: 500;
   font-size: 1.2rem;
}

#btn-getup:hover {
   background-color: #ec9b3f;
}

.ordering-form {
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   flex-wrap: wrap;
}

.ordering_input {
   flex-grow: 1;
   flex-shrink: 2;
   flex-basis: 30%;
   margin: .5rem;
   font-weight: 900;
   color: #808080;
   padding: .5rem;
   background-color: #ffffff;
   font-size: 1rem;
   -webkit-appearance: none;
   border: 1px solid #97af7d;
   /* min-width: 30%; */
}

.submit-order {
   border: none;
   background-color: #ec463f;
   padding: .5rem;
   color: #ffffff;
   font-weight: 600;
}

.description p {
   color: #9a9a9a;
   text-align: justify;
   text-indent: 1.25rem;
   line-height: 1.5rem;
}

h2.text-center {
   text-align: center !important;
   color: #97af7d;
}

ul.info-text {
   padding-right: 2rem;
   list-style: none;
}

.info-text li {
   color: #9a9a9a;
   line-height: 1.5rem;
}

#slider_frame {
   width: calc(60vw);
   align-self: center;
}
