@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #231313;
}

html::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-track {
  background-color: #fff;
}
html::-webkit-scrollbar-thumb {
  background-color: #9f2b34;
  border-radius: 0;
}

.absolute-cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:before, a:after {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

input, textarea, button {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input:hover, textarea:hover, button:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input:focus, textarea:focus, button:focus {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  outline: none;
}

h2.rtitle {
  display: inline-block;
  position: relative;
  height: 60px;
  color: #fbfbfb;
  line-height: 60px;
  padding: 0 50px;
}
h2.rtitle:before {
  content: "";
  background-color: #9f2b34;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  z-index: -1;
  border-radius: 8px;
}

section.hero {
  background-color: #f2e14d;
  padding: 10px 0;
}
section.hero .hero_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
section.hero .hero_wraper h1 {
  color: #231313;
  font-size: 44px;
  margin: 0;
}
section.hero .hero_wraper img {
  height: 80px;
}

section.page {
  margin-top: 50px;
}
section.page .page_image {
  position: relative;
}
section.page .page_image img {
    max-width: 100%;
    min-width: 100%;
}
section.page .page_content {
  padding: 50px 0;
}
section.page .page_content.nohero {
  padding: 0 0 50px 0;
}

th.prev, th.next {
  background: none;
}

.dropdown-menu {
  -webkit-box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.35);
          box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.35);
  background: #f6f6f6;
  border: 1px solid #ccc;
}

.form-select {
  color: #231313;
  background-color: #fff;
  border: 1px solid #9f2b34;
}

#delivery_address_block, #return_address_block {
  display: none;
}

.error_page {
  font-size: 110px;
  color: #9f2b34;
}

span.error_page {
  font-size: 30px;
  color: #231313;
}

.header {
  background-color: #231313;
  color: #fbfbfb;
}
.header .header_top {
  background-color: #9f2b34;
  padding: 2px 0;
}
.header .header_top .header_top_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
.header .header_top .header_top_wraper .soc_link {
  width: 33.33%;
}
.header .header_top .header_top_wraper .soc_link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header_top .header_top_wraper .soc_link ul li {
  display: inline-block;
  margin-right: 10px;
}
.header .header_top .header_top_wraper .soc_link ul li a {
  color: #fbfbfb;
  text-decoration: none;
  font-size: 22px;
}
.header .header_top .header_top_wraper .soc_link ul li a:hover {
  color: #f2e14d;
}
.header .header_top .header_top_wraper .soc_link ul li:last-child {
  margin-right: 0;
}
.header .header_top .header_top_wraper .contact {
  text-align: center;
  width: 33.33%;
}
.header .header_top .header_top_wraper .contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header_top .header_top_wraper .contact ul li {
  display: inline-block;
  margin-right: 20px;
}
.header .header_top .header_top_wraper .contact ul li a {
  color: #fbfbfb;
  text-decoration: none;
  font-size: 18px;
}
.header .header_top .header_top_wraper .contact ul li a:hover {
  color: #f2e14d;
}
.header .header_top .header_top_wraper .contact ul li:last-child {
  margin-right: 0;
}
.header .header_top .header_top_wraper .lang {
  text-align: right;
  width: 33.33%;
}
.header .header_top .header_top_wraper .lang ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header_top .header_top_wraper .lang ul li {
  display: inline-block;
  margin-right: 10px;
}
.header .header_top .header_top_wraper .lang ul li a {
  color: #fbfbfb;
  text-decoration: none;
  font-size: 18px;
}
.header .header_top .header_top_wraper .lang ul li a:hover {
  color: #f2e14d;
}
.header .header_top .header_top_wraper .lang ul li:last-child {
  margin-right: 0;
}
.header .header_top .header_top_wraper .lang ul li a.active {
  color: #f2e14d;
}
.header .header_main {
  background-color: #231313;
  padding: 15px 0;
}
.header .header_main .header_main_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
.header .header_main .header_main_wraper .logo img {
  height: 60px;
}
.header .header_main .header_main_wraper .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header_main .header_main_wraper .nav ul li {
  display: inline-block;
  margin-right: 20px;
}
.header .header_main .header_main_wraper .nav ul li a {
  position: relative;
  color: #fbfbfb;
  text-decoration: none;
  font-size: 18px;
}
.header .header_main .header_main_wraper .nav ul li a:hover:before, .header .header_main .header_main_wraper .nav ul li a:hover:after {
  width: 100%;
  opacity: 1;
}
.header .header_main .header_main_wraper .nav ul li a:after {
  left: 0;
  background-color: #f2e14d;
}
.header .header_main .header_main_wraper .nav ul li a:before, .header .header_main .header_main_wraper .nav ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.header .header_main .header_main_wraper .nav ul li a:hover {
  color: #f2e14d;
}
.header .header_main .header_main_wraper .nav ul li a.active {
  color: #f2e14d;
}
.header .header_main .header_main_wraper .nav ul li:last-child {
  margin-right: 0;
}
.header .header_main .header_main_wraper .link a {
  display: inline-block;
  background-color: #9f2b34;
  color: #fbfbfb;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 50px;
}
.header .header_main .header_main_wraper .link a:hover {
  background-color: #f2e14d;
  color: #231313;
}

.mobile_header {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  width: 100%;
  background-color: #231313;
}
.mobile_header .mobile_logo {
  padding: 15px;
}
.mobile_header .mobile_logo img {
  height: 40px;
}
.mobile_header .mobile_soc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile_header .mobile_soc ul li {
  display: inline-block;
  padding: 0 5px;
}
.mobile_header .mobile_soc ul li a {
  color: #fbfbfb;
  font-size: 22px;
  text-decoration: none;
}
.mobile_header .mobile_soc ul li a:hover {
  color: #f2e14d;
}
.mobile_header .mobile_burger {
  padding: 15px;
  text-align: right;
  width: 80px;
}
.mobile_header .mobile_burger .burger {
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  background: #9f2b34;
  padding: 10px;
  color: #fbfbfb;
  cursor: pointer;
}

.mobile_menu_bg.mobile-menu-hidden .mobile_menu {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.mobile_menu_bg.mobile-menu-hidden {
  visibility: visible;
  opacity: 1;
}

.mobile_menu_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1021;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.mobile_menu_bg .mobile_menu {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background-color: #fff;
  padding: 30px 15px 30px 45px;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.mobile_menu_bg .mobile_menu .mobile_menu_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_lang_menu {
  width: 70%;
}
.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_lang_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_lang_menu ul li {
  display: inline-block;
  margin-right: 15px;
}
.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_lang_menu ul li a {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_lang_menu ul li a:hover {
  color: #fe2638;
}
.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_lang_menu ul li.current-menu-item a {
  color: #fe2638;
}
.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_button {
  width: 30%;
  text-align: right;
}
.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_button .close_mobile_menu {
  width: 36px;
  cursor: pointer;
}
.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_button .close_mobile_menu:hover {
  -webkit-animation: rotating 0.5s 0.1s ease-out;
  animation: rotating 0.5s 0.1s ease-out;
}
.mobile_menu_bg .mobile_menu .mobile_menu_nav {
  margin-top: 50px;
}
.mobile_menu_bg .mobile_menu .mobile_menu_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile_menu_bg .mobile_menu .mobile_menu_nav ul li {
  display: block;
  margin: 7px 0;
}
.mobile_menu_bg .mobile_menu .mobile_menu_nav ul li a {
  position: relative;
  color: #231313;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile_menu_bg .mobile_menu .mobile_menu_nav ul li a:hover:before, .mobile_menu_bg .mobile_menu .mobile_menu_nav ul li a:hover:after {
  width: 100%;
  opacity: 1;
}
.mobile_menu_bg .mobile_menu .mobile_menu_nav ul li a:after {
  left: 0;
  background-color: #9f2b34;
}
.mobile_menu_bg .mobile_menu .mobile_menu_nav ul li a:before, .mobile_menu_bg .mobile_menu .mobile_menu_nav ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mobile_menu_bg .mobile_menu .mobile_menu_nav ul li a:hover {
  color: #9f2b34;
}
.mobile_menu_bg .mobile_menu .mobile_menu_nav ul li.current-menu-item a {
  color: #9f2b34;
}
.mobile_menu_bg .mobile_menu .contact {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mobile_menu_bg .mobile_menu .contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile_menu_bg .mobile_menu .contact ul li {
  display: block;
  padding: 3px 0;
}
.mobile_menu_bg .mobile_menu .contact ul li a {
  font-size: 20px;
  color: #9f2b34;
  text-decoration: none;
}
.mobile_menu_bg .mobile_menu .contact ul li a:hover {
  color: #f2e14d;
}
.mobile_menu_bg .mobile_menu .soc_link {
  margin-top: 50px;
}
.mobile_menu_bg .mobile_menu .soc_link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile_menu_bg .mobile_menu .soc_link ul li {
  display: inline-block;
  padding-right: 10px;
}
.mobile_menu_bg .mobile_menu .soc_link ul li a {
  font-size: 24px;
  color: #9f2b34;
}
.mobile_menu_bg .mobile_menu .soc_link ul li a:hover {
  color: #231313;
}

.mobile_menu_bg.mobile-menu-hidden {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

@media screen and (max-width: 992px) {
  .header {
    display: none;
  }

  .mobile_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
section.footer .top_footer {
  padding: 50px 0;
  background: #f2e14d;
}
section.footer .top_footer .top_footer_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
section.footer .top_footer .top_footer_wraper img {
  height: 80px;
  margin: 0 40px;
}
section.footer .bottom_footer {
  padding: 50px 0;
  background: #231313;
}
section.footer .bottom_footer .bottom_footer_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
section.footer .bottom_footer .bottom_footer_wraper .logo img {
  height: 60px;
}
section.footer .bottom_footer .bottom_footer_wraper .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.footer .bottom_footer .bottom_footer_wraper .menu ul li {
  display: inline-block;
  padding: 0 10px;
}
section.footer .bottom_footer .bottom_footer_wraper .menu ul li a {
  color: #fbfbfb;
  text-decoration: none;
}
section.footer .bottom_footer .bottom_footer_wraper .menu ul li a:hover {
  color: #f2e14d;
}
section.footer .bottom_footer .bottom_footer_wraper .lang ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.footer .bottom_footer .bottom_footer_wraper .lang ul li {
  display: inline-block;
  padding: 0 5px;
}
section.footer .bottom_footer .bottom_footer_wraper .lang ul li a {
  color: #fbfbfb;
  text-decoration: none;
}
section.footer .bottom_footer .bottom_footer_wraper .lang ul li a:hover {
  color: #f2e14d;
}
section.footer .bottom_footer .bottom_footer_wraper .link a {
  display: inline-block;
  background-color: #9f2b34;
  color: #fbfbfb;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 50px;
}
section.footer .bottom_footer .bottom_footer_wraper .link a:hover {
  background-color: #f2e14d;
  color: #231313;
}
section.footer .bottom_footer .bottom {
  color: #fbfbfb;
  margin-top: 50px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
section.footer .bottom_footer .bottom a {
  color: #fbfbfb;
  text-decoration: none;
}
section.footer .bottom_footer .bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.footer .bottom_footer .bottom ul li {
  display: inline-block;
  padding: 0 5px;
}
section.footer .bottom_footer .bottom ul li a {
  font-size: 20px;
  color: #fbfbfb;
  text-decoration: none;
}

.back-to-top {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0 30px 30px 0;
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #9f2b34;
  color: #fbfbfb;
  cursor: pointer;
  z-index: 100;
  opacity: 0.8;
}
.back-to-top:hover {
  background-color: #231313;
  color: #fbfbfb;
}

.back-to-top.active {
  display: block;
}

@media screen and (max-width: 992px) {
  section.footer .top_footer {
    padding: 50px 0;
  }
  section.footer .top_footer .top_footer_wraper img {
    height: 40px;
    margin: 0 5px;
  }
  section.footer .bottom_footer {
    padding: 50px 0;
    background: #231313;
  }
  section.footer .bottom_footer .bottom_footer_wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: normal;
        align-content: normal;
  }
  section.footer .bottom_footer .bottom_footer_wraper .logo {
    width: 50%;
  }
  section.footer .bottom_footer .bottom_footer_wraper .logo img {
    height: 60px;
  }
  section.footer .bottom_footer .bottom_footer_wraper .menu {
    width: 50%;
  }
  section.footer .bottom_footer .bottom_footer_wraper .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  section.footer .bottom_footer .bottom_footer_wraper .menu ul li {
    display: block;
    padding: 0 10px;
  }
  section.footer .bottom_footer .bottom_footer_wraper .menu ul li a {
    color: #fbfbfb;
    text-decoration: none;
  }
  section.footer .bottom_footer .bottom_footer_wraper .menu ul li a:hover {
    color: #f2e14d;
  }
  section.footer .bottom_footer .bottom_footer_wraper .lang {
    width: 50%;
    margin-top: 30px;
  }
  section.footer .bottom_footer .bottom_footer_wraper .lang ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  section.footer .bottom_footer .bottom_footer_wraper .lang ul li {
    display: inline-block;
    padding: 0 5px;
  }
  section.footer .bottom_footer .bottom_footer_wraper .lang ul li a {
    color: #fbfbfb;
    text-decoration: none;
  }
  section.footer .bottom_footer .bottom_footer_wraper .lang ul li a:hover {
    color: #f2e14d;
  }
  section.footer .bottom_footer .bottom_footer_wraper .link {
    width: 50%;
    margin-top: 30px;
  }
  section.footer .bottom_footer .bottom_footer_wraper .link a {
    display: inline-block;
    background-color: #9f2b34;
    color: #fbfbfb;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 50px;
  }
  section.footer .bottom_footer .bottom_footer_wraper .link a:hover {
    background-color: #f2e14d;
    color: #231313;
  }
  section.footer .bottom_footer .bottom {
    color: #fbfbfb;
    margin-top: 50px;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: normal;
        align-content: normal;
  }
  section.footer .bottom_footer .bottom a {
    color: #fbfbfb;
    text-decoration: none;
    margin: 10px 0;
  }
  section.footer .bottom_footer .bottom ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
  }
  section.footer .bottom_footer .bottom ul li {
    display: inline-block;
    padding: 0 5px;
  }
  section.footer .bottom_footer .bottom ul li a {
    font-size: 20px;
    color: #fbfbfb;
    text-decoration: none;
  }
  section.footer .bottom_footer .bottom span {
    margin: 10px 0;
  }
}
section.main_banner {
  position: relative;
  background-color: #f2e14d;
}
section.main_banner .banner_wraper {
  width: 100%;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
section.main_banner .banner_wraper .banner_text {
  width: 60%;
}
section.main_banner .banner_wraper .banner_text h1 {
  margin: 0;
}
section.main_banner .banner_wraper .banner_text p {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 22px;
}
section.main_banner .banner_wraper .banner_image {
  width: 40%;
}
section.main_banner .banner_wraper .banner_image img {
  max-width: 100%;
}

section.main_work {
  padding: 50px 0;
}
section.main_work .work_text {
  text-align: center;
}
section.main_work .work_text p {
  padding: 30px 150px;
  font-size: 22px;
}
section.main_work .work_block_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
section.main_work .work_block_wraper .work_block {
  text-align: center;
  font-size: 16px;
  width: 33%;
}
section.main_work .work_block_wraper .work_block span.work_icon {
  display: block;
  font-size: 70px;
  color: #9f2b34;
}
section.main_work .work_block_wraper .work_block p {
  padding: 0 30px;
}

section.main_cars {
  padding: 50px 0;
}
section.main_cars .main_cars_title {
  text-align: center;
  margin-bottom: 50px;
}
section.main_cars .main_cars_info {
  padding-top: 1rem;
}
section.main_cars .main_cars_images {
  position: relative;
  overflow: hidden;
  -webkit-transform: skewX(-5deg);
          transform: skewX(-5deg);
  width: 100%;
  height: 350px;
  z-index: 12;
}
section.main_cars .main_cars_images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: skewX(5deg) translateX(-10%);
          transform: skewX(5deg) translateX(-10%);
}

section.security {
  position: relative;
  margin: 50px 0;
  background-image: url(../../../images/auto2.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50%;
  z-index: 2;
  padding: 50px 0;
}
section.security .darkness_effect {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#231313), color-stop(55%, #231313), to(rgba(35, 19, 19, 0.4)));
  background: linear-gradient(to left, #231313 0%, #231313 55%, rgba(35, 19, 19, 0.4) 100%);
}
section.security .security_text_wraper {
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
section.security .security_text_wraper .empty {
  width: 50%;
}
section.security .security_text_wraper .security_text {
  width: 50%;
  color: #fbfbfb;
  position: relative;
  z-index: 3;
}
section.security .security_text_wraper .security_text p {
  margin: 35px 0;
}
section.security .security_text_wraper .security_text a.buttomlink {
  display: inline-block;
  background-color: #9f2b34;
  color: #fbfbfb;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 50px;
}
section.security .security_text_wraper .security_text a.buttomlink:hover {
  background-color: #f2e14d;
  color: #231313;
}

section.main_about {
  padding: 50px 0;
}
section.main_about .about_title {
  text-align: center;
}
section.main_about .about_wraper {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
section.main_about .about_wraper .about_text {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 30px;
}
section.main_about .about_wraper .about_image {
  width: 50%;
}
section.main_about .about_wraper .about_image img {
  max-width: 100%;
}
section.main_about .about_link {
  margin-top: 20px;
  text-align: center;
}
section.main_about .about_link a {
  display: inline-block;
  background-color: #9f2b34;
  color: #fbfbfb;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 50px;
}
section.main_about .about_link a:hover {
  background-color: #f2e14d;
  color: #231313;
}

@media screen and (max-width: 992px) {
  section.main_banner {
    position: relative;
    background-color: #f2e14d;
  }
  section.main_banner .banner_wraper {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: normal;
        align-content: normal;
  }
  section.main_banner .banner_wraper .banner_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-bottom: 50px;
  }
  section.main_banner .banner_wraper .banner_text h1 {
    margin: 0;
  }
  section.main_banner .banner_wraper .banner_text p {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 22px;
  }
  section.main_banner .banner_wraper .banner_image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 50px 0;
  }
  section.main_banner .banner_wraper .banner_image img {
    max-width: 100%;
  }

  section.main_work {
    padding: 50px 0;
  }
  section.main_work .work_text {
    text-align: center;
  }
  section.main_work .work_text p {
    padding: 20px 15px;
    font-size: 22px;
  }
  section.main_work .work_block_wraper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.main_work .work_block_wraper .work_block {
    width: 100%;
  }
  section.main_work .work_block_wraper .work_block span.work_icon {
    display: block;
    font-size: 90px;
    color: #9f2b34;
  }
  section.main_work .work_block_wraper .work_block p {
    padding: 0 30px;
  }

  section.main_cars {
    padding: 50px 0;
  }
  section.main_cars .main_cars_title {
    text-align: center;
    margin-bottom: 50px;
  }
  section.main_cars .main_cars_info {
    padding-top: 1rem;
  }
  section.main_cars .main_cars_images {
    position: relative;
    overflow: hidden;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: 300px;
    z-index: 12;
  }
  section.main_cars .main_cars_images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: none;
            transform: none;
  }

  section.security .security_text_wraper {
    min-height: 350px;
  }
  section.security .security_text_wraper .empty {
    width: 30%;
  }
  section.security .security_text_wraper .security_text {
    width: 70%;
  }

  section.main_about {
    padding: 50px 0;
  }
  section.main_about .about_wraper .about_text {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 30px;
  }
  section.main_about .about_wraper .about_image {
    width: 100%;
  }
  section.main_about .about_wraper .about_image img {
    max-width: 100%;
  }
  section.main_about .about_wraper .block1 {
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section.main_about .about_wraper .block2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  section.main_about .about_wraper .block3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  section.main_about .about_wraper .block4 {
    margin-top: 30px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
section.booking {
  padding: 50px 0;
}
section.booking .booking_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
section.booking .booking_wraper .booking_info {
  width: 30%;
  background: #f2e14d;
  padding: 20px;
}
section.booking .booking_wraper .booking_info .booking_image img {
  max-width: 100%;
}
section.booking .booking_wraper .booking_info .info_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #fbfbfb;
}
section.booking .booking_wraper .booking_info .info_block span {
  font-size: 16px;
  font-weight: 600;
  color: #9f2b34;
}
section.booking .booking_wraper .booking_info .info_block span:nth-child(2n) {
  text-align: right;
  color: #231313;
}
section.booking .booking_wraper .booking_info .info_block.title {
  margin-top: 30px;
}
section.booking .booking_wraper .booking_info .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #fbfbfb;
}
section.booking .booking_wraper .booking_info .total span {
  font-size: 16px;
  font-weight: 600;
  color: #9f2b34;
}
section.booking .booking_wraper .booking_info .total span:nth-child(2n) {
  text-align: right;
  color: #231313;
}
section.booking .booking_wraper .booking_form {
  width: calc(70% - 30px);
  background: #fbfbfb;
  padding: 20px;
}
section.booking .booking_wraper .booking_form .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #231313;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9f2b34;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
section.booking .booking_wraper .booking_form .form_submit {
  position: relative;
  background-color: #9f2b34;
  color: #fbfbfb;
  padding: 10px 50px;
  text-decoration: none;
  border-radius: 50px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
section.booking .booking_wraper .booking_form .form_submit:hover {
  background-color: #f2e14d;
  color: #231313;
}
section.booking .booking_wraper .booking_form .form_submit span#preloader {
  display: none;
  position: absolute;
  right: 0;
  margin-right: 20px;
}
section.booking .booking_wraper .booking_form .form_submit span#preloader img {
  height: 20px;
}

.mobile_info {
  background-color: #f2e14d;
  padding: 15px;
  margin-bottom: 30px;
  display: none;
}
.mobile_info .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #fbfbfb;
}
.mobile_info .total span {
  font-size: 16px;
  font-weight: 600;
  color: #9f2b34;
}
.mobile_info .total span:nth-child(2n) {
  text-align: right;
  color: #231313;
}

@media screen and (max-width: 992px) {
  .mobile_info {
    display: block;
  }

  section.booking {
    padding: 50px 0;
  }
  section.booking .booking_wraper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.booking .booking_wraper .booking_info {
    width: 100%;
    background: #f2e14d;
    padding: 20px;
  }
  section.booking .booking_wraper .booking_info .booking_image img {
    max-width: 100%;
  }
  section.booking .booking_wraper .booking_form {
    width: 100%;
  }
}
.booking_fin_text {
  display: none;
  text-align: center;
  padding: 100px 30px;
}
.booking_fin_text h3 {
  font-size: 40px;
  color: #231313;
}
.booking_fin_text p {
  font-size: 20px;
  margin: 30px 0;
  color: #231313;
}
.booking_fin_text i {
  font-size: 90px;
  color: #f2e14d;
}

section.cars {
  padding: 50px 0;
}
section.cars .cars_wraper {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
section.cars .cars_wraper .cars_block {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  background: #f2e14d;
}
section.cars .cars_wraper .cars_block:nth-child(3n) {
  margin-right: 0;
}
section.cars .cars_wraper .cars_block .cars_block_image {
  overflow: hidden;
  position: relative;
}
section.cars .cars_wraper .cars_block .cars_block_image:before {
  content: "";
  display: block;
  padding-top: 68%;
}
section.cars .cars_wraper .cars_block .cars_block_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
section.cars .cars_wraper .cars_block .cars_block_image img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
section.cars .cars_wraper .cars_block .cars_block_info {
  padding: 5px 15px 5px 15px;
}
section.cars .cars_wraper .cars_block .cars_block_info h2 {
  color: #9f2b34;
  font-size: 26px;
  margin: 0;
}
section.cars .cars_wraper .cars_block .cars_block_info span {
  font-size: 18px;
  font-weight: 600;
  color: #231313;
}
section.cars .cars_wraper .cars_block .cars_block_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  background: #9f2b34;
}
section.cars .cars_wraper .cars_block .cars_block_link a {
  text-align: center;
  display: inline-block;
  padding: 10px 0;
  width: 50%;
  color: #fbfbfb;
  background: #9f2b34;
  text-decoration: none;
  border-right: 1px solid #231313;
}
section.cars .cars_wraper .cars_block .cars_block_link a:nth-child(2n) {
  border-right: none;
}
section.cars .cars_wraper .cars_block .cars_block_link a:hover {
  background: #231313;
  color: #fbfbfb;
}

@media screen and (max-width: 992px) {
  section.cars {
    padding: 50px 0;
  }
  section.cars .cars_wraper .cars_block {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
    background: #f2e14d;
  }
  section.cars .cars_wraper .cars_block:nth-child(3n) {
    margin-right: 30px;
  }
  section.cars .cars_wraper .cars_block:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  section.cars {
    padding: 50px 0;
  }
  section.cars .cars_wraper .cars_block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    background: #f2e14d;
  }
  section.cars .cars_wraper .cars_block:nth-child(3n) {
    margin-right: 0;
  }
  section.cars .cars_wraper .cars_block:nth-child(2n) {
    margin-right: 0;
  }
}
section.car {
  padding: 50px 0;
}
section.car .car_slider .carousel-inner .carousel-item {
  height: 600px;
}
section.car .car_slider .carousel-inner .carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.car .info_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
section.car .info_wraper .car_text {
  width: calc(70% - 30px);
}
section.car .info_wraper .car_text .car_description {
  margin-top: 30px;
}
section.car .info_wraper .car_info {
  width: 30%;
  background: #f2e14d;
  padding: 20px;
}
section.car .info_wraper .car_info .info_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #fbfbfb;
}
section.car .info_wraper .car_info .info_block span {
  font-size: 16px;
  font-weight: 600;
  color: #9f2b34;
}
section.car .info_wraper .car_info .info_block span:nth-child(2n) {
  text-align: right;
  color: #231313;
}
section.car .info_wraper .car_info .info_block.title {
  margin-top: 30px;
}
section.car .info_wraper .car_info a.book {
  display: block;
  background-color: #9f2b34;
  color: #fbfbfb;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
section.car .info_wraper .car_info a.book:hover {
  background-color: #231313;
  color: #fbfbfb;
}

@media screen and (max-width: 992px) {
  section.car {
    padding: 50px 0;
  }
  section.car .car_slider .carousel-inner .carousel-item {
    height: 400px;
  }
  section.car .info_wraper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.car .info_wraper .car_text {
    width: 100%;
  }
  section.car .info_wraper .car_text .car_description {
    margin-top: 30px;
  }
  section.car .info_wraper .car_info {
    width: 100%;
    background: #f2e14d;
    padding: 20px;
  }
}
.contact_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
.contact_wraper .form {
  width: 50%;
  background: #f2e14d;
  padding: 30px;
}
.contact_wraper .form .default {
  position: relative;
  display: block;
  text-align: center;
  padding: 10px 40px;
  background: #9f2b34;
  color: #fbfbfb;
  border: none;
  border-radius: 50px;
}
.contact_wraper .form .default span#preloader {
  display: none;
  position: absolute;
  right: 0;
  margin-right: 15px;
}
.contact_wraper .form .default span#preloader img {
  height: 20px;
}
.contact_wraper .form .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #231313;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9f2b34;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.contact_wraper .contact {
  width: 50%;
  background: #fbfbfb;
  padding: 30px;
}

section.map {
  height: 400px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .contact_wraper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_wraper .form {
    width: 100%;
  }
  .contact_wraper .contact {
    width: 100%;
  }
}
.contact_form_fin {
  display: none;
  text-align: center;
  padding: 100px 30px;
}
.contact_form_fin i {
  font-size: 70px;
}