
* {
    margin: 0;
    padding: 0;
    /*transition: .5s ease-in-out;*/
    /*outline: 1px solid black;*/
}

body {
    height: 100%;
    width: 100%;    
    font: 18px/110% "Roboto","Times New Roman",serif;
    background-color: white;
    color: black;
}

h1,h2 {
    font: 700 25px/110% "Roboto Slab","Times New Roman",serif;
    color: black;
}

a, button {
    color: black;
    text-decoration: none;
}

a:hover, button:hover {
    text-decoration: underline;
}

.page-wrap {
    width: 100%;
    height: 100%;
    text-align: center;
}

.page {
    text-align: left;
    margin: 0 auto;
}

.menu_wrap {
    display: block;
    position: static;
    width: 100%;
    height: 170px;
    text-align: center;
}

.menu {
    max-width: 1250px;
    height: 120px;
    margin: 0 auto;   
}

.menu ul {
    list-style-type: none;
}

.menu ul li{
    visibility: visible;
    display: inline-block;
    float: left;
    margin: 80px 2.7% 10px 2.7%; 
}


.menu ul li.logo{
    display: inline-block;
    float: left;
    margin: 40px 4% 20px 4%; 
}

.menu ul li a {
    display: inline-block;   
    font: 500 16px/110% "Roboto","Times New Roman",serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #6c6c6c;
}

.menu ul li a:hover {
    color: #6c6c6c;
    text-decoration: none;
}

.hidden_menu_wrap {
    position: fixed;
    top: 0%;
    left: 0%;
    display: none; 
    width: 100%;
    height: 100px;
    text-align: center;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,.1) !important;   
    z-index: 12;
}

.hidden_menu {
    max-width: 1250px;
    height: 100px;
    margin: 0 auto;
}

.hidden_menu ul {
    list-style-type: none;
}

.hidden_menu ul li{
    visibility: visible;
    display: inline-block;
    float: left;
    margin: 40px 2.7% 10px 2.7%; 
}


.hidden_menu ul li.logo{
    display: inline-block;
    float: left;
    margin: 23px 4% 20px 4%; 
}

.hidden_menu ul li a {
    display: inline-block;   
    font: 500 16px/110% "Roboto","Times New Roman",serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #6c6c6c;
}

.hidden_menu ul li a:hover {
    color: #6c6c6c;
    text-decoration: none;
}

.pizza_wrap {
    width: 100%;
    /*height: 810px;*/
    text-align: center;
    background: white url('./../images/pizza.jpg') no-repeat 50% 0%;    
    margin-top: 0;
}

.pizza_footer {
    width: 100%;
    /*height: 710px; */
}

.pizza {   
    width: calc(100% - 2*15px);
    margin: 0 auto; 
    padding-top: 620px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}

.pizza h1 {  
    margin: 40px 0px 40px;
    color: #2a2a2a;
}

.pizza p{
    line-height: 125%;
    color: #575757;
    white-space: normal;
}

.pizza a{
    display: inline-block;   
    font: 500 13px/110% "Roboto","Times New Roman",serif;
    text-decoration: none;
    background-color: #ff4e25;
    color: white;
    text-transform: uppercase;
    padding: 18px 30px;
    border-radius: 25px;
    margin-top: 46px;
}

.pizza a:hover{
    text-decoration: none;
}

.advantage_wrap {
    width: 100%;
    /*min-height: 810px;*/
    text-align: center;
    background-color: #F42434;
    color: white;
}

.advantage {   
    max-width: 1250px;
    margin: 0 auto; 
    padding-top: 50px;
    overflow-x: hidden;
}
.advantage h2 {  
    color: white;
    margin-bottom: 50px;
}

.advantage .item_wrap .item {
    text-align: left;
    padding: 13px 10px;
    /*width: calc(33% - 20px);*/
    vertical-align: top;
    float: left;
}
.advantage .item_wrap .item:last-child {
    text-align: center;
    clear: both;
    width: 100%;
    width: -webkit-fill-available;
    margin-bottom: 50px;    
}

.advantage .item_wrap .item ul{
    list-style-type: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.advantage .item_wrap .item ul li{  
    display: inline-block;
    font: 400 20px/190% "Roboto","Times New Roman",serif;
    margin: 0px 5px 0px 20px;
    background-image: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%),url('./../images/circle_white.jpg');
    background-position: 0px 0px,0px 5px;
    background-size: 3px 100%,45px auto;
    background-repeat: no-repeat,no-repeat;
    padding-left: 55px;
    /*border-left: 3px solid white;*/
}

.advantage .item_wrap .item ul li:first-of-type{  
    background-position: 0px 16px,0px 5px;
}

.advantage .item_wrap .item ul li:last-of-type{  
    background-image: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%),url('./../images/circle_white.jpg');
    background-position: 0px 0px,0px 5px;
    background-size: 3px 16px,45px auto;
    background-repeat: no-repeat,no-repeat;
}
.advantage_wrap a{
    display: inline-block;   
    font: 500 16px/110% "Roboto","Times New Roman",serif;
    text-decoration: none;
    background-color: white;
    color: #F42434;
    text-transform: uppercase;
    padding: 18px 50px;
    border-radius: 5px;
    margin-top: 53px;
    clear: right;
    float: none;
}

.advantage_wrap a:hover{
    text-decoration: none;
}

.divider_wrap {
    width: 100%;
    text-align: center;
}

.divider{
    margin: 0 auto; 
    border-top: 3px solid #e5e5e5; 
    max-width: 1150px;
    height: 3px;
}

.conditions_wrap {
    width: 100%;
    /*height: 900px;*/
    text-align: center;
}

.conditions {   
    max-width: 1200px;
    margin: 0 auto; 
    padding-top: 50px;
}
.conditions h2 {  
    margin-bottom: 50px;
}

.conditions .item_wrap{
    text-align: center;
    /*height: 156px;*/
}

.conditions .item_wrap .item {
    position: relative;
    text-align: center;
    padding: 0px 10px;
    max-width: 375px;
    vertical-align: top;
    /*float: left;*/
    margin: 0px auto 0px auto;
}

.conditions .item_wrap .item:not(:last-of-type) {
    background-image: url(./../images/arrow_down.png);
    background-position: 50% 30px;
    background-size: 30px auto;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}

.conditions .item_wrap .item:last-of-type {
    margin-bottom: 40px;
}

.conditions .item_wrap .item div:first-child {
    display: block;
    text-align: left;
    /*width: 50%;*/
    float: left;
    font: 400 16px/140% "Roboto","Times New Roman",serif;
    color: #575757;
    padding: 0;
    white-space: nowrap;
}

.conditions .item_wrap .item div:last-child {
    display: block;
    text-align: right;
    /*width: 50%;*/
    font: 700 30px/110% "Roboto Slab","Times New Roman",serif;
    color: #F42434;
    /*margin-top: 40px;*/
    position: relative;
    top: -10px;
    white-space: nowrap;
}

.rolls_wrap {
    width: 100%;
    /*height: 1324px;*/
    text-align: center;
    background-color: #767A4C;
    color: white;
}

.rolls_footer {
    width: 100%;
    /*height: 1174px; */ 
}

.rolls {   
    max-width: 1200px;
    margin: 0 auto; 
    padding-top: 50px;
}

.rolls h2 {  
    color: white;
    margin-bottom: 50px;
}

.rolls p{
    line-height: 45px;
}

.rolls .item_wrap{
    text-align: center;
    /*height: 156px;*/
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.rolls .item_wrap .item {
    position: relative;
    text-align: center;
    padding: 13px 10px;
    /*width: calc(50% - 20px);*/
    vertical-align: top;
    /*float: left;*/
    margin-bottom: 100px;
    page-break-inside: avoid;
    break-inside: avoid;    
}

/*.rolls .item_wrap .item:nth-child(2n-1) {
    float: left;
}*/

.rolls .item_wrap .item div:first-child {
    /*height: 50%;*/
    width: 80px;
    height: 80px;
    display: block;
    /*padding: 0 95px;*/
    background-size: 80px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: auto;
}

.rolls .item_wrap .item div:last-child {
    /*height: 50%;*/
    display: block;
    font: 400 20px/125% "Roboto","Times New Roman",serif;
    margin-top: 0;
    white-space: normal;
}

.requirements_wrap {
    width: 100%;
    /*height: 915px;*/
    text-align: center;
}

.requirements {   
    max-width: 1515px;
    margin: 0 auto;
    text-align: center;
}
.requirements .item_wrap {
    max-width: 1515px;
    margin: 0 auto;
}
.requirements h2 {  
    margin-top: 50px;       
    margin-bottom: 50px;
}
.requirements .item_wrap .item {
    float: left;
}
.requirements .item_wrap .item:first-child {
    max-width: 747px;
    text-align: left;
    padding: 13px 10px;
    vertical-align: top;
}

.requirements .item_wrap .item:last-child {
    max-width: 1200px;
    text-align: center;
    padding: 0 10px;
    vertical-align: middle;
}

.requirements .item_wrap .item ul{
    list-style-type: none;
}

.requirements .item_wrap .item:last-child ul{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.requirements .item_wrap .item ul li{   
    font: 400 18px/190% "Roboto","Times New Roman",serif;
    padding: 10px 0px 10px 50px;
    background-image: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(255,0,0,1) 100%),url('./../images/circle_red.png');
    background-position: 0px 0px,0px 13px;
    background-size: 3px 100%,45px auto;
    background-repeat: no-repeat,no-repeat;
}

.requirements .item_wrap .item ul li:first-of-type{  
    background-position: 0px 30px,0px 18px;
}

/*.requirements .item_wrap .item:nth-child(2) iframe {
    width: 100%;        
}*/  

.requirements .item_wrap .item ul li:last-of-type{  
    background-image: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(255,0,0,1) 100%),url('./../images/circle_red.png');
    background-position: 0px 0px,0px 13px;
    background-size: 3px 28px,45px auto;
    background-repeat: no-repeat,no-repeat;
}

.requirements .item_wrap .item:last-child ul li{   
    /*display: inline-block;
    width: 70%;*/
    text-align: left;
}

.requirements p {  
    font: 700 25px/110% "Roboto Slab","Times New Roman",serif;
    color: #F42434;
    margin: 20px 0px;
    /*margin-top: 75px;
    padding-right: 170px;*/
    text-align: center;
}

.stages_wrap {
    width: 100%;
    /*height: 1000px;*/
    text-align: center;
    color: white;
    background-color: #F42434;
    clear: both;
}

.stages {   
    max-width: 1200px;
    margin: 0 auto; 
    padding-top: 50px;
    padding-bottom: 50px;
}
.stages h2 {  
    color: white;
    padding: 0px 10px 0px 10px;
    margin-bottom: 50px;
}

.stages .item_wrap .item {
    text-align: left;
    padding: 13px 10px 13px 60px;
    color: white;
    /*width: calc(50% - 70px);
    vertical-align: top;
    float: left;*/
}

.stages .item_wrap .item ol{
    list-style-type: decimal;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;    
}

.stages .item_wrap .item ol li{ 
    font: 400 18px/110% "Roboto","Times New Roman",serif;
    padding: 10px 10px 10px 55px;
    background-image: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%),url('./../images/circle_white.jpg');
    background-position: 0px 0px,0px 5px;
    background-size: 3px 100%,45px auto;
    background-repeat: no-repeat,no-repeat;
}

.stages .item_wrap .item ol li:first-of-type{  
    background-position: 0px 16px,0px 5px;
}

.stages .item_wrap .item ol li:last-of-type{  
    background-image: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%),url('./../images/circle_white.jpg');
    background-position: 0px 0px,0px 5px;
    background-size: 3px 16px,45px auto;
    background-repeat: no-repeat,no-repeat;
}

/*.stages .item_wrap .item ol li span{  
    font: 400 18px/110% "Roboto","Times New Roman",serif;
}*/

.wok_wrap {
    width: 100%;
    /*height: 851px;*/
    text-align: center;
    background-color: white;
}

.wok_footer {
    width: 100%;
    /*height: 851px; 
    background: url('./../images/wok.png') no-repeat 50% 100%;    */
}

.wok {   
    width: 100%;
    margin: 0 auto; 
    padding-top: 50px; 
    padding-bottom: 50px; 
    text-align: center;
}

.wok h2 {  
    margin-bottom: 50px;
    color: #F42434;
}

.wok p{
    line-height: 120%;
    /*color: #575757;*/
    margin-bottom: 50px;
    white-space: normal;
}

.wok .item_wrap {
    max-width: 1150px;
    margin: 0 auto; 
    text-align: center;
}

.wok .item_wrap .item {
    text-align: left;
    padding: 13px 10px;
    /*width: calc(33% - 20px);*/
    vertical-align: top;
    /*float: left;*/
}

.wok .item_wrap .item ul{
    list-style-type: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;      
}

.wok .item_wrap .item ul li{   
    font: 400 18px/190% "Roboto","Times New Roman",serif;
    padding: 10px 0px 10px 50px;
    background-image: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(255,0,0,1) 100%),url('./../images/circle_red.png');
    background-position: 0px 0px,0px 13px;
    background-size: 3px 100%,45px auto;
    background-repeat: no-repeat,no-repeat;
}

.wok .item_wrap .item ul li:first-of-type{  
    background-position: 0px 30px,0px 18px;
}

.wok .item_wrap .item ul li:last-of-type{  
    background-image: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(255,0,0,1) 100%),url('./../images/circle_red.png');
    background-position: 0px 0px,0px 13px;
    background-size: 3px 28px,45px auto;
    background-repeat: no-repeat,no-repeat;
}

.promotion_wrap {
    width: 100%;
    /*height: 1000px;*/
    text-align: center;
    background-color: #767A4C;
    color: white;
}

.promotion {   
    max-width: 1050px;
    margin: 0 auto; 
    padding-top: 50px;
}
.promotion h2 {  
    margin-bottom: 50px;
    color: white;
}

.promotion .item_wrap{
    text-align: center;
    /*height: 156px;*/
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;  
}

.promotion .item_wrap:last-of-type{
    text-align: center;
    /*height: 156px;*/
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;  
}

.promotion .item_wrap:last-of-type ul li{
    display: table-cell;
    vertical-align: middle;
}
.promotion .item_wrap:last-of-type ul li a{
    margin: 0 10px;
}

.promotion .item_wrap .item {
    /*height: 300px;*/
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    /*padding: 13px 10px;
    width: calc(33% - 20px);
    vertical-align: top;
    float: left;*/  
    page-break-inside: avoid;
    break-inside: avoid;
}

.promotion .item_wrap .item div:first-child {
    /*height: 50%;*/
    width: 138px;
    height: 138px;
    display: block;
    /*padding: 0 95px;*/
    background-size: 138px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0px auto 20px auto;    
}

.promotion .item_wrap:last-of-type .item div:first-child {
    text-align: center;
    width: fit-content;
    height: auto;
    margin-bottom: 20px;
}

.promotion .item_wrap .item div:last-child {
    height: 50%;
    display: block;
    font: 400 18px/125% "Roboto","Times New Roman",serif;
    margin-top: 0;
    padding: 0 45px;
    white-space: normal;
}

/*.promotion .item_wrap .item:nth-child(n+4) {
    left: 15%;
}

.promotion .item_wrap .item:nth-child(n+4) div:last-child {
    padding: 0 20px;
}*/

.form_wrap {
    width: 100%;
    /*height: 1100px;*/
    text-align: center;
    background-image: url(./../images/pizza_big.jpg); 
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50%;
}

.form {   
    /*max-width: 725px;*/
    margin: 0 auto; 
    padding: 50px 10px 50px 10px;
    text-align: center;
    background-color: rgba(255,255,255,0.85);
}
.form h2 {  
    margin-bottom: 50px;
}

.form p{  
    font: 400 18px/140% "Roboto","Times New Roman",serif;
    color: #575757;
    margin-bottom: 50px;
}

.form .item_wrap{   
    max-width: 700px;
    margin: 0 auto; 
    text-align: center;
}

.form .item_wrap .item {
    position: relative;
    text-align: left;
    padding: 13px 10px;
    vertical-align: middle;
}

.form .item_wrap .item:last-child {
    text-align: center;
    vertical-align: middle;
}

.form .item_wrap .item input.item_text{
    width: 100%;
    max-width: 654px;
    height: 64px;
    background-color: white;
    color: black;  
    font: 400 18px/110% "Roboto","Times New Roman",serif;
    border: 1px solid red;
    padding-left: 30px;
    border-radius: 5px;
    box-shadow: rgb(255, 255, 255) 0px 0px 3px 0px inset, rgba(0, 0, 0, 0.1) 0px 1px 1px 0px;
    box-sizing: border-box;
}

.form .item_wrap .item select {
    width: 654px;
    height: 64px;
    background-color: white;
    color: black;  
    font: 400 18px/110% "Roboto","Times New Roman",serif;
    border: 1px solid red;
    padding-left: 30px;
    border-radius: 5px;
    box-shadow: #fff 0 0 3px 0 inset, rgba(0,0,0,.1) 0 1px 1px 0;
    box-sizing: border-box;
}

.form .item_wrap .item select option {
    background-color: white;
    color: black;  
    font: 400 18px/110% "Roboto","Times New Roman",serif;
    border: 1px solid red;
    padding-left: 30px;
    border-radius: 5px;
}

.form .item_wrap .item .chosen div.chosen-container{
    height: 64px;
    background: #f5f5f5;
    color: #575757;
    font: 400 18px/110% "Roboto","Times New Roman",serif;
    border: 0px none;
    padding-top: 22px !important;
}
.form .item_wrap .item .chosen a{
    height: 64px;
    background-color: white;
    color: black;  
    font: 400 18px/110% "Roboto","Times New Roman",serif;
    border: 1px solid red;
    padding-left: 30px !important;
}
.form .item_wrap .item .chosen a div{
    top: 33%;
}
.form .item_wrap .item .chosen ul li{
    height: 64px;
    background: #f5f5f5;
    color: #575757;
    font: 400 18px/110% "Roboto","Times New Roman",serif;
    border: 0px none;
    padding-top: 22px !important;
    padding-left: 30px !important;
}
.form .item_wrap .item .chosen ul li.highlighted{
    height: 64px;
    background: #ff4e25;
    color: white;
    font: 400 18px/110% "Roboto","Times New Roman",serif;
    border: 0px none;
    padding-top: 22px !important;
    padding-left: 30px !important;
}
.form .item_wrap .item .send{
    display: inline-block;   
    font: 500 20px/110% "Roboto","Times New Roman",serif;
    text-decoration: none;
    background-color: #F42434;
    color: white;
    padding: 10px 70px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
}

.form .item_wrap .item .send:hover{
    text-decoration: none;
}

.footer_wrap {
    width: 100%;
    text-align: center;
    background-color: #767A4C;
}

.footer {
    max-width: 1250px;
    margin: 0 auto;
    height: 20px;
    padding: 30px 0;  
}

.footer div{
    display: inline-block;
}

.footer .social {
    float: left;
}

.footer .social li {
    list-style-type: none;
    float: left;
    margin: 0 29px 0 0;
}

.footer .social li a {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    border: 0;
}

.footer .social li a.vk {
    margin-top: 2px;
    width: 28px;
    height: 16px;
    background: url(./../images/ico-vk.png) no-repeat;
    background-size: 100% 100%;
}

.footer .social li a.facebook {
    width: 20px;
    height: 21px;
    background: url(./../images/ico-facebook.png) no-repeat;
    background-size: 100% 100%;
}

.footer .social li a.twitter {
    margin-top: 3px;
    width: 23px;
    height: 19px;
    background: url(./../images/ico-twitter.png) no-repeat;
    background-size: 100% 100%;
}

.footer .social li a.youtube {
    margin-top: 2px;
    width: 28px;
    height: 20px;
    background: url(./../images/ico-youtube.png) no-repeat;
    background-size: 100% 100%;
}

.footer .social li a.instagram {
    margin-top: 2px;
    width: 19px;
    height: 19px;
    background: url(./../images/instagam.png) no-repeat;
    background-size: 100% 100%;
}

.footer span {
    font-size: 14px;
    color: white;
}

.footer a {
    font-size: 14px;
    color: white;
    text-decoration: none;
}

.footer a:hover {
    color: #ff4e25;
    text-decoration: none;
}

.float_caller {
    position: fixed;
    bottom: 10%;
    right: 5%;
    display: inline-block; 
    z-index: 100;
}

.float_caller a {
    width: 132px;
    height: 97px;
    display: inline-block;   
    font: 500 16px/200% "Roboto","Times New Roman",serif;
    background-color: #ff4e25;
    color: white;
    z-index: 10;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding-top: 35px;
    text-decoration: none;
    border-radius: 66px;
    -webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 1px 9px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 1px 9px 0px rgba(0, 0, 0, 0.4);   
}

.float_caller a:hover {
    text-decoration: none;    
}

.hidden_sidebar_wrap {
    display: none;
    text-align: center;
    /*background-color: white;*/ 
    z-index: 10;    
}

.hidden_sidebar_wrap {
    position: absolute;    
    top: calc(100px/2 - 64px/2);
    left: calc(100px/2 - 64px/2);
    /*width: 64px;*/
    height: 64px;
}

a.hidden_sidebar_button {
    display: block;
    background-image: url('./../images/menu.png');
    background-repeat: no-repeat;
    background-size: contain;
    text-decoration: none;
}

a.hidden_sidebar_button {
    width: 64px;
    height: 64px;
}

a.hidden_sidebar_button:hover {
    text-decoration: none;
}

.hidden_sidebar_menu {
    position: relative;
    display: none;
    background-color: white;
    border: 3px double #6c6c6c;
    border-left: 0px none;
    text-align: left;
    top: 18px;
    left: calc(64px/2 - 100px/2);
    padding: 10px 24px;   
    border-radius: 0 25px 25px 0;
}

.hidden_sidebar_menu ul {
    list-style-type: none;
}

.hidden_sidebar_menu ul li{
    visibility: visible;
    margin: 10px 0;
}

.hidden_sidebar_menu ul li a { 
    display: block;
    font: 500 16px/110% "Roboto","Times New Roman",serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #6c6c6c;
}

.hidden_sidebar_menu ul li a:hover {
    color: #ff4e25;
    text-decoration: none;
}

.br:after {
    content: ""
}