/* ------------------------------------------------------------------------------

  Template Name: Bobby
  Description: Bobby - Creative Service Landing Page
  Author: Murren
  Version: 1.0

  1.  Global

        1.1 General
        1.2 Typography
        1.3 Iconography
        1.4 Buttons
        1.5 Forms
        1.6 Loader
        1.7 Content helpers
        1.8 Background colors
        1.9 Colors

  2.  Header

        2.1 Navbar
        2.2 Navbar affix
        2.3 Brand
        2.4 Navigation
        2.5 Masthead

  3.  About
  4.  Services
  5.  Video section
  6   Specialization
  7.  Team
  8.  Features
  9.  Get in touch
  10. Showcase

      10.1 Magnific popup

  11. Prices
  12. Reviews

      12.1 Owl carousel

  13. Contacts
  14. Footer
  15. Modals
  16. Responsive styles



/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/


/* 1.1 General */

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url('./fonts/Montserrat-Regular.ttf') format("truetype");
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url('./fonts/Montserrat-Medium.ttf') format("truetype");
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url('./fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  src: url('./fonts/Montserrat-Black.ttf') format("truetype");
  font-style: normal;
  font-display: swap
}



body {
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  height: 100%;
  padding-right: 0!important;
}


/* 1.2 Typography */

h1,
.h1 {
  font-weight: 200;
  font-size: 40px;
  line-height: 1.1;
  margin: 0;
}

h2,
.h2 {
  position: relative;
  font-size: 30px;
  margin: 0 0 20px 0;
}

.section-title:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background-color: #FFED91;
  border-radius: 50%;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 1.4;
}

h4,
.h4 {
  font-size: inherit;
  font-weight: 500;
  margin: 10px 0;
  font-size: 18px;
}

h5 {
  font-size: 20px;
  font-family: 'Montserrat';
}

strong {
  font-weight: 500;
}

p {
  margin: 10px 0 0;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

th {
  font-weight: 600;
}

a:hover,
a:focus {
  color: #0057FF;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}


/* add background */

#features {
  background: url(../image/bg/aut.png) center top no-repeat;
}

#contacts {
  background: url(../image/bg/thanks.png) center top no-repeat;
}


/* 1.4 Buttons */

.btn {
  padding: 10px 30px;
  border: 1px solid transparent;
  font-size: 17px;
  line-height: 1.4;
  font-weight: normal;
  color: #fff;
  border-radius: 17px;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.btn__blue {
  background-color: #59d91e;
}

.btn__shadow {
  box-shadow: 0px 4px 17px 0px #59d91e;
  margin: 30px 0 0 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  background-color: #888990;
}

.btn:active {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-yellow {
  background-color: #FFED91;
  color: #000;
}

.btn-light-gray {
  background-color: #EBEBEB;
  color: #000;
}

.btn-light-gray:hover,
.btn-light-gray:focus {
  background-color: #FFED91;
  color: #000;
}

.btn-b-white {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
}

.btn-b-white:hover,
.btn-b-white:focus {
  border-color: transparent;
}

.text__light {
  font-family: 'Montserrat';
}

.text__strong {
  font-weight: 600;
}

.text__regular {
  font-family: 'Montserrat';
  font-size: 600;
}


/* 1.5 Forms */

.form-control {
  height: 44px;
  padding: 6px 18px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.form-control:focus {
  border-color: #7B5A91;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(123, 90, 145, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(123, 90, 145, .6);
}

textarea.form-control {
  resize: none;
  height: 120px;
  padding-top: 11px;
}

.row-fields {
  margin: 0 -8px;
}

.row-fields .form-group {
  padding-left: 8px;
  padding-right: 8px;
}

label.error {
  margin-top: 3px;
  font-size: 13px;
  font-weight: normal;
  color: #CC506F;
}

#information-information {}

.information__block {
  max-width: 1920px !important;
  margin: 0 auto !important;
  position: relative;
}

@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  h2,
  h3,
  h4,
  h6 {
    font-size: 12px;
  }
  .btn {
    font-size: 12px;
  }
  h5 {
    font-size: 16px !important;
  }
  .col-baseline {
    margin-top: 0px;
  }
}


/* 1.6 Loader */

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 73, 121, 0.95);
  z-index: 100;
  text-align: center;
}

.cssload-bell {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -109px 0 0 -107px;
  width: 214px;
  height: 218px;
  border-radius: 100%;
}

.cssload-circle {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cssload-circle .cssload-inner {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 11px solid rgba(255, 237, 145, 0.7);
  border-right: none;
  border-top: none;
  background-clip: padding;
  box-shadow: inset 0px 0px 21px rgba(255, 237, 145, 0.15);
}

.cssload-circle:nth-of-type(0) {
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.cssload-circle:nth-of-type(0) .cssload-inner {
  animation: cssload-spin 2.3s infinite linear;
  -o-animation: cssload-spin 2.3s infinite linear;
  -ms-animation: cssload-spin 2.3s infinite linear;
  -webkit-animation: cssload-spin 2.3s infinite linear;
  -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-circle:nth-of-type(1) {
  transform: rotate(70deg);
  -o-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
}

.cssload-circle:nth-of-type(1) .cssload-inner {
  animation: cssload-spin 2.3s infinite linear;
  -o-animation: cssload-spin 2.3s infinite linear;
  -ms-animation: cssload-spin 2.3s infinite linear;
  -webkit-animation: cssload-spin 2.3s infinite linear;
  -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-circle:nth-of-type(2) {
  transform: rotate(140deg);
  -o-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  -webkit-transform: rotate(140deg);
  -moz-transform: rotate(140deg);
}

.cssload-circle:nth-of-type(2) .cssload-inner {
  animation: cssload-spin 2.3s infinite linear;
  -o-animation: cssload-spin 2.3s infinite linear;
  -ms-animation: cssload-spin 2.3s infinite linear;
  -webkit-animation: cssload-spin 2.3s infinite linear;
  -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-bell {
  animation: cssload-spin 5.75s infinite linear;
  -o-animation: cssload-spin 5.75s infinite linear;
  -ms-animation: cssload-spin 5.75s infinite linear;
  -webkit-animation: cssload-spin 5.75s infinite linear;
  -moz-animation: cssload-spin 5.75s infinite linear;
}

@keyframes cssload-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}


/* 1.7 Content helpers */

.content {
  position: relative;
  background-color: #fff;
  margin-top: 70px;
}

.margin__top__40 {
  margin-top: 40px;
  display: block;
}

.rel-1 {
  position: relative;
  z-index: 1;
}

.masked {
  position: relative;
}

section {
  width: 100%;
}

.section-content {
  margin-top: 50px;
}

.section-lg {
  padding: 120px 0;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.information__title {
  font-family: 'Montserrat';
  font-size: 48px;
}

.information__desciption {
  font-family: 'Montserrat';
  font-size: 24px;
}

.information__button {
  margin-top: 30px;
  padding: 10px 80px !important;
  font-size: 18px;
  border-radius: 5px;
}

.information__block__title {
  margin: 20px 0 20px 0;
  font-size: 24px;
  font-family: 'Montserrat';
}

.information__block__description {
  margin: 15px 0 15px 0;
  font-size: 18px;
  font-family: 'Montserrat';
}

.title__text {
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  color: #293044;
}

.title__text__margin {
  display: block;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-content {
    margin-top: 100px;
  }
  .section-lg {
    padding: 200px 0;
  }
  .title__text {
    font-size: 18px !important;
  }
}

.icon-header {
  display: block;
  margin-bottom: 30px;
  font-size: 60px;
}

.icon-header.icon-dial {
  font-size: 70px;
}

.btn-section {
  margin-top: 40px;
}

.row-baseline {
  margin-top: -30px;
  margin-bottom: 60px;
}

.col-baseline {
  margin-top: 30px;
}

.container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto !important;
  position: initial;
}

.information__container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 70px 150px;
  position: relative;
}

.information__main__title {
  font-size: 30px;
  font-family: 'Montserrat';
  padding-bottom: 30px;
}


/* 1.8 Background colors */

.bgc-white {
  background-color: #fff;
}

.bgc-primary {
  background-color: #4b4979;
}

.bgc-light-gray {
  background-color: #f5f5f5;
}

.bgc-yellow {
  background-color: #FFED91;
}

.bgc__grey {
  background: linear-gradient(rgba(193, 193, 193, 0.19), rgba(194, 194, 194, 0.6))
}


/* 1.9 Colors */

.text-white {
  color: #fff;
}

.text-muted {
  color: inherit;
  text-align: center;
}

.text-primary {
  color: #866F9C;
}

.text-yellow {
  color: #f7d52a;
}

.text-blue {
  color: #59d91e;
  font-family: 'Montserrat';
}


/*-------------------------------------------------------------------------------
  2. MainPageWrap
-------------------------------------------------------------------------------*/

.page__wrap {
  min-height: 100%;
  position: relative;
}

.page__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-top: 72px;
}

.home {
  max-width: 1920px;
  margin: 0 auto;
}


/*-------------------------------------------------------------------------------
  1c. Burger
-------------------------------------------------------------------------------*/

.mobile__burger {
  margin: 0 0 0 10px;
  width: 40px;
  justify-content: space-around;
  flex-direction: column;
  height: 50px;
  width: 50px;
  padding: 12px 5px;
  margin: 0 0 0 20px;
  border: none;
  background: 0 0;
  cursor: pointer;
  overflow: hidden;
}

.mobile__burger span {
  width: 30px;
  display: block;
  height: 3px;
  background: #59d91e;
  border-radius: 10px;
  transition: translate .2s linear;
  margin-top: 4px;
}

#menu__toggle {
  opacity: 0;
  display: none;
}

#menu__toggle:checked~.menu__btn>span {
  transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked~.menu__btn>span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
  visibility: visible;
  right: 0;
  overflow-y: auto;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
  margin: 0 0 0 10px;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: .25s;
}

.menu__btn>span::before {
  content: '';
  top: -8px;
}

.menu__btn>span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #EAEAEA;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  transition-duration: .25s;
  padding: 40px;
}

.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}

.menu__item:hover {
  background-color: #CFD8DC;
}

.menu__box__title {
  color: #59d91e;
  font-size: 22px;
}

.menu__box__additional {
  color: #2E3543;
  font-size: 16px;
}

.menu__box__additional li {
  padding: 7px 0px;
}

.menu__box__title:nth-child(2) {
  margin-top: 20px;
}


/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/

.header {
  /*position: fixed;*/
  top: 0;
  left: 0;
  /*display: flex;*/
  justify-content: normal;
  align-items: center;
  width: 100%;
  /*height: 72px;*/
  /*padding: 45px 45px;*/
  z-index: 200;
  background-color: #fff;
  font-size: 18px;
  /*flex-wrap: wrap;*/
}

.main__header {
  display: flex;
  width: 100%;
  padding: 35px 0;
  z-index: 200;
  background-color: #fff;
  font-size: 18px;
}

.header__right__content {
  /*width: 100%;*/
  display: flex;
  /*align-items: center;*/
 flex-grow: 1;
  /*margin-top: 10px;*/
  justify-content: space-around;
}

.menu__box__additional {
  display: none;
}

.phone__list {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.phone__list a:nth-child(1n+2) {
  visibility: hidden;
  opacity: 0;
}

.phone__list a:first-child li:after {
  content: url(../image/icons/arrow.png);
  margin: -2px 10px 0 10px;
}

.phone__list:hover * {
  visibility: visible;
  opacity: 1;
  ;
}

.phone__list__item {
  padding: 5px 30px 10px 30px;
  z-index: 5;
  background: #fff;
}

#logo img {
  max-width: 100%;
  max-height: 100%;
}


.top__navigation {
  display: flex;
  height: 100%;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2em;
  margin: 0 auto;
  text-transform: uppercase;
}

.top__navigation__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  cursor: pointer;
}

.top__navigation__item a img {
  margin-left: 5px;
  height: 6px;
}

.top__menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  background: #fff;
  transition: opacity .2s linear;
  column-count: 2;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
  margin: 0 0 0 0;
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

#menu1:hover .top__menu {
  visibility: visible;
  opacity: 1;
}

.top__menu__item {
  display: inline-flex;
  width: 100%;
  padding: 10px 20px;
  white-space: nowrap;
}

.feedback__btn {
  padding: 5px 10px !important;
  font-size: 10px;
  background: linear-gradient(to bottom, rgba(250, 146, 50, 1) 0%, rgba(228, 182, 15, 1) 100%);
  text-transform: uppercase;
  /* background: radial-gradient(circle, rgba(250,146,50,1) 0%, rgba(228,182,15,1) 100%); */
}

.top__navigation__phone {
  position: relative;
  display: inline-block;
  flex-direction: column;
  justify-content: flex-start;
  height: 34px;
  flex-shrink: 0;
  margin: 0 0 0 auto;
  font-family: 'Montserrat';
}

.dropdown-menu {
  padding: 10px;
  margin: 10px 0 0;
  max-height: 180px;
  min-width: 300px;
}

.language__block {
  display: inline-block;
  margin: 0;
  font-family: 'Montserrat';
  font-size: 10px;
}

.language__block li button {
  text-transform: uppercase;
  background: #fff;
  border: none;
  padding: 0px 8px;
  font-size: 14px;
}

.active__language {
  /*background: #59d91e !important;*/
  color: #fff;
}

.four ul {
  background: #FFD7A7;
}

.four .submenu {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #FFAB51;
}

.four ul li:hover .submenu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.four ul a {
  color: #9B4222;
}


/*-------------------------------------------------------------------------------
  2. Start Page
-------------------------------------------------------------------------------*/

.main__screen {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.main__carosel {
  width: 90%;
  display: inline-block;
}

.messager__block {
  width: 10%;
  font-style: normal;
  font-weight: 300;
  font-size: 27.4286px;
  line-height: 32px;
  text-transform: uppercase;
  background-color: #fff;
  color: black;
  position: relative;
  display: flex;
  justify-content: center;
}

.messager__block__mobile {
  display: none;
}

.messager__social__block {
  transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: row-reverse;
}

.messager__text {
  transform-origin: center;
}

.messager__icon {
  transform: rotate(90deg);
  padding: 0 10px;
}

.swiper-viewport {
  box-shadow: none !important;
}

.slider {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.slick-slider {
  height: 420px;
  margin-top: 50px;
}

.slider img {
  height: calc(100vh - 70px);
}

.slider__content {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 50%;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #FFFFFF;
  z-index: 33;
}

.slider__content__description {
  background: rgba(46, 53, 67, 0.8);
  font-style: normal;
  padding: 40px;
}

.slider__content__title {
  background: #59d91e;
  padding: 15px 100px;
}

.product__gallery {
  margin-top: 25px;
  grid-auto-rows: 260px 190px 180px 320px;
  display: grid;
  grid-template-areas: 
  "card-1 card-1 card-2 card-2" 
  "card-1 card-1 card-2 card-2" 
  "card-3 card-4 card-5 card-6" 
  "card-7 card-8 card-9 card-9"
  "card-10 card-11 card-9 card-9" 
  "card-12 card-12 card-12 card-12" 
  "card-12 card-12 card-12 card-12";
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(100px, 240px);
  grid-gap: 20px;
  width: 100%;
  height: auto;
  padding: 0 0 45px;
}

.product__card {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.product__card__1 {
  grid-area: card-1;
}

.product__card__2 {
  grid-area: card-2;
}

.product__card__3 {
  grid-area: card-3;
}

.product__card__4 {
  grid-area: card-4;
}

.product__card__5 {
  grid-area: card-5;
}

.product__card__6 {
  grid-area: card-6;
}

.product__card__7 {
  grid-area: card-7;
}

.product__card__8 {
  grid-area: card-8;
}

.product__card__9 {
  grid-area: card-9;
}

.product__card__10 {
  grid-area: card-10;
}

.product__card__11 {
  grid-area: card-11;
}
.product__card__12 {
  grid-area: card-12;
}

.carousel__image {
  height: calc(100vh - 55px);
}

@media screen and (max-width: 1024px) and (orientation:landscape) {
  .carousel__image {
    height: inherit;
    width: 100%;
  }
  .menu__box__additional {
    display: block;
  }
  .top__navigation {
    display: none !important;
  }
}

@media screen and (max-width: 767px),
(min-width: 767px) and (max-width: 1024px) and (orientation:portrait) {
  .main__carosel {
    width: 100%;
  }
  .messager__block {
    display: none;
  }
  .messager__block__mobile {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    background: #0461a4;
    z-index: 20;
    height: calc((100vw - 20px) * 0.55);
    justify-content: space-around;
    width: 14.5vw;
  }
  .messager__block__mobile__icons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7.5px 0px;
  }
  .messager__block__mobile__icons img {
    width: 30%;
  }
  .messager__text {
    position: relative
  }
  .carousel__image {
    height: calc(100vw - 20px);
    object-position: center;
    width: 100%;
    object-fit: cover;
  }
  .slider__content {
    position: relative;
    max-width: 100%;
    text-align: center;
    font-size: 14px;
    align-items: center;
  }
  .slider__content__description {
    background: #fff;
    font-style: normal;
    padding: 40px;
    color: #000;
  }
  .main__decription {
    padding: 0 10px !important;
  }
  .product__card {
    height: auto;
  }
  .top__navigation {
    display: none !important;
  }
  .menu__box__additional {
    display: block;
  }
}

@media screen and (min-width: 100px) and (max-width: 480px) {
  .product__gallery {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: 
    "card-1" "card-2" "card-3" "card-4" "card-5" "card-6" "card-7" "card-8" "card-9" "card-10" "card-11" "card-12";
    padding: 0 10px 25px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .product__gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-template-areas: 
    "card-1 card-2" 
    "card-3 card-4" 
    "card-5 card-6" 
    "card-7 card-8" 
    "card-9 card-10"
    "card-11 card-12";
    padding: 0 0 45px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .product__gallery {
    grid-gap: 20px;
    grid-auto-rows: minmax(100px, 280px);
    grid-template-columns: 1fr 40% 40% 1fr;
    margin: 0 auto;
    grid-template-areas: 
    ". card-1 card-1 ." 
    ". card-2 card-3 ." 
    ". card-4 card-5 ." 
    ". card-6 card-6 ." 
    ". card-7 card-8 ." 
    ". card-9 card-10 ." 
    ". card-11 card-12 .";
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .carousel__image {
    height: 280px;
  }
  .messager__block__mobile {
    width: 10vw;
    height: 150px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
  .product__gallery {
    grid-auto-rows: minmax(100px, 160px);
  }
}

@media screen and (max-width: 767px) {
  .dignity__item__img__1 {
    padding: 0px;
  }
}


/*-------------------------------------------------------------------------------
  2. Production
-------------------------------------------------------------------------------*/

.production__content {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 45px 45px;
}

.production__image {
  width: 100%;
  display: inline-block;
  object-fit: cover;
}

.main__scrollbar {
  position: absolute;
  left: 1%;
  bottom: 30px !important;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.production__images {
  margin: 50px 0 0 0;
  justify-content: space-between;
  display: flex;
}

.production__single__image {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  visibility: visible;
  animation-duration: 0.5s;
  animation-name: fadeInUp;
}

.product__card h4{
    font-size: 14px;
    text-transform: uppercase;
}

.production__hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, .5);
  z-index: 5;
  opacity: 0;
  transition: all .5s ease-in;
}

.production__hover__body {
  padding: 10px;
  border: 1px solid #fff;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
}

.production__hover__text {
  width: 100%;
  position: absolute;
  font-size: 18px;
}

.dignity__item {
  min-height: 320px;
  padding: 80px 25px;
}

.dignity__item>div {
  background: #ffffff;
  padding: 20px 10px;
}

.dignity__item__img__1 {
  background: url(../image/bg/dignity1.png) center top no-repeat;
}

.dignity__item__img__2 {
  background: url(../image/bg/dignity2.png) center top no-repeat;
}

.dignity__item__img__3 {
  background: url(../image/bg/dignity3.png) center top no-repeat;
}

.dignity__item_2 {
  padding: 80px 25px;
}

.dignity__item_3 {
  padding: 80px 25px;
}

@media screen and (max-width: 767px) {
  .production__single__image {
    padding: 0px;
    margin-top: 20px;
  }
  .production__image {
    height: 260px;
  }
  .btn__shadow {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .dignity__item {
    padding: 0px;
  }
}


/*-------------------------------------------------------------------------------
  4. Stages
-------------------------------------------------------------------------------*/

#stages {
  background: url(../image/stages.png) center top no-repeat;
}

.stages {
  position: relative;
}

.stages__header {
  color: #fff;
  margin-bottom: 50px;
  display: block;
}

.stages__list {
  display: grid;
  grid-template-columns: calc(50% - 1px) 2px calc(50% - 1px);
  grid-template-rows: 65px auto 65px auto 65px auto 65px auto [pre-last] 65px auto;
}

.stages__item {
  position: relative;
  width: 100%;
}

.stages__item__1 {
  grid-row: 1/5;
  grid-column: 1;
}

.stages__item__2 {
  grid-row: 3/7;
  grid-column: 3;
}

.stages__item__3 {
  grid-row: 5/9;
  grid-column: 1;
}

.stages__item__4 {
  grid-row: 7/11;
  grid-column: 3;
}

.stages__item__5 {
  grid-row: 9/13;
  grid-column: 1;
}

.stages__title {
  display: flex;
  align-items: center;
  height: 65px;
  background: #fff;
  padding: 0 30px;
  text-transform: uppercase;
}

.stages__number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
  background: #59d91e;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  flex-shrink: 0;
  margin: 0 -63px 0 auto;
}

.stages__description {
  padding: 30px 10% 30px 10%;
}

.stages__description__item {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8em;
  list-style: disc;
  color: #fff;
  margin-bottom: 20px;
}

.stages__line {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: #59d91e;
  grid-column: 2;
  grid-row-start: 2;
  grid-row-end: pre-last;
}

.description__title {
  display: block;
  font-size: 24px;
  margin-top: 25px;
  font-weight: 600;
}

.main__decription {
  padding: 0 100px;
  line-height: 1.5;
  color: #293044;
}

.decription__container {
  padding-top: 0px;
}

.description__text {
  font-size: 20px;
}

.description__text p {
  margin-top: 30px;
  font-size: 14px;
}

.description__text__strong {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .stages__list {
    grid-template-rows: auto auto auto auto [pre-last] auto;
    grid-template-columns: 0px 2px calc(100% - 32px);
  }
  .stages__item__1 {
    grid-column: 3;
    grid-row: auto/auto;
  }
  .stages__item__2 {
    grid-column: 3;
    grid-row: auto/auto;
  }
  .stages__item__3 {
    grid-column: 3;
    grid-row: auto/auto;
  }
  .stages__item__4 {
    grid-column: 3;
    grid-row: auto/auto;
  }
  .stages__item__5 {
    grid-column: 3;
    grid-row: auto/auto;
  }
  .stages__line {
    display: none;
  }
  #stages {
    background: url(../image/stages.png) center top repeat;
  }
  .description__text p {
    font-size: 12px;
  }
  .description__title {
    font-size: 16px;
  }
}


/*-------------------------------------------------------------------------------
  4. Footer
-------------------------------------------------------------------------------*/

.footer {
  position: initial;
  bottom: 0;
  width: 100%;
}


.footer__list__catalog{
    list-style-position: inside;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.footer__list__icons {
  height: 22px;
  margin-right: 10px;
}

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


/*-------------------------------------------------------------------------------
  4. Catalog
-------------------------------------------------------------------------------*/

.catalog__description {
  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;
  min-height: 75px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  text-transform: uppercase;
  background: #f2f3f4;
}

.catalog__item {
  transition: box-shadow .5s linear;
  cursor: pointer;
}

.catalog__item:hover {
  box-shadow: 0 40px 40px rgba(41, 48, 68, .25);
}

.catalog__item img {
  height: 300px;
}

.catalog__block {
  margin-top: 50px;
}

.catalog__block:hover a{
  color: #44b70f;
}

.catalog-wrapper{
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .catalog__item img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .catalog__block {
    margin-top: 50px;
    width: 49%;
    display: inline-block;
  }
  .catalog__item img {
    width: 100%;
    height: 100%;
  }
  .catalog__description {
    min-height: 50px;
    font-size: 12px;
  }
}


/*-------------------------------------------------------------------------------
  4. Product
-------------------------------------------------------------------------------*/



@media (max-width: 992px) {
  .product-layout {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .product-layout {
    width: 100%;
  }
}


/*-------------------------------------------------------------------------------
  2.0 About us
-------------------------------------------------------------------------------*/

.about__start__page {
  background-image: url('/image/bg/workfrom.png') !important;
  width: 100%;
  background-position-x: left !important;
}

.about__end__page {
  background: url('/image/bg/about__house.jpg') no-repeat center/cover;
  height: 638px;
  width: 100%;
}

#price__create {
  position: relative;
  height: 500px;
  width: 100%;
  height: 100%;
}

.quality__text {
  display: block;
  border-left: 1px solid #59d91e;
  display: block;
  padding: 10px 20px 20px 10px;
  min-height: 80px;
  text-align: left;
}

.quality__special__padding {
  padding: 45px 200px;
}

.about__product__section {
  margin-top: 80px;
}

.production__section {
  padding-left: 0;
  padding-right: 0;
}

.production__section__title {
  display: block;
  font-size: 24px;
}

.production__right__section {
  box-shadow: 0 10px 40px rgba(41, 48, 68, .25);
  height: 344px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 40px 40px 40px 40px;
}

.price__create {
  align-items: flex-start;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;
  min-height: 120px;
  margin: 30px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(41, 48, 68, .25);
  width: 255px;
}

.price__create__list {
  position: absolute;
  bottom: 25%;
  left: 22.6%;
  display: flex;
  transform: translateY(100%);
  left: 60px;
}

.price__create__number {
  position: absolute;
  top: -18px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #59d91e;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1em;
  box-shadow: 0 10px 40px rgba(0, 87, 255, 0.5);
  ;
}

.price__create__text {
  position: relative;
  font-size: 12px;
  padding: 0 0 0 20px;
}

.price__create__text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  display: inline-block;
  height: 0;
  width: 12px;
}

.about__dignity {
  display: grid;
  grid-template-columns: 1fr 10px 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: dense;
  width: 100%;
  max-width: 745px;
  color: #000;
  margin: 0 auto;
}

.about__dignity__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 50px 20px 10px;
  margin-bottom: 30px;
}

.about__dignity__middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.about__dignity__middle__line {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 1px;
  background: #59d91e;
  margin-top: 10px;
}

.about__dignity__middle__line__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.about__dignity__header__text {
  color: #59d91e;
  font-size: 18px;
}

.about__dignity__section {
  margin-top: 25px;
}

@media (max-width: 1024px) {
  .information__container {
    padding: 0 10px 0 10px;
  }
  .own__production__image {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .price__image {
    display: none;
  }
  .price__create__list {
    position: relative;
    left: 0;
    display: block;
    transform: initial;
    padding: 20px 0 20px 0;
  }
  .price__create {
    width: 90%;
  }
  .information__title {
    font-size: 28px;
  }
  .information__desciption {
    padding: 20px;
    font-size: 20px;
  }
  .information__block__title {
    margin: 0;
    font-size: 20px;
    padding: 20px;
  }
  .information__block__description {
    margin: 0;
    padding: 15px;
    font-size: 14px;
  }
  .margin__top__40 {
    margin-top: 0;
  }
  .own__production__title {
    margin: 0;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  .production__right__section {
    height: auto;
    padding: 20px 40px 20px 40px;
  }
  .information__main__title {
    padding-top: 30px;
    font-size: 16px;
  }
  .quality__text {
    font-size: 14px;
    text-align: center;
    border: none
  }
  .about__product__section {
    margin-top: 10px;
  }
}


/*-------------------------------------------------------------------------------
  2.0 Delivery
-------------------------------------------------------------------------------*/

.delivery__title {
  padding: 50px 0 0 0;
  display: block;
}

.delivery__cost {
  display: flex;
}

.delivery__cost__right {
  padding: 0 20px 0 20px;
}

.advantage__block {
  font-size: 24px;
  border-left: 3px solid #59d91e;
  margin-top: 20px;
  min-height: 120px;
  margin: 10px 10px 10px 40px;
}

.advantage__block span {
  display: block;
  padding: 10px 0 0 15px;
}

.advantage__down__text {
  padding: 60px 118px 60px 118px;
  display: block;
}

.delivery__track__image {
  position: absolute;
  top: -150px;
}

.delivery__cost__attributes {
  display: flex;
  max-width: 600px;
  padding: 10px 10px 10px 0;
}

.delivery__cost__attributes li {
  list-style: disc;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8em;
  margin: 0 0 0 20px;
  text-transform: uppercase;
  color: #f85a00;
}

.delivery__cost__attributes li span:first-child {
  text-transform: uppercase;
}

.delivery__cost__attributes span {
  color: #000;
  display: block;
  text-transform: lowercase;
  font-size: 18px;
}

.delivery__experience__block {
  box-shadow: 0 10px 40px rgba(41, 48, 68, .25);
  padding: 40px 0 40px 0;
}

.big__container__padding {
  padding: 70px 250px;
}

.foundament__requirement__block {
  box-shadow: 0px 0px 37px 0px #000000;
  background: #fff;
  padding: 30px 48px;
  margin-top: 50px;
}

.foundament__requirement__item {
  border: 1px solid #C1C1C1;
  padding: 20px;
  width: fit-content;
  margin: auto;
  position: relative;
  margin-top: 45px;
  width: 335px;
  margin-bottom: 45px;
}

.foundament__requirement__item p {
  font-size: 18px;
}

.foundament__requirement__item p:first-child {
  color: #606060;
  font-size: 18px;
}

.delivery__price__create__number {
  top: -20px;
  left: 25px;
  box-shadow: 0 0 0 7px rgba(0, 87, 255, 0.5);
}

.delivery__installation__block {
  box-sizing: border-box;
  padding: 47px 13px;
}

.delivery__unloading__steps {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}

.delivery__unloading__steps__item {
  padding: 20px;
  font-size: 14px;
  background: #FFFFFF;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
  margin-right: 15px;
  font-size: 14px;
}

.delivery__unloading__block {
  margin-top: 50px;
}

.delivery__installation__block span {
  font-size: 30px;
}

.delivery__stages__of__installation {
  background: url(/image/bg/buildConstr.png) no-repeat;
  height: 956px;
  width: 100%;
  color: #ffffff;
}

.delivery__stages__of__installation__steps__item {
  color: #000;
  align-items: flex-start;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 50px;
  min-height: 120px;
  margin-top: 50px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(41, 48, 68, .25);
}

.delivery__stages__container {
  padding-top: 20px;
}

@media (max-width: 1024px) {
  .own__production__title,
  .production__section__title {
    font-size: 16px;
  }
  .delivery__cost__attributes span {
    font-size: 12px;
  }
  .information__block__title {
    font-size: 16px;
  }
  .delivery__title {
    padding: 50px 0 0 0;
  }
  .production__section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .production__section img {
    margin-top: 20px;
  }
  .delivery__track__image {
    position: relative;
    top: 0;
  }
  .delivery__stages__of__installation {
    background: url(/image/bg/buildConstr.png) repeat;
    height: 100%;
    padding-bottom: 30px;
  }
  .delivery__cost__right {
    padding: 0 20px 20px 20px;
  }
  .advantage__block {
    font-size: 12px;
    min-height: 20px;
  }
  .foundament__requirement__item p {
    font-size: 12px;
  }
  .delivery__installation__block span {
    font-size: 16px;
  }
  .advantage__down__text {
    padding: 30px 5px 30px 5px;
  }
  .big__container__padding {
    padding: 10px;
  }
  .foundament__requirement__item {
    width: 100%;
  }
}


/*-------------------------------------------------------------------------------
  2.0 Contacts
-------------------------------------------------------------------------------*/

.contact__block {
  padding: 100px 0 100px 0;
  box-shadow: 0px 4px 17px 0px #000000;
  margin-bottom: 30px;
}

.contact__company__info {
  padding: 20px;
  box-shadow: 0px 4px 17px 0px #000000;
}

.contact__phone {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.contact__title {
  margin-bottom: 30px;
}

.google__map {
  width: 100%;
}

.mobile__header {
  display: none;
}

@media (max-width: 1024px) {
  .google__map {
    margin-top: 40px;
    width: 100%;
  }
  .contact__phone {
    flex-direction: column;
  }
  .contact__phone div:nth-last-child(1) {
    margin-top: 20px;
  }
}


/*-------------------------------------------------------------------------------
  16. Responsive
-------------------------------------------------------------------------------*/

@media (max-width: 1024px) {
  /*.header {
    padding: 45px 5px;
    height: 70px;
  }*/
  .logo__img {
    height: 40px;
  }
  /*.main__header {
    display: none;
  }*/
  .mobile__header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 72px;
    padding: 5px 20px;
    z-index: 200;
    background-color: #fff;
    margin-top: 20px;
  }
  .mobile__logo {
    margin-right: auto;
  }
  .mobile__icon img {
    height: 25px;
  }
  .mobile__icon {
    margin: auto 10px;
  }
  .mobile__catalog {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    transition: visibility 0s, opacity 0.5s linear;
  }
  .container {
    padding: 10px;
  }
  .phone__list {
    margin: 0;
    padding: 0;
  }
  .phone__list__item {
    padding: 0px 0px 10px 5px;
    font-size: 14px;
  }
  .top__navigation__phone {
    margin: 0;
  }
}


/*-------------------------------------------------------------------------------
  16. Category
-------------------------------------------------------------------------------*/

.category {
  margin-top: 120px !important;
}

.category__main__background__image {
  min-height: 27vw;
  width: 100%;
  position: relative;
  object-position: center;
  object-fit: cover;
  position: relative;
  position: relative;
  display: flex;
  width: 100%;
  padding: 70px 45px;
  background-size: cover;
  background-position-x: center;
  background-size: cover;
}

.category__image__black__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(0deg, #293044 0, rgba(41, 48, 68, 0) 100%);
  margin: 0 auto;
}

.category__item {
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
  margin-top: 30px;
  min-height: 460px;
}

.category__item__button {
  padding: 7px 20px;
  background: #59d91e;
  font-size: 14px;
  color: #fff;
  border:2px solid #59d91e;
}

.category__item>h4 {
  font-size: 18px;
}

.category__image {
  max-height: 200px;
  width: 100%;
}

.category__main {
  position: relative;
}

.category__main__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 250px;
  z-index: 5;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8em;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
}

.category__main__text h2 {
  color: #fff !important;
}

.category__main__title__text {
  font-size: 36px;
  line-height: 1.5em;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
}

.category__calculate__prject__btn {
  margin-top: 30px;
  border-radius: 10px;
}

.img-thumbnail {
  border: none;
  width: 100%;
  max-width: initial;
}

.category__products__block {
  margin-top: 0px;
  padding-top: 10px;
}

.category__callback__text {
  margin: 40px 0 70px 0;
}

.category__callback__text p {
  font-size: 18px;
  margin-top: 1px;
  /* Отступ сверху */
  margin-bottom: 1px;
  /* Отступ снизу */
}

.category__item__button__group {
  margin: 20px 0 10px 0;
}

@media (max-width: 767px) {
  .img-thumbnail {
    object-position: center;
    object-fit: cover;
  }
  .category__main__background__image {
    padding: 70px 45px 70px 10px;
  }
  .category__main__title__text {
    font-size: 18px;
  }
  .category__image__black__background {}
  .category__item__button {
    padding: 7px 20px;
    font-size: 12px;
  }
  .caption {
    font-size: 12px;
  }
  .category__callback__text p {
    font-size: 12px;
    margin-top: 1px;
    /* Отступ сверху */
    margin-bottom: 1px;
    /* Отступ снизу */
  }
  .category__callback__text {
    margin: 20px 0 20px 0;
    padding: 5px;
  }
}


/*-------------------------------------------------------------------------------
  4. Product - Opencart module
-------------------------------------------------------------------------------*/

.product__main {
  background: #fff;
}

.product__title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
}

.product__image__group {
  display: flex;
  margin: 0 auto;
  width: fit-content;
  border: none;
  justify-content: space-evenly;
}

.thumbnail {
  border: none !important;
}

.tab-content {
  padding: 20px 10px 20px 10px;
}

.product__price__list {
  background: #fff;
  min-height: 200px;
  color: #000;
  margin: 0 auto;
  margin-top: 20px;
  border: 1px solid #EAEAEA;
}

.product__price__list__item {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #EAEAEA;
  margin-bottom: 0px;
}

.product__price__list__item:nth-child(1) {
  border-top: none;
}

.product__price__list__item li {
  width: 33.33%;
  padding: 5px 15px !important;
}

.product__price__button {
  margin: 10px 0 0 0;
  background: #59d91e;
  text-transform: uppercase;
  color: #ffffff;
  padding: 2px 15px;
  font-size: 14px;
}

.product__info__block {
  margin: 80px auto;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
  width: 33.33%;
  text-align: center;
  color: #59d91e;
}

.nav-tabs>li>a,
  .nav-tabs>li.active>a:hover{
  background-color: #eee;
  color: #000 !important;
}

.nav-tabs>li>a:hover,
  .nav-tabs>li.active a,
  .nav-tabs>li.active:hover a,
  .nav-tabs>li.active>a:active,
  .nav-tabs>li.active>a:link{
  color: #fff !important;
  background-color: #59d91e !important;
}

.product__commertial_buttons__block {
  margin-top: 30px;
  margin-bottom: 40px;
}

.product__commertial_button {
  width: 100%;
  border: 1px solid #2E3543;
  text-transform: uppercase;
  padding: 10px 20px;
  background: #ffffff;
  font-size: 12px;
}

.product__commertial_button:hover {
  color: #ffffff;
  background: #59d91e;
}

.mfp-title {
  line-height: 18px;
  color: #060606 !important;
  text-align: center !important;
  padding-right: 36px;
  display: block;
  margin-top: 15px;
}

.mfp-figure {
  background: #fff;
  color: #000;
}

.table-bordered {}

@media (max-width: 767px) {
  .product__price__button {
    padding: 4px;
  }
  .product__info__block {
    width: 100%;
  }
  .tab-content {
    padding-bottom: 20px;
  }
  .product__commertial_button {
    margin-top: 20px;
  }
  .product__title {
    padding: 20px 0 10px 0;
  }
  .product__price__button,
  .tab-content,
  .product__price__list,
  .product__commertial_button {
    font-size: 12px;
  }
  .nav-tabs {
    font-size: 10px;
  }
}


/*-------------------------------------------------------------------------------
  2. Modals
-------------------------------------------------------------------------------*/

.modal__button__block {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.modal__button {
  padding: 10px 100px;
}

.modal__title {
  font-size: 24px !important;
}

.modal__header {
  min-height: 16.43px;
  padding: 15px;
}

.modal__body {
  padding: 0 15px 0 15px;
}


/*-------------------------------------------------------------------------------
  2. Techic Char - Modal
-------------------------------------------------------------------------------*/

.close {
  margin: 5px;
}

.technical__characteristics__modal {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 80%;
  max-width: 900px;
  height: 80%;
  padding: 45px 85px;
  background: #fff;
  overflow-y: auto;
}

.techical__characteristics__products {
  display: initial;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.products-list__head {
  width: 100%;
  display: flex;
  margin-top: 30px;
}

.products-list__head p {
  width: 100%;
}

.products__title {
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 20px;
  font-size: 24px;
}

.products__list__head__span:nth-of-type(2) {
  background: #ebedf0;
}

.products__list__head__span:nth-of-type(1) {
  background: #f4f5f6;
}

.products__list__head__span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 80px;
  font-weight: 500;
  font-size: 12px;
  line-height: 2em;
  text-align: center;
}

.products__list__body {
  position: relative;
}

.products__list__body__bg {
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  display: flex;
  width: 160px;
  z-index: 1;
}

.products__list__body__bg__1 {
  width: 50%;
  height: 100%;
  background: #f4f5f6;
}

.products__list__body__bg__2 {
  width: 50%;
  height: 100%;
  background: #ebedf0;
}

.techical__characteristics__product {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 400;
  z-index: 5;
}

.techical__characteristics__product .techical__characteristics__elem {
  border-top: 1px solid #bcc1c8;
  border-left: 1px solid #bcc1c8;
  border-right: 1px solid #bcc1c8;
}

.techical__characteristics__product__title {
  margin: 0;
  padding: 0;
}

.techical__characteristics__product__title p {
  padding: 20px 0 20px 40px;
}

.techical__characteristics__elements {
  border-bottom: none;
  z-index: 3;
}

.techical__characteristics__elem {
  display: flex;
  padding: 20px 0 20px 40px;
  border-bottom: 1px solid #bcc1c8;
  transition: background .3s;
}

.techical__characteristics__product__description {
  flex: 1 1 auto;
  padding: 0 15% 0 0;
}

.techical__characteristics__product__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  flex-shrink: 0;
}

.techical__characteristics__product__description span {
  color: #59d91e;
}

.plus {
  fill: #59d91e;
}

.techical__characteristics__products__close {
  position: absolute;
  left: 95%;
}

.products__text {
  display: block;
  margin: 32px auto 0 auto;
}

.products__text:last-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .technical__characteristics__modal {
    width: 90%;
    padding: 10px;
  }
  .products__title {
    font-size: 16px;
  }
  .products__list__head__span:nth-of-type(1) {
    background: #fff;
  }
  .products__list__head__span:nth-of-type(2) {
    background: #fff;
  }
  .techical__characteristics__product__title p {
    font-size: 14px!important;
    text-align: left!important;
  }
  .products__list__head__span {
    transform: rotate(90deg);
    width: 40px;
    min-height: 60px;
    height: auto;
    font-size: 10px;
    line-height: 1.3em;
  }
  .products__list__body__bg {
    width: 90px;
  }
  .techical__characteristics__product {
    font-size: 10px;
    line-height: 1.6em;
  }
  .techical__characteristics__product__title p {
    padding: 20px 0 20px 10px;
  }
  .techical__characteristics__elem {
    padding: 20px 0 20px 10px;
  }
  .techical__characteristics__product__description {
    padding: 0 7% 0 0;
  }
  .techical__characteristics__product__icon {
    width: 45px;
  }
  .products__text {
    font-size: 12px;
  }
}


/*-------------------------------------------------------------------------------
  2. Modals - Succeess
-------------------------------------------------------------------------------*/

#success_tic .page-body {
  max-width: 300px;
  background-color: #FFFFFF;
  margin: 10% auto;
}

#success_tic .page-body .head {
  text-align: center;
}


/* #success_tic .tic{
  font-size:186px;
} */

#success_tic .close {
  opacity: 1;
  position: absolute;
  right: 0px;
  font-size: 30px;
  padding: 3px 15px;
  margin-bottom: 10px;
}

#success_tic .checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}

.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #59d91e;
  ;
  position: absolute;
}

#success_tic .checkmark-circle .checkmark {
  border-radius: 5px;
}

#success_tic .checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#success_tic .checkmark-circle .checkmark:after {
  opacity: 1;
  height: 75px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid #fff;
  border-top: 15px solid #fff;
  border-radius: 2.5px !important;
  content: '';
  left: 35px;
  top: 80px;
  position: absolute;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}

@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}

.clr{
  clear: both;
}

.product-images,
  .product-info{
  float: left;
  width: 50%;
}

.product-main-image{
  border: 1px solid #dcdcdc;
  text-align: center;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-thumbs{

  margin-top: 20px;

}

.product-thumb{
  height: 80px;
  width: 100px;
  float: left;
  border: 1px solid #dcdcdc;
  margin: 5px 5px 0 0;
}

.product-thumb a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.product-thumb img,
   .product-main-image img{
  max-height: 100% !important;
  max-width: 100% !important;
}


.product-info-inner{
  float: right;
  width: 90%;
}

.product-info-block{
  font-size: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}

.product-info-block li{
  display: block;
  margin-bottom: 5px;
}

.product-info-block span{
  font-weight: 600;
  color: #666;
}

.product-price{
  font-size: 22px;
  font-weight: 600;
}

.buy-button,
   .send-button{
  display: block;
  float: left;
  height: 36px;
  width: 145px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  background-color: #59d91e;
  border-radius: 36px;
}

.buy-button:hover,
  .send-button:hover,
  .popup-buttons a:hover,
  .offer-button:hover{
  color: #fff;
  background-color: #3ec201;
}

.product-buttons{
  margin: 20px 0;
}

.offer-button{
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-left: 20px;
  -webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
  color: #fff;
  position: relative;
  padding: 0 20px;
  background-color: #59d91e;
  
}



.product-description{
  margin-top: 40px;
}

.description-text h3{
  font-size: 18px;
}

.description-text ol{
  list-style-position: inside;
  padding-left: 0;
}

.description-text li{
  margin-bottom: 5px;
  padding-left: 0;
  display: list-item;
  list-style-position: inside;
}

.hi-img{
  width: 40px;
  height: 40px;
    -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  position: relative;
  margin: 0 auto;
  background-color: #5fca2e;
}

.hi-text{
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 5px;
  font-weight: 600;
  line-height: 18px;
}

.header-info-wrap{
  display: flex;
  justify-content: space-between;
}

.header-block{
  margin: 0 17px;
}

.icons{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: url(../image/icons.png);
}

.i-delivery{
  width: 22px;
  height: 17px;
  left: 9px;
  top: 11px;
  background-position: -1px -1px;
}

.i-warranty{
  width: 23px;
  height: 24px;
  left: 9px;
  top: 8px;
  background-position: -26px -1px;
}

.i-quality{
  width: 21px;
  height: 25px;
  left: 11px;
  top: 6px;
  background-position: -53px -1px;
}

.header__phone span{
  display: flex;
  width: 26px;
  height: 26px;
   -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  background-color: #3399e1;
  position: absolute;
  left: 1px;
  justify-content: center;
  align-items: center;
}

.header__phone span svg{
  width: 60%;
  height: 60%;
}

.phones-row{
  display: flex;
}

.kyivstar g{
  width: 25px;
  height: 25px;
}

.header__phone-2 span{
  background-color: #c62030;
}

.header__phone-1 span svg{
  width: 80%;
  height: 80%;
}

.i-kyivstar{
  width: 13px;
  height: 13px;
  top: 6px;
  left: 7px;
  background-position: -77px -1px;
}

.i-vodafon{
  width: 14px;
  height: 14px;
  top: 6px;
  left: 6px;
  background-position: -93px -1px;
}

.i-telegram{
  width: 12px;
  height: 9px;
  top: 8px;
  left: 6px;
  background-position: -77px -18px;
}

.i-viber{
  width: 12px;
  height: 12px;
  top: 7px;
  left: 7px;
  background-position: -94px -17px;
}

.header__phone-2{
  margin-left: 64px;
}


.header-info{
  margin: 0 35px;
}

.thumbnail{
  box-sizing: border-box;
  margin-bottom: 0 !important;
  background: none !important;
}

.bg-black{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: 100;
  background-color: #000;
  display: none;
}

.popup{
  width: 600px;
  left: 50%;
  top: 100px;
  position: absolute;
  margin-left: -300px;
  z-index: 200;
  display: none;
}

.popup-inner{
  background-color: #fff;
   -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}

.popup-header{
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  font-size: 18px;
}

.form-row{
  margin-bottom: 12px;
}

.form-row input[type=text],
  .form-row input[type=email],
  .form-row textarea{
  display: block;
  width: 100%;
  border: 1px solid #dcdcdc;
  height: 32px;
  padding-left: 10px;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
}

.form-row textarea{
  height: 100px;
}

.order-form{
  width: 80%;
  margin: 10px auto;
}

.send-button{
  float: none;
  margin: 10px auto;

}

.order-info{
  border-collapse: collapse;
  width: 80%;
  margin: 10px auto 15px auto;
}

.order-info td:first-child{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}

.close-popup{
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  right: 15px;
  top: 15px;
  background: url('../image/icons.png') -117px -1px;
}

.close-popup:hover{
  background-position: -130px -1px;
}

.popup-loader{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  background-color: #fff;
  opacity: 0.8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: none;
}

.loader-img{
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  background: url('../image/loader.gif');
}

.popup-error{
  width: 80%;
  margin: 0 auto;
}

.popup-error div{
  padding: 8px;
  font-size: 14px;
  background-color: #f5f5f5;
  color: #CC506F;
  font-weight: 500;
  border: 1px solid #CC506F;
}

.info-popup .popup-body{
  padding: 30px 0;
}

.info-popup .message-content{
  text-align: center;
  font-weight: 500;
}

.popup-buttons{
  text-align: center;
  margin-top: 8px;
}

.popup-buttons a{
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  background-color: #3eb3e9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
}

.product-layout{
  min-height: 480px;
}

.msg-link span{
  display: flex;
  position: relative;
  margin: 0 3px;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  justify-content: center;
  align-items: center;
}

.msg-link span svg{
  width: 50%;
  height: 50%;
}

.msg-link span.msg-telegram svg{
  width: 90%;
  height: 90%;
}


.msg-telegram{
  background-color: #26a4e2;
}

.msg-viber{
  background-color: #665cac;
}

.features{
  display: flex;
  text-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 55px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.feature-icon{
  width: 76px;
  height: 76px;
  -webkit-border-radius: 76px;
  -moz-border-radius: 76px;
  border-radius: 76px;
  margin:0 auto 10px auto;
  position: relative;
  background-color: #40ab0f;
}

.feature-block:nth-child(2) .feature-icon{
  background-color: #40ab0f;
}

.feature-block:nth-child(3) .feature-icon{
  background-color: #40ab0f;
}

.feature-block:nth-child(4) .feature-icon{
  background-color: #40ab0f;
}

.i-calculate{
  width: 30px;
  height: 35px;
  top: 20px;
  left: 23px;
  background-position: -1px -36px;
}

.i-fwarranty{
  width: 35px;
  height: 44px;
  top: 17px;
  left: 21px;
  background-position: -36px -35px;
}

.i-fquality{
  width: 42px;
  height: 42px;
  top: 19px;
  left: 18px;
  background-position: -74px -35px;
}

.i-fdelivery{
  width: 48px;
  height: 35px;
  top: 19px;
  left: 15px;
  background-position: -117px -34px;
}

.attr-list{
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 1300px) {
  .header-block{
    margin: 0 8px;
  }

  .hi-text{
    font-size: 10px;
  }
}

@media (max-width: 1240px) {
  .header-info{
    margin: 0 10px;
  }

  .header__adress{
    padding-left: 20px !important;
  }

  .header__phone{
    font-size: 18px;
  }

  .header__adress-place{
    font-size: 14px !important;
  }

  .buy-button{
    float: none;
    width: 340px;
  }

  .offer-button{
    float: none;
    width: 340px;
    display: inline-block;
    margin:5px 0 0 0;
  }
}

@media (max-width: 1140px) {
    .header-info{
      display: none;
    }

    .header__adress{
      border-left: 0 !important;
      flex-grow: unset !important;
    }
}

@media (max-width: 988px) {
  .product-images{
    float: none;
    width: 100%;
  }

  .product-info{
    float: none;
    width: 100%;
    margin-top: 50px;
  }

  .product-info-inner{
    float: none;
    width: 100%;
  }

  .buy-button,
      .offer-button{
      margin: 10px auto;
      display: block;
    }
}

@media (max-width: 768px) {
  .popup{
    width: 90%;
    margin-left: -45%;
  }
}

@media (max-width: 380px) {
    .feature-block{
      flex-basis: 50%;
    }

    .buy-button,
      .offer-button{
      width: 100%;
    }
}
