/*!
Theme Name: oxboxwise
Theme URI: http://underscores.me/
Author: oxbox.ru
Author URI: https://oxbox.ru
Description: Theme for custom site with WooCommerce shop
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oxboxwise
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

oxboxwise is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


footer {
  background-color: #2c2c31;
  padding: 40px 0; }

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer__copyright-text {
  color: #fff;
  line-height: 1.565;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer__copyright-text a {
    color: #00e1ff;
    margin-left: 40px; }

.footer__copyright-oxbox {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: pre-wrap; }
  .footer__copyright-oxbox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff; }

.footer__copyright-oxbox a::after {
  content: "";
  display: inline-block;
  background-image: url(./img/oxbox__logo.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
       -o-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
          transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  margin-left: 25px; }

.arrow-up {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #fff;
  position: relative;
  margin-left: 35px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .arrow-up::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto; }
  .arrow-up div {
    position: absolute;
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    left: calc(50px / 2 - 2.5px);
    top: 15px; }

.tel-icon {
  display: none;
  fill: #2a2a2a;
  width: 15px;
  height: 15px; }

.banner {
  min-height: 100vh;
  z-index: 2;
  background-color: #2c2c31;
  position: relative;
  padding-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.banner__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .banner__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px; }
  .banner-inner .col:first-child {
    width: calc(40% - 60px); }
  .banner-inner .col:last-child {
    width: calc(60% - 60px);
    display: grid;
    gap: 18px;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr); }
    .banner-inner .col:last-child img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }
      .banner-inner .col:last-child img:first-child {
        grid-column-start: 1;
        grid-row-end: 3;
        grid-row-start: 1; }
      .banner-inner .col:last-child img:nth-child(2) {
        height: 710px;
        grid-column-start: 2;
        grid-row-end: 4;
        grid-row-start: 1; }
      .banner-inner .col:last-child img:last-child {
        grid-row-end: 4;
        grid-row-start: 3; }
  .banner-inner h1 {
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 23px; }
  .banner-inner p {
    font-size: 18px;
    color: #ababad;
    line-height: 1.444;
    margin-bottom: 35px; }
  .banner-inner .subtitle {
    font-size: 18px;
    color: #00e1ff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin-bottom: 40px; }
    .banner-inner .subtitle::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      left: 0;
      right: 0;
      background-color: #00e1ff;
      bottom: -10px; }

.banner__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 45px;
  border-top: 3px solid #858588;
  padding-bottom: 60px;
  margin-top: auto; }
  .banner__links a {
    font-size: 21px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .banner__links svg {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    fill: #00e1ff; }

.about {
  padding-top: 87px;
  padding-bottom: 87px; }
  @media (max-width: 1535px) {
    .about {
      padding-top: calc(50px + 37 * ((100vw - 320px) /1215)); } }
  @media (max-width: 1535px) {
    .about {
      padding-bottom: calc(50px + 37 * ((100vw - 320px) /1215)); } }
  .about .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.about__box-title {
  color: #2c2c31;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 30px; }
  @media (max-width: 1535px) {
    .about__box-title {
      font-size: calc(21px + 11 * ((100vw - 320px) /1215)); } }

.about__box {
  width: calc(50% - 40px); }
  .about__box:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .about__box .link {
    margin-top: 35px; }

.about-col {
  width: calc(55% - 12.5px); }
  .about-col:last-child {
    width: calc(45% - 12.5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .about-col:last-child > img {
      height: calc(40% - 12.5px); }
  .about-col img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.about__gost {
  height: calc(60% - 12.5px);
  background-color: #2c2c31;
  color: #fff;
  font-weight: 600;
  border-bottom: 7px solid #00e1ff;
  padding: 30px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.625; }
  .about__gost a {
    margin-top: 30px;
    color: #00e1ff; }
  .about__gost img {
    height: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px; }

.products {
  padding-top: 87px;
  padding-bottom: 87px;
  background-color: #fff; }
  @media (max-width: 1535px) {
    .products {
      padding-top: calc(50px + 37 * ((100vw - 320px) /1215)); } }
  @media (max-width: 1535px) {
    .products {
      padding-bottom: calc(50px + 37 * ((100vw - 320px) /1215)); } }

.products__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.products__item {
  margin-left: 20px;
  -ms-flex-preferred-size: calc(33.333% - 20px);
      flex-basis: calc(33.333% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .products__item:last-child {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px; }
    .products__item:last-child ul {
      list-style: none; }
      .products__item:last-child ul li:not(:last-child) {
        margin-bottom: 20px; }
      .products__item:last-child ul a {
        font-size: 18px;
        color: #00e1ff; }
  .products__item-title {
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    border-bottom: 1px solid #535459;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .products__item:nth-child(-n + 3) {
    margin-bottom: 20px; }
  .products__item-name {
    font-size: 18px;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #2c2c31;
    padding: 25px 30px;
    font-size: 17px;
    color: #fff;
    line-height: 1.529;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .products__item img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.contacts {
  padding-top: 87px;
  background-color: #2c2c31; }
  @media (max-width: 1535px) {
    .contacts {
      padding-top: calc(50px + 37 * ((100vw - 320px) /1215)); } }
  .contacts h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: none;
    padding-left: 0;
    color: #fff; }
    .contacts h2::before {
      display: none; }

.contacts-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .contacts-inner iframe {
    display: block;
    border: none; }
  .contacts-inner .col:first-child {
    width: calc(35% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 3px solid #808083;
    border-bottom: 3px solid #808083; }
  .contacts-inner .col:last-child {
    width: calc(65% - 30px); }

.contact__box {
  font-size: 18px; }
  .contact__box:not(:last-child) {
    margin-bottom: 25px; }
  .contact__box .tel {
    font-size: 24px;
    font-weight: 700; }
  .contact__box address {
    color: #fff;
    font-style: normal; }
  .contact__box p:first-child {
    color: #929294;
    margin-bottom: 8px; }
  .contact__box a {
    color: #fff; }

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .header__menu ul a:hover {
    color: #00e1ff; }
  .header__box .tel:hover {
    color: #00e1ff; }
  .btn:hover {
    background-color: #fff; }
  .contact__box a:hover {
    color: #00e1ff; }
  .footer__copyright-text a:hover {
    color: #fff; }
  .header__social a:hover {
    background-color: #fff; }
  .products__item:last-child ul a:hover {
    color: #fff; }
  .banner__links a:hover {
    color: #00e1ff; }
  .about__gost a:hover {
    color: #fff; }
  .footer__copyright-oxbox a:hover {
    color: #00e1ff; }
  .footer__copyright-oxbox a:hover::after {
    -webkit-animation: DevLogo 2s infinite;
    animation: DevLogo 2s infinite; }
  .arrow-up:hover {
    background-color: #fff; }
  .arrow-up:hover::before {
    background-color: red; }
  .arrow-up:hover div::before {
    background-color: red; }
  .arrow-up:hover div::after {
    background-color: red; }
  .checkbox-container:hover input ~ .checkmark {
    border-color: #00e1ff; }
  .text-content a:hover {
    opacity: 0.5; }
  .breadcrumbs ul a:hover {
    opacity: 0.5; } }

.revealOnScroll {
  opacity: 0; }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  aniamtion-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.flipX {
  -webkit-animation-name: flipX;
          animation-name: flipX; }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    opacity: 1; } }

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes DevLogo {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); } }

@keyframes DevLogo {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); } }

@media screen and (min-width: 1930px) {
  .banner {
    min-height: auto; } }

@media screen and (max-width: 1500px) {
  .about__info img {
    width: 38%;
    right: -15px; }
  .about__text {
    max-width: 60%; } }

@media screen and (max-width: 1359px) {
  .banner-inner .col:last-child img:nth-child(2) {
    height: 100%; } }

@media screen and (max-width: 1199px) {
  .about-col {
    width: calc(55% - 5px); }
  .about-col:last-child {
    width: calc(45% - 5px); }
  .about-col:last-child > img {
    height: calc(40% - 5px); }
  .about__gost {
    height: calc(60% - 5px);
    border-bottom: 5px solid #00e1ff;
    padding: 25px 20px;
    font-size: 14px; }
  .logo img {
    height: 55px; }
  header.scroll .logo img {
    height: 55px; }
  .banner__links {
    padding-top: 30px;
    padding-bottom: 30px; }
  .header__box .tel {
    font-size: 21px; }
  .header__menu ul li:not(:last-child) {
    margin-right: 30px; }
  .header__inner {
    padding-top: 15px; }
  .header__menu ul a {
    font-size: 16px; }
  .banner {
    min-height: auto; }
  .banner-inner .col:last-child {
    width: calc(50% - 20px); }
  .banner-inner .col:first-child {
    width: calc(50% - 20px); }
  .banner-inner .col:last-child {
    gap: 10px; }
  .about__box {
    width: calc(50% - 25px); }
  .products__item-name {
    font-size: 16px;
    padding: 20px; }
  .contacts-inner .col:first-child {
    width: calc(45% - 20px); }
  .contacts-inner .col:last-child {
    width: calc(55% - 20px); }
  .products__item:last-child ul a {
    font-size: 16px; }
  .products__item-title {
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .banner__links a {
    font-size: 18px; }
  .banner__links svg {
    width: 40px;
    height: 40px; } }

@media screen and (max-width: 1023px) {
  .banner {
    padding-top: 120px; }
  .header__menu {
    display: none; }
  .header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .banner__links svg {
    width: 30px;
    height: 30px; }
  .banner__links a {
    font-size: 16px; }
  .header__box {
    margin-right: 20px;
    margin-left: auto; }
  .about__text {
    max-width: 100%; }
  .about__info img {
    display: none; }
  .about__box {
    width: 100%; }
    .about__box:last-child {
      margin-bottom: 40px; }
  .about-col {
    max-height: 600px; }
  .about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .about__box-title br {
    display: none; }
  .products__item {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    margin-bottom: 20px; }
  .contact__box {
    font-size: 16px; }
    .contact__box iframe {
      height: 380px !important; } }

@media screen and (max-width: 991px) {
  .banner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 50px; }
  .banner-inner .subtitle::before {
    height: 2px; }
  .banner-inner p {
    font-size: 16px;
    margin-bottom: 30px; }
  .banner .btn {
    margin-left: auto;
    margin-right: auto; }
  .btn {
    height: 50px; }
  .banner-inner .col:last-child {
    height: 450px; }
  .banner-inner .subtitle {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px; }
  .banner-inner .col:first-child {
    width: 100%;
    text-align: center;
    margin-top: 40px; }
  .banner-inner .col:last-child {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .banner__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .banner__links a:not(:last-child) {
      margin-bottom: 13px; }
  .contacts-inner iframe {
    height: 300px !important; }
  .footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer__copyright-text a {
    margin-left: 0;
    margin-top: 13px; }
  .footer__copyright-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
  .contacts h2 {
    font-size: 26px; }
  .contacts-inner .col:first-child {
    width: 100%;
    padding: 40px 0; }
  .contacts-inner .col:last-child {
    width: 100%;
    padding-top: 40px; }
  .contacts-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .products__item {
    -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px); }
    .products__item:last-child {
      margin-bottom: 0; }
  .about-col:last-child {
    width: 100%; }
  .banner-inner .col:last-child {
    height: auto; }
  .about__gost {
    margin-bottom: 20px;
    padding: 20px; }
  .about-col:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .about-col {
    width: 100%; }
    .about-col:first-child {
      margin-bottom: 20px; }
    .about-col img {
      max-height: 250px; }
  .about__box:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .revealOnScroll {
    opacity: 1; }
  .modal-menu__bottom {
    padding-left: 25px; }
  .modal-menu__list > li:not(:last-child) {
    margin-bottom: 30px; }
  header .tel span {
    display: none; }
  header .tel {
    width: 35px;
    height: 35px;
    background-color: #00e1ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header__box {
    margin-right: 0; }
  .header__social {
    display: none; }
  .tel-icon {
    display: block; }
  .modal-menu {
    padding-right: 30px;
    height: calc(100% - 225px); }
  .modal .scroll-container {
    padding: 25px;
    max-height: calc(100% - 100px); }
  .modal {
    max-width: 100%;
    height: 100%; }
  .modal .modal-content-title .icon-close {
    right: 0; }
  .modal .modal-content-title {
    padding: 0 25px; }
  .checkbox-container {
    padding-right: 0; }
  .modal.menu .scroll-container {
    padding: 25px; }
  .modal .scroll-container {
    padding: 25px; }
  .modal .modal-content-title {
    height: 70px; }
  .footer__copyright-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer__copyright-text {
    text-align: center;
    margin-bottom: 15px; }
  .footer__copyright-oxbox {
    margin: 0 auto; }
  .arrow-up {
    margin-left: 0;
    margin-top: 35px; } }
