/* background: rgba(52, 58, 65, 0.600000); */
/* backdrop-filter: blur(15px); */
/* -webkit-backdrop-filter: blur(15px); */

header {
    width: 100%;
    position: absolute;
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
}

.menu {
position: relative;
}

.menu .main-menu {
list-style: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}

.main-menu .list-item {
position: relative;
width: auto;
text-align: center;
text-transform: uppercase;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.main-menu .list-item a {
text-decoration: none;
display: block;
padding: 13.5px;
color: rgb(242, 242, 242);
font-weight: 300;
font-size: 1rem;
}

.main-menu .list-item:hover a,
.main-menu .list-item:active a,
.main-menu .list-item:focus a {
text-decoration: underline;
}

.main-menu .list-item-title {
color: #fff;
text-decoration: none;
font-size: 14pt;
line-height: 1;
font-weight: 500;
}

.menu-phone {
    letter-spacing: 0.1rem;
    font-weight: 700;
    text-decoration: underline;
    font-size: 1.05rem;
}

header .modal-switch {
background: transparent;
}

header .modal-switch > button {
padding: 0.5rem 1.25rem;
border-radius: 1.75rem;
background: -moz-linear-gradient(45deg, #c80032 0, #3200c8 100%);
background: -webkit-linear-gradient(45deg, #c80032 0, #3200c8 100%);
background: -o-linear-gradient(45deg, #c80032 0, #3200c8 100%);
background: -ms-linear-gradient(45deg, #c80032 0, #3200c8 100%);
background: linear-gradient(45deg, #c80032 0, #3200c8 100%);
background-size: 133.33% 2.75rem!important;
background-position: -3.5rem;
}

.logo-top-canvas,
.modal-switch {
    display: inline-block;
}

@media (max-width: 575px) {
.logo-top-canvas {
    margin: 0 auto;
    min-width: 100%;
    max-width: 100%;
}

.modal-switch {
    display: none!important;
}
}

@media (max-width: 575px) {
.logo-top-canvas {
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.modal-switch {
    display: none!important;
}
}

@media (min-width: 576px) and (max-width: 767px) {
.logo-top-canvas {
    padding: 10px 1rem 10px 0px!important;
    float: left;
    min-width: 50%;
    max-width: 50%;
}

.modal-switch {
    display: none!important;
}
}

@media (min-width: 768px) {
.logo-top-canvas {
    float: left;
}

.modal-switch {
    float: right;
}
}

.logo-top-image {
    height: 30px;
    float: left;
}

.logo-top-image-mobile {
    margin: 4px;
    height: 26px;
    float: left;
}



@media (min-width: 768px) {
.logo-top-image-mobile {
display: none;
}
}


@media (max-width: 767px) {
.logo-top-image {
display: none;
}
}



.logo-top-link {
    float: left;
}




body {
font-family: 'Comfortaa', cursive !important;
font-weight: 300;
line-height: 1.4;
background-color: rgb(68, 68, 68);
}

.body {
background: -moz-linear-gradient(#c80032 15%, #3200c8 35%, #3200c8 50%, #c80032 80%, #3200c8);
background: -webkit-linear-gradient(#c80032 15%, #3200c8 35%, #3200c8 50%, #c80032 80%, #3200c8);
background: -o-linear-gradient(#c80032 15%, #3200c8 35%, #3200c8 50%, #c80032 80%, #3200c8);
background: -webkit-linear-gradient(#c80032 15%, #3200c8 35%, #3200c8 50%, #c80032 80%, #3200c8);
background: linear-gradient(#c80032 15%, #3200c8 35%, #3200c8 50%, #c80032 80%, #3200c8);
}

.body ul {
line-height: 2;
padding: 0;
}

* {
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
cursor: default;
}

li, a, a > img {
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
cursor: pointer;
}

input {
-ms-user-select: all!important;
-moz-user-select: all!important;
-khtml-user-select: all!important;
-webkit-user-select: all!important;
cursor: text!important;
}

::selection {
background: rgba(178, 202, 228, 0.666)!important;
}
::-moz-selection {
background: rgba(178, 202, 228, 0.666)!important;
}

input:focus,
input:active {
box-shadow: none!important;
outline: none!important;
outline-offset: none!important;
}

.badge-warning {
color: #ffffff;
background-color: rgb(60, 110, 0);
}

h1, h2 {
font-weight:700;
}

.bg-dark {
color:#fff!important;
}

.bg-red {
background-color:rgba(200, 0, 50, 0.4)!important;
}

.bg-blue {
background-color:rgba(50, 0, 200, 0.4)!important;
}







#tariffs {
margin-top: 0rem;
padding-top: 1rem;
}

@media (min-width: 576px) {
#tariffs .col-md-3 {
padding-left:0px!important;
}
}

@media (min-width: 576px) and (max-width: 767px) {
#tariffs .col-md-3.text-center.mb-3 {
padding-right:0px!important;
}
}

@media (min-width: 576px) {
#tariffs .col-md-3.text-center.mb-3:nth-child(4) {
padding-right:0px!important;
}
}

#tariffs .row > div:last-child .card-body > div:nth-child(3),
#tariffs .row > div:last-child .card-body > div:nth-child(4) {
    padding: 0.94rem 0rem;
}

@media (min-width: 768px) {
    .tarif-about {
        min-height: 5.5rem;
    }
}

.tarif-about {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.55rem 0rem;
    border-top: Solid 0.075rem #f8f9fa;
    vertical-align: middle;
}

.tarif-about-price {
    font-size: 0.75rem;
}










@media (max-width: 576px) {
header .pl-3 {
padding-left: 2rem!important;
}

header .pr-3 {
padding-right: 2rem!important;
}

.voditeli h2 {
font-size: 1.7rem;
}
}

.callus,
.app {
font-weight: 700;
font-size: 1.25rem !important;
}

.site-header {
background-color: rgba(75, 75, 75)!important;
border-bottom: 1px solid #ffffff30;
padding-bottom: .22rem!important;
padding-top: .22rem!important;
}

.site-header a {
color: #fff;
transition: ease-in-out color .15s;
}

.upper {
text-transform: uppercase;
}

.text-warning {
    color: #19e119!important;
}

.callus,
.app {
font-weight: 700;
font-size: 1rem;
}

.callus a {
color: #fff;
/* color: #000; */
}

.app span {
border-bottom:1px dashed;
color: #fff;
/* color: #000; */
cursor:pointer;
}

.app a:hover, .callus a:hover {
text-decoration: none;
}

.callus em,
.app em {
display:block;
font-weight: 300;
font-size: .9rem;
}

@media (min-width: 1300px) {
.container {
max-width: 1280px;
}
}

@media (min-width:768px) {
.modal-body {
padding: 2rem 3rem;
}
}

.modal-title {
line-height: 1.1;
}

.modal-content {
background-color: transparent;
border: none;
}

.modal-header {
border-bottom: none;
}

#face {
padding-top: 4rem;
padding-bottom: 4rem;
}

@media (min-width:992px) {
#face {
padding-left: 40px;
padding-right: 40px;
}
}

@media (min-width:1200px) {
#face {
padding-left: 80px;
padding-right: 80px;
}
}



@media (min-width: 768px) {
#face > .container {
    margin-top: 6.5rem!important;
}
#face .top-text-1 {

}
#face .top-text-2 {

}
#face .top-text-3 {
    line-height: 2.25rem;
    letter-spacing: 0.1rem;
}
}


@media (max-width: 767px) {
#face > .container {
    margin-top: 1.5rem!important;
}
#face .top-text-1 {
    text-align: center;
    letter-spacing: 0;
    line-height: 1.75rem;
    padding: 0.75rem 1.75rem 1rem 1.75rem;
}
#face .top-text-2 {
    text-align: center;
    letter-spacing: 0;
    line-height: 3.5rem;
    padding: 0.75rem 1.75rem 1rem 1.75rem;
}
#face .top-text-3 {
    text-align: justify;
    letter-spacing: 0;
    line-height: 2rem;
    padding: 0.75rem 1.75rem 1rem 1.75rem;
}
}



#face > .container > p.h5 {
    letter-spacing: 0.1rem;
}





.bg-gray
{
background: #4b4b4b;
}

.bg-gray-o
{
background: rgba(75, 75, 75, 0.75);
}


@media (min-width: 768px) {
    #call_f,
    #call_s {
        margin-top: -7.5rem;
    }
    #call_f > .call-block,
    #call_s > .call-block {
        padding-top: 2.75rem;
        padding-bottom: 1.25rem;
    }
}

@media (max-width: 767px) {
    #call_f > .call-block,
    #call_s > .call-block,
    #pricing > .price-block {
        padding-top: 1.5rem;
        margin-left: 0!important;
        margin-right: 0!important;
        max-width: 100%;
    }
    #call_f > .call-block .row > div,
    #call_s > .call-block .row > div,
    #call_f #cr_f_form > div,
    #call_s #cr_s_form > div,
    #pricing > .price-block > .row > div {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    #call_f > .call-block,
    #call_s > .call-block {
        padding-top: 1.75rem;
        padding-bottom:0.5rem;
    }
    #call_f > #cr_f_form > div > .cr-phone,
    #call_s > #cr_s_form > div > .cr-button {
        font-size: 1.2rem;
    }
    #advantages {
        padding-bottom: 0!important;
    }
}

#call_f {
padding-top: 0;
padding-bottom: 0.75rem;
}

#call_s {
padding-top: 0;
padding-bottom: 0.75rem;
}

#call_f > .call-block,
#call_s > .call-block {
padding-right: 1.5rem;
padding-left: 1.5rem;
}

@media (min-width: 768px) {
#about {
padding-top: 0.75rem;
}
}

@media (max-width: 767px) {
#about {
padding-top: 0rem;
}
}

#cr_top_form {
background: transparent;
}

.cr-phone {
background: transparent;
padding: 0.5rem 1.25rem 0.75rem 1.25rem;
}

.cr-phone > div > input {
padding: 0.9rem 1.1rem;
outline: none!important;
}

#calculator {
    padding-top: 0.5rem;
    padding-bottom: 0;
    margin-bottom: -7.5rem;
    position: relative;
}

#calculator > .container {
    padding-top: 2.75rem;
    padding-bottom: 1.75rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

#calculator .calc-first-field {
    background: -moz-linear-gradient(45deg, #c80032 0, #3200c8 100%);
    background: -webkit-linear-gradient(45deg, #c80032 0, #3200c8 100%);
    background: -o-linear-gradient(45deg, #c80032 0, #3200c8 100%);
    background: -ms-linear-gradient(45deg, #c80032 0, #3200c8 100%);
    background: linear-gradient(45deg, #c80032 0, #3200c8 100%);
    padding: 0.2rem;
    margin-right: 0.15rem;
    border-top-left-radius: 1.75rem;
    border-bottom-left-radius: 1.75rem;
}

#calculator .calc-first-field > input {
    padding: 0.5rem 1.1rem;
    outline: none!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    background-color: #fff!important;
}

#calculator .calc-second-field {
    background: -moz-linear-gradient(45deg, #3200c8 0, #c80032 100%);
    background: -webkit-linear-gradient(45deg, #3200c8 0, #c80032 100%);
    background: -o-linear-gradient(45deg, #3200c8 0, #c80032 100%);
    background: -ms-linear-gradient(45deg, #3200c8 0, #c80032 100%);
    background: linear-gradient(45deg, #3200c8 0, #c80032 100%);
    padding: 0.2rem;
    margin-left: 0.15rem;
    border-top-right-radius: 1.75rem;
    border-bottom-right-radius: 1.75rem;
}

#calculator .calc-second-field > input {
    padding: 0.5rem 1.1rem;
    outline: none!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    background-color: #fff!important;
}

#calculator #calc_trip {
    padding: 0.885rem 1rem;
    background: -moz-linear-gradient(45deg, #c80032 0, #3200c8 100%);
    background: -webkit-linear-gradient(45deg, #c80032 0, #3200c8 100%);
    background: -o-linear-gradient(45deg, #c80032 0, #3200c8 100%);
    background: -ms-linear-gradient(45deg, #c80032 0, #3200c8 100%);
    background: linear-gradient(45deg, #c80032 0, #3200c8 100%);
    border-top-left-radius: 1.75rem;
    border-bottom-left-radius: 1.75rem;
    background-size: 133.33% 3.5rem!important;
    background-position: -3rem;
}

#calculator #swap_addr {
    padding: 0.885rem 1rem;
    background: -moz-linear-gradient(45deg, #3200c8 0, #c80032 100%);
    background: -webkit-linear-gradient(45deg, #3200c8 0, #c80032 100%);
    background: -o-linear-gradient(45deg, #3200c8 0, #c80032 100%);
    background: -ms-linear-gradient(45deg, #3200c8 0, #c80032 100%);
    background: linear-gradient(45deg, #3200c8 0, #c80032 100%);
    border-top-right-radius: 1.75rem;
    border-bottom-right-radius: 1.75rem;
    background-size: 133.33% 3.5rem!important;
    background-position: -1rem;
}

#calculator #calc_result_p_1,
#calculator #calc_result_p_2,
#calculator #calc_result_p_3 {
    font-size: 1.375rem;
}

#call_f .cr-button,
#call_s .cr-button {
background: transparent;
padding: 0.75rem 1.25rem 1.25rem 1.25rem;
}

#call_f .cr-button > button,
#call_s .cr-button > button {
padding: 1.25rem 1rem;
border-radius: 1.75rem;
background: -moz-linear-gradient(45deg, #c80032 0, #3200c8 100%);
background: -webkit-linear-gradient(45deg, #c80032 0, #3200c8 100%);
background: -o-linear-gradient(45deg, #c80032 0, #3200c8 100%);
background: -ms-linear-gradient(45deg, #c80032 0, #3200c8 100%);
background: linear-gradient(45deg, #c80032 0, #3200c8 100%);
background-size: 133.33% 4rem!important;
background-position: -5rem;
}

section {
padding-top:4rem;
padding-bottom: 4rem;
}

#pricing {
padding-top: 0.5rem;
padding-bottom: 0;
margin-bottom: -7.5rem;
position: relative;
}

#pricing > .price-block {
padding-top: 2.75rem;
padding-bottom: 1.75rem;
padding-right: 1.5rem;
padding-left: 1.5rem;
}

#advantages {
background-size: cover;
padding-bottom: 8rem;
padding-top: 9.5rem;
}

@media (min-width: 768px) {
    #advantages {
        background: #aaaaaa url('/img/bg-b/bg0.jpg');
    }
}

@media (max-width: 767px) {
    #advantages {
        background: #aaaaaa url('/img/bg/bg0.jpg');
    }
}

#advantages .adv-card-canv {
background: -moz-linear-gradient(45deg, #c80032 0, #3200c8 100%);
background: -webkit-linear-gradient(45deg, #c80032 0, #3200c8 100%);
background: -o-linear-gradient(45deg, #c80032 0, #3200c8 100%);
background: -ms-linear-gradient(45deg, #c80032 0, #3200c8 100%);
background: linear-gradient(45deg, #c80032 0, #3200c8 100%);
padding: 0.2rem;
border-radius: 0;
}

#advantages .adv-card-canv > div > i {
    font-size: 5rem;
}

#request_form .cr-button {
background: transparent;
padding: 0.75rem 1.25rem 1.25rem 1.25rem;
}

#request_form .cr-button > button {
padding: 1.25rem 1rem;
border-radius: 1.75rem;
background: -moz-linear-gradient(45deg, #c80032 0, #3200c8 100%);
background: -webkit-linear-gradient(45deg, #c80032 0, #3200c8 100%);
background: -o-linear-gradient(45deg, #c80032 0, #3200c8 100%);
background: -ms-linear-gradient(45deg, #c80032 0, #3200c8 100%);
background: linear-gradient(45deg, #c80032 0, #3200c8 100%);
background-size: 133.33% 4rem!important;
background-position: -7rem;
}






ul.main-menu li ul {
display: none;
/* position: absolute; */
width: 100%;
margin: 0px;
padding: 0px;
background: rgb(60, 110, 0);
text-align:left;
}

ul.main-menu li ul li a {
color:#fff!important;
}

ul.main-menu li ul li {
display: block;
}

ul.main-menu li:hover ul {
display: block;
}

.mob {
display:none;
}

@media (max-width:992px) {
.mob {
display:block;
padding:0px;
}
}

.logo-bottom {
/*height: 100px;
border-radius: 1.75rem;*/
}

.mobile-phone-nav {
background-color: rgba(75, 75, 75)!important;
border-bottom: 1px solid #ffffff30;
padding-bottom: .75rem!important;
padding-top: .75rem!important;
}


@media (min-width: 768px) {
.mobile-phone-nav {
display: none;
}
}


@media (max-width: 767px) {
.pc-phone {
display: none;
}
}


.pc-phone {
top: 6px;
position: relative;
}


.pc-phone-addit {
top: 5px;
position: relative;
}


.mobile-phone-nav-div {
text-align: center;
}


.mobile-phone-nav-span {
font-weight: 700;
color: white;
font-size: 1rem !important; 
}


.mobile-phone-nav-a {
font-weight: 700;
color: white;
font-size: 1rem !important;
}


.mobile-phone-nav-a:hover,
.mobile-phone-nav-a:active {
text-decoration: none;
color: rgb(255, 200, 10);
}


.phone-top {
border-radius: 1.75rem;
}


.contact-bottom {
margin-top: 2rem!important;
}

.body ul li {
    padding:0;
    list-style: none;
}


.body ul li:before {
    padding-right:10px;
    font-weight: bold;
    color: rgb(60, 110, 0)!important;
    content: "\2739";
}


#mobile-nav {
border-radius: 0!important;
width: 100%!important;
background-color: rgba(75, 75, 75)!important;
border-bottom: 1px solid #ffffff30;
padding-bottom: .5rem!important;
padding-top: .5rem!important;
}


#mobile-nav-middle {
overflow:hidden!important;
height:29px!important;
width:100%!important;
}


#mobile-nav-container {
width: 100%!important;
height: 50px!important;
overflow-x: scroll!important;
overflow-y: hidden!important;
-webkit-overflow-scrolling: touch!important;
overflow-scrolling: touch!important;
}


#mobile-nav-li-container {
display: flex!important;
margin: 0 auto!important;
}


.mobile-nav-li {
padding:5px!important;
margin-left:.5rem!important;
background-color:rgb(255, 255, 255)!important;
color:rgb(75, 75, 75)!important;
display: block;
text-decoration: none!important;
white-space: nowrap;
font-size: .9rem;
}

#mobile-menu {
background: #4b4b4b;
border-radius: 0!important;
width: 100%!important;
}


#mobile-menu-middle {
overflow:hidden!important;
height:34px!important;
width:100%!important;
}


#mobile-menu-container {
width: 100%!important;
height: 50px!important;
overflow-x: scroll!important;
overflow-y: hidden!important;
-webkit-overflow-scrolling: touch!important;
overflow-scrolling: touch!important;
}

#mobile-menu:before {
content: '';
height: 50px;
width: 5px;
position: absolute;
margin-left: 0px;
left: 0px;
overflow: hidden;
display: flex;
bottom: 0px;
z-index: 9999;
background: linear-gradient(270deg, rgba(75, 75, 75, 0.2), rgba(75, 75, 75, 1));
}

#mobile-menu:after {
content: '';
height: 50px;
width: 5px;
position: absolute;
margin-right: 0px;
right: 0px;
overflow: hidden;
display: flex;
bottom: 0px;
z-index: 9999;
background: linear-gradient(90deg, rgba(75, 75, 75, 0.2), rgba(75, 75, 75, 1));
}

#mobile-menu-li-container {
display: flex!important;
margin: 0 auto!important;
padding: 0rem .5rem 0rem 0rem!important;
}


.mobile-li {
padding:8px;
margin-left:.5rem!important;
background-color:#f2f2f2!important;
color:#4b4b4b!important;
display: block;
font-weight:700;
font-size: 0.85rem;
text-decoration: none!important;
text-transform:uppercase;
white-space: nowrap;
}


@media (max-width: 767px) {
#pc-active-menu {
display:none!important;
}

#pc-nav {
display:none!important;
}
}

@media (min-width: 768px) {
#mobile-active-menu {
display:none!important;
}

#mobile-nav {
display:none!important;
}
}

.header-call-button {
text-decoration: underline;
}

.top-big-button-red {
letter-spacing: 3.3px;
background-color:rgb(190, 10, 10);
font-family: inherit;
color: inherit;
font-weight: 500;
line-height: 1.2;
font-size: 1.45rem;
padding: .2em .37em .2em .37em!important;
text-decoration: none!important;
}

.top-big-button-yellow {
background-color:rgb(255, 200, 10);
font-family: inherit;
color: inherit;
font-size: 1rem;
margin-right: 1px;
padding: .5em .5em .35em .5em;
}

.top-big-button-green {
background-color: rgb(60, 110, 0);
font-family: inherit;
color: inherit;
font-size: 1rem;
margin-left: 1px;
padding: .5em .5em .35em .5em;
text-decoration: none!important;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.theme-links {
}

.t-l-phone {
letter-spacing: 0.1rem;
font-family: inherit;
color: inherit;
font-weight: 500;
font-size: 1.5rem;
padding: 0rem 0rem;
text-decoration: underline;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.t-l-tariffs {
font-family: inherit;
color: inherit;
font-weight: 500;
font-size: 1.2rem;
padding: 0.5rem 1rem 0rem 0rem;
text-decoration: underline;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bg-all {
background-repeat: no-repeat;
background-position: center;
background-blend-mode: multiply;
}

.bg-0 {
background-size: cover;
height: 650px;
}

@media (min-width: 768px) {
    .bg-0 {
        background: #aaaaaa url('/img/bg/bg0.jpg');
    }
}

@media (max-width: 767px) {
    .bg-0 {
        background: #aaaaaa url('/img/bg-b/bg0.jpg');
        height: auto;
    }
}

@media (max-width: 399px) {
.icon-1,
.icon-2,
.icon-3 {
margin-top: 17px;
}
}

@media (min-width: 400px) {
.icon-1,
.icon-2,
.icon-3 {
margin-top: 6px;
}
}

.icon-1,
.icon-2,
.icon-3 {
width: 64px;
height: 64px;
display: block;
border-radius: 1.75rem;
background-color: rgb(60, 110, 0);
}

.icon-1:before,
.icon-2:before,
.icon-3:before {
position: relative;
color: rgb(255, 255, 255);
}

.icon-1:before {
top: 10pt;
left: 12pt;
font-size: 27.5pt;
}

.icon-2:before {
top: 9pt;
left: 13.1pt;
font-size: 31.5pt;
}

.icon-3:before {
top: 8pt;
left: 13pt;
font-size: 34pt;
}

.btn-sm {
padding: .25rem .5rem!important;
font-size: .875rem;
line-height: 1.5;
}

.btn {
box-shadow: none;
border: none;
display: inline-block;
text-align: center;
text-transform: uppercase;
font-weight:700;
padding: 1rem 1rem;
}

.btn-warning {
    color: #f2f2f2;
}

.btn-outline-warning {
    color: #f2f2f2;
    border: 1px solid #f2f2f2;
}

.btn-warning:hover,
.btn-warning:active {
    background: -moz-linear-gradient(45deg, #c80032 0, #3200c8 100%);
    background: -webkit-linear-gradient(45deg, #c80032 0, #3200c8 100%);
    background: -o-linear-gradient(45deg, #c80032 0, #3200c8 100%);
    background: -ms-linear-gradient(45deg, #c80032 0, #3200c8 100%);
    background: linear-gradient(45deg, #c80032 0, #3200c8 100%);
    background-position: 0rem!important;
}

.btn-outline-warning:hover,
.btn-outline-warning:active {
    background: -moz-linear-gradient(45deg, #c80032 0, #3200c8 100%);
    background: -webkit-linear-gradient(45deg, #c80032 0, #3200c8 100%);
    background: -o-linear-gradient(45deg, #c80032 0, #3200c8 100%);
    background: -ms-linear-gradient(45deg, #c80032 0, #3200c8 100%);
    background: linear-gradient(45deg, #c80032 0, #3200c8 100%);
    background-position: 0rem!important;
}

.text-dark a,
.text-light a {
    border-radius: 0.1rem;
    padding: 0.15rem 0.15rem 0rem 0.15rem;
}

.text-dark a:hover,
.text-light a:hover {
    padding-bottom: 0.1rem;
}

.text-dark a {
    background: #4b4b4b!important;
    color: #f2f2f2;
}

.text-light a {
    background: #f2f2f2!important;
    color: #4b4b4b;
}

footer {
    background: rgb(60, 60, 60);
}


@media (max-width: 767px) {
    footer .ending-contacts {
        display: none;
    }
    footer .ending-menu {
        display: none;
    }
}

@media (min-width: 768px) {
    footer .ending-contacts-mobile {
        display: none;
    }
    footer .ending-menu-mobile {
        display: none;
    }
    .cdg-1,
    .cdg-2 {
        display: none;
    }
}

footer .ending-menu-mobile {
    background-color: rgb(60, 60, 60);
    color: #f2f2f2;
    border-width: 0px;
    border-style: Solid;
    border-color: #f2f2f2;
}

footer .emm-container {
    cursor: pointer;
}

footer .emm-title {
    text-transform:uppercase;
}

footer .emm-sub-menu {
    list-style-type: none;
    padding: 0;
}

footer .emm-sub-menu li {
    border-width: 0px;
    border-style: Solid;
    border-color: rgb(60, 60, 60)!important;
}

footer .emm-sub-menu li > a {
    border-radius: 0px;
}

footer .foo-del,
footer .ending-menu .list-unstyled a {
    color: #f2f2f2;
}

footer address a {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}