.btn {
    position: relative;
    overflow: hidden;
    transition: all 0.35s;
}
input:invalid {
    box-shadow: none;
}
.send_btn{
    position: relative;
    overflow: hidden;
}
.loading-icon {
    border-radius: inherit;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: linear-gradient(180deg, #2b65cc 0%, #4387ff 105.73%);
    content: '<i class="fa fa-spinner fa-spin fa-3x fa-fw"></i>';
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.loading-icon:before {
    content: "\f110";
    font-family: FontAwesome, sans-serif;
    font-size: 16px;
    /* transform: translate(-50%, -50%); */
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: white;
}

@font-face {
    font-family: "FontAwesome";
    src: url("../../fonts/fontawesome-webfont.eot");
    src: url("../../fonts/fontawesome-webfont.eot") format("embedded-opentype"),
        url("../../fonts/fontawesome-webfont.woff2") format("woff2"),
        url("../../fonts/fontawesome-webfont.woff") format("woff"),
        url("../../fonts/fontawesome-webfont.ttf") format("truetype"),
        url("../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
            format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
footer.flexed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none !important;
}

*:after,
*:before {
    display: block;
    line-height: 1;
}

.close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 11px;
    top: 13px;
    opacity: 1;
}
.close:before,
.close:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -1px auto 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close:hover:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.close:hover:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal {
    display: none;
    background-color: #fdfdfd6e;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    backdrop-filter: blur(2px);
}
.modal .modal__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.modal .modal__block {
    background-image: url(../../img/back-img1.jpg);
    color: white;
    background-size: cover;
    background-position: center center;
    text-align: center;
    background-color: #ffffff;
    width: 32rem;
    border-radius: 16px;
    position: absolute;
    padding: 2rem 3rem;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal .modal__block .g-recaptcha {
    transform-origin: center center;
}
.modal_title {
    font-size: 1.5rem;
    text-align: center;
    padding: 0;
    margin: 1.5rem 0;
    text-transform: uppercase;
    font-weight: 700;
}
.modal_title.sm {
    font-size: 1.3rem;
}
.modal form {
    display: block;
}

.load * {
    transition: none !important;
}

.test {
    width: 1440px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    pointer-events: none;
    opacity: 0.5;
    z-index: -1;
}

.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f2f6fa;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader img {
}
.flex {
    display: flex;
    justify-content: space-between;
}
.center {
    justify-content: center;
}
.start {
    justify-content: flex-start;
}
.end {
    justify-content: flex-end;
}
.wrap {
    flex-wrap: wrap;
}
.align-center {
    align-items: center;
}
.align-start {
    align-items: flex-start;
}
.align-end {
    align-items: flex-end;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    text-decoration: none;
    color: #000000;
    outline: none !important;
}
a:hover,
a.active,
.active a {
    text-decoration: none;
}
.content a {
    /* text-decoration: underline; */
}
.content a:hover {
    text-decoration: none;
}
input,
button {
    border: none;
    outline: none;
    font-size: 1rem;
}
button {
    cursor: pointer;
}
select {
    border: none;
    outline: none;
    font-size: 1rem;
}

hr {
    height: 1px;
    background-color: #cccccc;
    border: none;
    width: 100%;
    margin: 2rem 0;
}

.rel {
    position: relative;
}
.mob_block {
    display: none !important;
}
.menu_toggle {
    background: transparent;
    font-size: 1.7rem;
    line-height: 1;
    color: red;
}
.menu_toggle .fa-times,
.phone--show .fa-times {
    display: none;
}
.menu_toggle.active .fa-bars,
.phone--show.active .fa-phone {
    display: none;
}
.menu_toggle.active .fa-phone,
.menu_toggle.active .fa-search {
    display: none;
}
.menu_toggle.active .fa-times,
.phone--show.active .fa-times {
    display: block;
}
.slick-dotted.slick-slider {
    margin: 0 !important;
}

.slick-dots li button:before {
    display: none !important;
}
.slick-dots li {
    width: auto !important;
    height: auto !important;
}

.breadcrumbs {
    margin-bottom: 1.5rem;
    font-size: 0.75rem;
    font-weight: 400;
}
.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumbs ul li {
    /* padding: 2px 0; */
    color: rgba(0,0,0,0.5);
    display: inline;
    vertical-align: top;
}
.breadcrumbs li a{
    color: rgba(0,0,0,0.5);
}
.breadcrumbs li a:hover{
    color: rgba(0,0,0,1);
}
.full {
    width: 100%;
    display: block;
}

.breadcrumbs ul li:last-child:after {
    display: none;
}
.breadcrumbs ul li:after {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.25rem;
    margin-top: -0.2rem;
}

.pagination {
    justify-content: center;
    margin-top: 1rem;
    align-items: center;
    display: flex;
    list-style-type: none;
    overflow: hidden;
}

.pagination li {
    margin: 0 0.3rem;
}
/*.pagination li.prev{*/
/*  margin-left: -0.8rem;*/
/*}*/
/*.pagination li.next{*/
/*  margin-right: -0.8rem;*/
/*}*/
.pagination a {
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: white;
}

.pagination li.active a {
    background-color: #2b65cc;
    color: white;
    pointer-events: none;
}
.pagination a:hover {
    background-color: #2b65cc;
    color: white;
}

.cover_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.scale_img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    display: block;
}
header {
    position: fixed;
    z-index: 15;
}
.slick-next:before,
.slick-prev:before {
    display: none !important;
}

h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.8rem;
}
h3 {
    font-size: 1.6rem;
}
h4 {
    font-size: 1.4rem;
}
h5 {
    font-size: 1.2rem;
}
h6 {
    font-size: 1.1rem;
}

.pl-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb_30 {
    margin-bottom: 20px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.content img {
    max-width: 100%;
    height: auto !important;
}
@media screen and (max-width: 1050px) {
    .content img {
        max-width: 100% !important;
        margin: 0 auto !important;
        margin-bottom: 1.5rem !important;
        float: none !important;
        display: block;
    }
}
.content p,
.content img,
.content ol,
.content ul,
.content table {
    margin-bottom: 0.8rem;
    line-height: 1.2;
}
.content table {
    width: 100% !important;
    border-collapse: collapse !important;
    border: none !important;
}
.content table td,
.content table th {
    padding: 1rem !important;
    border: none!important;
    text-align: left;
    font-size: 0.875rem;
}
.content table tr:nth-child(odd) td{
    background: #cbd9f1;
}
.content table tr:nth-child(even) td{
    background: #dee8f5;
}
.content table th{
    background: #2B65CC;
    color: white;
}
.content table th:first-child, .content table td:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.content table th:last-child, .content table td:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.content table tr{
    border-radius: 10px;
}
.content ol, .content ul {
    margin-left: 2rem;
}
.content li {
    margin-bottom: 0.5rem;
}
.content a{
    color: #2b65cc;
    text-decoration: underline;
}
.content a:hover{
    text-decoration: none;
}
.content li:last-child {
    margin-bottom: 0;
}
.compensate-for-scrollbar,
.fancybox-enabled body {
    margin-right: 0 !important;
    overflow: visible !important;
}
.fancybox-enabled {
    overflow: visible !important;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6{
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #2b65cc;
    padding-top: 1rem;
}


.whatsapp.call {
    bottom: 6.4rem;
    background: #136f63;
}
.whatsapp.call:after,
.whatsapp.call:before {
    border-color: #136f63 !important;
}
.whatsapp {
    position: fixed;
    right: 7.4rem;
    bottom: 12rem;
    color: #ffffff;
    height: 3.7rem;
    width: 3.7rem;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    z-index: 50;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none !important;
}

.whatsapp:after,
.whatsapp:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 5px solid #25d366;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    left: 0%;
    animation-iteration-count: infinite;
    animation-duration: 1.2s;
    animation-name: ring;
    outline: none;
    box-sizing: border-box;
}
.whatsapp:before {
    animation-delay: 0.8s;
    border: 5px solid #25d366;
    border-radius: 50%;
}
.whatsapp:after {
    animation-delay: 0.6s;
}
.whatsapp i {
    display: block;
    color: #fff;
}
@keyframes ring {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.7);
    }
}

