@charset "UTF-8";
.site-logo {
  background: #ffffff;
  padding: 50px 45px 40px;
  border-radius: 0 0 50px 50px;
}

.full-width-header {
  background: #D92423;
  position: relative;
  height: calc(100vh - 198px);
  min-height: 600px;
  padding-bottom: 0;
  overflow: hidden;
}
@media (max-width: 782px) {
  .full-width-header {
    min-height: auto;
  }
}
.full-width-header .main-info {
  padding-top: 35px;
}
.full-width-header .main-info a {
  display: block;
  color: #ffffff;
}
.full-width-header .main-info a.header-phone {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 76px;
}
@media (max-width: 782px) {
  .full-width-header .main-info a.header-phone {
    font-size: 34px;
  }
}
.full-width-header .main-info a.header-mail {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 41px;
}
@media (max-width: 782px) {
  .full-width-header .main-info a.header-mail {
    font-size: 20px;
  }
}
.full-width-header .header-image-left {
  position: absolute;
  pointer-events: none;
  transition: 0.4s;
  top: 0;
  left: 0;
}
@media (max-width: 782px) {
  .full-width-header .header-image-left {
    opacity: 0;
  }
}
.full-width-header .header-image-right {
  position: absolute;
  pointer-events: none;
  transition: 0.4s;
  top: 0;
  right: 0;
}
@media (max-width: 782px) {
  .full-width-header .header-image-right {
    opacity: 0;
  }
}
.full-width-header .header-image-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
}

.full-width-images {
  background-position: center;
  background-repeat: repeat-x;
  height: 100px;
  transition: 0.4s;
  background-size: cover;
}
@media (max-width: 782px) {
  .full-width-images {
    height: 50px;
  }
}

h2.background-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/wp-content/themes/twentytwenty/assets/images/text-background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100px;
}

.about-us-description {
  padding-top: 50px;
  padding-bottom: 40px;
}

.add-link {
  display: flex;
  justify-content: center;
}

a.btn {
  border-radius: 8px;
  padding: 10px 15px;
  color: #ffffff;
  background: #000000;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 200px;
  height: 60px;
}

.franchising-section .section-inner {
  max-width: 107rem;
}
.franchising-section .franchising-list .item {
  padding: 60px 0;
  display: flex;
  transition: 0.4s;
}
.franchising-section .franchising-list .item .item-images {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: 70px;
}
.franchising-section .franchising-list .item .item-images .big-image {
  width: 100%;
  max-width: 500px;
  transition: 0.4s;
}
.franchising-section .franchising-list .item .item-images .small-image {
  max-width: 100px;
  position: absolute;
}
.franchising-section .franchising-list .item .item-images .small-image.small-0 {
  top: -50px;
  right: calc(50% - 100px);
}
.franchising-section .franchising-list .item .item-images .small-image.small-1 {
  bottom: -45px;
  right: -45px;
}
.franchising-section .franchising-list .item .item-images .small-image.small-2 {
  bottom: -50px;
  left: 60px;
}
.franchising-section .franchising-list .item .item-content {
  width: 100%;
}
.franchising-section .franchising-list .item .item-content h5 {
  color: #D92423;
}
.franchising-section .franchising-list .item .item-content ul {
  list-style: none;
}
.franchising-section .franchising-list .item .item-content ul li::before {
  content: "•";
  color: #D92423;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.franchising-section .franchising-list .item.reverse {
  flex-direction: row-reverse;
}
.franchising-section .franchising-list .item.reverse .item-images {
  margin-right: 0;
}
.franchising-section .franchising-list .item.reverse .item-content {
  margin-right: 70px;
}
@media (max-width: 782px) {
  .franchising-section .franchising-list .item {
    flex-wrap: wrap;
  }
  .franchising-section .franchising-list .item .item-images {
    margin: 0;
  }
  .franchising-section .franchising-list .item .item-images .big-image {
    max-width: 100%;
  }
  .franchising-section .franchising-list .item .item-images .small-image {
    max-width: 50px;
  }
  .franchising-section .franchising-list .item .item-images .small-image.small-0 {
    top: -25px;
  }
  .franchising-section .franchising-list .item .item-images .small-image.small-1 {
    bottom: -20px;
    right: -20px;
  }
  .franchising-section .franchising-list .item .item-images .small-image.small-2 {
    bottom: -25px;
    left: 30px;
  }
}

.franchising-section, .gallery-section {
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
}

.gallery-section .gallery.column-4 .gallery-item {
  width: 25%;
}
@media (max-width: 782px) {
  .gallery-section .gallery.column-4 .gallery-item {
    width: 50%;
  }
}
.gallery-section .gallery.column-4 .gallery-item img {
  border-radius: 8px;
}

.contacts-section #map {
  padding: 50px 0;
  transition: 0.4s;
  min-height: 700px;
}
.contacts-section #map iframe {
  width: 100% !important;
  max-height: 600px;
  height: 600px !important;
}
.contacts-section .maps-list .item {
  padding: 30px 30px 15px;
}
.contacts-section .maps-list .item .icon-place {
  max-height: 20px;
}
.contacts-section .maps-list .item.slick-current {
  background: #F7F7F7;
  border-radius: 8px;
}
.contacts-section .maps-list .item .name-of-place {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin: 10px 0;
}
.contacts-section .maps-list .item .map-position {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}

.write-us-section {
  position: relative;
  background: #D92423;
}
.write-us-section .section-inner {
  max-width: 100rem;
}
.write-us-section h2, .write-us-section a {
  color: #ffffff;
}
.write-us-section .footer-image-left {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 600px;
}
.write-us-section .write-us-inner {
  position: relative;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 782px) {
  .write-us-section .write-us-inner {
    flex-wrap: wrap;
  }
}
.write-us-section .write-us-inner .write-us-content {
  padding-right: 15px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-width: 300px;
}
.write-us-section .write-us-inner .write-us-content .main-info a {
  display: block;
  color: #ffffff;
}
.write-us-section .write-us-inner .write-us-content .main-info a.footer-phone {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
}
@media (max-width: 782px) {
  .write-us-section .write-us-inner .write-us-content .main-info a.footer-phone {
    font-size: 24px;
  }
}
.write-us-section .write-us-inner .write-us-content .main-info a.footer-mail {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 10px;
}
@media (max-width: 782px) {
  .write-us-section .write-us-inner .write-us-content .main-info a.footer-mail {
    font-size: 15px;
  }
}
.write-us-section .write-us-inner .write-us-content .social-links a {
  display: inline-block;
  padding-right: 30px;
}
.write-us-section .write-us-inner .write-us-form {
  padding: 70px 60px 80px;
  background: #ffffff;
  border-radius: 8px;
  width: 100%;
  max-width: 590px;
}
@media (max-width: 782px) {
  .write-us-section .write-us-inner .write-us-form {
    padding: 70px 20px 80px;
    margin: 0 auto;
  }
}
.write-us-section .write-us-inner .footer-copyright {
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
}

.footer-company-developer {
  font-weight: 300;
  font-size: 14px;
  opacity: 0.75;
  line-height: 22px;
}
.footer-company-developer a {
  font-weight: 600;
  color: #ffffff;
  text-decoration: underline !important;
}

#site-footer .section-inner {
  max-width: 100rem;
}

.wpcf7-form input[type=submit] {
  width: 100%;
  background: #000000;
  border-radius: 8px;
}
.wpcf7-form label {
  position: relative;
}
.wpcf7-form label .input-text {
  position: absolute;
  top: 14px;
  left: 20px;
  font-size: 14px;
  line-height: 19px;
  z-index: 2;
  background: #ffffff;
  padding: 0 5px;
}

.slick-slide:focus {
  outline: none;
}

button:focus {
  outline: none;
}

/*# sourceMappingURL=additional_style.css.map */
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/wp-content/themes/twentytwenty/assets/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/wp-content/themes/twentytwenty/assets/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/wp-content/themes/twentytwenty/assets/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/wp-content/themes/twentytwenty/assets/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('/wp-content/themes/twentytwenty/assets/css/ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
/*@font-face*/
/*{*/
/*    font-family: 'slick';*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/

/*    src: url('/wp-content/themes/twentytwenty/assets/fonts/slick.eot');*/
/*    src: url('/wp-content/themes/twentytwenty/assets/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/twentytwenty/assets/fonts/slick.woff') format('woff'), url('/wp-content/themes/twentytwenty/assets/fonts/slick.ttf') format('truetype'), url('/wp-content/themes/twentytwenty/assets/fonts/slick.svg#slick') format('svg');*/
/*}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #232323;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 7px;
    height: 7px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;

    width: 7px;
    height: 7px;
    /*•*/
    content: '';
    text-align: center;
    border-radius: 100%;
    opacity: .25;
    color: black;
    background: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
