.requisites {margin-top:30px;}
.requisites td {text-align:left; font-size: 0.9rem; padding: 10px 30px; border-bottom: 1px solid #eee;}

.section-id {
    line-height: 1.3;
    font-weight: 600;
}
.footer-links h6 {
    line-height: 1.3;
    font-weight: normal;
    margin-right: 150px;
}
.form-slider {
	margin: auto;
  margin-top: 30px !important;
    max-width: 500px;
    border-radius: 12px;
    padding: 40px;
    background: #fff;
}

.form-slider #contactForm .form-group textarea {
    height: 90px;
}

.form-slider .checkbox p {
    font-size: 12px;
}

.form-slider .style1 span {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 1.3;
    display: block;
    font-weight: 600;
}

.appointment-form button.btn {
    background: #e52c2c;
}

.appointment-wrap .appointment-content .content-title {
    margin-bottom: 30px;
  }
  
  .appointment-wrap.style1 .appointment-img-wrap {
    position: relative;
    padding-bottom: 200px;
  }
  
  .appointment-wrap.style1 .appointment-img-wrap .appoint-shape-one,
  .appointment-wrap.style1 .appointment-img-wrap .appoint-shape-two {
    position: absolute;
  }
  
  .appointment-wrap.style1 .appointment-img-wrap .appoint-img-one {
    width: calc(100% - 140px);
    margin-left: auto;
    display: block;
  }
  
  .appointment-wrap.style1 .appointment-img-wrap .appoint-img-two {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 380px;
  }
  
  .appointment-wrap.style1 .appointment-img-wrap .appoint-shape-two {
    top: 80px;
    left: 20px;
    z-index: -1;
  }
  
  .appointment-wrap.style1 .appointment-img-wrap .appoint-shape-one {
    bottom: 50px;
    right: 10px;
    z-index: 1;
  }
  
  .appointment-wrap.style2 .appoint-img-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    grid-gap: 25px;
  }
  
  .appointment-wrap.style2 .appoint-img-wrap .insta-item {
    margin-bottom: 0;
  }
  
  .appointment-wrap.style3 .promo-box {
    position: absolute;
    top: 50px;
    left: 25px;
  }
  
  .appointment-wrap.style3 .appointment-img-wrap {
    position: relative;
    padding-bottom: 180px;
  }
  
  .appointment-wrap.style3 .appointment-img-wrap .appoint-img-one {
    width: calc(100% - 140px);
    margin-left: auto;
    display: block;
  }
  
  .appointment-wrap.style3 .appointment-img-wrap .appoint-img-two {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 380px;
  }
  
  .appointment-wrap.style3 .about-content .content-title {
    margin-bottom: 25px;
  }
  
  .appointment-wrap.style3 .about-content .progressbar-wrap {
    margin: 0 0 38px;
  }
  
  .appointment-form .form-group {
    margin-bottom: 20px;
  }
  
  .appointment-form .form-group input, .appointment-form .form-group textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.14);
    padding: 15px;
    background-color: transparent;
  }
  
  .appointment-form .form-group textarea {
    height: 180px;
    resize: none;
  }
  
  .appointment-form button.btn {
    margin-top: -5px;
  }

  .checkout .form-group input {
    border: none;
    border-radius: 5px;
    background: #F1F1F1;
    color: #999;
  }
  
  .checkout .form-group textarea {
    border: none;
    border-radius: 5px;
    background: #F1F1F1;
    color: #999;
    height: 120px;
  }

  .checkout-form .form-group {
    margin: 0 0 15px;
  }
  
  .checkout-form .form-group label {
    margin-bottom: 10px;
    display: block;
    color: #000;
  }
  
  .checkout-form .form-group input,
  .checkout-form .form-group textarea {
    border: none;
    border-radius: 0;
    background: #fff;
    color: #000;
    width: 100%;
    padding: 13px 15px 13px 20px;
  }
  
  .checkout-form .form-group input::-webkit-input-placeholder,
  .checkout-form .form-group textarea::-webkit-input-placeholder {
    opacity: 0.5;
  }
  
  .checkout-form .form-group input:-ms-input-placeholder,
  .checkout-form .form-group textarea:-ms-input-placeholder {
    opacity: 0.5;
  }
  
  .checkout-form .form-group input::-ms-input-placeholder,
  .checkout-form .form-group textarea::-ms-input-placeholder {
    opacity: 0.5;
  }
  
  .checkout-form .form-group input::placeholder,
  .checkout-form .form-group textarea::placeholder {
    opacity: 0.5;
  }
  
  .checkout-form .form-group textarea {
    height: 180px;
    resize: none;
  }
  
  .checkout-form .form-group select {
    border: none;
    border-radius: 5px;
    background: #fff;
    width: 100%;
    height: 50px;
    padding: 10px 15px 10px 20px;
    cursor: pointer;
    opacity: 0.9;
    color: #54595F;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 96% 50%;
  }
  
  .checkout-details {
    margin: 0 0 25px;
    padding: 25px;
    background-color: #ECF0F2;
  }
  
  .checkout-details .checkout-box-title {
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ee2228
  }
  
  .checkout-details .form-group input {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 40px 10px 15px;
    border: 1px solid #F5F6FA;
  }
  
  .checkout-details .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 100%;
    color: #fff;
    font-size: 16px;
    padding: 0 25px;
  }

  .client-review #cmt-form .form-group {
    margin-bottom: 15px;
  }
  
  .client-review #cmt-form .form-group input {
    height: 60px !important;
  }
  
  .client-review #cmt-form .form-group input,
  .client-review #cmt-form .form-group textarea {
    border: none !important;
    background-color: #ECF0F2 !important;
  }
  #contactForm .checkbox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
  
  #contactForm .form-group {
    margin: 0 0 20px;
  }
  
  #contactForm .form-group input,
  #contactForm .form-group textarea {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    border-radius: 0;
  }
  
  #contactForm .form-group input:focus,
  #contactForm .form-group textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.09);
  }
  
  #contactForm .form-group input {
    height: 50px;
  }
  
  #contactForm .form-group textarea {
    height: 190px;
    resize: none;
    padding-top: 18px;
  }

  
  .form-slider #contactForm .form-group textarea {
    height: 90px;
}

#contactForm .form-group .checkbox input {
    margin-right: 10px;
    margin-top: 7px;
    display: block;
    height: 12px;
    width: 12px;
}

.btn {
    display: inline-block;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    position: relative;
    z-index: 1;
    border: none;
    padding: 11px 30px 11px;
    border-radius: 0;
    color: #fff;
    border: 1px solid transparent;
    overflow: hidden;
    white-space: nowrap;
}

.fbox-5 {
  min-height:300px;
}
@media (min-width: 390px) and (max-width: 413.98px) {
  .footer-links h6 {
    font-size: 1rem;
    margin-right: 0;
  }
}

.whatsapp-button {
    position: fixed;
    /* right: 13px; */
    bottom: 30px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
	margin-left: 300px;
	
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media (max-width : 800px) {  
.whatsapp-button { 
	position: fixed;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    left: 70px; /*отступ кнопки слева от экрана(right - справа)*/
	margin-left:-26px;
  }
}

.messagers {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.messagers div {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin: 0 7px;
    padding-top: 9px;
}

.messagers div img {
    width: 40px;
    height: 40px;
}


.messagers div.whatsapp {
    background: #25D366;
}

.messagers div.telegram {
    background: #3eb1ff;
}