.tmenu-mobile__imglogo {
    width: 200px !important;
}

a[href^="tel:"], a[href^="mailto:"] {
    color: #2e4998 !important;
}

a[href^="tel:"]:hover, a[href^="mailto:"]:hover {
    color: #dc7c0d !important;
}

@media screen and (max-width: 750px) {
    .t570__map {
        height: 400px!important;
    }
}

.t858__wrap_top {
    text-align: center;   
}

.t858__img {
    display: inline-block !important;
    padding-bottom: 0 !important;
}

/*.t668__wrapper {
    border-radius: 15px !important;
}*/

.t890__arrow {
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.30);
    transform: none;
}

.t825__btn_wrapper {
    width: 50px;
    height: 50px;
}

.t825__btn_wrapper:hover, .t825__btn_active .t825__btn_wrapper:hover {
    background: #dc7c0d !important;
}

.t825__btn_active .t825__btn_wrapper {
    background: #2e4998 !important;
}

.t825__icon-close g {
    fill: #fff !important;
}

.t825__icon {
    width: 30px;
    height: 26px;
}

.t-sociallinks__item_whatsapp .t-sociallinks__svg path {
    fill: #27D061 !important;
}

.t-sociallinks__item_telegram .t-sociallinks__svg path {
    fill: #1d98dc !important;
}

.t-sociallinks__item_viber .t-sociallinks__svg path {
    fill: #7360f2 !important;
}

.t-sociallinks__item_vk .t-sociallinks__svg path {
    fill: #0077ff !important;
}

.t825__phone .t-sociallinks__svg path, .t825__email .t-sociallinks__svg path {
    fill: #2e4998 !important;
}

/*.t-sociallinks__item a:hover .t-sociallinks__svg path {
    fill: #dc7c0d !important;
}*/


.t825__messenger {
    display: inline-block;
}

.t457__copyright {
    opacity: 1;
}

.t457__li a:hover {
    color: #dc7c0d !important;
}

.t694 .t-card__title {
    padding: 20px;
    background: rgba(46,73,152,0.9);
    display: inline-block;
    /*border-radius: 15px;*/
}

.t694 .t-card__title:hover {
    background: rgba(220,124,13,0.9);
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.t770 .t-sociallinks__item {
    /*padding: 0 !important;*/
}

.t-sociallinks__item a, .t-sociallinks__item a svg {
    width: 40px !important;
    height: 40px !important;
}

.t702 .t-submit, .t718 .t-submit {
    width: auto !important;
}

.t718 .t-form__submit {
    text-align: center;
}


.t-btn, .t-submit, .t400__submit, .t694 .t-card__title {
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

.t-btn:hover, .t-submit:hover, .t400__submit:hover {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.t-btn, .t-submit, .t400__submit {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

#rec1634605521 .t-btn {
    max-width: fit-content !important;
    background: rgba(46,73,152,0.9) !important;
    padding: 20px;
}

#rec1634605521 .t-btn:hover {
    background: rgba(220,124,13,0.9) !important;
}

 #rec1634081411 .t-section__descr, #rec1634124071 .t-section__descr,  #rec1634124371 .t-section__descr {
    margin-bottom: 15px !important;
}
/*
@media screen and (min-width: 1444px) {
    #rec1634124371 .t-section__descr {
        margin-bottom: 85px !important;
    }
}

@media screen and (min-width: 1118px)  and (max-width: 1443px) {
    #rec1634124371 .t-section__descr {
        margin-bottom: 115px !important;
    }
}

@media screen and (min-width: 960px) and (max-width: 1117px) {
    #rec1634124371 .t-section__descr {
        margin-bottom: 145px !important;
    }
}


@media screen and (min-width: 960px) {
    #rec1634081411, #rec1634124071, #rec1634124371 {
        width: 33% !important;
        display: inline-block !important;
        vertical-align: top;
    }
}
*/


/*.t190 a svg, .t890 svg {
    background-image: url();
    width: 50px;
    height: 50px;
    background-position: center center;
    background-size: cover;

.t-btn {transition: 3s linear;}

.t-btn:hover {
padding-left: 40px;
padding-right: 40px;

}*/

/*.t461__logowrapper2 > div > a:hover img, .t859__btn:hover{
   webkit-animation-name: buzz-out;
    animation-name: buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: liner;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}*/

@keyframes buzz-out {
10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
}
20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}
30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
}
40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}
50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
}
60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
}
70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
}
80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
}
90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
}
100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
}
}
@media screen and (max-width: 560px) {
    .t-popup__close {
        background: #2e4998 !important;
    }
}


@media (min-width: 441px) and (max-width: 960px) {
    .t595__pos-15{
        border-right: none !important;
    }
}

@media (max-width: 440px) {
    .t595__pos-15{
        border-bottom: none !important;
    }
}

.t886 {
    z-index: 100000;
}


.t-btnflex.t-btnflex_type_submit {
    display: none !important;
}