.backtp
{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAE0lEQVQImWNggID/DEiM/+gCDABZzQT8gWMmJgAAAABJRU5ErkJggg==') repeat;
     position: absolute;
    z-index: 1;
    width: 100%;
}

@media only screen and (min-width: 1343px)
{
    .backtp
    {
        height: 550px;

    }

}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .backtp
    {
        height: 1000px;
    }
}

/* Код для подключения шрифта в /css/stylename.css */

/* font-family: "LeagueGothicRegular"; */
@font-face {
    font-family: "LeagueGothicRegular";
    src: url("../fonts/LeagueGothicRegular.eot");
    src: url("../fonts/LeagueGothicRegular.eot#iefix")format("embedded-opentype"),
    url("../fonts/LeagueGothicRegular.woff") format("woff"),
    url("../fonts/LeagueGothicRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


.dd
{
    border-radius: 4px 4px 0 0;
}

.dd:hover
{


    -webkit-box-shadow: inset 0px 0px 13px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    inset 0px 0px 13px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         inset 0px 0px 13px 0px rgba(50, 50, 50, 0.75);
}



.blur
{
    border-radius: 5px;
    border: 2px solid #FEB600;
    border-bottom: 0;
    display: block;
}
@keyframes motionblur
{
    0%
    {
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        filter: blur(2px);
    }

    100%
    {

        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        filter: blur(0  px);
    }
}
.blur>img
{
    animation-duration: 2s;
    animation-name: motionblur;

}

.blur:hover img
{
    transition: 2s -webkit-filter linear;

}


.phone_cool
{
    color:#FEB800;
    font-size: 1.2em;
}
.yello
{
   color:#FEB800
}

.yello_cool
{
    color:#FEB800;
    font-size: 1.2em;
}

.contacts_head
{
    color:white;
    font-size: 1.8em;
    padding-top: 5px;
    display: block;
    width: 600px;
    margin-left: 150px;
    font-family: Oswald;
    text-transform: uppercase
}

.section-heading  h1.title
{
    font-size: 20pt;
    font-weight: bold;
    font-style: normal;
    transform: skewX(15deg);
    margin: 0px;
    padding: 0px;

}

h1.title
{

    max-width: 600px;
    text-shadow: 1px 2px 0px rgba(255, 255, 255, 0.6);
}

.list-group-item-open{
    list-style: outside none none;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    position: relative;
}
.list-group-item-open:before{
    content: "\f107";
    display: block;
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 5px;
}

.phone_form
{
    cursor: pointer;
}

.fade
{

    animation-duration: 0.5s;
  /*  animation-fill-mode: forwards;*/
    animation-timing-function: ease-out;

    animation-name: swell-open !important;
}

.fade.in
{
    animation-name: swell-close;
}



@keyframes swell-open
{
    0% {

        transform: translate3d(calc(-100vw - 50%), 0, 0);
    }
    50% {

        transform: translate3d(100px, 0, 0);
    }
    100% {

        transform: translate3d(0, 0, 0);
    }
}
@keyframes swell-close
{
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    50% {
        opacity: 1;
        transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
    }
    100% {
        opacity: 0;
        transform: translate3d(calc(100vw + 50%), 0, 0)
    }
}


#content_text ul
{
    margin-left: 20px;
}

#content_text ul li
{
    list-style: disc;
}

/*
     FILE ARCHIVED ON 00:43:55 Mar 16, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:31:48 Sep 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.353
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.024
  esindex: 0.005
  cdx.remote: 4.664
  LoadShardBlock: 64.24 (3)
  PetaboxLoader3.datanode: 78.816 (4)
  load_resource: 66.055
  PetaboxLoader3.resolve: 36.626
*/


/* Реквизиты юрлица в подвале */
.company-legal{font-size:13px; line-height:1.7; opacity:.85;}
.company-legal p{margin:0 0 4px;}
.company-legal strong{font-size:14px; opacity:1;}

/* Бейдж рейтинга КурьероФФ под подвалом */
.kureroff-badge{display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:14px;
  padding:22px 16px 34px; background:#1c1c1c; text-align:center;}
.kureroff-badge img{max-width:180px; height:auto; vertical-align:middle;}
.kureroff-badge .kureroff-link{color:#8a8a8a; font-size:12px; text-decoration:none; vertical-align:middle;}
.kureroff-badge .kureroff-link:hover{color:#f5a623;}
