/* Всплывающая форма-скрыта по умолчанию */
.popup {
    background: rgba(0,0,0,.6);
    display: none;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.form-popup {
  display: block;
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.us_custom_95315334 {
    text-align: center!important;
    border-radius: 3.5rem;
    background: #2b3166!important;
    padding: 40px 30px 50px 30px!important;
    box-shadow: 0 20px 50px 0 rgba(0,0,0,0.30)!important;
    padding: 8% 6% 10%;
    color: var(--color-content-text);
}

.select2-selection, select, input:not([type="submit"]), textarea {
    min-height: 4em!important;
    font-size: 1.2rem;
    font-weight: 500!important;
}

.form-text-p {
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
}

.us-btn-style_7 {
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.2!important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 4em;
    padding: 1.3000000000000007em 5em;
    background: #179eeb;
    border-color: transparent;
    color: #ffffff!important;
    box-shadow: 0 0.6em 1.2em rgb(243 116 21 / 25%);
    margin-top: 29px
}

.w-form-row {
    position: relative;
    width: 100%;
    padding-left: calc( var(--fields-gap,1rem) / 2 );
    padding-right: calc( var(--fields-gap,1rem) / 2 );
    padding-top: 12px;
}

.cl-btn-2 {
    position: fixed;
    right: 45px;
    top: 20px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}
.cl-btn-2 div {
    cursor: pointer;
    position: relative;  
    height: 68px;
    width: 50px;
}
.cl-btn-2 .leftright {
    height: 4px;
    width: 50px;
    position: absolute;
    margin-top: 24px;
    background-color: #337AB7;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all .3s ease-in;
}
.cl-btn-2 .rightleft {
    height: 4px;
    width: 50px;
    position: absolute;
    margin-top: 24px;
    background-color: #337AB7;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all .3s ease-in;
}
.cl-btn-2 .close-btn {
    margin: 54px 0 0 -5px;
    position: absolute;
    color: #337AB7;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s ease-in;
    opacity: 0; 
}
.cl-btn-2 div:hover .leftright {
    transform: rotate(-45deg);
    background-color: #000;
}
.cl-btn-2 div:hover .rightleft {
    transform: rotate(45deg);
    background-color: #000;
}
.cl-btn-2 div:hover .close-btn {
    opacity: 1;
}

.show {
    text-align: center;
    color: #17d6eb;
    font-size: 18px;
    font-weight: 500;
}

.banner-1 {
    margin-left: 18%;
}

.banner-2 {
    margin-left: -8%;
    margin-bottom: 5px;
}

.banner-3 {
    margin-left: -8%;
    margin-top: 9px;
}

.breadcrumb-1 {
    display: flex;
    margin-top: -100px;
    margin-bottom: 60px;
}

ul.breadcrumb-1 {
  padding: 10px 16px;
  list-style: none;
  background-color: #f9fafb;
}

ul.breadcrumb-1 li {
  display: inline;
  font-size: 18px;
}

ul.breadcrumb-1 li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb-1 li a {
  text-decoration: none;
}

ul.breadcrumb-1 li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; 
    border-radius: 50%;
    width: 48px; 
    height: 48px; 
    color: #fff;
    text-align: center;
    line-height: 53px; 
    font-size: 35px; 
    z-index: 9999;
}

.whatsapp-button a {
    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 a {
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media only screen and (max-width: 767px){

.form-text-p {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin-top: -54px;
}

.form-popup {
    top: 50px;
}

.us_custom_95315334{
    border-radius: 0;
}

.cl-btn-2 {
    right: 41px;
    top: 0;
}

.cl-btn-2 .leftright {
    width: 37px;
}
.cl-btn-2 .rightleft {
    width: 37px;
}

.select2-selection, select, input:not([type="submit"]), textarea {
    font-size: 14px;
}

.us_custom_95315334 {
    text-align: center!important;
    background: #2b3166!important;
    padding: 320px 30px 400px 30px!important;
    box-shadow: 0 20px 50px 0 rgba(0,0,0,0.30)!important;
    padding: 8% 6% 10%;
    color: var(--color-content-text);
}

.us-btn-style_7 {
    font-size: 15px;
    margin-top: 16px;
}

.banner-1 {
    margin-left: -10%;
    padding: 15px 30px;
}

.breadcrumb-1 {
    display: block;
    margin-top: -53px;
    margin-bottom: 50px;
    margin-left: -10%;
}

ul.breadcrumb-1 li {
  display: inline;
  font-size: 77%;
}

ul.breadcrumb-1 li a {
  display: contents;
}

.whatsapp-button {   
    bottom: 5px;
    left: 70px; 
}
}

@media only screen and (max-width: 390px){

.cl-btn-2 {
    right: 5%;
}
