* {
  margin: 0;
  padding: 0;
}

html {
  scrollbar-color: smooth;
}

.wrapper {
  overflow: hidden;
}

.container {
  padding: 0;
}

@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}

body {
  font-family: 'Geometria';
  font-weight: 400;
  background-color: #050505;
  color: #fff;
  font-size: 16px;
  background-image: url("../../images/main_screen_bg.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
}

@media (max-width: 767px) {
  body {
    background-image: none;
  }
}

.button {
  font-size: 18px;
  color: #fff;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(229, 31, 37, 0.8);
          box-shadow: 0px 10px 40px 0px rgba(229, 31, 37, 0.8);
  background-image: -webkit-gradient(linear, left top, right top, from(#b21419), to(#f73339));
  background-image: linear-gradient(90deg, #b21419 0%, #f73339 100%);
  padding: 25px 70px;
  display: inline-block;
  border-radius: 32.5px;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-animation: big_pulse 3s infinite;
          animation: big_pulse 3s infinite;
}

.button:hover {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(229, 31, 37, 0.8);
          box-shadow: 0px 10px 40px 0px rgba(229, 31, 37, 0.8);
  background-image: -webkit-gradient(linear, left top, right top, from(#f73339), to(#b21419));
  background-image: linear-gradient(90deg, #f73339 0%, #b21419 100%);
  color: #fff;
}

.button.buy {
  background-image: url("../../images/cart.png"), -webkit-gradient(linear, left top, right top, from(#b21419), to(#f73339));
  background-image: url("../../images/cart.png"), linear-gradient(90deg, #b21419 0%, #f73339 100%);
  background-repeat: no-repeat,no-repeat;
  background-position: 40px center, left top;
  padding: 25px 40px 25px 65px;
}

@media (max-width: 1600px) {
  .button.buy {
    padding: 20px 30px 20px 50px;
    background-position: 25px center, left top;
  }
}

.button.buy:hover {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(229, 31, 37, 0.8);
          box-shadow: 0px 10px 40px 0px rgba(229, 31, 37, 0.8);
  background-image: url("../../images/cart.png"), -webkit-gradient(linear, left top, right top, from(#f73339), to(#b21419));
  background-image: url("../../images/cart.png"), linear-gradient(90deg, #f73339 0%, #b21419 100%);
  color: #fff;
  background-position: 40px center, left top;
}

@media (max-width: 1600px) {
  .button.buy:hover {
    padding: 20px 30px 20px 50px;
    background-position: 25px center, left top;
  }
}

.button.outline {
  background: transparent;
  border: 1px solid #e51f25;
}

@media (max-width: 1600px) {
  .button.outline {
    padding: 25px 55px;
  }
}

.button.outline:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.section_title {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 60px;
}

.section_title span {
  font-weight: normal;
}

@media (max-width: 767px) {
  .section_title {
    font-size: 32px;
    margin-bottom: 35px;
  }
  .section_title br {
    display: none;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(229, 31, 37, 0.7);
            box-shadow: 0 0 0 0 rgba(229, 31, 37, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(229, 31, 37, 0);
            box-shadow: 0 0 0 10px rgba(229, 31, 37, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(229, 31, 37, 0);
            box-shadow: 0 0 0 0 rgba(229, 31, 37, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(229, 31, 37, 0.7);
            box-shadow: 0 0 0 0 rgba(229, 31, 37, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(229, 31, 37, 0);
            box-shadow: 0 0 0 10px rgba(229, 31, 37, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(229, 31, 37, 0);
            box-shadow: 0 0 0 0 rgba(229, 31, 37, 0);
  }
}

@-webkit-keyframes big_pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(229, 31, 37, 0.7);
            box-shadow: 0 0 0 0 rgba(229, 31, 37, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 20px rgba(229, 31, 37, 0);
            box-shadow: 0 0 0 20px rgba(229, 31, 37, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(229, 31, 37, 0);
            box-shadow: 0 0 0 0 rgba(229, 31, 37, 0);
  }
}

@keyframes big_pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(229, 31, 37, 0.7);
            box-shadow: 0 0 0 0 rgba(229, 31, 37, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 20px rgba(229, 31, 37, 0);
            box-shadow: 0 0 0 20px rgba(229, 31, 37, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(229, 31, 37, 0);
            box-shadow: 0 0 0 0 rgba(229, 31, 37, 0);
  }
}

header {
  padding: 40px 0;
  margin-bottom: 90px;
}

header .header_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .header_block .header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .header_block .header_left .header_logo {
  margin-right: 105px;
}

@media (max-width: 767px) {
  header .header_block .header_left .header_logo {
    margin-right: 0;
  }
}

header .header_block .header_left .header_navigation ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

header .header_block .header_left .header_navigation ul li {
  margin-right: 40px;
}

header .header_block .header_left .header_navigation ul li:last-child {
  margin-right: 0;
}

header .header_block .header_left .header_navigation ul li a {
  text-decoration: none;
  color: #fff;
  position: relative;
}

header .header_block .header_left .header_navigation ul li a:hover {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  color: rgba(229, 31, 37, 0.8);
}

header .header_block .header_left .header_navigation ul li a:hover::before, header .header_block .header_left .header_navigation ul li a:hover::after {
  width: 50%;
}

header .header_block .header_left .header_navigation ul li a::before {
  content: '';
  display: block;
  height: 1px;
  width: 0%;
  position: absolute;
  left: 50%;
  bottom: -3px;
  background-color: rgba(229, 31, 37, 0.8);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

header .header_block .header_left .header_navigation ul li a::after {
  content: '';
  display: block;
  height: 1px;
  width: 0%;
  position: absolute;
  right: 50%;
  bottom: -3px;
  background-color: rgba(229, 31, 37, 0.8);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@media (max-width: 767px) {
  header .header_block .header_left .header_navigation {
    display: none;
  }
}

@media (max-width: 767px) {
  header .header_block .header_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
}

header .header_block .header_right .header_contacts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_block .header_right .header_contacts a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

header .header_block .header_right .header_contacts a:hover {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  color: rgba(229, 31, 37, 0.8);
}

header .header_block .header_right .header_contacts a img {
  width: 25px;
}

header .header_block .header_right .header_contacts a:first-child {
  margin-right: 8px;
}

header .header_block .header_right .header_contacts a:last-child {
  margin-left: 15px;
}

@media (max-width: 767px) {
  header .header_block .header_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  header .header_block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  header {
    padding: 25px 0;
    margin-bottom: 25px;
  }
}

.main_screen {
  margin-bottom: 120px;
}

.main_screen .container {
  position: relative;
}

.main_screen .container .main_text .advantage_text {
  color: #e51f25;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 7px;
  line-height: 1.2;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .main_screen .container .main_text .advantage_text {
    text-align: center;
    margin-bottom: 20px;
  }
}

.main_screen .container .main_text .title_text {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px;
}

.main_screen .container .main_text .title_text span {
  font-weight: 400;
}

@media (max-width: 1600px) {
  .main_screen .container .main_text .title_text {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .main_screen .container .main_text .title_text {
    font-size: 32px;
    text-align: center;
    margin-bottom: 340px;
  }
}

.main_screen .container .main_text .action_block {
  margin-bottom: 100px;
}

@media (max-width: 1600px) {
  .main_screen .container .main_text .action_block {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .main_screen .container .main_text .action_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}

.main_screen .container .main_text .advantages ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main_screen .container .main_text .advantages ul li {
  margin-right: 35px;
  font-size: 13px;
  position: relative;
}

@media (max-width: 1600px) {
  .main_screen .container .main_text .advantages ul li {
    font-size: 12px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .main_screen .container .main_text .advantages ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    font-size: 16px;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.main_screen .container .main_text .advantages ul li::before {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 18.6px 1.4px rgba(229, 31, 37, 0.8);
          box-shadow: 0px 2px 18.6px 1.4px rgba(229, 31, 37, 0.8);
  background-image: -webkit-gradient(linear, left top, right top, from(#b21419), to(#f73339));
  background-image: linear-gradient(90deg, #b21419 0%, #f73339 100%);
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: pulse 3s infinite;
          animation: pulse 3s infinite;
}

@media (max-width: 1600px) {
  .main_screen .container .main_text .advantages ul {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .main_screen .container .main_text .advantages ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main_screen .container .products {
  position: absolute;
  right: -100px;
  top: -125px;
}

@media (max-width: 1600px) {
  .main_screen .container .products {
    width: 58%;
    right: -70px;
    top: -70px;
  }
}

@media (max-width: 767px) {
  .main_screen .container .products {
    width: 100%;
    right: 0;
    top: 155px;
  }
}

@media (max-width: 767px) {
  .main_screen {
    background-image: url("../../images/mobile_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media (max-width: 767px) {
  .main_screen {
    margin-bottom: 20px;
  }
}

.advantages_section {
  padding: 40px 0;
}

.advantages_section .adavntage_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.advantages_section .adavntage_item .advantage_image {
  margin-right: 20px;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .advantages_section .adavntage_item {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .advantages_section {
    padding: 30px 0;
  }
}

.products {
  background-image: url("../../images/products_bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.products .product_item {
  position: relative;
  background-color: #0e0e0e;
  padding: 40px 40px;
  border-radius: 20px;
}

.products .product_item .product_image {
  text-align: center;
  margin-bottom: 35px;
}

.products .product_item .product_image img {
  height: 265px;
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  .products .product_item .product_image img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .products .product_item .product_image {
    margin-bottom: 25px;
  }
}

.products .product_item .product_info {
  margin-bottom: 20px;
}

.products .product_item .product_info .product_name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 1600px) {
  .products .product_item .product_info .product_name {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .products .product_item .product_info .product_name {
    text-align: center;
    font-size: 22px;
  }
}

.products .product_item .product_info .product_items_count {
  color: #4b4b4b;
}

@media (max-width: 767px) {
  .products .product_item .product_info .product_items_count {
    text-align: center;
  }
}

.products .product_item .product_action {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products .product_item .product_action .price {
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .products .product_item .product_action .price {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .products .product_item .product_action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.products .product_item .product_optoviy a {
  font-size: 16px;
  color: #4b4b4b;
  text-decoration: none;
  border-bottom: 1px solid #4b4b4b;
}

@media (max-width: 767px) {
  .products .product_item .product_optoviy {
    text-align: center;
  }
}

.products .product_item::before {
  content: url(../../images/product_hover.png);
  display: block;
  position: absolute;
  z-index: -1;
  left: -95px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@media (max-width: 1600px) {
  .products .product_item::before {
    left: -155px;
  }
}

.products .product_item:hover::before {
  opacity: 1;
}

@media (max-width: 1600px) {
  .products .product_item {
    padding: 40px 35px;
  }
}

@media (max-width: 767px) {
  .products .product_item {
    margin-bottom: 10px;
    padding: 20px;
  }
}

.video {
  background-image: url(../../images/video_bg.png);
  background-repeat: no-repeat;
  padding: 115px 0;
  background-size: 100%;
  background-position: center top;
}

.video .video_block {
  background-color: #212121;
  border-radius: 20px;
  overflow: hidden;
  padding: 15px 18px;
  margin-bottom: 35px;
}

.video .video_block iframe {
  border-radius: 20px;
}

.video .video_text p {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .video .video_text p br {
    display: none;
  }
}

@media (max-width: 1600px) {
  .video {
    background-position: center 150px;
  }
}

@media (max-width: 767px) {
  .video {
    background-color: #0e0e0e;
    padding: 40px 0;
    margin-top: 40px;
    margin-bottom: 40px;
    background-image: none;
  }
}

.testimonials {
  background-image: url("../../images/testimonial_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100px;
}

.testimonials .testimonials_block {
  margin-bottom: 50px;
  position: relative;
}

.testimonials .testimonials_block .owl-item {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  opacity: .3;
}

.testimonials .testimonials_block .owl-item .testimonial_item {
  padding: 60px 50px;
  background-color: #0e0e0e;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

@media (max-width: 767px) {
  .testimonials .testimonials_block .owl-item .testimonial_item {
    padding: 30px 25px;
  }
}

.testimonials .testimonials_block .owl-item.center {
  opacity: 1;
}

@media (max-width: 767px) {
  .testimonials .testimonials_block .owl-item {
    opacity: 0;
  }
}

.testimonials .testimonials_block .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.testimonials .testimonials_block .owl-nav .owl-prev, .testimonials .testimonials_block .owl-nav .owl-next {
  height: 62px;
  width: 62px;
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: 110px;
  position: absolute;
}

.testimonials .testimonials_block .owl-nav .owl-prev {
  left: -100px;
}

@media (max-width: 1600px) {
  .testimonials .testimonials_block .owl-nav .owl-prev {
    left: -70px;
  }
}

.testimonials .testimonials_block .owl-nav .owl-next {
  right: -100px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1600px) {
  .testimonials .testimonials_block .owl-nav .owl-next {
    right: -70px;
  }
}

@media (max-width: 767px) {
  .testimonials .testimonials_block {
    margin-bottom: 0;
  }
  .testimonials .testimonials_block .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
  .testimonials .testimonials_block .owl-dots .owl-dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #0e0e0e;
    margin: 0 5px;
  }
  .testimonials .testimonials_block .owl-dots .owl-dot.active {
    background-color: #cf2127;
  }
}

@media (max-width: 767px) {
  .testimonials {
    padding-bottom: 50px;
  }
}

footer {
  padding: 30px 0;
  border-top: 1px solid #131313;
}

footer .address {
  color: #818181;
  font-size: 16px;
}

footer .address span {
  font-weight: bold;
}

@media (max-width: 767px) {
  footer .address {
    text-align: center;
    margin-bottom: 15px;
  }
}

footer .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .contacts p {
  margin-bottom: 0;
  color: #818181;
  font-size: 16px;
  font-weight: bold;
}

footer .contacts p a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
}

footer .contacts p a:hover {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  color: rgba(229, 31, 37, 0.8);
}

@media (max-width: 767px) {
  footer .contacts p {
    margin-right: 5px;
  }
}

footer .contacts .phone {
  margin-right: 60px;
  padding-left: 0;
  position: relative;
}

footer .contacts .phone .telegram_whatsapp {
  position: absolute;
  left: -70px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .contacts .phone .telegram_whatsapp a img {
  width: 25px;
}

@media (max-width: 767px) {
  footer .contacts .phone .telegram_whatsapp a img {
    width: 20px;
  }
}

footer .contacts .phone .telegram_whatsapp a:first-child {
  margin-right: 10px;
}

@media (max-width: 767px) {
  footer .contacts .phone .telegram_whatsapp a:first-child {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  footer .contacts .phone .telegram_whatsapp {
    left: -30px;
  }
}

@media (max-width: 767px) {
  footer .contacts .phone {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  footer .contacts > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  footer .contacts {
    margin-bottom: 20px;
  }
}

footer .social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .social ul li {
  margin-right: 10px;
}

footer .social ul li a {
  display: inline-block;
  background-color: #0e0e0e;
  width: 43px;
  height: 43px;
  text-align: center;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
}

footer .social ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

footer .social ul li a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  background-color: rgba(229, 31, 37, 0.8);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(229, 31, 37, 0.8);
          box-shadow: 0px 10px 40px 0px rgba(229, 31, 37, 0.8);
}

@media (max-width: 767px) {
  footer .social {
    margin-bottom: 30px;
  }
}

footer .ask_question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  footer .ask_question .button {
    padding: 25px 65px;
  }
}
/*# sourceMappingURL=index.css.map */