@font-face {
  font-family: Merriweather;
  src: url(../fonts/Merriweather-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
* {
  font-family: Calibri, sans-serif;
}
body {
  position: relative;
}
iframe{
    width:100%;
    height:100%;
}

.container {
  width: 1230px;
}
a {
  text-decoration: none !important;
  cursor: pointer;  
}
h2{
    font-size:24px;
    margin:0px;
    padding:0px;
}
h3{
    font-size:22px;
    margin:0px;
    padding:0px;
}
h4{
    font-size:21px;
    margin:0px;
    padding:0px;
}
h5{
    font-size:20px;
    margin:0px;
    padding:0px;
}
img {
  max-width: 100%;
}
.title {
  text-align: center;
  line-height: 1;
  color: #2c2c2c;
  font-family: Georgia;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 40px;
}
.title span {
  position: relative;
  color: #2c2c2c;
  font-family: Georgia;
  font-size: 30px;
  font-weight: 400;
}
.title span:before {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 3px;
  background-color: #e44e50;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
}
.title div {
  color: #3a3a3a;
  font-family: Calibri;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 23px;
  margin-top: 15px;
}
.reveal-modal{
    background-color: #ffffff !important;
}
.title-modal{
    background-color: #0097d5; 
    color:#ffffff; padding:10px; 
    text-align:center; 
    font-size:22px;
}
.content-modal{
    padding: 10px;
}
.write_us form{
    margin-top: 20px;
}  
.row-modal{
    overflow: hidden; width:300px;
}
.row-modal label{
    font-size: 16px; 
    color:#000000;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 1001;
}

.top-order-btn__btn{
    border:0px;
        color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    width: 167px;
    height: 41px;
    border-radius: 4px;
    line-height: 41px;

    background-color: #0097d5;
}

.top-order-btn__btn:hover{
    background-color: #01a3e6;
}
.header .top-line {
  text-align: center;
  padding: 5px 0 4px 0;
    background: #ffffff;
}
.header .top-line .container > div {
  display: inline-block;
  vertical-align: middle;
}
.header .top-line .create {
  margin: 0 51px 0 45px;
}
.header .top-line .create a {
  color: #5e5e5e;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px dashed #5e5e5e;
  transition: 0.3s;
}
.header .top-line .create a:hover {
  border-bottom: 1px dashed transparent;
  transition: 0.3s;
}
.header .top-line .phones a {
  display: inline-block;
  vertical-align: middle;
  color: #202020;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s;
  position: relative;
}
.header .top-line .phones a:hover {
  color: #0092d0;
  transition: 0.3s;
}
.header .top-line .phones a:first-of-type {
  margin-right: 26px;
}
.header .top-line .buttons {
  margin-left: 18px;
}
.header .top-line .buttons a {
  display: inline-block;
  vertical-align: middle;
  border-radius: 14px;
  border: 1px solid #0092d0;
  line-height: 28px;
  height: 28px;
  width: 145px;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
.header .top-line .buttons a:hover {
  color: white;
}
.header .top-line .buttons a:hover:before {
  width: 100%;
  transition: 0.3s;
}
.header .top-line .buttons a:hover img {
  margin-right: 0;
  margin-left: -13px;
  transition: 0.3s;
}
.header .top-line .buttons a:hover:nth-of-type(2) img {
  margin-right: 5px;
}
.header .top-line .buttons a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 0%;
  height: 100%;
  border-radius: 14px;
  transition: 0.3s;
  background: #0092d0;
  content: "";
}
.header .top-line .buttons a:nth-of-type(2) {
  margin-left: 11px;
  width: 170px;
}
.header .top-line .buttons a img {
  margin-right: 6px;
  margin-top: -3px;
  transition: 0.3s;
}
.header .top-line .buttons a span {
  position: relative;
  z-index: 2;
}
.menu {
  height: 47px;
  background-color: #f4f5f5;
  padding-top: 12px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: 0.3s;
}
.menu.active {
  position: fixed;
  padding-top: 7px;
  height: 38px;
  transition: 0.3s;
  box-shadow: 0 1px 2px -1px #000000;

}
.menu .navbar {
  margin-bottom: 0;
  min-height: 0;
  background: none;
  border: none;
}
.menu .navbar-brand {
  display: none;
}
.menu .navbar-default .navbar-nav > li {
  margin-right: 44px;
}
.menu .navbar-default .navbar-nav > li:last-of-type {
  margin-right: 0;
}
.menu .dropdown-menu {
  padding: 12px 0;
}
.menu .dropdown.open > a {
  background: none;
}
.menu .dropdown.open > a:hover {
  background: none;
}
.menu .dropdown.open > a:after {
  -webkit-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}
.menu .navbar-default .navbar-nav > li > a {
  color: #1f1f1f;
  font-family: Calibri;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  padding: 0;
  line-height: 1;
}
.menu .navbar-default .navbar-nav > li > a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 2px;
  background: #1f1f1f;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
  transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  transition: transform .3s cubic-bezier(.4,0,.2,1), -webkit-transform .3s cubic-bezier(.4,0,.2,1);
}
.menu .navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.menu .dropdown-menu > li > a {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  padding: 5px 15px 10px 37px;
  line-height: 1;
}
.menu .dropdown-menu > li > a:before {
  position: absolute;
  left: 8px;
  top: 6px;
  width: 12px;
  height: 17px;
  content: "";
  background: url(../img/arr3.png) no-repeat center;
  transition: 0.3s;
}
.menu .dropdown-menu > li > a:hover {
  background: none;
}
.menu .dropdown-menu > li > a:hover:before {
  left: 20px;
  transition: 0.3s;
}
ol{
    list-style: none;
    margin:0px;
    padding:0px;
}
ol li{display: inline-block;}
.breadcrumbs {
  line-height: 1;
  margin-bottom: 14px;
}
.breadcrumbs a,
.breadcrumbs span {
  display: inline-block;
  vertical-align: middle;
  color: #848484;
}
.breadcrumbs li a span {
  transition: 0.3s;
}
.breadcrumbs li a span:hover {
  color: black;
  transition: 0.3s;
}
.topping {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #3c5995;
  color: #3c5995;
  line-height: 54px;
  font-size: 20px;
  text-align: center;
  background: white;
  z-index: 1000;
  position: fixed;
  bottom: 81px;
    right: 23px;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}
@media(max-width: 1024px) {
    .menu .navbar-default .navbar-nav > li > a{
        font-size:13px;
    }
}
@media(max-width: 767px) {
    h1{
        font-size:18px;
    }
    h2{
        font-size:14px;
    }
    section:not(.slider) {
        padding: 20px 0 !important;
      }
      .title div {
        font-size: 12px;
        line-height: 15px;
        margin-top: 12px !important;
        width: 100% !important;
      }
    .title {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 20px;
      }
      .title span {
        font-size: 18px;
      }
    .reveal-modal{
        width:280px !important;

    }
    .reveal-modal, .reveal-modal_cart{
        margin-left: -148px !important;
    }
    .reveal-modal .close-reveal-modal, .reveal-modal_cart .close-reveal-modal{
        font-size:34px !important;
    }
    .header {
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .header .top-line .create {
        margin: 15px 0;
    }
    .header .top-line .phones a {
        margin: 6px !important;
    }
    .header .top-line .buttons {
        margin-left: 0;
        display: none!important;
    }
    .header .top-line .buttons a {
        margin: 5px 0;
    }
    .menu {
        height: auto !important;
        padding: 0 !important;
        order: -1;
      }
      .menu .navbar-default .navbar-nav > li {
        margin-right: 0;
      }
        .header .menu .dropdown-menu > li > a {
            white-space: initial;
        }
      .menu .navbar-default .navbar-nav > li > a {
        display: table;
        margin: 10px auto;
      }
      .menu .navbar-brand {
        display: block;
      }
    .topping {
        bottom: 15px;
        right: 15px;
      }
}