body{
    font-family: "Myriad Pro Regular", "Arial", sans-serif !important;
    line-height: 1.5!important;
}

@media screen and (max-width: 1200px){
   /* html{
        font-size: 14px !important;
    }*/
}
@media screen and (max-width: 767px){
    /*html{
        font-size: 12px !important;
    }*/
    h2, .h2 {
        font-size: 1.6rem!important;
    }
}
.logo_desc {
    color: #b83834;
    font-size: 0.9rem;
}
.phone{
    color: #b83834;
    font-size: 1.6rem;
}
.header {
    line-height: 1;
}
.font-myriad-pro-light{
    font-family: "Myriad Pro Light", "Arial", sans-serif;
}
.font-myriad-pro-bold{
    font-family: "Myriad Pro Bold", "Arial", sans-serif;
}
.agreement_comment{
    font-size: 0.9rem;
}
footer{
  background: #2D2D2D;
}
footer a:hover,
footer a:focus{
    color: #ffffff;
}
.comagic-o-rack--middle {
    justify-content: flex-end!important;
}
header.is_stuck{
    z-index: 999;
}
header.is_stuck .header{
    background: #FFFFFF;
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}
.line-height{
    line-height: 1!important;
}
.font-size-18{
    font-size: 1.125rem;
}
.font-size-20{
    font-size: 1.25rem;
}
.font-size-26{
    font-size: 1.625rem;
}
.font-size-30{
    font-size: 1.875rem;
}
.font-size-42{
    font-size: 2.625rem;
}
.text-youtube{
    font-size: 1.25rem;
    line-height: 1.5rem;
    display: block;
}
@media screen and (max-width: 991px){
    .text-youtube{
        font-size: 0.875rem;
        line-height: 1rem;
    }
}

.back_to_top{
    position: fixed;
    bottom: 3rem;
    left: 3rem;
    z-index: 100;
}
.back_to_top i{
    background-image: -webkit-linear-gradient(top, #ae0201, #E31E24);
    background-image:    -moz-linear-gradient(top, #ae0201, #E31E24);
    background-image:     -ms-linear-gradient(top, #ae0201, #E31E24);
    background-image:      -o-linear-gradient(top, #ae0201, #E31E24);
    background-image:         linear-gradient(to bottom, #ae0201, #E31E24);
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
/**/
.main-top-panel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 5px 15px;
    background-color: #313131;
    z-index: 10;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
	webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.7);
}
.main-top-panel a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 18px;
    background-color: #D63D3E;
    border-radius: 4px;
    color: #fff;
    margin-left: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.main-top-panel a:hover {
    opacity: 0.9;
	 color: #fff;
}



.main-top-panel-close {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 1;
    cursor: pointer;
    border-radius: 3PX;
    background-color: #D63D3E;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 15px;
    color: #fff;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
}



@media screen and (max-width: 991px) {
    /*.lineGBMulti1Line_cont {
        margin: 42px 0 0;
    }*/
    .main-top-panel {
        font-size: 18px;
    }
    .main-top-panel a {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    /*.lineGBMulti1Line_cont {
        margin: 62px 0 0;
    }*/
    .main-top-panel {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .main-top-panel {
        font-size: 16px;
    }
    .main-top-panel a {
        margin-left: 0;
        font-size: 14px;
        text-align: center;
    }
}