
@media only screen and (min-width: 768px){
  .partners .txt {
      background: url("../../img/project_62/corner-bg.jpg") 0 0 no-repeat #3AAACF !important;
  }
}
.navigation ul{
    padding: 50px;
    text-align: center;
}
.navigation ul li.next {
    border: none;
}

section.invisible {
    display:none;
}


.form-at {
    width: 100%;
    padding: 20px;
    box-sizing: border-box; 
    overflow: hidden;
    font-size: 0;  
    letter-spacing: 0;    
    background: #f9f9f9;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 10px 18px rgba(0,0,0,0.2);
}
.form-at * {
    box-sizing: border-box;
    font-family: Verdana, sans-serif;    
}
.validate-input-at,
.no-validate-input-at {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 2px solid #BFE2FF;
    border-radius: 2px;
    margin-bottom: 20px;
}
.validate-input-at.w-50,
.no-validate-input-at.w-50 {
    width: calc(50% - 10px);
    display: inline-block;
}
.validate-input-at.w-50:first-child,
.no-validate-input-at.w-50:first-child {
    margin-right: 20px;
}
.input-at {
    display: block;
    width: 100%;
    background: transparent;
    color: #000;
}
input.input-at {
    height: 50px;
    padding: 0 20px 0 20px;
    font-size: 16px;
    outline: none;
    border: none;  
}
textarea.input-at {
    min-height: 170px;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    border: none;
    resize: none;
}
textarea.input-at:focus, 
input.input-at:focus {
    border-color: transparent;
}
.focus-input-at {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 2px solid #337AB7;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    transform: scaleX(1.1) scaleY(1.3);
}
.input-at:focus + .focus-input-at {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.form-at-btn {
    position: relative;
    display: block;
    padding: 0 40px;
    height: 50px;
    background-color: #337AB7;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    transition: all 0.4s;
    margin: 0 auto;
    outline: none;
    border: none;
    cursor: pointer;        
}
.form-at-btn:hover {
    background-color: #333333;
}
.form-at-btn[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
}
.alert-validate::after {
    content: "\f129";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 18px;
    font-weight: bold;    
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
}
.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}
.error-at {
    color: red;
    padding: 10px 0;
}
.success-at {
    color: green;
    font-size: 28px;
    padding: 20px 0;
    text-align: center;
}
.form-at input[type=checkbox] {
    display:none;
}

.ocb{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    z-index: 999;
    padding: 30px 0;

}

.ocbbg{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    z-index: 999;
    padding: 30px 0;
    opacity: 0.8;
    background-color: gray;
}
.form-at input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 0 0 20px 34px;
    font-size: 13px;
    line-height: 24px;
    color: #333333;
}
.form-at input[type=checkbox] + label:before {
    box-sizing: border-box;
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    line-height: 22px;
    left: -34px;
    border: 2px solid #BFE2FF;
    border-radius: 2px;
}
.form-at input[type=checkbox]:checked + label:before{
    content: '\2714';
    color:#337AB7;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #337AB7;
}


.navigation ul li{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    border: 1px solid #3AAACF;
}

.navigation ul li a{
    color: #3AAACF;
}
.product-slider-thumbs .slide {
    background-color: #3AAACF;
}


.product-slider-main-arrow {

    border: 1px solid #3AAACF;
  
}
.st0 {
	fill: #3AAACF !important;
}

.product-slider {
    padding: 20px 0 30px;
    background-color: #3AAACF;
    border-radius: 10px;
}
 

/* Отличия от конкурентов */
.diff {
  background-color: #f5fafe;
  padding: 40px 0;
  text-align: center;
}

.diff h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 43px;
  color: #000;
}

.diff_title {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.diff_title::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  background-color: #c3c3c3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.diff_list {
  flex-direction: column;
  padding-top: 40px;
}

.diff_item {
  border: 5px solid;
  margin: 0 auto 20px;
  max-width: 480px;
  padding: 15px;
  width: 100%;
}

.diff_item-img {
  max-height: 320px;
  height: 100%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.diff_item-img img {
  height: 100%;
  object-fit: contain;
}

.diff_item-good {
  border-color: rgba(53, 167, 32, 0.5);
}

.diff_item-bad {
  border-color: rgba(217, 67, 71, 0.7);
}

.diff_advances-list {
  text-align: left;
  font-size: 14px;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 20px;
}

.diff_advances-list li {
  position: relative;
  padding-left: 20px;
}

.diff_advances-list li::before {
  content: "•";
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.diff_item-good .diff_advances-list li::before {
  color:rgba(53, 167, 32, 1);
}

.diff_item-bad .diff_advances-list li::before {
  color:rgba(217, 67, 71, 1);
}


/* Конец отличия от конкурентов */



/* Форма расчета */

.product_layout-container {
  display: none;
}

.head .order_form-products {
  max-height: 270px;
  overflow-y: auto;
}

.head .order_form-products input,
.head .order_form-products select {
  padding-top: 14px;
  padding-bottom: 14px;
}

.head .order_form select {
  outline: none;
  cursor: pointer;
  background-image: url('../../img/arrow-down.svg');
  background-size: 20px 20px;
  background-position: right 15px;
  background-repeat: no-repeat;
  max-height: 120px;
}

.head .order_form .product_options-item {
  display: none;
  padding: 5px;
}

.head .order_form .product_options-item.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* .head .order_form .product_options-item.active input {
  flex: 1 0 47%;
  margin: 5px;
} */

.head .order_form .product_options-item.active > input {
  flex: 0 0 97.5%;
  margin: 5px;
}

.head .order_form .product_options-item.active select {
  margin: 5px;
}

.head .order_form .product_radio-buttons {
  flex: 0 0 100%;
  padding: 10px 0;
  padding-left: 10px;
  margin: 5px;
}

.head .order_form .product_radio-buttons span {
  position: relative;
}

.head .order_form .product_radio-buttons span::after {
  content: "";
  width: 95%;
  height: 1px;
  background-color: #88450e;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.head .order_form .product_radio-buttons .radio-wrap {
  display: flex;
  font-size: 14px;
  padding-top: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.head .order_form .product_radio-buttons .radio-wrap label {
  position: relative;
  padding-right: 10px;
  margin-right: 20px;
  margin-bottom: 5px;
  cursor: pointer;
}

.head .order_form .product_radio-buttons .radio-wrap input {
  padding: 0;
  margin-right: 20px;
  display: inline;
}

.head .order_form .product_radio-buttons .radio-wrap input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  z-index: 1000;
  border: 2px solid #d94347;
  border-radius: 100%;
  transition: all 0.15s linear;
  cursor: pointer;
}

.head .order_form .product_radio-buttons input:checked::before {
  background-color: #d94347;
}

.head .order_form .product_radio-buttons input {
  border-bottom: none;
  position: relative;
}

.head .order_form .product_options-item .product_input-wrap {
  position: relative;
  flex: 1 0 47%;
  margin: 5px;  
}

.head .order_form .product_options-item .product_input-wrap input {
  width: 100%;
  padding-right: 30px;
}

.head .order_form .product_options-item .required,.required  {
  position: relative;
}

.head .order_form .product_options-item .required::before,.required::before {
  content: '*';
  color:#d94347;
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 5px;
  left: 0;
  z-index: 1;
}
.head .order_form .product_options-item .product_input-wrap .units  {
  position: absolute;
  top: 50%;
  right: 5px;
  color: #c3c3c3;
  font-size: 14px;
  transform: translateY(-50%);
}

.w-100 {width: 100%;}

.head .order_form .product_options-item .product_input-wrap .units  {
  position: absolute;
  top: 50%;
  right: 5px;
  color: #c3c3c3;
  font-size: 14px;
  transform: translateY(-50%);
}

/* Конец формы расчета */




.preloader {
 position: none;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
 background: url("../../img/preloader.gif") 50% 50% no-repeat #f0f0fc;
 opacity: .9;
 z-index: 5000;
}





@-webkit-keyframes previewAnim {
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes previewAnim {
  to {
    opacity: 1;
    visibility: visible;
  }
}

.bread {
  padding-top: 10px;
  padding-bottom: 10px;
}

.breadcrumb-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.breadcrumb-item a {
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.breadcrumb-item:hover a {
  color: #d94347;
}

.breadcrumb-item.active {
  color: #bdbdbd;
}

.breadcrumb-item:nth-child(n + 2) {
  padding-left: 25px;
  position: relative;
}

.breadcrumb-item:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/static/templates/okna/img/breadcrumb-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.section-title {
  font-size: 48px;
  line-height: 52px;
}

.preview {
  padding: 60px 0 40px;
}

.preview__wrapper {
  padding-bottom: 80px;
}

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

.preview__title {
  font-size: 64px;
  line-height: 72px;
  text-align: left;
}

.preview__list {
  margin: 80px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.preview__list-item {
  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: 30px;
  background-color: #3AAACF;
  color: #fff;
  border-radius: 50px;
  padding: 0 20px 0 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  width: 600px;
}

.preview__list-item::before {
  content: "";
  position: absolute;
  right: 20px;
  background-image: url("/static/templates/okna/img/arrow-prev.svg");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.preview__list-item p {
  font-size: 18px;
  position: absolute;
  left: 60px;
  right: 20px;
}

.preview .features__icon {
  width: 70px;
}

.preview__btn-box {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.preview-btn {
  background-color: transparent;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  color: #000000;
  background-color: transparent;
  border-radius: 24px;
  font-weight: 600;
  margin: 10px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  text-transform: uppercase;
}

.preview-btn:hover {
  -webkit-box-shadow: 0px 5px 18px -2px rgba(0, 0, 0, 0.79);
          box-shadow: 0px 5px 18px -2px rgba(0, 0, 0, 0.79);
}

.preview__image-box {
  max-width: 40%;
}

.more-btn {
  border: 2px solid #3AAACF;
}

.more-btn:hover {
  background-color: #3AAACF;
  color: #fff;
}

.order-btn {
  border: 2px solid #ffea24;
}

.order-btn:hover {
  background-color: #ffea24;
  color: #fff;
}

.advantages {
  background-color: #f5fafe;
  padding: 60px 0 140px;
}

.advantages__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.advantages__list-header {
  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;
}

.advantages__icon {
  margin-right: 20px;
  width: 50px;
}

.advantages__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.advantages__list-item {
  width: 430px;
  padding: 20px;
  border-radius: 50px;
  background-color: #3AAACF;
  color: #fff;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.advantages__list-item:hover {
  -webkit-box-shadow: 0px 5px 18px -2px rgba(0, 0, 0, 0.79);
          box-shadow: 0px 5px 18px -2px rgba(0, 0, 0, 0.79);
}

.advantages__list-item.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.advantages__list-item::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 35px;
  background-image: url("/static/templates/okna/img/arrow-tab.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.advantages__list-item + .advantages__list-item {
  margin-top: 25px;
}

.advantages__article {
  display: none;
  padding-top: 30px;
  text-align: center;
}

.advantages__article-item + .advantages__article-item {
  margin-top: 6px;
}

.advantages__image-wrapper {
  position: relative;
  width: 48%;
}

.advantages__image-box {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.advantages__image-box img {
  border-radius: 50%;
}

.advantages__image-box:nth-child(2) {
  right: 0;
  left: auto;
}

.advantages__image-box_large {
  position: absolute;
  top: 120px;
  left: 50%;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.descr {
  padding: 60px 0 40px;
}

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

.descr__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.descr__item {
  max-width: 600px;
  margin-bottom: 40px;
}

.descr__item p {
  margin-bottom: 10px;
}

.descr__item ul {
  font-size: 14px;
  list-style-type: disc;
  padding-left: 15px;
  margin-bottom: 15px;
}

.card {
  padding: 60px 0 40px;
}

.card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
}

.card__vertical-slider {
  width: 100px;
}

.card__vertical-slider .slick-track {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}

.card .card__slider-item {
  height: 100px;
  margin: 10px 0;
  border: 5px solid #bdbdbd;
}

.card .card__slider-item img {
  text-align: center;
  margin: 0 auto;
}

.card .card__slider-item:hover {
  cursor: pointer;
}

.card .card__slider-item.slick-current {
  border-color: #ffea24;
}

.card__slider-main {
  max-width: 500px;
  text-align: center;
  position: relative;
}

.card__slider-main:hover .card-slick-main-btn {
  opacity: 1;
}

.card__slider-main-item img {
  width: 100%;
}

.card-slick-btn {
  width: 30px;
  text-align: center;
}

.card-slick-main-btn {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.card-slick-main-btn.slick-next {
  left: auto;
  right: 20px;
}

.card__content {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  position: relative;
}

.card__price {
  font-size: 32px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #4a4a4a;
  padding-top: 10px;
}

.card__btn-box {
  margin-left: 35px;
}

.card__buy-btn {
  padding: 12px 20px 12px 40px;
  border: none;
  font-size: 18px;
  background-color: #ffea24;
  color: #000000;
  border-radius: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}

.card__buy-btn:hover {
  -webkit-box-shadow: 0px 5px 18px -2px rgba(0, 0, 0, 0.79);
          box-shadow: 0px 5px 18px -2px rgba(0, 0, 0, 0.79);
}

.card__buy-btn::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/static/templates/okna/img/cart.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 18px;
  height: 18px;
}

.card__click-btn {
  display: block;
  color: #000000;
  background-color: #3AAACF;
  color: #fff;
  padding: 12px 20px 12px 40px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 18px;
  padding-left: 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.card__click-btn:hover {
  -webkit-box-shadow: 0px 5px 18px -2px rgba(0, 0, 0, 0.79);
          box-shadow: 0px 5px 18px -2px rgba(0, 0, 0, 0.79);
}

.card__click-btn::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/static/templates/okna/img/click.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 18px;
  height: 18px;
}

.color-picker {
  margin-top: 35px;
}

.color-item-container {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.color-item-container input[type="radio"] {
  display: none;
}

.color-item-container input[type="radio"]:checked + label {
  border-color: #ffea24;
}

.color-item {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid rgba(128, 128, 128, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.color__title {
  font-size: 18px;
  margin-bottom: 8px;
}

.color-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 145px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.color-item[for="black"] {
  background-color: #000;
}

.color-item[for="white"] {
  background-color: #fff;
}

.color-item[for="red"] {
  background-color: #d94347;
}

.color-item[for="blue"] {
  background-color: blue;
}








@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&subset=cyrillic');

::-webkit-input-placeholder {
 color: #bdbdbd;
}

::-moz-placeholder {
 color: #bdbdbd;
}

:-moz-placeholder {
 color: #bdbdbd;
}

:-ms-input-placeholder {
 color: #bdbdbd;
}

:focus::-webkit-input-placeholder {
 color: transparent;
}

:focus::-moz-placeholder {
 color: transparent;
}

:focus:-moz-placeholder {
 color: transparent;
}

:focus:-ms-input-placeholder {
 color: transparent;
}

.hidden {
 display: none;
}

.center {
 text-align: center;
}

.just {
 text-align: justify;
 -moz-text-align-last: center;
 text-align-last: center;
}

.clrfix:after {
 content: '';
 display: block;
 clear: both;
}

.clear {
 clear: both;
 height: 0;
}

b, strong {
 font-weight: 700;
}

body {
 width: 100%;
 min-width: 320px;
 padding: 0;
 margin: 0 auto;
 font-family: 'Roboto', Arial, Helvetica, sans-serif;
 font-weight: 400;
 font-size: 16px;
 line-height: 24px;
 color: #222;
 background: #fff;
}

section {
 width: 100%;
 margin: 0 auto;
}

.wrap {
 position: relative;
 width: 100%;
 max-width: 1300px;
 padding: 0 20px;
 margin: 0 auto;
 height: 100%;
}

.wrap:after {
 clear: both;
 content: "";
 display: table;
}

.wrap.nopad {
 padding: 0;
}

.nopad {
 padding: 0;
}

.top_tags {
 padding: 20px 0;
 background: #f5fafe;
}

/*   tags   */

.tags {
 text-align: left;
 font-size: 0;
 margin: -5px;
}

.tags li {
 display: inline-block;
 padding: 5px;
}

.tags a {
 display: block;
 color: #3AAACF;
 text-decoration: none;
 font-size: 13px;
 border: 1px solid #eae8e8;
 padding: 7px 18px;
 line-height: 18px;
 -webkit-transition: all ease .2s;
 transition: all ease .2s;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
}

.tags a:hover {
 border: 1px solid #3AAACF;
 -webkit-box-shadow: 0 0 0 1px #3AAACF;
 -moz-box-shadow: 0 0 0 1px #3AAACF;
 box-shadow: 0 0 0 1px #3AAACF;
}

.top_tags .show_more {
 display: none;
 color: #3AAACF;
 font-size: 15px;
 cursor: pointer;
 margin-top: 10px;
}

#map-location{
	display: none;
}

.top_tags .show_more:before {
 position: relative;
 top: -1px;
 display: inline-block;
 vertical-align: middle;
 width: 11px;
 height: 5px;
 background: url("../../img/arrow-show-more.png") 0 0 no-repeat;
 -o-background-size: cover;
 -webkit-background-size: cover;
 -khtml-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 content: '';
 margin-right: 10px;
}

/*   header   */


.open-search-btn{
	width: 34px;
	height: 34px;
	border: 1px solid #eae8e8;
	border-radius: 50%;
	cursor: pointer;
	background-color:  rgba(0,0,0, .15);
	position: relative;
	top: 9px
}

.open-search-btn svg path{
	fill: #fff;
}
.modal-serch .main-screen__input{
	height: 56px;
	border-left: none;
	position: relative;
}
.modal-serch .fancybox-close-small svg path{
	fill: #fff;
}

.modal-serch .modal-serch-wrap__input{
	position: relative;
}

.modal-serch .modal-serch-wrap__input input{
	padding-left: 20px;
	padding-right: 20px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}


.modal-serch .main-screen__btn{
	height: 56px;
	width: 240px;
	border: none;
	background-color: rgb(255 255 255 / 10%);
	color: white
}

.modal-serch form{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-serch-wrap__input input{
	width: 40vw;
	border: none
}
.modal-serch-wrap__input{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	
}
.modal-serch{
	display: none;
	width: 100vw;
	height: 100vh;
	background-color: transparent;

}

.modal-serch >.carousel__button.is-close{
	color: white;
}

@media (max-width: 768px){
	.modal-serch form{
		width: 100%;
	}
	.modal-serch-wrap__input{
		flex-direction: column;
		width: 100%;
	}
	.main-screen__input {
		width: 100%;
	}
	.modal-serch .modal-serch-wrap__input input{
		width: 100%;
		border-radius: 0px;
	}
	.modal-serch .main-screen__btn{
		width: 100%;
	}
	.modal-serch.fancybox-content{
		padding: 10px; 
	}
}

header {
 padding: 20px 0;
}

header .logo {
 width: 260px;
 margin: 0 auto 10px;
}

header .logo a {
 display: inline-block;
}

header .logo img {
 display: block;
 width: 100%;
 max-width: 256px;
}

header .work-info {
 display: none;
 float: left;
 padding-left: 45px;
 color: #404041;
 font-size: 17px;
}
header .work-info.no-hide {display: block;}

header .work-info .time {
 padding-bottom: 5px;
}

header .work-info .time b {
 font-size: 20px;
}

header .work-info .location:before {
 position: relative;
 top: -1px;
 display: inline-block;
 vertical-align: middle;
 margin-right: 7px;
 width: 21px;
 height: 26px;
 background: url("../../img/project_62/location-icon.png") 0 0 no-repeat;
 -o-background-size: cover;
 -webkit-background-size: cover;
 -khtml-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 content: '';
}

header .tel-2 {
 display: none;
}

header .tel {
 text-align: center;
 padding-bottom: 5px;
}

header .tel a {
 color: #404041;
 font-size: 20px;
 font-weight: 700;
 text-decoration: none;
 cursor: pointer;
}

header .mail {
 text-align: center;
}

header .mail a {
 display: inline-block;
 color: #3AAACF;
 font-size: 17px;
 text-decoration: none;
 -webkit-transition: color ease .2s;
 transition: color ease .2s;
}

header .mail a:hover {
 color: #d94347;
}

header .mail a:before {
 display: inline-block;
 vertical-align: middle;
 background: url("../../img/project_62/mail-icon.png") 0 0 no-repeat;
 width: 21px;
 height: 14px;
 -o-background-size: cover;
 -webkit-background-size: cover;
 -khtml-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 margin-right: 10px;
 content: '';
}

header .call_me a {
 color: #3AAACF;
 font-size: 17px;
 text-decoration: none;
 -webkit-transition: color ease .2s;
 transition: color ease .2s;
}

header .call_me a:hover {
 color: #d94347;
}

header .call_me a:before {
 display: inline-block;
 vertical-align: middle;
 margin-right: 10px;
 background: url("../../img/project_62/tel-icon.png") 0 0 no-repeat;
 width: 21px;
 height: 21px;
 -o-background-size: cover;
 -webkit-background-size: cover;
 -khtml-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 content: '';
}

/*   head   */

.head {
 overflow: hidden;
}

.head .box {
 position: relative;
}

.head .photo {
 position: relative;
 /* margin: 0 -110px; */
}

.head .photo img {
 display: block;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.head .photo .txt {
 position: absolute;
 width: 100%;
 bottom: 20px;
 color: #fff;
 text-align: center;
}

.head .photo h4 {
 font-size: 26px;
 line-height: 26px;
 padding-bottom: 15px;
}

.head .photo .date {
 width: 280px;
 height: 60px;
 line-height: 60px;
 background: #d94347;
 color: #fff;
 font-size: 22px;
 font-weight: 700;
 text-align: center;
 margin: 0 auto;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}

.head .order_form {
 background: #f5fafe;
 padding: 20px;
}

.head .order_form form {
 background: #fff;
 padding: 10px 20px 20px;
 -webkit-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 -moz-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 -webkit-border-radius: 0 0 10px 10px;
 -moz-border-radius: 0 0 10px 10px;
 border-radius: 0 0 10px 10px;
}

.head .order_form .title_form {
 position: relative;
 background: #3AAACF;
 color: #000;
 font-size: 17px;
 padding: 15px 0 25px 20px;
 line-height: 28px;
 -webkit-border-radius: 10px 10px 0 0;
 -moz-border-radius: 10px 10px 0 0;
 border-radius: 10px 10px 0 0;
}

.head .order_form .title_form:after {
 position: absolute;
 left: 17px;
 bottom: 0;
 border: 20px solid transparent;
 border-bottom: 14px solid white;
 content: '';
}

.head .order_form .title_form b {
 color: #fff;
 display: block;
 font-size: 26px;
}

.head .order_form input {
 padding: 19px 10px;
 width: 100%;
 background: #fff;
 font-size: 17px;
 color: #333;
 border: none;
 border-bottom: 1px solid #3aaaa7;
 margin-bottom: 7px;
 -webkit-transition: border ease .2s;
 transition: border ease .2s;
}

.head .order_form input:focus {
 border-color: #3AAACF;
}

.head .order_form button {
 width: 100%;
 height: 70px;
 line-height: 70px;
 margin-top: 13px;
 font-size: 24px;
 font-weight: 700;
 color: #fff;
 text-align: center;
 border: none;
 cursor: pointer;
 background: #3AAACF;
 -webkit-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 -moz-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 -webkit-border-radius: 35px;
 -moz-border-radius: 35px;
 border-radius: 35px;
 -webkit-transition: all ease .2s;
 transition: all ease .2s;
}

.head .order_form button:hover {
 background: #3AAACF;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}

.head .order_form button:active {
 background: #3aaaa7;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}

/*   pluses   */

.pluses {
 padding: 30px 0;
}

.pluses ul {
 font-size: 0;
 margin-bottom: -30px;
}

.pluses li {
 display: inline-block;
 vertical-align: top;
 width: 100%;
 font-size: 16px;
 color: #000;
 padding-bottom: 30px;
}

.pluses li b {
 display: block;
 font-size: 32px;
 padding-bottom: 8px;
}

.pluses li img {
 display: block;
 float: left;
 width: 60px;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.pluses li p {
 overflow: none;
 padding: 8px 0 0 13px;
 line-height: 18px;
}

/*   catalog   */

.catalog {
 background: #f5fafe;
 padding: 50px 0;
}

.catalog h2 {
 line-height: 24px;
 font-size: 24px;
 font-weight: 700;
 color: #000;
 text-align: center;
 padding-bottom: 20px;
}

.catalog_list {
 margin: 0 -10px -20px;
 font-size: 0;
}

.catalog_list .item {
 display: inline-block;
 vertical-align: top;
 width: 100%;
 padding: 0 10px 20px;
}

.catalog_list .box {
 background: #fff;
 -webkit-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 -moz-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 -webkit-transition: box-shadow ease .6s;
 transition: box-shadow ease .6s;
}

.catalog_list .box:hover {
 -webkit-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.3);
 -moz-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.3);
 box-shadow: 0 10px 20px rgba(98, 170, 167, 0.3);
}

.catalog_list .photo {
 position: relative;
 height: 100%; /* 180px */
 line-height: 180px;
 text-align: center;
 background: #3AAACF;
 -webkit-border-radius: 10px 10px 0 0;
 -moz-border-radius: 10px 10px 0 0;
 border-radius: 10px 10px 0 0;
}

.catalog_list .photo img {
 vertical-align: middle;
 /*max-height: 150px;*/
}

.catalog_list .sale {
 position: absolute;
 top: 10px;
 left: -3px;
 min-width: 86px;
 height: 40px;
 line-height: 36px;
 padding: 0 10px;
 background: #d94347;
 border: 2px solid #fff;
 font-size: 17px;
 font-weight: 700;
 color: #fff;
 text-align: center;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 -moz-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
}

.catalog_list .info {
 padding: 15px 20px 20px;
}

.catalog_list .title a {
 font-size: 17px;
 font-weight: 700;
 line-height: 26px;
 color: #3AAACF;
 padding-bottom: 7px;
 text-decoration: none;
 -webkit-transition: color ease .4s;
 transition: color ease .4s;
}

.catalog_list .title a:hover {
 color: #000;
}

.catalog_list .item li {
 position: relative;
 font-size: 15px;
}

.catalog_list .item li:before {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 6px;
 display: block;
 height: 2px;
 background: #eef5fb;
 content: '';
}

.catalog_list .item li:after {
 display: block;
 clear: both;
 content: '';
}

.catalog_list .item li span {
 background: #fff;
 display: block;
 float: left;
 color: #bdbdbd;
 padding-right: 15px;
}

.catalog_list .item li i {
 float: right;
 background: #fff;
 font-style: normal;
 color: #000;
 padding-left: 15px;
}

.catalog_list .item li span,
.catalog_list .item li i {
 position: relative;
 z-index: 6;
}

.catalog_list .price {
 display: block;
 float: left;
 font-size: 17px;
 color: #000;
}

.catalog_list .price .old {
 color: #d94347;
 text-decoration: line-through;
 margin: -7px 0;
}

.catalog_list .price .new {
 padding-top: 6px;
}

.catalog_list .order {
 padding-top: 20px;
}

.catalog_list .order:after {
 display: block;
 clear: both;
 content: '';
}

.catalog_list .order a {
 display: block;
 float: right;
 width: 105px;
 height: 36px;
 line-height: 32px;
 background: #fff;
 color: #3AAACF;
 font-size: 13px;
 font-weight: 700;
 text-align: center;
 text-decoration: none;
 border: 2px solid #3AAACF;
 -webkit-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 -moz-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 -webkit-border-radius: 18px;
 -moz-border-radius: 18px;
 border-radius: 18px;
 -webkit-transition: all ease .2s;
 transition: all ease .2s;
}

.catalog_list .order a:hover {
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}

.catalog_list .order a:active {
 background: #3AAACF;
 color: #fff;
}

/*   description   */

.description {
  padding-top: 20px;
 background: #f5fafe;
}

.description h2 {
 display: block;
 font-size: 24px;
 line-height: 37px;
 color: #000;
 padding-bottom: 20px;
}

.description h3 {
 font-size: 20px;
 line-height: 31px;
 color: #000;
 padding-bottom: 15px;
}

.description .desc {
 font-size: 15px;
 line-height: 25px;
 padding-bottom: 20px;
}

.description .table_block {
 padding-bottom: 25px;
 margin: 0 -20px;
}

.description table {
 width: 100%;
 overflow: hidden;
 -webkit-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 -moz-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
}

.description table thead {
 height: 50px;
 line-height: 50px;
 background: #3AAACF;
 -webkit-border-radius: 10px 10px 0 0;
 -moz-border-radius: 10px 10px 0 0;
 border-radius: 10px 10px 0 0;
}

.description table th {
 color: #fff;
 text-align: left;
}

.description table th:first-child {
 padding-left: 20px;
}

.description table td:first-child {
 padding-left: 20px;
}

.description table td {
 background: #fff;
 text-align: left;
 padding: 13px 0;
 font-size: 15px;
 border-bottom: 1px solid #f5fafe;
}

.description table tr:last-child td {
 border-bottom: 0;
}

.description ul.dot {
 padding: 13px 0;
}

.description ul.dot li {
 padding: 2px 0;
}

.description ul.dot li:before {
 position: relative;
 top: -1px;
 display: inline-block;
 vertical-align: middle;
 width: 5px;
 height: 5px;
 background: #3AAACF;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 margin-right: 10px;
 content: ''
}

/*   radio and check   */

.check_col {
 padding-bottom: 20px;
}

.checkbox label,
.radio label {
 display: inline-block;
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
 display: none;
}

.checkbox:after {
 display: block;
 clear: both;
 content: '';
}

.checkbox {
 padding-bottom: 10px;
}

.checkbox input[type=checkbox] + label:before {
 display: block;
 float: left;
 border: 2px solid #3AAACF;
 height: 30px;
 width: 30px;
 -webkit-transition: background-color ease .2s;
 transition: background-color ease .2s;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 content: '';
}

.checkbox input[type=checkbox]:checked + label:before {
 background: url("../../img/check-icon.png") 50% 50% no-repeat #3AAACF;
 -o-background-size: 18px 13px;
 -webkit-background-size: 18px 13px;
 -khtml-background-size: 18px 13px;
 -moz-background-size: 18px 13px;
 background-size: 18px 13px;
}

.checkbox input[type=checkbox] + label i {
 display: block;
 overflow: hidden;
 padding: 4px 0 0 15px;
 font-size: 15px;
 font-style: normal;
 color: #000;
}

.radio_col {
 padding-bottom: 10px;
}

.radio input[type=radio] + label:before {
 display: block;
 float: left;
 border: 2px solid #3AAACF;
 height: 30px;
 width: 30px;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 content: '';
}

.radio input[type=radio]:checked + label:before {
 background: url("../../img/radio-checked.png") 50% 50% no-repeat;
 -o-background-size: 14px 14px;
 -webkit-background-size: 14px 14px;
 -khtml-background-size: 14px 14px;
 -moz-background-size: 14px 14px;
 background-size: 14px 14px;
}

.radio {
 padding-bottom: 10px;
}

.radio input[type=radio] + label i {
 display: block;
 overflow: hidden;
 padding: 4px 0 0 15px;
 font-size: 15px;
 font-style: normal;
 color: #000;
}

.radio:after {
 display: block;
 clear: both;
 content: '';
}

/*   calc selecter   */

.switches .selecter {
 display: inline-block;
 margin: 0;
 max-width: 260px;
}

.switches .open .selecter-selected {
 color: #000;
}

.switches .selecter-selected {
 position: relative;
 background: #fff;
 border: none;
 color: #3AAACF;
 cursor: pointer;
 display: block;
 font-size: 17px;
 font-weight: 400;
 margin: 0;
 padding: 5px 0;
}

.switches .selecter-selected:after {
 position: relative;
 top: 0;
 right: auto;
 bottom: auto;
 display: inline-block;
 vertical-align: middle;
 width: 11px;
 height: 5px;
 background: url("../../img/arrow-select.png") 0 0 no-repeat;
 -o-background-size: cover;
 -webkit-background-size: cover;
 -khtml-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 content: '';
 margin: 0 0 0 7px;
 border: none;
 -webkit-transition: all 0.2s ease-out;
 transition: all 0.2s ease-out;
}

.switches .open .selecter-selected:after {
 -moz-transform: rotate(180deg);
 -o-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}

/*   calc   */

.calc {
 padding: 15px 0 20px;
 background: url("../../img/bottom-bg.jpg") 50% 100% no-repeat #f5fafe;
}

.calc h2 {
 font-size: 28px;
 font-weight: 700;
 line-height: 28px;
 color: #000;
 text-align: center;
 padding-bottom: 25px;
}

.calc .box {
 background: #fff;
 margin: 0 -20px;
 padding: 25px 20px;
}

.calc .col_1 h4 {
 font-size: 24px;
 font-weight: 700;
 line-height: 24px;
 color: #000;
 padding-bottom: 20px;
}

.calc .toggle {
 font-size: 0;
 margin: 0 -5px -10px;
 padding-bottom: 30px;
}

.calc .toggle li {
 display: inline-block;
 vertical-align: top;
 width: 50%;
 padding: 0 5px 10px;
}

.calc .toggle .item {
 height: 90px;
 line-height: 90px;
 text-align: center;
 border: 1px solid #e0e0e0;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 cursor: pointer;
}

.calc .toggle .item.active {
 cursor: default;
 border-color: #3AAACF;
 -webkit-box-shadow: 0 0 0 1px #3AAACF;
 -moz-box-shadow: 0 0 0 1px #3AAACF;
 box-shadow: 0 0 0 1px #3AAACF;
}

.calc .toggle img {
 vertical-align: middle;
 max-height: 67px;
}

.calc .switches {
 padding-bottom: 15px;
}

.range-vertical p {
 padding-bottom: 20px;
}

.range-vertical #amount_height,
.range-horizontal #amount_width {
 width: 75px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 color: #000;
 font-size: 15px;
 background: #fff;
 box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 border-radius: 4px;
 border: none;
}

.range-horizontal p {
 float: left;
 margin-top: -20px;
}

#slider-vertical {
 height: 120px;
 margin-left: 36px;
}

#slider-horizontal {
 margin-left: 100px;
}

.calc .col_2 {
 background: #f5fafe;
}

.calc .col_2 .box_sl {
 position: relative;
 margin: 0 auto;
 max-width: 370px;
 padding: 25px 20px 40px 10px;
}

.calc .col_2 .box_sl img {
 display: block;
 width: 100%;
 padding: 20px 0 30px;
}

.calc .col_2 .range-vertical {
 position: relative;
 padding-left: 85px;
}

.calc .col_2 .vertical {
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}

.calc .col_2 .range-horizontal {
 padding-right: 15px;
}

.calc .total_col {
 clear: both;
 padding: 25px 0 20px;
 border-top: 20px solid #fff;
 text-align: center;
}

.calc .total_col:after {
 display: block;
 clear: both;
 content: '';
}

.calc .total_col .total {
 text-align: center;
 font-size: 32px;
 font-weight: 700;
 line-height: 32px;
 color: #000;
}

.calc .total_col .total span {
 color: #d94347;
}

.calc .total_col .plan {
 text-align: center;
 font-size: 15px;
 color: #000;
 padding-top: 10px;
}

#uptocall-mini .uptocall-mini-phone {
  background-color: #3AAACF;
}


/*   gallery   */

.gallery {
 background: url("../../img/project_62/bottom-bg2.jpg") 50% 100% no-repeat #ffffff;
 padding: 35px 0 0;
}

.gallery h2 {
 font-size: 28px;
 font-weight: 700;
 text-align: center;
 color: #000;
 padding-bottom: 30px;
}

.gallery_list li {
 display: inline-block;
 vertical-align: top;
 width: 100%;
 padding-bottom: 20px;
}

.gallery_list img {
 display: block;
 width: 100%;
 border: 4px solid #fff;
 -webkit-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 -moz-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
}

.gallery .twentytwenty-after-label:before {
 right: 10px;
 bottom: 10px;
}

.gallery .twentytwenty-before-label:before {
 left: 10px;
 bottom: 10px;
}

.slider_gallery .item img {
 display: block;
 width: 100%;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.slider_gallery .slick-dots {
 text-align: center;
 padding: 10px 0 15px;
}

.slider_gallery .slick-dots li {
 width: auto;
 height: 7px;
 margin: 0 7px;
 text-align: center;
 display: inline-block;
}

.slider_gallery .slick-dots li button {
 width: 7px;
 height: 7px;
 padding: 0;
 background: #3aaaa7;
 border: none;
 display: block;
 text-indent: -9000px;
 cursor: pointer;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.slider_gallery .slick-dots li button:before {
 display: none;
}

.slider_gallery .slick-dots li.slick-active button {
 background: #000;
}

/*   video-responsive   */

.video-responsive {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/*   working   */

.working {
 padding-top: 30px;
 padding-bottom: 50px;
 background: url("../../img/bg-work.jpg") 50% 100% no-repeat;
}

.working h2 {
 font-size: 28px;
 font-weight: 700;
 line-height: 28px;
 color: #000;
 text-align: center;
 padding-bottom: 25px;
}

/*   slider-working-for   */

.slider-working-for .photo {
 position: relative;
}

.slider-working-for .photo img {
 display: block;
 width: 100%;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.slider-working-for .photo .label {
 position: absolute;
 left: 10px;
 bottom: 10px;
 padding: 5px 10px;
 background: #fff;
 font-size: 15px;
 -webkit-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 -moz-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}

.slider-working-for .video-responsive {
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 overflow: hidden;
}

.slider-working-for .video_link {
 background: #333;
 position: relative;
 padding-bottom: 56%;
 height: 0;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 overflow: hidden;
}

.slider-working-for .video_link a:before {
 display: block;
 background: url("../../img/play-icon.png") 50% 50% no-repeat rgba(98, 170, 167, 0.5);
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
 content: '';
 -o-background-size: 38px 39px;
 -webkit-background-size: 38px 39px;
 -khtml-background-size: 38px 39px;
 -moz-background-size: 38px 39px;
 background-size: 38px 39px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 z-index: 20;
}

.slider-working-for .video_link img {
 bottom: 0;
 display: block;
 left: 0;
 margin: auto;
 max-width: 100%;
 position: absolute;
 right: 0;
 top: 0;
 width: 100%;
 height: auto;
}

.slider-working-for .youtube {
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
 height: auto;
}

.slider-working-for .youtube:before {
 display: block;
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
 background: url("../../img/play-icon.png") 50% 50% no-repeat rgba(0, 0, 0, 0.7);
 -o-background-size: 38px 39px;
 -webkit-background-size: 38px 39px;
 -khtml-background-size: 38px 39px;
 -moz-background-size: 38px 39px;
 background-size: 38px 39px;
 content: '';
 z-index: 5;
}

/*   slider-working-nav   */

.slider-working-nav {
 margin-top: 15px;
}

.slider-working-nav .slick-slide {
 float: left;
 width: 157px;
}

.slider-working-nav .photo {
 position: relative;
}

.slider-working-nav .photo {
 position: relative;
 border: 4px solid #fff;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.slider-working-nav .photo.video:before {
 display: block;
 background: url("../../img/play-icon.png") 50% 50% no-repeat rgba(0, 0, 0, 0.7);
 position: absolute;
 left: 6px;
 top: 6px;
 right: 6px;
 bottom: 6px;
 content: '';
 -o-background-size: 38px 39px;
 -webkit-background-size: 38px 39px;
 -khtml-background-size: 38px 39px;
 -moz-background-size: 38px 39px;
 background-size: 38px 39px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}

.slider-working-nav .slick-current .photo {
 border-color: #3AAACF;
}

.slider-working-nav .photo img {
 display: block;
 width: 100%;
 border: 6px solid #fff;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

/*   reviews   */

.reviews {
 background: #f5fafe;
 padding: 20px 0 20px;
}

.reviews h2 {
 font-size: 28px;
 font-weight: 700;
 line-height: 28px;
 color: #000;
 text-align: center;
 padding-bottom: 25px;
}

.row_slider {
 position: relative;
 background: #fff;
 padding: 20px;
 -webkit-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 -moz-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.row_slider:before {
 position: absolute;
 right: 17px;
 top: -10px;
 display: block;
 width: 47px;
 height: 37px;
 background: url("../../img/quote-icon.png") 0 0 no-repeat;
 -o-background-size: cover;
 -webkit-background-size: cover;
 -khtml-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 content: '';
}

.slider_reviews .item .info {
 color: #bdbdbd;
 font-size: 15px;
 line-height: 23px;
 padding-bottom: 15px;
}

.slider_reviews .item .info:before {
 display: block;
 width: 156px;
 height: 24px;
 background: url("../../img/rating.png") 0 0 no-repeat;
 -o-background-size: cover;
 -webkit-background-size: cover;
 -khtml-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 margin-bottom: 10px;
 content: '';
}

.slider_reviews .item h4 {
 font-size: 20px;
 font-weight: 700;
 line-height: 31px;
 color: #000;
 padding-bottom: 5px;
}

.slider_reviews .desc p {
 font-style: italic;
 font-size: 15px;
 line-height: 23px;
 padding-bottom: 10px;
}

.slider_reviews .desc p:last-child {
 padding-bottom: 0;
}

.reviews .slick-dots {
 font-size: 0;
 margin: 20px 0;
 text-align: center;
 height: 7px;
}

.reviews .slick-dots li {
 display: inline-block;
 vertical-align: top;
 width: 7px;
 height: 7px;
 margin: 0 7px;
 text-align: center;
}

.reviews .slick-dots li button {
 width: 7px;
 height: 7px;
 padding: 0;
 background: #3aaaa7;
 border: none;
 display: block;
 text-indent: -9000px;
 cursor: pointer;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.reviews .slick-dots li button:before {
 display: none;
}

.reviews .slick-dots li.slick-active button {
 background: #3AAACF;
}

.reviews_arrows {
 font-size: 0;
 display: none;
}

.speedbar li a {
  color: #3AAACF;
  text-decoration: none;
  -webkit-transition: color ease .2s;
  transition: color ease .2s;
}

.reviews_arrows .slick-arrow {
 display: inline-block;
 vertical-align: top;
 width: 60px;
 height: 60px;
 font-size: 0;
 z-index: 500;
 border: 4px solid #3AAACF;
 background: url("../../img/project_62/arrow-slider.png") 50% 50% no-repeat #fff;
 -o-background-size: 10px 20px;
 -webkit-background-size: 10px 20px;
 -khtml-background-size: 10px 20px;
 -moz-background-size: 10px 20px;
 background-size: 10px 20px;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 -webkit-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 -moz-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 cursor: pointer;
}

.reviews_arrows .slick-prev {
 right: 96px;
 -moz-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
 -o-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}

.reviews_arrows .slick-next {
 margin-left: 10px;
}

.video_reviews {
 padding-top: 10px;
}

.video_reviews .title {
 font-size: 17px;
 color: #000;
 text-align: center;
 padding: 15px 10px 0;
}

.video_reviews .video-responsive {
 background: #333;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 overflow: hidden;
}

.video_reviews .youtube {
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
 height: auto;
}

.video_reviews .youtube:before {
 display: block;
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
 background: url("../../img/play-icon.png") 50% 50% no-repeat rgba(0, 0, 0, 0.7);
 -o-background-size: 38px 39px;
 -webkit-background-size: 38px 39px;
 -khtml-background-size: 38px 39px;
 -moz-background-size: 38px 39px;
 background-size: 38px 39px;
 content: '';
 z-index: 5;
}

/*   specialists   */

.specialists {
 background: #f5fafe;
 padding: 0 0 25px;
}

.specialists h2 {
 font-size: 28px;
 font-weight: 700;
 line-height: 43px;
 color: #000;
 text-align: center;
 padding-bottom: 10px;
}

.specialists .sub {
 max-width: 530px;
 font-size: 17px;
 line-height: 26px;
 color: #000;
 text-align: center;
 padding-bottom: 25px;
 margin: 0 auto;
}

.slider_specialists .photo {
 padding: 0 25px 25px;
}

.slider_specialists .photo img {
 display: block;
 margin: 0 auto;
 border: 10px solid #fff;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 -webkit-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 -moz-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
}

.slider_specialists .item h4 {
 font-size: 20px;
 font-weight: 700;
 line-height: 31px;
 color: #000;
 text-align: center;
}

.slider_specialists .item h4:after {
 display: block;
 width: 70px;
 height: 2px;
 background: #3AAACF;
 margin: 10px auto 0;
 content: '';
}

.slider_specialists .item p {
 max-width: 190px;
 margin: 0 auto;
 font-size: 17px;
 line-height: 26px;
 color: #000;
 text-align: center;
 padding-top: 15px;
}

.slider_specialists .slick-dots {
 font-size: 0;
 margin: 20px 0;
 text-align: center;
 height: 7px;
}

.slider_specialists .slick-dots li {
 display: inline-block;
 vertical-align: top;
 width: 7px;
 height: 7px;
 margin: 0 7px;
 text-align: center;
}

.slider_specialists .slick-dots li button {
 width: 7px;
 height: 7px;
 padding: 0;
 background: #3aaaa7;
 border: none;
 display: block;
 text-indent: -9000px;
 cursor: pointer;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.slider_specialists .slick-dots li button:before {
 display: none;
}

.slider_specialists .slick-dots li.slick-active button {
 background: #3AAACF;
}

/*   thanks   */

.thanks {
 padding: 40px 0;
 overflow: hidden;
}

.thanks h2 {
 font-weight: 700;
 font-size: 28px;
 line-height: 28px;
 color: #000;
 text-align: center;
 padding-bottom: 10px;
}

.thanks_slider {

}

.thanks_slider .slick-list {
 padding: 20px;
 margin: -20px -20px -10px;
}

.thanks_slider .item a {
 display: block;
 padding: 20px;
 background: #fff;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 -webkit-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 -moz-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 -webkit-transition: box-shadow ease .6s;
 transition: box-shadow ease .6s;
}

.thanks_slider .item a:hover {
 -webkit-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.3);
 -moz-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.3);
 box-shadow: 0 10px 20px rgba(98, 170, 167, 0.3);
}

.thanks_slider .item img {
 display: block;
 width: 100%;
}

.thanks_slider .slick-dots {
 font-size: 0;
 margin: 20px 0;
 text-align: center;
 height: 7px;
}

.thanks_slider .slick-dots li {
 display: inline-block;
 vertical-align: top;
 width: 7px;
 height: 7px;
 margin: 0 7px;
 text-align: center;
}

.thanks_slider .slick-dots li button {
 width: 7px;
 height: 7px;
 padding: 0;
 background: #3aaaa7;
 border: none;
 display: block;
 text-indent: -9000px;
 cursor: pointer;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.thanks_slider .slick-dots li button:before {
 display: none;
}

.thanks_slider .slick-dots li.slick-active button {
 background: #3AAACF;
}

.thanks_slider .slick-arrow {
 position: absolute;
 top: 50%;
 margin-top: -30px;
 display: block;
 width: 60px;
 height: 60px;
 font-size: 0;
 z-index: 500;
 border: 4px solid #3AAACF;
 background: url("../../img/project_62/arrow-slider.png") 50% 50% no-repeat #fff;
 -o-background-size: 10px 20px;
 -webkit-background-size: 10px 20px;
 -khtml-background-size: 10px 20px;
 -moz-background-size: 10px 20px;
 background-size: 10px 20px;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 -webkit-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 -moz-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 cursor: pointer;
}

.thanks_slider .slick-prev {
 left: -30px;
 -moz-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
 -o-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}

.thanks_slider .slick-next {
 right: -30px;
}

/*   map   */

.map {
 position: relative;
 background: #f5fafe;
}

#map {
 height: 400px;
}

.map_alert {
 max-width: 480px;
 margin: 0 auto;
 background: #fff;
 -webkit-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 -moz-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 z-index: 999;
}

.map_alert .logo {
 position: relative;
 background: #f5fafe;
 padding: 30px 0;
}

.map_alert .logo img {
 display: block;
 width: 256px;
 margin: 0 auto;
}

.map_alert .logo:after {
 position: absolute;
 left: 30px;
 bottom: -33px;
 border: 20px solid transparent;
 border-top: 14px solid #f5fafe;
 content: '';
}

.map_alert .contact {
 padding: 30px 20px 30px 20px;
}

.map_alert .tel a {
 line-height: 24px;
 font-size: 24px;
 font-weight: 700;
 color: #000;
 cursor: default;
 text-decoration: none;
}

.map_alert .mail {
 padding-top: 10px;
}

.map_alert .mail a {
 display: inline-block;
 color: #3AAACF;
 font-size: 17px;
 text-decoration: none;
 -webkit-transition: color ease .2s;
 transition: color ease .2s;
}

.map_alert .mail a:hover {
 color: #d94347;
}

.map_alert .mail a:before {
 display: inline-block;
 vertical-align: middle;
 background: url("../../img/project_62/mail-icon.png") 0 0 no-repeat;
 width: 21px;
 height: 14px;
 -o-background-size: cover;
 -webkit-background-size: cover;
 -khtml-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 margin-right: 10px;
 content: '';
}

.map_alert .location {
 font-size: 15px;
 color: #000;
 padding: 15px 0 25px;
 line-height: 20px;
}

.map_alert .call_me a {
 display: block;
 width: 200px;
 height: 57px;
 line-height: 53px;
 background: #fff;
 color: #3AAACF;
 font-size: 15px;
 font-weight: 700;
 text-align: center;
 text-decoration: none;
 border: 2px solid #3AAACF;
 -webkit-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 -moz-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 -webkit-border-radius: 29px;
 -moz-border-radius: 29px;
 border-radius: 29px;
 -webkit-transition: all ease .2s;
 transition: all ease .2s;
}

.map_alert .call_me a:hover {
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}

.map_alert .call_me a:active {
 background: #3AAACF;
 color: #fff;
}

/*   partners   */

.partners {
 background: #f5fafe;
 padding: 50px 0;
}

.partners .box {
 position: relative;
 background: #fff;
 padding: 5px;
 -webkit-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 -moz-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.partners .box > img {
 display: block;
 margin: -10px auto 20px;
}

.partners .txt {
 background: #3AAACF;
 color: #fff;
 padding: 35px 25px 40px;
 -webkit-border-radius: 0 0 5px 5px;
 -moz-border-radius: 0 0 5px 5px;
 border-radius: 0 0 5px 5px;
}

.partners .txt p {
 font-size: 15px;
 padding-bottom: 20px;
}

.partners .link img {
 position: relative;
 top: -3px;
 display: inline-block;
 vertical-align: middle;
 width: 53px;
 margin-right: 10px;
}

.partners .link a {
 font-size: 24px;
 line-height: 24px;
 font-weight: 700;
 color: #fff;
 text-decoration: none;
}

/*   footer   */

footer {
 padding: 40px 0;
}

footer .copyright {
 color: #bdbdbd;
 font-size: 13px;
 padding-top: 30px;
}


.full_page {
  background: #f5fafe;
  padding: 30px 0;
 }
 
 .speedbar {
  padding-bottom: 20px;
 }
 
 .speedbar ul:after {
  display: block;
  clear: both;
  content: '';
 }
 
 .speedbar li:last-child {
  float: none;
  clear: none;
  padding-top: 7px;
 }
 
 .speedbar li {
  display: block;
  float: left;
  font-size: 17px;
 }
 
 .speedbar li:after {
  display: inline-block;
  color: #e2e3e3;
  content: '/';
  padding: 0 17px;
 }
 
 .speedbar li:last-child:after {
  display: none;
 }
 
 .speedbar li a {
  color: #3AAACF;
  text-decoration: none;
  -webkit-transition: color ease .2s;
  transition: color ease .2s;
 }
 
 .speedbar li a:hover {
  color: #d94347;
 }
 
 .speedbar h1 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
 }
 
 .full_page .slider_block {
  position: relative;
  background: #3AAACF;
  padding: 20px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
 }
 
 .full_page .slider_block .sale {
  position: absolute;
  top: 10px;
  left: -3px;
  min-width: 110px;
  width: auto;
  height: 50px;
  line-height: 45px;
  background: #d94347;
  border: 2px solid #fff;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
  -moz-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
  box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
  z-index: 20;
  padding: 0 20px;
 }
 
 .slider-full .item {
  padding-bottom: 10px;
 }
 
 .slider-full .item img {
  display: block;
  margin: 0 auto;
 }
 
 .slider-full-nav {
  max-width: 320px;
  margin: 0 auto;
 }
 
 .slider-full-nav .item {
  text-align: center;
 }
 
 .slider-full-nav .slick-current img {
  border-color: #000;
 }
 
 .slider-full-nav img {
  display: block;
  height: 56px;
  margin: 0 auto;
  border: 1px solid transparent;
  padding: 7px;
 }
 
 .full_page .col-1 {
  padding-bottom: 20px;
 }
 
 .full_page .col-2 .info {
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
  box-shadow: 0 10px 20px rgba(98, 170, 167, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
 }
 
 .full_page .col-2 .desc {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  padding-bottom: 15px;
 }
 
 .full_page .col-2 .desc p {
  padding-bottom: 10px;
 }
 
 .full_page .col-2 .desc p:last-child {
  padding-bottom: 0;
 }
 
 .full_page .cost {
  padding: 15px 0;
  margin-bottom: 15px;
  background: #f5fafe;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
 }
 
 .full_page .cost:after {
  display: block;
  clear: both;
  content: '';
 }
 
 .full_page .price {
  text-align: center;
  line-height: 24px;
 }
 
 .full_page .price .new {
  font-size: 24px;
  color: #000;
 }
 
 .full_page .price .old {
  color: #d94347;
  font-size: 17px;
  text-decoration: line-through;
  margin-left: 10px;
 }
 
 .full_page .price .new,
 .full_page .price .old {
  display: inline-block;
 }
 
 .full_page .order {
  padding-top: 10px;
 }
 
 .full_page .order a {
  display: block;
  width: 200px;
  height: 49px;
  line-height: 44px;
  background: #fff;
  color: #3AAACF;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 2px solid #3AAACF;
  -webkit-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
  -moz-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
  box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  margin: 0 auto;
 }
 
 .full_page .order a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
 }
 
 .full_page .order a:active {
  background: #3AAACF;
  color: #fff;
 }
 
 .full_page .options li {
  position: relative;
  font-size: 15px;
  padding-bottom: 15px;
 }
 
 .full_page .options li:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  display: block;
  height: 2px;
  background: #eef5fb;
  content: '';
 }
 
 .full_page .options li:after {
  display: block;
  clear: both;
  content: '';
 }
 
 .full_page .options li span {
  background: #fff;
  display: block;
  color: #bdbdbd;
 }
 
 .full_page .options li i {
  background: #fff;
  font-style: normal;
  color: #000;
  padding-right: 15px;
 }
 
 .full_page .options li span,
 .full_page .options li i {
  position: relative;
  z-index: 6;
 }
 
 .full_page .video-responsive {
  background: #333;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
 }
 
 .full_page .youtube {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
 }
 
 .full_page .youtube:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../img/play-icon.png") 50% 50% no-repeat rgba(0, 0, 0, 0.7);
  -o-background-size: 38px 39px;
  -webkit-background-size: 38px 39px;
  -khtml-background-size: 38px 39px;
  -moz-background-size: 38px 39px;
  background-size: 38px 39px;
  content: '';
  z-index: 5;
 }
 
 @media only screen and (min-width: 480px) {
 
  .speedbar h1 {
   font-size: 32px;
   line-height: 45px;
  }
 
  .full_page .slider_block {
   padding-top: 25px;
  }
 
  .slider-full .item {
   padding-bottom: 15px;
  }
 
  .full_page .cost {
   padding: 20px;
   display: flex;
   justify-content: space-between;
  }
 
  .full_page .price {
   float: left;
   width: 50%;
   text-align: left;
   height: 49px;
   line-height: 49px;
  }
 
  .full_page .order {
   padding-top: 0;
   float: left;
  }
 
  .full_page .order a {
   margin-left: 0;
   width: 140px;
  }
 
 }
 
 @media only screen and (min-width: 768px) {
 
  .speedbar h1 {
   line-height: 49px;
  }
 
  .full_page .slider_block {
   padding: 35px 0 25px;
  }
 
  .full_page .price {
   width: 220px;
  }
 
  .full_page .options li {
   padding-bottom: 0;
  }
 
  .full_page .options li span {
   float: left;
   max-width: 240px;
   padding-right: 15px;
  }
 
  .full_page .options li i {
   margin-left: 225px;
   display: block;
   padding-left: 15px;
  }
 
 }
 
 @media only screen and (min-width: 1000px) {
 
  .full_page .col-1,
  .full_page .col-2 {
   float: left;
   width: 50%;
  }
 
  .full_page .col-1 {
   padding-right: 10px;
   padding-bottom: 0;
  }
 
  .full_page .col-2 {
   padding-left: 10px;
  }
 
  .full_page .slider_block {
   margin-bottom: 20px;
  }
 
  .speedbar h1 {
   font-size: 42px;
   line-height: 64px;
  }
 
  .speedbar li:last-child {
   padding-top: 0;
  }
 
 }
 
 @media only screen and (min-width: 1306px) {
 
  .speedbar {
   padding-bottom: 25px;
  }
 
  .full_page .slider_block {
   padding: 40px 0 30px;
  }
 
  .slider-full .item {
   padding-bottom: 20px;
  }
 
  .full_page .slider_block .sale {
   top: 20px;
  }
 
  .full_page .col-1 {
   padding-right: 15px;
  }
 
  .full_page .col-2 {
   padding-left: 15px;
  }
 
  .full_page .col-2 .desc {
   padding-bottom: 20px;
  }
 
  .full_page .cost {
   margin-bottom: 20px;
  }
 
  .full_page .col-2 .info {
   padding-bottom: 25px;
  }
 
 }







.popup_modal {
  display: none;
  width: 90%;
  max-width: 340px;
  padding: 20px 0;
 }
 
 .popup_modal.big-modal {
  max-width: 1266px;
 }
 
 .popup_modal.big-modal .content_modal {
  background: #fff;
  overflow: hidden;
 }
 
 .popup_modal .content_modal {
  position: relative;
  background: #f5fafe;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
 }
 
 .popup_modal .content_modal:after {
  display: block;
  clear: both;
  content: '';
 }
 
 .popup_modal .head {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  padding: 20px 60px 20px 30px;
  border-bottom: 2px solid #fff;
 }
 
 .popup_modal .form ul {
  padding: 10px 0 0 0;
 }
 
 .popup_modal li.field {
  padding: 0 30px;
 }
 
 .popup_modal li.field input,
 .popup_modal .order_form form input {
  padding: 19px 10px;
  width: 100%;
  background: #f5fafe;
  font-size: 17px;
  color: #333;
  border: none;
  border-bottom: 1px solid #3aaaa7;
  margin-bottom: 7px;
  -webkit-transition: border ease .2s;
  transition: border ease .2s;
 }
 
 .popup_modal li.field input:focus,
 .popup_modal .order_form form input:focus {
  border-color: #3AAACF;
 }
 
 .popup_modal li.btn button {
  width: 100%;
  height: 65px;
  line-height: 65px;
  margin-top: 13px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  background: #3AAACF;
  -webkit-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
  -moz-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
  box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
 }
 
 .popup_modal li.btn button:hover {
  background: #3AAACF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
 }
 
 .popup_modal li.btn button:active {
  background: #3aaaa7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
 }
 
 .popup_modal li.btn {
  padding: 5px 30px 30px;
 }
 
 .popup_modal .text {
  color: #333;
  font-size: 17px;
  padding: 25px 30px;
 }
 
 .popup_modal .text p:first-child {
  padding-top: 0;
 }
 
 .popup_modal .text p {
  padding-top: 13px;
 }
 
 .popup_modal .b-close {
  position: absolute;
  right: 12px;
  top: 12px;
  display: block;
  width: 40px;
  height: 40px;
  background: url("../../img/project_62/close-icon.png") 50% 50% no-repeat;
  -o-background-size: 14px 14px;
  -webkit-background-size: 14px 14px;
  -khtml-background-size: 14px 14px;
  -moz-background-size: 14px 14px;
  background-size: 14px 14px;
  font-size: 0;
  cursor: pointer;
 }
 
 .popup_modal .close_popup {
  padding-top: 20px;
 }
 
 .popup_modal .close_popup a {
  color: #d94347;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color ease .4s;
  transition: color ease .4s;
 }
 
 .popup_modal .close_popup a:hover {
  color: #000;
 }
 
 .b-modal.__b-popup1__ {
  cursor: default !important;
 }
 
 .popup_modal .catalog_order {
  float: left;
  width: 50%;
  background: #fff;
  padding: 40px 45px 80px;
 }
 
 .popup_modal .order_form {
  float: left;
  width: 50%;
  background: #f5fafe;
 }
 
 .popup_modal .order_form {
  padding: 40px 45px 80px;
 }
 
 .popup_modal .order_form h4 {
  font-size: 42px;
  font-weight: 700;
  line-height: 59px;
  color: #000;
  padding-bottom: 15px;
 }
 
 .popup_modal .order_form .txt {
  font-size: 15px;
  line-height: 31px;
  color: #000;
  padding-bottom: 10px;
 }
 
 .popup_modal .order_form .btn_col {
  padding-top: 28px;
 }
 
 .popup_modal .order_form .btn_col:after {
  display: block;
  clear: both;
  content: '';
 }
 
 .popup_modal .order_form .btn_col div {
  float: left;
  width: 50%;
 }
 
 .popup_modal .order_form .btn_col div:nth-child(1) {
  padding-right: 10px;
 }
 
 .popup_modal .order_form .btn_col div:nth-child(2) {
  padding-left: 10px;
 }
 
 .popup_modal .order_form button.buy {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  background: #3AAACF;
  -webkit-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
  -moz-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
  box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
 }
 
 .popup_modal .order_form button.buy:hover {
  background: #3AAACF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
 }
 
 .popup_modal .order_form button.buy:active {
  background: #3aaaa7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
 }
 
 .popup_modal .order_form a.next-step {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 66px;
  background: #fff;
  color: #3AAACF;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 2px solid #3AAACF;
  -webkit-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
  -moz-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
  box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
 }
 
 .popup_modal .order_form a.next-step:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
 }
 
 .popup_modal .order_form a.next-step:active {
  background: #3AAACF;
  color: #fff;
 }
 
 .popup_modal .catalog_order ul {
  display: block;
  margin-top: -20px;
 }
 
 .popup_modal .catalog_order li {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #3aaaa7;
 }
 
 .popup_modal .catalog_order li:after {
  display: block;
  clear: both;
  content: '';
 }
 
 .popup_modal .catalog_order .pic {
  float: left;
  width: 130px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  padding-right: 10px;
 }
 
 .popup_modal .catalog_order .pic img {
  max-height: 100px;
  vertical-align: middle;
 }
 
 .popup_modal .catalog_order .info {
  overflow: hidden;
  padding-top: 15px;
  display: inline-table;
 }
 
 .popup_modal .catalog_order h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  color: #3AAACF;
  padding: 0 40px 8px 0;
 }
 
 .popup_modal .catalog_order .cost {
  font-size: 20px;
  color: #000;
 }
 
 .popup_modal .catalog_order a.del {
  position: absolute;
  right: -9px;
  top: 20px;
  display: block;
  width: 40px;
  height: 40px;
  background: url("../../img/project_62/close-icon.png") 50% 50% no-repeat;
  -o-background-size: 14px 14px;
  -webkit-background-size: 14px 14px;
  -khtml-background-size: 14px 14px;
  -moz-background-size: 14px 14px;
  background-size: 14px 14px;
  font-size: 0;
  cursor: pointer;
 }
 
 #iframe_modal {
  max-width: 900px;
  width: 90% !important;
  display: none;
 }
 
 #iframe_modal .content_iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  background: #000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
 }
 
 #iframe_modal .content_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 }
 
 #iframe_modal .b-close {
  position: absolute;
  right: -11px;
  top: -40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
 }
 
 #iframe_modal .b-close:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin: -7px 0 0 -7px;
  background: url("../img/close-video.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  opacity: .7;
  content: '';
 }
 
 
 
 
 
 .cart-icon {
    position: relative;
}

.cart-count {
    position: absolute;
    z-index: 100;
    left: -18px;
    bottom: -5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 20px;
    background-color: #ff6249;
}
.cart-added-popup {
    position: fixed;
    z-index: 10000;
    bottom: 10px;
    right: 10px;
    width: 300px;
    height: 80px;
    display: none;
    background-color: #d94347;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
.cart-added__wrapper {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.cart-added-close {
    position: absolute;
    top: 10px;
    right: 0px;
    color: #fff;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.cart-added-close::before,
.cart-added-close::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 2px;
    background-color: #fff;
}
.cart-added-close::before {
    transform: rotate(45deg);
}
.cart-added-close::after {
    transform: rotate(-45deg);
}
 
 
 
 #iframe_modal .b-close:hover {
  opacity: 1;
 }
 
 @media only screen and (max-width: 1050px) {
 
  .popup_modal .catalog_order {
   padding: 40px 25px 50px;
  }
 
  .popup_modal .order_form {
   padding: 40px 25px 50px;
  }
 
  .popup_modal .order_form h4 {
   font-size: 32px;
   line-height: 40px;
  }
 
 }
 
 @media only screen and (max-width: 992px) {
 
  .popup_modal .catalog_order,
  .popup_modal .order_form {
   float: none;
   width: auto;
  }
 
  .popup_modal .catalog_order {
   padding-bottom: 30px;
  }
 
  .popup_modal .catalog_order a.del {
   top: 50%;
   margin-top: -20px;
  }
 
 }
 
 @media only screen and (max-width: 480px) {
 
  .popup_modal .order_form .btn_col div {
   float: none;
   width: auto;
  }
 
  .popup_modal .order_form .btn_col div:nth-child(1) {
   padding-right: 0;
  }
 
  .popup_modal .order_form .btn_col div:nth-child(2) {
   padding-left: 0;
   padding-top: 20px;
  }
 
  .popup_modal .catalog_order h4 {
   font-size: 18px;
   line-height: 24px;
  }
 
  .popup_modal .catalog_order {
   padding: 40px 20px 30px;
  }
 
  .popup_modal .order_form {
   padding: 25px 20px 40px;
  }
 
 }
 
 @media only screen and (max-width: 390px) {
 
  .popup_modal .catalog_order .pic {
   float: none;
   width: auto;
   height: auto;
   line-height: normal;
   padding-right: 0;
  }
 
  .popup_modal .catalog_order .pic img {
   display: block;
   margin: 0 auto;
  }
 
  .popup_modal .catalog_order .info {
   text-align: center;
  }
 
  .popup_modal .catalog_order h4 {
   padding-right: 0;
  }
 
  .popup_modal .order_form h4 {
   font-size: 26px;
   line-height: 34px;
  }
 
  .popup_modal .catalog_order a.del {
   position: static;
   display: block;
   margin: 5px auto 0;
  }
 
  .popup_modal .catalog_order li {
   padding-bottom: 10px;
  }
 
 }
 
 @media only screen and (max-width: 350px) {
 
  .popup_modal .head {
   font-size: 22px;
   padding-left: 20px;
  }
 
  .popup_modal .form ul {
   padding: 11px 0 0 0;
  }
 
  .popup_modal li.field {
   padding: 0 20px;
  }
 
  .popup_modal li.btn {
   padding: 5px 20px 25px;
  }
 
  .popup_modal .text {
   padding: 20px;
  }
 
 }
 @media(max-width: 768px) { 
 	.description .wrap {
		padding: 10px;
	}
 }

/* Двойная форма на главной */

head .order_form .order_tabs {
  background-color: #fff;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  display: flex;
  text-align: center;
  align-items: stretch;
  overflow: hidden;
}
.head .order_form .order_tab-link {
  text-decoration: none;
  /* color: #c3c3c3; */
  color: #d94347;
  padding: 10px;
  font-weight: 600;
  transition: all 0.1s linear;
  flex: 0 0 50%;
  font-size: 14px;
  border-radius: 10px 10px 0 0;
}
.head .order_form .order_tab-link.active {
  color: #d94347;
  background-color: #f5fafe;
}

.head .order_form .order_form-item {
  display: none;
}

.head .order_form .order_form-item.active {
  display: block;
}
@media only screen and (min-width: 1240px){
  .head .order_form.two-order__form .title_form {
      padding: 30px 20px 35px 40px;
      border-radius: 0;
  } 
}

.head .order_form input, .head .order_form select {
  padding: 19px 10px;
  width: 100%;
  background: #fff;
  font-size: 17px;
  color: #333;
  border: none;
  border-bottom: 1px solid #88450e;
  margin-bottom: 7px;

}
.head .order_form select {
  -webkit-transition: border ease .2s;
  transition: border ease .2s;
  background-image: url(/static/templates/okna/img/arrow-down.svg);
  background-size: 20px 20px;
  background-position: right 15px;
  background-repeat: no-repeat;
}

button[disabled=disabled], button:disabled, .disabled {
  background: #79706d !important;
  cursor: no-drop !important;
}

.button-uptop-request {background: #3AAACF;}
.modal__more-btn.fast-show__add-cart {background-color: #3AAACF;}
.modal__more-btn-opacity {color: #3AAACF;outline: 2px solid #3AAACF;}
.hidden-modal__more-slider {background-color: #3AAACF;}



.fancybox-slide--html .fancybox-close-small{
  display: block !important;
}
.hidden-modal__more .fancybox-button svg{
  color: #3AAACF;
}
.hidden-modal__more-slider{
  width: 350px;
  height: 350px;
  background-color: #3AAACF;
  border-radius: 20px;
}
.hidden-modal__more-slider__item{
  height: 350px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hidden-modal__more-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hidden-modal__more-content{
  max-width: 450px;
  margin-left: 40px;
  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;
}

.hidden-modal__more-slider-wrap .slick-arrow{
  width: 42px;
  height: 42px;
  font-size: 0px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 42px / 2);
  z-index: 5;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/static/templates/okna/img/arrow-right.svg');
  background-size: 20px;
  opacity: .5;
}
.hidden-modal__more-slider-wrap .slick-arrow:hover{
  opacity: 1;
}
.hidden-modal__more-slider-wrap .slick-prev{
  left: 20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hidden-modal__more-slider-wrap .slick-next{
  right: 20px;
}
.hidden-modal__more-slider
.number-arrow__input[type="number"]::-webkit-outer-spin-button,
.number-arrow__input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.number-arrow__input[type="number"] {
-moz-appearance: textfield;
}
.number-arrow__input[type="number"]:hover,
.number-arrow__input[type="number"]:focus {
 -moz-appearance: number-input;
}

.number-arrow__input[type=number]::-webkit-inner-spin-button,
.number-arrow__input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

.more-info__count{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__more-input-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}

.number-arrow{
  width: 31px;
  height: 31px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid gray;
}
.number-arrow__input{
  height: 31px;
  border: 1px solid gray;
  border-left: none;
  border-right: none;
  text-align: center;
  width: 71px;
}

.more-info__text.more-info__count{
  margin-bottom: 7px;
}

.hidden-modal__more{
  display: none;
  border-radius: 20px;
}

.hidden-modal__more{
  padding: 35px;
  background: white;
}
.warning{
  display: none;
}
.item-relative{
  position: relative;
}


.item-relative:hover .item__more-info{
  opacity: 1;
  pointer-events: auto;
}
.item__more-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  caption-side: 20px;
  padding-top: 20px;
  background-color: rebeccapurple;
  color: white;
  cursor: pointer;
  background-color: #3AAACF;
  position: absolute;
  width: 91%;
  z-index: 100;
  background-color: #D94347;
  -webkit-box-shadow: rgb(176 69 14 / 10%) 0px 10px 20px;
          box-shadow: rgb(176 69 14 / 10%) 0px 10px 20px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  text-decoration: none;
  top: calc(100px - 41px / 2);
  width: 148px;
  height: 41px;
  font-size: 14px;
  left: calc(50% - 148px / 2);
  opacity: 0;
  pointer-events: none;
}

.more-info__head{
  font-size: 26px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 10px;
  width: 95%;
}
.more-info__text{
  font-size: 17px;
  margin-bottom: 10px;
}
.more-info__total-price{
  font-size: 31px;
  font-weight: 700;
  margin-top: 24px;
}
.modal__more__btn-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}
.modal__more-btn{
  width: 193px;
  height: 58px;
  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;
  border-radius: 35px;
  border: none;
  background-color: #3AAACF;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.modal__more-btn-opacity{
  background-color: #fff;
  color: #3AAACF;
  outline: 2px solid #3AAACF;
  margin-left: 28px;
}
@media (max-width: 1305px){
  .item__more-info{
      display: none;
  }

  .item-relative:hover .box{
      border-radius: 10px;
  }
  .item-relative{
      position: static;
  }
}

.companies-slider-wrap {
	position: relative;
  height: 250px;
}

.companies-slider-wrap .slick-track {height: 250px;}

.companies-slide__item{
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70%;
	height: 200px;
  pointer-events: none;
}


.companies-slider-wrap .slick-arrow {
	width: 60px;
	height: 60px;
	font-size: 0px;
	background-color: #fff;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 42px / 2);
	z-index: 5;
	background-position: center;
	background-repeat: no-repeat;
	/* background-image: url(https://piterpack.ru/static/templates/okna/img/arrow-right.svg); */
	background-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
	background-color: #fff;
	border: 4px solid #3AAACF;
}
.companies-slider-wrap .slick-arrow svg {
  width: 25px;
  height: 25px;
}

.companies-slider-wrap .slick-next{
	position: absolute;
	right: -60px
}
.companies-slider-wrap .slick-prev{
	position: absolute;
	left: -60px;
	/* transform: rotate(180deg); */
}


@media (max-width: 1500px){
	.companies-slider-wrap .slick-arrow{
		opacity: .5;
	}

	.companies-slider-wrap .slick-arrow:hover{
		opacity: 1;
	}
	.companies-slider-wrap .slick-next{
		right: 0px;
	}
	.companies-slider-wrap .slick-prev{
		left: 0px;
	}
}
.header__wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.descriptor {font-size: 14px;color: #3AAACF;text-align: center;}

@media (max-width: 390px) {
  .popup_modal .catalog_order .info {
    overflow: hidden;
    padding-top: 15px;
    display: list-item;
}
.popup_modal .catalog_order .cost{
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 6em;
}
.modal__more-input-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 6em;
}
  
}

.makulatura-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.placemark_layout_container {background: white;font: 13px/20px Arial,sans-serif;padding: 10px 12px;min-width: 150px;width: fit-content;z-index: 2;}
