/* MAIN */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic");

.price-list{
	font-size: 18px;
    background: #538cc5;
    color: #fff;
    padding: 5px 15px;
    margin: 10px 0;
    display: inline-block;
}
.price-list:hover{
	color: #fff;
	opacity: 0.9;
}
.whats{
	position: absolute;
    width: 35px;
    left: -45px;
}
.whats img{
	height: 100%;
	width: 100%;
}
.whats2{
	position: relative;
	display: inline-block;
    width: 35px;
    height: 35px;
	margin-top: 10px;
	
}
.whats2 img{
	height: 100%;
	width: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #2a2525; }

input[type="checkbox"] {
  height: 15px;
  width: 15px; }

.section__title {
  margin-top: 50px; }
  .section__title_hr {
    position: relative;
    text-align: center; }
    .section__title_hr:after {
      position: absolute;
      content: '';
      display: block;
      left: 50%;
      margin-left: -23px;
      width: 60px;
      height: 3px;
      background-color: #fff; }
  .section__title h2 {
    position: relative;
    left: 8px;
    text-align: center;
    font-size: 46px;
    font-weight: 600; }

button:focus {
  outline: none; }

a:focus {
  outline: none; }

.scroll-up {
  position: fixed;
  display: block;
  bottom: 20px;
  right: 20px;
  height: 46px;
  width: 145px;
  color: #c3c3c3;
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 13px 0 0 60px;
  text-decoration: none;
  z-index: 900;
  background: url("../img/scroll-up.png") no-repeat 20% 50%, -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background: url("../img/scroll-up.png") no-repeat 20% 50%, -webkit-linear-gradient(white, white);
  background: url("../img/scroll-up.png") no-repeat 20% 50%, -o-linear-gradient(white, white);
  background: url("../img/scroll-up.png") no-repeat 20% 50%, linear-gradient(white, white);
  /* END MAIN */ }
  .scroll-up:hover {
    color: #c3c3c3;
    text-decoration: none; }
  .scroll-up:focus {
    color: #c3c3c3;
    text-decoration: none; }
  .scroll-up_hide {
    display: none; }

/* HEADER */
.header {
  height: 82px;
  background-color: #fff; }

.sidebar-icon {
  position: relative;
  top: 20px;
  left: 20px;
  display: inline-block;
  height: 23px;
  width: 30px;
  border: none;
  background: url("../img/burger.png") no-repeat 50% 50% !important; }

.phone-icon {
  float: right;
  position: relative;
  top: 15px;
  right: -8px;
  display: inline-block;
  height: 28px;
  width: 28px;
  border: none;
  background: url("../img/phone.png") no-repeat 50% 50% !important; }

.logo {
  position: relative;
  left: -7px;
  top: 20px;
  height: 40px;
  width: 182px;
  color: #000;
  display: inline-block;
  background: url("../img/logo.png") no-repeat 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 10px; }

.logo-description {
  position: absolute;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  top: 21px;
  left: 109px;
  letter-spacing: 0.07em; }

.menu {
  position: relative;
  top: 30px;
  left: 67px; }
  .menu ul {
    padding: 0; }
    .menu ul li {
      display: inline-block;
      font-size: 16px;
      margin-right: 67px; }
      .menu ul li a {
        color: #2a2525; }
        .menu ul li a:hover {
          color: #538cc5; }

.phone {
  position: relative;
  top: 11px;
  left: 80px; }
  .phone__number {
    font-weight: 600;
    font-size: 26px; }
  .phone__description {
    position: absolute;
    background: none;
    top: 33px;
    left: 28px;
    letter-spacing: 0.02em;
    color: #538cc5;
    border: none;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px dashed #538cc5; }
    .phone__description:hover {
      color: #538cc5;
      text-decoration: none;
      border-bottom: 1px dashed #538cc5; }
    .phone__description:focus {
      color: #538cc5;
      text-decoration: none;
      border-bottom: 1px dashed #538cc5; }

/* ENDHEADER */
/* BANNER */
.banner {
  height: 810px;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../img/banner-bg.png") no-repeat 0% 20%; }

.banner-title {
  position: relative;
  top: 230px;
  left: -9px;
  color: #fff; }
  .banner-title__main h1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 118%; }
  .banner-title__sub {
    position: relative;
    top: 9px;
    font-size: 21px; }
  .banner-title__button {
    position: relative;
    top: 47px;
    left: 230px;
    height: 46px;
    width: 259px;
    background-color: #538cc5;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 10px;
    -webkit-border-radius: 3px;
            border-radius: 3px; }
    .banner-title__button:focus {
      color: #fff;
      text-decoration: none; }
    .banner-title__button:hover {
      color: #fff;
      text-decoration: none; }

.banner-form {
  position: relative;
  left: 13px;
  top: 190px;
  height: 430px;
  width: 370px;
  background-color: #eee; }
  .banner-form__title {
    position: relative;
    top: 33px;
    left: 30px;
    line-height: 128%;
    font-size: 20px;
    font-weight: 700;
    width: 310px;
    height: 46px;
    text-align: center;
    padding: 0 10px; }
  .banner-form input[type="text"] {
    position: relative;
    top: 62px;
    left: 30px;
    margin: 15px auto;
    padding-left: 20px;
    width: 310px;
    height: 46px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-size: 16px;
    border: 1px solid #d0d0d0; }
  .banner-form label {
    position: relative;
    top: 57px;
    left: 30px; }
    .banner-form label .agree-text {
      display: inline-block;
      position: relative;
      top: 17px;
      left: 12px;
      height: 35px;
      width: 200px;
      font-weight: 400; }
  .banner-form input[type="submit"] {
    position: relative;
    top: 99px;
    left: 30px;
    width: 310px;
    height: 46px;
    color: #fff;
    background-color: #538cc5;
    border: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-size: 16px;
    font-weight: 600; }

/* END BANNER */
/* PRODUCTIONS */
.productions {
  height: auto;
  min-height: 660px; }

.attention {
  display: inline-block;
  position: relative;
  top: 13px;
  left: 26px;
  font-size: 16px; }
  .attention span {
    color: #538cc5;
    font-weight: 700;
    margin-right: 10px; }
  .attention:before {
    position: absolute;
    top: -4px;
    left: -40px;
    display: block;
    content: '';
    height: 28px;
    width: 28px;
    background: url("../img/attention.png") no-repeat 50% 50%; }

.production {
  color: #2a2525;
  display: inline-block;
  text-align: center;
  margin-top: 60px;
  position: relative;
  top: 4px; }
  .production:hover {
    text-decoration: none;
    color: #2a2525; }
  .production:focus {
    text-decoration: none;
    color: #2a2525; }
  /*.production_1 {
    left: -8px; }
  .production_2 {
    left: 4px; }
  .production_3 {
    left: 15px; }
  .production_4 {
    left: 24px; }*/
  .production__img {
    display: inline-block;
    height: 260px;
    width: 260px;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
    .production__img_1 {
      background: url("../img/production-1.png") no-repeat 50% 50%;
      -webkit-background-size: cover;
              background-size: cover; }
    .production__img_2 {
      background: url("../img/production-2.jpeg") no-repeat 50% 50%;
      -webkit-background-size: cover;
              background-size: cover; }
    .production__img_3 {
      background: url("../img/production-3.jpg") no-repeat 50% 50%;
      -webkit-background-size: cover;
              background-size: cover; }
    .production__img_4 {
      background: url("../img/production-4.jpg") no-repeat 50% 50%;
      -webkit-background-size: cover;
              background-size: cover; }
    .production__img_5 {
      background: url("../img/production-5.jpg") no-repeat 50% 50%;
      -webkit-background-size: cover;
              background-size: cover; }
    .production__img_6 {
      background: url("../img/production-6.jpg") no-repeat 50% 50%;
      -webkit-background-size: cover;
              background-size: cover; }
  .production__name {
    position: relative;
    top: 6px;
    font-size: 24px; }
  .production__price {
    position: relative;
    font-size: 16px;
    top: 7px; }
    .production__price span {
      margin-left: 5px;
      color: #538cc5;
      font-size: 24px;
      font-weight: 600; }

.accordion {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
  top: 50px; }
  .accordion__button-hide {
    display: none; }
  .accordion__more {
    position: relative;
    background: none;
    border: none;
    font-size: 16px;
    color: #538cc5;
    padding: 0;
    border-bottom: 1px dashed #538cc5; }
    .accordion__more:after {
      position: absolute;
      top: 11px;
      left: 115px;
      content: '';
      display: block;
      height: 6px;
      width: 13px;
      background: url("../img/arrow-down.png") no-repeat 50% 50%; }
  .accordion__close {
    position: relative;
    background: none;
    border: none;
    font-size: 16px;
    padding: 0;
    color: #538cc5;
    border-bottom: 1px dashed #538cc5; }
    .accordion__close:after {
      position: absolute;
      top: 11px;
      left: 65px;
      content: '';
      display: block;
      height: 6px;
      width: 13px;
      background: url("../img/arrow-up.png") no-repeat 50% 50%; }
  .accordion__body {
    height: auto;
    width: 100%; }
    .accordion__body ul {
      padding: 0;
      list-style: none; }
      .accordion__body ul li {
        display: inline-block;
        margin-right: 20px; }
        .accordion__body ul li span {
          display: inline-block;
          height: 8px;
          width: 8px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background-color: #538cc5; }

/* END PRODUCTIONS */
/* ORDER */
.order {
  height: 270px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../img/order-bg.png") no-repeat 0% 68%;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/order-bg.png") no-repeat 0% 68%;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/order-bg.png") no-repeat 0% 68%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/order-bg.png") no-repeat 0% 68%; }
  .order .section__title {
    color: #fff;
    margin-top: 30px; }

.order-form {
  position: relative;
  left: 13px; }
  .order-form input[type="text"] {
    position: relative;
    top: 56px;
    left: -6px;
    padding-left: 20px;
    margin-right: 36px;
    width: 310px;
    height: 46px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-size: 16px;
    border: 1px solid #d0d0d0; }
  .order-form label {
    position: relative;
    top: 48px;
    left: -2px; }
    .order-form label .agree-text {
      display: inline-block;
      position: relative;
      top: 18px;
      left: 10px;
      width: 200px;
      font-weight: 400;
      color: #fff; }
  .order-form input[type="submit"] {
    position: relative;
    top: 56px;
    left: 38px;
    width: 208px;
    height: 46px;
    color: #fff;
    background-color: #538cc5;
    border: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-size: 16px;
    font-weight: 600; }

/* END ORDER */
/* DELIVERY */
.delivery {
  height: 340px; }

.delivery-terms {
  position: relative;
  left: -8px;
  top: 45px; }
  .delivery-terms__title {
    font-size: 40px;
    font-weight: 600; }
  .delivery-terms ul {
    position: relative;
    top: 35px;
    left: 79px;
    padding: 0;
    list-style: none; }

.delivery-terms__item {
  font-size: 16px;
  margin-bottom: 35px;
  position: relative; }
  .delivery-terms__item:before {
    position: absolute;
    content: '';
    display: block;
    height: 50px;
    width: 50px;
    top: -14px;
    left: -76px; }
  .delivery-terms__item_1:before {
    background: url("../img/terms-1.png") no-repeat 50% 50%; }
  .delivery-terms__item_2:before {
    background: url("../img/terms-2.png") no-repeat 50% 50%; }
  .delivery-terms__item_3:before {
    background: url("../img/terms-3.png") no-repeat 50% 50%; }

.delivery-services {
  position: relative;
  left: 10px;
  top: 45px; }
  .delivery-services__title {
    font-size: 40px;
    font-weight: 600; }
  .delivery-services ul {
    position: relative;
    top: 35px;
    left: 66px;
    padding: 0;
    list-style: none; }

.delivery-services__item {
  font-size: 16px;
  margin-bottom: 35px;
  position: relative; }
  .delivery-services__item:before {
    position: absolute;
    content: '';
    display: block;
    height: 50px;
    width: 50px;
    top: -13px;
    left: -66px; }
  .delivery-services__item_1:before {
    background: url("../img/services-1.png") no-repeat 50% 50%; }
  .delivery-services__item_2:before {
    background: url("../img/services-2.png") no-repeat 50% 50%; }
  .delivery-services__item_3:before {
    background: url("../img/services-3.png") no-repeat 50% 50%; }

/* END DELIVERY */
.construction {
  padding-bottom:30px;}
  .construction .section__title {
    margin-bottom: 30px;
    margin-top: 20px; }
    .construction__image {
     margin-left: auto;
     display: block;
    }
    @media only screen and (max-width: 768px) {
    .construction__image { margin-right: auto; }
    }
/* CONTACTS */
.contacts {
  height: 250px;
  background-color: #f4f4f4; }
  .contacts .section__title {
    margin-top: 28px; }
    .contacts .section__title_hr:after {
      background-color: #538cc5; }

.contact {
  position: relative;
  top: 48px; }
  .contact__title {
    font-size: 16px;
    font-weight: 600; }
  .contact__info {
    font-size: 16px;
    margin-top: 10px; }
    .contact__phone {
        font-size: 16px;
        display: flex;
        align-items: center;
    }
  .contact__image img{width: 42px;height: auto;display: block;margin-left: 3px;}
    @media only screen and (max-width: 1023px) {
        .contact__phone {
            font-size: 12px;
        }
    }
    @media only screen and (max-width: 768px) {
        .contact__phone{justify-content: center;}
        .contact__image img{width: 30px;}
    }
  .contact_address {
    left: -6px; }
  .contact_phone {
    left: 55px; }
  .contact_mail {
    left: 28px; }

.feedback {
  position: relative;
  display: block;
  padding: 12px 70px;
  top: 52px;
  left: 16px;
  height: 46px;
  width: 270px;
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #538cc5;
  color: #fff;
  font-size: 16px;
  font-weight: 600; }
  .feedback:hover {
    color: #fff;
    text-decoration: none; }
  .feedback:focus {
    color: #fff;
    text-decoration: none; }

/* END CONTACTS */
/* SEO */
.seo {
  height: 65px;
  text-align: center; }

.seo-links {
  text-align: left;
  position: relative;
  display: inline-block;
  top: 12px;
  left: 0px; }
  .seo-links__link a {
    color: #888888;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 300; }
  .seo-links__link_seo {
    position: relative;
    top: -7px; }

.seo-logo {
  position: relative;
  display: inline-block;
  top: 8px;
  left: 16px;
  height: 26px;
  width: 84px;
  background: url("../img/seologo.png") no-repeat 50% 50%;
  -webkit-background-size: contain;
          background-size: contain; }

/* END SEO */
/* MODAL */
.feedback-form {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -215px;
  margin-left: -185px;
  height: 430px;
  width: 370px;
  background-color: #fff; }
  .feedback-form__button-close {
    background: url("../img/close.png") no-repeat 50% 50% !important;
    height: 20px;
    width: 20px;
    top: 5px;
    right: 5px; }
    .feedback-form__button-close:active {
      top: 5px;
      right: 5px; }
  .feedback-form__title {
    position: relative;
    top: 33px;
    left: 30px;
    line-height: 128%;
    font-size: 20px;
    font-weight: 700;
    width: 310px;
    height: 46px;
    text-align: center;
    padding: 0 10px; }
  .feedback-form input[type="text"] {
    position: relative;
    top: 62px;
    left: 30px;
    margin: 15px auto;
    padding-left: 20px;
    width: 310px;
    height: 46px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-size: 16px;
    border: 1px solid #d0d0d0; }
  .feedback-form label {
    position: relative;
    top: 57px;
    left: 30px; }
    .feedback-form label .agree-text {
      display: inline-block;
      position: relative;
      top: 17px;
      left: 12px;
      height: 35px;
      width: 200px;
      font-weight: 400; }
  .feedback-form input[type="submit"] {
    position: relative;
    top: 98px;
    left: 30px;
    width: 310px;
    height: 46px;
    color: #fff;
    background-color: #538cc5;
    border: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-size: 16px;
    font-weight: 600; }

.production-dialog {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -385px;
  margin-top: -209px;
  width: 770px;
  min-height: 390px;
  height: auto;
  background-color: #fff;
  padding-bottom: 30px; }
  .production-dialog .mfp-close {
    color: #fff;
    top: -40px;
    right: -40px; }
  .production-dialog h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    top: 15px; }
  .production-dialog__price {
    position: relative;
    top: 28px;
    left: 40px;
    font-size: 16px; }
    .production-dialog__price span {
      font-size: 24px;
      color: #538cc5; }
  .production-dialog__info {
    display: inline-block;
    width: 675px;
    position: relative;
    top: 32px;
    left: 41px; }
    .production-dialog__info p {
      line-height: 22px;
      margin-bottom: 22px; }
  .production-dialog__order {
    position: relative;
    top: 3px;
    left: 277px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    color: #538cc5; }
    .production-dialog__order:hover {
      color: #538cc5; }
    .production-dialog__order:focus {
      color: #538cc5; }

.access-dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -140px;
  margin-top: -100px;
  height: 200px;
  width: 280px;
  z-index: 1024;
  background-color: #fff; }
  .access-dialog .mfp-close {
    color: #2a2525; }
  .access-dialog__info {
    position: relative;
    top: 67px;
    text-align: center;
    font-size: 14px; }


/* Other services */

.other-services__grid {
    display: grid;
    grid-gap: 30px;
    margin-top: 35px;
}

@media only screen and (min-width: 992.1px) {
    .other-services__grid {
        grid-template-columns: 1fr 1fr;
    }
}

.other-services {
    padding-bottom: 55px;
}

.other-services__item {
    border: 2px solid #538cc5;
    padding: 5px 40px 35px 40px;
    text-align: center;
}

.other-services__title {
    font-weight: 700;
    color: #538cc5;
}

.other-services__flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.other-services__flex::before {
    content: "";
    width: 26px;
    height: 27px;
    background: url('../img/globe.png') no-repeat center / contain;
    margin-right: 10px;
}

.other-services__link {
    font-size: 16px;
    font-weight: 700;
}

.other-services__image {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: 322px;
}

.other-services__flex2 {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    gap: 15px;
}

.other-services__flex2-image {
    display: block;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
}

.other-services__flex2-text {
    font-size: 16px;
    line-height: 1.25;
}

.other-services__btn {
    border-radius: 8px;
    min-height: 60px;
    background-color: #538cc5;
    padding-left: 35px;
    padding-right: 35px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    transition: 0.15s;
}

.other-services__btn::after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: url('../img/other-services/click.png') no-repeat center / contain;
    margin-left: 6px;
}

.other-services__btn:hover{
    text-decoration: none;
    color: #fff;
    background-color: #76aadf;
}

@media only screen and (max-width: 1200px) {
    .other-services__flex2-text {
        font-size: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .other-services__btn {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .other-services__title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 576px) {
    .other-services__grid {
        grid-gap: 20px;
    }
    .other-services__image {
        width: auto;
        height: auto;
    }
    .other-services__item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .other-services__btn {
        font-size: 16px;
    }
}

@media only screen and (max-width: 340px) {
    .other-services__flex2-text {
        font-size: 12px;
    }
    .other-services__btn {
        font-size: 13px;
    }
}