<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.eot');
    src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Impact.woff2') format('woff2'),
         url('../fonts/Impact.woff') format('woff'),
         url('../fonts/Impact.ttf') format('truetype'),
         url('../fonts/Impact.svg#impactregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'PTSans';
    src: url('../fonts/PTSans-Regular.eot');
    src: url('../fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTSans-Regular.woff2') format('woff2'),
         url('../fonts/PTSans-Regular.woff') format('woff'),
         url('../fonts/PTSans-Regular.ttf') format('truetype'),
         url('../fonts/PTSans-Regular.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'PTSansBold';
    src: url('../fonts/PTSans-Bold.eot');
    src: url('../fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTSans-Bold.woff2') format('woff2'),
         url('../fonts/PTSans-Bold.woff') format('woff'),
         url('../fonts/PTSans-Bold.ttf') format('truetype'),
         url('../fonts/PTSans-Bold.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
    
    html {padding: 0; margin: 0;}
    body {padding: 0; margin: 0; position: relative; background: #fff; font-family: 'PTSans'; color: #333;float: left; font-size: 18px; }
    :focus { outline:0; }
    a:active { outline:none; }
    img {border: none;}
    h1 {color:#fff;padding-top: 29px;margin: 0;font-size: 49px;font-family: 'Impact';  text-transform: uppercase;font-weight: normal;line-height: 43px;}
    h1 span{color:#fad81c;font-size: 56px;}
    
    @media (min-width: 941px) {
    .middleblock {width: 940px;}
    body {width: 100%;overflow-x: hidden;}
    } 

    @media (max-width: 940px) {
    body {width: 940px;overflow-x: hidden;}
    .middleblock {width:100%;overflow-x: hidden;}

    } 

    .middleblock{margin: 0 auto; position: relative;height: 100%; }
    .clearfix {width: 100%; float: left; padding: 0; margin: 0;}
    header, footer, section {width: 100%;float: left;}        
    .overlay {position: fixed; top: 0; left: 0; z-index: 45; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.65); opacity: 0; visibility: hidden; transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}
    .close {cursor: pointer; position: absolute; width:15px; height: 15px; top: 5px; right: 5px; background:#698fbd url(../img/closecross.png) center no-repeat;background-size: cover;z-index: 100; border: 2px solid #698fbd; border-radius: 2px;}
    .close:hover {background: #4C73A1 url(../img/closecross.png) center no-repeat;border: 2px solid #4C73A1;background-size: cover;}
    .popup {background: #698fbd; position: fixed;  top: 50%; left: 50%; z-index: 50; opacity: 0; visibility: hidden; transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}
    .popup.callback {position: fixed; width: 211px; margin-left: -105.5px; height: 234px; margin-top: -142px; top: 50%; left: 50%; z-index: 50; opacity: 0; visibility: hidden; transition: all 0.5s ease; -webkit-transition: all 0.5s ease;padding: 25px;}
    .popup.callback form input::-webkit-input-placeholder {color:#333;}
    .popup.callback form input::-moz-placeholder          {color:#333;}
    .popup.callback form input:-moz-placeholder           {color:#333;}
    .popup.callback form input:-ms-input-placeholder      {color:#333;}
    .popup.callback form input{width: 170px; float: left; display: block; border: 1px solid #fff; margin-bottom: 8px; background: #fff; color: #333; margin-right: 30px;}
    .popup.callback form label{float: left; display: block; margin-top: 11px; margin-left: -227px;}
    .popup.callback form label[for="cn"]{background-position: 0px -95px;}
    .popup.callback form label[for="ct"]{background-position: 0px -126px;}
    .popup.callback form label[for="cm"]{background-position: 0px -153px;}
    .popup.callback form legend{width: 100%; display: block; font-size: 20px; color: #fff;margin-bottom: 10px;}
    .popup.callback form button:hover{margin-top: 3px;}
    
    
    .popup.thanks{width: 400px; height: 100px; margin-top: -50px; margin-left: -200px;    }
    .popup.thanks p{color: #fff; text-align: center;}
    .popup.thanks p span{display: block; font-family: 'PTSansBold'}

    .btn {height: 40px; line-height: 40px; text-align: center; text-transform: uppercase; font-family: 'PTSansBold'; text-decoration: none; border-radius: 5px; cursor: pointer; font-size: 16px; border: none;}
    .btn.red {width: 211px; color: #fff; box-shadow: 0px 3px 0px #a5302d; background: #fb4944;display: inline-block; float: left;}
    .btn.red:hover {background: #fc6662; box-shadow: none;float: left;}
    .btn.ylw {width: 272px; color: #333; box-shadow: 0px 3px 0px #a58e12; background: #fad81c;display: block;}
    .btn.ylw:hover {background: #fde562; box-shadow: none;}
    input[type="text"] {line-height: 39px; height: 39px; padding-left: 38px; border-radius: 5px;}
    input[type="text"]+label, textarea+label{width: 15px; height: 20px; background-image: url(../img/form-sprite.png); background-repeat: no-repeat; display: inline-block;}
    textarea{line-height: 39px; height: 78px; text-indent: 38px; border-radius: 5px;}
    form input:-ms-input-placeholder{line-height: 41px}
    form input::-webkit-input-placeholder{line-height: 41px}
    form textarea:-ms-input-placeholder{line-height: 41px;}
    form textarea::-webkit-input-placeholder{line-height: 41px; font-family: Arial, Sans-serif; font-size: 14px;}
    
    
    header {background: #f2f2f2; height: 61px; border-top: 1px solid #333; border-bottom: 1px solid #333;}
    header a, header span {display: inline-block;}
    header a.phonenumber {font-size: 25px; font-family: 'PTSansBold'; cursor: default; color: #333; text-decoration: none;line-height: 61px;float: right;}
    header a.phonenumber:before { content:''; width: 14px; height: 60px; background: url(../img/phone-ico.png) center no-repeat; display: inline-block; float: left; margin-right: 11px;}
    header span {line-height: 65px;float: right;margin-right: 11px;font-size: 23px;margin-left: 15px;}
    header a.btn {margin-top: 9px;}
    header a.btn:hover {margin-top: 12px;}
    #first {height: 602px; background: url(../img/first.jpg) center -65px no-repeat;}
    #first .middleblock{background: url(../img/first-center.png) center 108px no-repeat;}
    #first .left {float: left;}
    #first .right {float: right;}
    #first .middleblock&gt;div{width: 280px;margin-top: 13px;}
    #first dl {
        font-size: 16px;
        line-height: 24px;
    }
    
    .span_640 {
        display: none;
    }
    
    #first dl dt{color:#fad81c;text-transform: uppercase;font-family: 'PTSansBold'; position: relative;}
    #first dl dd{color:#fff;margin: 0;margin-bottom: 19px;line-height: 22px;}
    #first .left dl dt:nth-child(5):after{content: ''; position: absolute; display: block; right: -29px; top: -22px; width: 108px; height: 30px; background: url(../img/ylw-arrow.png) 0 0 no-repeat;}
    #first form{margin-top: 28px;}
    #first form input{ width: 231px; float: left; display: block; border: 1px solid #698fbd; margin-bottom: 8px; background: rgba(60, 27, 3, 0.65); color: #fff;}
    #first form label{float: left; display: block; margin-top: -40px; margin-left: 13px;}
    #first form label[for="fn"]{background-position: 0px 0px;}
    #first form label[for="ft"]{background-position: 0px -21px;}
    #first form label[for="fm"]{background-position: 0px -42px;}
    #first form label[for="fa"]{background-position: 0px -69px;}
    #first form button{margin-top: 0;float: left;height: 90px;line-height: 20px;}
    #first form button:hover{margin-top: 3px;}
    #first form input::-webkit-input-placeholder {color:#fff;}
    #first form input::-moz-placeholder          {color:#fff;}
    #first form input:-moz-placeholder           {color:#fff;}
    #first form input:-ms-input-placeholder      {color:#fff;}
    #cold {height: 100px; background:#698fbd; position: relative;}
    #cold:before {height: 52px; background:url(../img/ice.png) center 0 no-repeat; width: 100%; position: absolute; top: -5px; left: 0; content: ''; display: block;}
    #cold p{color:#fff; font-size: 30px; text-transform: uppercase; text-align: center;line-height: 21px;display: block;margin: 0px;padding-top: 45px;}
    #cold p sup{text-transform: none;font-size: 22.5px;}
    #freedel {height: 673px; background:url(../img/delivery.jpg) center 0 no-repeat;}
    #freedel h2{text-align: center;line-height: 21px;margin: 0;text-transform: uppercase;font-family: PTSansBold;padding-top: 17px;}
    #freedel h2.mskdel span{text-align: center;display: block;line-height: 42px;font-size: 40px;margin-bottom: 12px;color: #fb4944;}
    #freedel h2 span{text-align: center;display: block;line-height: 55px;color: #fb4944;}
    #freedel .map{width: 719px; height: 470px;background:url(../img/map.png) center 0 no-repeat; position: absolute; right: -106px; top: 0;}
    
    #freedel ul#countdown li {
      display: inline-block;
      background: #fff;
      width: 91px;
      height: 97px;
      text-align: center;
      position: relative;
    
      float: left;
      margin-left: 17px;
      border-radius: 5px;
}
    #freedel ul#countdown li:first-child {margin-left: 0;}
#freedel ul#countdown li span {

  font-size: 42px;
  font-weight: bold;
  color: #FFFFFF;
  

  height: 90px;
  line-height: 75px;
  
  font-family: Arial, Sans-Serif;
  

  letter-spacing: 23px;
  
  display: block;
  

  width: 69px;
  

  padding: 0 11px;
  position: absolute;

  top: 0;

  left: 0;

  z-index: 5;

}
    #freedel ul#countdown{display: block; padding: 0; float: left;margin: 0;height: 97px;padding-top: 189px;width: 416px;background:url(../img/germ.png) center 0 no-repeat;margin-top: 24px;}
    #freedel ul#countdown li:before, #freedel ul#countdown li:after {width: 44px; height: 75px; background: #333; border-radius: 5px; display: block; position: absolute; top: 0; content: '';}
    #freedel ul#countdown li:before {left: 0;}
        #freedel ul#countdown li:after {right: 0;}
    #freedel ul#countdown li span:before,#freedel ul#countdown li span:after  {width: 7px; height: 7px; background: #333; border-radius: 7px; display: block; position: absolute; left: -12px; content: '';}
    #freedel ul#countdown li span:before {top: 43px; }
    #freedel ul#countdown li span:after {top: 25px;}
    #freedel ul#countdown li:first-child span:before, #freedel ul#countdown li:first-child span:after {display: none;}
    #freedel ul#countdown li p.timeRefDays,
    #freedel ul#countdown li p.timeRefHours,
    #freedel ul#countdown li p.timeRefMinutes,
    #freedel ul#countdown li p.timeRefSeconds {
      color: #333;
      font-size: 11.2px; position: absolute; 
      bottom: 7px; left: 0;
    
      font-family: PTSansBold;
      width: 100%;
      text-transform: uppercase;
      line-height: 8px;
      display: block;
      margin: 0;
}

    #freedel .end{float: left; width: 100%; font-size: 23px; text-transform: uppercase;margin-top: 21px; position: relative;}
    #freedel .end:before{position: absolute; content: ''; background: url(../img/red-arrow.png) 0 0 no-repeat; width: 36px; height: 70px; top: -57px; left: -43px;}
    #freedel .end span{color: #fb4944;}
    #freedel form{width: 875px; background: #698fbd;height: 186px;margin: 0;padding: 0 33px;float: left;margin-top: 16px;}
    #freedel form legend{width: 100%; display: block; color: #fff; text-transform: uppercase; text-align: center; font-size: 25px; line-height: 64px;}
    #freedel form textarea{width: 205px; float: left; display: block; border: 1px solid #fff; margin-bottom: 8px; background: #fff; color: #333; margin-left: 11px;height: 89px;}
    #freedel form input{width: 169px; float: left; display: block; border: 1px solid #fff; margin-bottom: 8px; background: #fff; color: #333; margin-left: 11px;}
    #freedel form .row{display: block; float: left;width: 454px;}
    #freedel form input[name="name"]{
    width: 389px;
}
    #freedel form input:nth-child(2){margin-left: 0px;}
    #freedel form label{float: left; display: block; margin-top: 11px; margin-left: -196px;}
    #freedel form label[for="sn"]{background-position: 0px 0px;margin-left: -416px;}
    #freedel form label[for="st"]{background-position: 0px -22px;}
    #freedel form label[for="sm"]{background-position: 0px -42px;}
    #freedel form label[for="sa"]{background-position: 0px -69px;}
    
    #freedel form button{float: left;margin-left: 28px;display: inline-block;width: 170px;height: 93px;}
    #freedel form button:hover{margin-top: 3px;}
    #freedel form *::-webkit-input-placeholder {color:#333;}
    #freedel form *::-moz-placeholder          {color:#333;}
    #freedel form *:-moz-placeholder           {color:#333;}
    #freedel form *:-ms-input-placeholder      {color:#333;}
    #benefit {background: url(../img/greybg.png); height: 638px;}
    #benefit h2 {text-transform: uppercase; font-size: 30px; font-family: PTSansBold;margin: 0;padding-top: 34px;text-align: center;line-height: 45px;}
    #benefit ul {display: block; padding: 0; margin: 0;height: 204px;width: 480px;margin: auto;padding: 0 113px;background-image: url(../img/bluearrowsbig.png); background-repeat: no-repeat; position: relative;}
    #benefit .clearfix:nth-child(2) ul {background-position: center 152px;height: 187px;margin-top: 18px;}
    #benefit .clearfix:nth-child(2) ul:before, #benefit .clearfix:nth-child(2) ul:after {content:''; width: 1px; height: 57px; position: absolute; bottom: 34px; display: block; background: #168AC4;}
    #benefit .clearfix:nth-child(2) ul:before{left: 0;}
    #benefit .clearfix:nth-child(2) ul:after {right: 0px;}
    #benefit .clearfix:nth-child(2) ul li:after {background:url(../img/arrowplus.png); background-position: 0 center;content: ''; height: 36px; width: 22px; display: block; position: absolute; top: 33px; right: -22px;}
    #benefit .clearfix:nth-child(2) ul li:last-child:after {display:none;}
    
    #benefit .clearfix:nth-child(2) ul li:nth-child(1){background-position: 23px 24px;}
    #benefit .clearfix:nth-child(2) ul li:nth-child(2){background-position: -163px 19px;}
    #benefit .clearfix:nth-child(2) ul li:nth-child(3){background-position: -348px 24px;}
    #benefit .clearfix:nth-child(4) ul {background-position: center -37px;padding-top: 45px;height: 170px;}
    #benefit .clearfix:nth-child(4) ul:before, #benefit .clearfix:nth-child(4) ul:after {content:''; width: 1px; height: 170px; position: absolute; top: 36px; display: block; background: #168AC4;}
    #benefit .clearfix:nth-child(4) ul:before{left: 0;}
    #benefit .clearfix:nth-child(4) ul:after {right: 0;}
    
    #benefit .clearfix:nth-child(4) ul li:nth-child(1){background-position: 26px -142px;}
    #benefit .clearfix:nth-child(4) ul li:nth-child(2){background-position: -160px -142px;}
    #benefit .clearfix:nth-child(4) ul li:nth-child(3){background-position: -349px -139px;}
    #benefit .clearfix:nth-child(4) ul li:after {background:url(../img/arrowplus.png); background-position: -22px center;content: ''; height: 25px; width: 25px; display: block; position: absolute; top: 41px; right: -56px;}
    #benefit .clearfix:nth-child(4) ul li:last-child:after {display:none;}
    
    
    #benefit ul li{display: inline-block;  text-align: center;vertical-align: top;background-color: #fff;width: 104px;height: 104px;border-radius: 70px;margin-right: 84px;float: left;background-image: url(../img/b-icons.png);background-repeat: no-repeat;position: relative;}
    #benefit ul li:last-child{margin-right: 0px;}
    #benefit ul li span{display: block;  text-align: center;vertical-align: top;width: 156px;margin-left: -26px;margin-top: 108px;line-height: 1.1;}
    #benefit .bcenter{color: #fff; font-family: 'PTSansBold'; font-size: 20px; text-transform: uppercase;text-align: center;margin: 0 auto;width: 228px;height: 69px;line-height: 69px;background: #698FBD;border-radius: 55%;}
    #faq .q-a{display: block;float: left;}
    #faq .q-a .question{border-bottom: 2px solid transparent;color: #333;float: left; cursor: pointer; display: inline-block; position: relative; font-size: 25px; font-family: 'PTSansBold';margin-top: 26px;}
    
    #faq .q-a .question.opened{border-bottom: 2px dashed #333;color: #698fbd;}
    
    #faq .q-a .question:after{display: block; position: absolute;content: ''; width: 17px; height: 14px; background:url(../img/qa-trigger.png) 0 0 no-repeat; transition: all 0.5s ease; -webkit-transition: all 0.5s ease;right: -26px;bottom: 7px;}
    
    #faq .q-a .question.opened:after{transform:rotate(-180deg); -webkit-transform:rotate(-180deg);}
    
    #faq .q-a .answer{display: block;float: left;width: 100%;overflow: hidden;padding-left: 13px;margin-left: -13px; transition: height 0.5s ease; -webkit-transition: height 0.5s ease;}
    #faq .q-a .answer p{display: block; text-indent: 79px; position: relative;line-height: 27px;margin: 0;padding: 4px 0;}
    #faq .q-a:last-child {margin-bottom: 38px;}
    #faq .q-a:last-child .answer p{height: 60px;}
    #faq .q-a:last-child .answer p:before{top: 0;}
    #faq .q-a .answer p:before{display: block; position: absolute; content: 'РћС‚РІРµС‚:'; font-family: 'PTSansBold'; width: 79px; height: 25px; border: 1px solid #333; border-radius: 3px; top: 1px; left: -12px;text-indent: 0;text-align: center;}
    #faq .colors {display: block; padding: 0;width: 100%; float: left;padding-bottom: 21px;}
    #faq .colors ul{display: block; padding: 0;width: 860px;margin: auto;}
    #faq .colors ul li{display: inline-block;float: left; width: 197px; padding: 0; margin: 0; margin-right: 24px}
    #faq .colors ul li:nth-child(1),#faq .colors ul li:nth-child(2),#faq .colors ul li:nth-child(3),#faq .colors ul li:nth-child(4), #faq .colors ul li:nth-child(5), #faq .colors ul li:nth-child(6), #faq .colors ul li:nth-child(7), #faq .colors ul li:nth-child(8){margin-bottom: 27px;}
    #faq .colors ul li:nth-child(4n){margin-right: 0px;}
    #faq .colors ul li span{display: block;float: left; width: 100%; padding: 0; margin: 0; text-align: center;margin-top: 9px;line-height: 40px;height: 40px;}
    #faq .colors ul li img{display: block; width: 195px; height: 102px; border: 1px solid #fff;}
    #faq .colors ul li:nth-child(1) img{border: 1px solid #333;}
    #faq .colors .colorheading{font-size: 25px;display: block;width: 100%;float: left;text-align: center;margin: 12px auto 30px;}
    #last {height: 212px; background: url(../img/last.jpg) center 0 no-repeat;}
    #last form *::-webkit-input-placeholder {color:#333;}
    #last form *::-moz-placeholder          {color:#333;}
    #last form *:-moz-placeholder           {color:#333;}
    #last form *:-ms-input-placeholder      {color:#333;}
    #last form .row{width: 356px; float: left; display: block;}
    #last form input{width: 295px; float: left; display: block; border: 1px solid #fff; margin-bottom: 8px; background: #fff; color: #333; margin-right: 30px;}
    #last form textarea{width: 320px; float: left; display: block; border: 1px solid #fff; margin-bottom: 8px; background: #fff; color: #333; margin-right: 30px;height: 88px;}
    #last form label{float: left; display: block; margin-top: 11px; margin-left: -353px;}
    #last form label[for="ln"]{background-position: 0px -95px;}
    #last form label[for="lt"]{background-position: 0px -126px;}
    #last form label[for="lm"]{background-position: 0px -153px;margin-left: -343px;}
    #last form button{
    height: 92px;
    width: 220px;
    float: right;
}
    #last form button:hover{margin-top: 3px;}
    #last p {color: #fff; text-transform: uppercase; display: block; width: 100%; text-align: center; font-family: 'PTSansBold'; font-size: 19px;padding: 0;margin: 0;margin-bottom: 14px;padding-top: 14px;font-size: 18px;}
    footer {background: #698fbd; height: 90px;}
    footer ul{float: left;display: block; padding: 0; margin: 0; margin-top: 33px;}
    footer ul li{display: inline-block; float: left;margin-right: 64px;}
    footer ul li:last-child{margin-right: 0px;}
    footer ul li a{color: #fff; text-decoration: none; border-bottom: 1px dashed #fff;float: left;height: 24px;}
    footer ul li:hover a{border-bottom: none;}
    footer span{color: #446c9c; display: block;font-size: 14px; float: right; padding: 0;margin: 0px;margin-bottom: 3px;padding-top: 35px;}
    footer span a{background: url(../img/texterra-logo.png) 0 0 no-repeat; width: 77px; height: 17px; display: inline-block;margin-left: 15px;}
    
    form input.wf::-webkit-input-placeholder {color:#ed1c24!important;}
    form input.wf::-moz-placeholder {color:#ed1c24!important;}
    form input.wf:-moz-placeholder{color:#ed1c24!important;}
    form input.wf:-ms-input-placeholder{color:#ed1c24!important;}
    
@media screen and (max-width: 320px) {
    body {
        width: 320px;
    }
    
    .btn.red{
        width: 90px;
        color: transparent;
        background-image: url(../img/320/tel.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    
    header a.phonenumber{
        font-size: 17px;
        float: none;
        margin-left: 108px;
        margin-top: -13px;
        display: block;
        position: absolute;
    }
    
    header a.phonenumber:before{
        content: none;
    }
    
    header span {
        font-size: 17px;
        margin-left: 108px;
        display: block;
        position: absolute;
        margin-top: 10px;
    }
    
    h1 {
        font-size: 29px;
        word-wrap: break-word;
        width: 320px;
        text-align: center;
    }
    
    h1 span {
        font-size: 29px;
        margin-left: 14px;
    }
    
    #first {
        height: 100%;
        background-repeat: repeat;
        width: 320px;
    }
    
    #first .middleblock&gt;div {
        margin-left: 20px;
    }
    
    #first .left {
        float: none;
    }
    
    #first .right {
        float: none;
    }
    
    #first .left dl dt:nth-child(5):after{
        content: none;
    }
    
    #first .middleblock {
        background: none;
    }
    
    #first form input {
        width: 240px;
    }
    
    #first form button {
        height: 76px;
    }
    
    .btn.ylw {
        width: 280px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    
    #cold p {
        font-size: 20px;
    }
    
    #freedel h2 span {
        font-size: 34px;
        width: 300px;
    }
    
    #freedel h2 {
        line-height: 28px;
        padding-top: 5px;
        width: 300px;
        margin-left: 10px;
    }
    
    #freedel {
        height: 760px;
        background: url(../img/320/map.png) center 0 no-repeat;
    }
    
    #freedel .map {
        display: none;
    }
    
    /* counter */
    
    #freedel ul#countdown {
        height: 97px;
        padding-top: 180px;
        width: 320px;
        margin-top: 5px;
        margin-left: 15px;
    }
    
    #freedel ul#countdown li {
        width: 64px;
        height: 70px;
        margin-left: 10px;
        border-radius: 5px;
    }
    
    #freedel ul#countdown li:before, #freedel ul#countdown li:after {
        width: 30px;
        height: 50px;
        border-radius: 5px;
        top: 0;
    }
    
    #freedel ul#countdown li span {
        font-size: 30px;
        line-height: 50px;
        letter-spacing: 18px;
        padding: 0px 7px;
        top: 0;
        left: 0;
        z-index: 5;
    }
    
    #freedel ul#countdown li p.timeRefDays, #freedel ul#countdown li p.timeRefHours, #freedel ul#countdown li p.timeRefMinutes, #freedel ul#countdown li p.timeRefSeconds {
        font-size: 11.2px;
        bottom: 7px;
        left: 0;
        line-height: 8px;
    }
    
    #freedel ul#countdown li:before, #freedel ul#countdown li:after {
        width: 30px;
        height: 50px;
    }
    
    #freedel ul#countdown li span:before {
        top: 36px;
    }
    
    #freedel ul#countdown li span:before, #freedel ul#countdown li span:after {
        width: 4px;
        height: 4px;
        border-radius: 7px;
        left: -6px;
        margin-top: -7px;
    }
    
    #freedel ul#countdown li span:after {
        top: 25px;
    }
    
    #freedel ul#countdown li span:before, #freedel ul#countdown li span:after {
        width: 4px;
        height: 4px;
        border-radius: 7px;
        left: -6px;
        margin-top: -7px;
    }
    
    #freedel .end {
        font-size: 16px;
        margin-top: -24px;
        text-align: center;
    }
    
    #freedel form {
        margin-top: 4px;
    }
    
    /* END couinter ~~~~~~~~~~~~~~ */ 
    
    #freedel form legend{
        display: none;
    }
    
    #freedel form {
        width: 320px;
        height: 325px;
    }
    
    #freedel form .row {
        width: 320px;
    }
    
    #freedel form input[name="name"] {
        width: 240px;
        margin-top: 20px;
    }
    
    #freedel form input {
        width: 240px;
        margin-left: -10px;
    }
    
    #freedel form label[for="sn"] {
        margin-left: -270px;
        margin-top: 30px;
    }
    
    #freedel form label {
        margin-left: -270px;
    }
    
    #freedel form textarea {
        width: 274px;
        margin-left: -10px;
        height: 80px;
    }
    
    #freedel form button {
        margin-left: -10px;
        width: 280px;
        height: 40px;
    }
    
    #benefit {
        height: 442px;
        width: 320px;
        margin-top: -5px;
    }
    
    #benefit h2 {
        font-size: 20px;
        padding-top: 15px;
        line-height: 25px;
    }
    
    #benefit ul {
        width: 320px;
        padding: 0px 20px;
    }
    
    #benefit .clearfix:nth-child(2) ul li:nth-child(1) {
        background-position: 10px 24px;
    }
    
    #benefit .clearfix:nth-child(2) ul li:nth-child(2) {
        background-position: -170px 19px;
    }
    
    #benefit .clearfix:nth-child(2) ul li:nth-child(3) {
        background-position: -355px 24px;
    }
    
    #benefit ul{
        background-image:none;
    }
    
    #benefit ul li {
        background-color: transparent;
        width: 85px;
        height: 104px;
        margin-right: 15px;
        position: relative;
        font-size: 14px;
    }
    
    #benefit ul li span {
        width: 80px;
        margin-left: 0px;
        margin-top: 84px;
    }
    
    #benefit .clearfix:nth-child(2) ul li:after {
        display: none;
    }
    
    #benefit .bcenter {
        display: none;
    }
    
    #benefit .clearfix:nth-child(4) ul {
        padding-top: 0px;
        margin-top: -60px;
    }
    
    #benefit .clearfix:nth-child(4) ul li:nth-child(1) {
        background-position: 10px -142px;
    }
    
    #benefit .clearfix:nth-child(4) ul li:nth-child(2) {
        background-position: -170px -142px;
    }
    
    #benefit .clearfix:nth-child(4) ul li:nth-child(3) {
        background-position: -355px -142px;
    }
    
    #benefit .clearfix:nth-child(4) ul li:after{
        display: none;
    }
    
    .middleblock {
        overflow-y: hidden;
    }
    
    #faq .q-a .question {
        font-size: 19px;
        margin-left: 10px;
        width: 90%;
    }
    
    
    #faq .q-a .answer p {
        text-indent: 70px;
        line-height: 25px;
        font-size: 16px;
        padding-left: 10px;
    }
    
    #faq .q-a .answer {
        width: 260px;
        padding-left: 40px;
    }
    
    #faq .q-a .question.opened {
        width: 90%;
    }
    
    #faq .q-a .question:after {
        right: 0px;
    }
    /*
    #faq .q-a:nth-child(1) .question:after {
        right: -35px;
    }
    
    #faq .q-a:nth-child(2) .question:after {
        right: 50px;
    }
    
    #faq .q-a:nth-child(5) .question:after {
        right: 140px;
    }
    
    #faq .q-a:nth-child(7) .question:after {
        right: 190px;
    }
    */
    
    #faq .colors .colorheading {
        font-size: 22px;
        float: none;
    }
    
    #faq .colors ul {
        width: 320px;
    }
    
    #faq .colors ul li {
        float: none;
        width: 134px;
        padding: 0px;
        margin: 0px;
        margin-right: 0px;
    }
    
    #faq .colors ul li img {
        width: 120px;
        height: 60px;
    }
    
    #faq .colors ul li span {
        float: left;
        margin-top: 0px;
        line-height: 30px;
        height: 40px;
        font-size: 16px;
        width: 120px;
    }
    
    #faq .colors ul li:nth-child(1), #faq .colors ul li:nth-child(2), #faq .colors ul li:nth-child(3), #faq .colors ul li:nth-child(4) {
        margin-bottom: 0px;
    }
    
    #faq .q-a:last-child {
        margin-bottom: 50px;
    }
    
    #faq .q-a:last-child .answer p {
        height: 100px;
    }
    
    #last p {
        font-size: 14px;
        width: 290px;
        padding-left: 15px;
    }
    
    #last form .row {
        width: 320px;
        margin-left: 20px;
    }
    
    #last {
        height: 440px;
        background: url(../img/lastcall.png);
        background-size: cover;
    }
    
    #last form input {
        width: 240px;
    }
    
    #last form label {
        margin-top: -40px;
        margin-left: 10px;
    }
    
    #last form textarea {
        width: 275px;
        margin-left: 20px;
        height: 65px;
    }
    
    #last form label[for="lm"] {
        margin-left: 30px;
        margin-top: -75px;
    }
    
    #last form button {
        height: 65px;
        width: 280px;
        float: none;
        margin-left: 20px;
        margin-top: 10px;
        color: #fff;
        background-image: none;
    }
    
    footer {
        height: 260px;
    }
    
    footer ul li {
        margin-right: 0px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    
    footer ul li a {
        float: none;
    }
    
    footer span {
        float: none;
        display: inline-block;
        margin-top: 0px;
        text-align: center;
        margin-left: 75px;
    }
    
    .block_jivosite{
        display: none;
    }
}

@media screen and (max-width: 375px) and (min-width: 320px) {
    body {
        width: 375px;
    }
    
    .btn.red{
        width: 90px;
        color: transparent;
        background-image: url(../img/tel.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    
    header a.phonenumber{
        font-size: 17px;
        float: none;
        margin-left: 108px;
        margin-top: -13px;
        display: block;
        position: absolute;
    }
    
    header a.phonenumber:before{
        content: none;
    }
    
    header span {
        font-size: 17px;
        margin-left: 108px;
        display: block;
        position: absolute;
        margin-top: 10px;
        top: 5px;
    }

    header span.call_phone_1_1{
        top:-25px;
    }
    header span.call_phone_2_1{
        top:-10px;
    }
    header a.phonenumber1, header a.phonenumber2{
        font-size: 17px !important;
    }

    header a.phonenumber1:before{
      background:none !important;
      width: 0px !important;
      margin-right: 0px !important;
    }
    
    h1 {
        font-size: 32px;
        word-wrap: break-word;
        width: 375px;
        text-align: center;
    }
    
    h1 span {
        font-size: 32px;
        margin-left: 14px;
    }
    
    #first {
        height: 100%;
        background-repeat: repeat;
        width: 375px;
    }
    
    #first .middleblock&gt;div {
        margin-left: 20px;
        width: 335px;
    }
    
    #first .left {
        float: none;
    }
    
    #first .right {
        float: none;
    }
    
    #first .left dl dt:nth-child(5):after{
        content: none;
    }
    
    #first .middleblock {
        background: none;
    }
    
    #first form input {
        width: 250px;
        margin-left: 20px;
    }
    
    #first form label {
        margin-left: 32px;
    }
    
    #first form button {
        height: 76px;
        margin-left: 20px;
        width: 290px;
    }
    
    .btn.ylw {
        width: 280px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    
    #cold p {
        font-size: 20px;
    }
    
    #freedel h2 span {
        font-size: 34px;
        width: 365px;
    }
    
    #freedel h2 {
        line-height: 28px;
        padding-top: 5px;
        width: 365px;
        margin-left: 10px;
    }
    
    #freedel {
        height: 760px;
        background: url(../img/map_375.png) center 0 no-repeat;
    }
    
    #freedel .map {
        display: none;
    }
    
    /* counter */
    
    #freedel ul#countdown {
        height: 97px;
        padding-top: 180px;
        width: 300px;
        margin-top: 5px;
        margin-left: 45px;
    }
    
    #freedel ul#countdown li {
        width: 64px;
        height: 70px;
        margin-left: 10px;
        border-radius: 5px;
    }
    
    #freedel ul#countdown li:before, #freedel ul#countdown li:after {
        width: 30px;
        height: 50px;
        border-radius: 5px;
        top: 0;
    }
    
    #freedel ul#countdown li span {
        font-size: 30px;
        line-height: 50px;
        letter-spacing: 18px;
        padding: 0px 7px;
        top: 0;
        left: 0;
        z-index: 5;
    }
    
    #freedel ul#countdown li p.timeRefDays, #freedel ul#countdown li p.timeRefHours, #freedel ul#countdown li p.timeRefMinutes, #freedel ul#countdown li p.timeRefSeconds {
        font-size: 11.2px;
        bottom: 7px;
        left: 0;
        line-height: 8px;
    }
    
    #freedel ul#countdown li:before, #freedel ul#countdown li:after {
        width: 30px;
        height: 50px;
    }
    
    #freedel ul#countdown li span:before {
        top: 36px;
    }
    
    #freedel ul#countdown li span:before, #freedel ul#countdown li span:after {
        width: 4px;
        height: 4px;
        border-radius: 7px;
        left: -6px;
        margin-top: -7px;
    }
    
    #freedel ul#countdown li span:after {
        top: 25px;
    }
    
    #freedel ul#countdown li span:before, #freedel ul#countdown li span:after {
        width: 4px;
        height: 4px;
        border-radius: 7px;
        left: -6px;
        margin-top: -7px;
    }
    
    #freedel .end {
        font-size: 16px;
        margin-top: -24px;
        text-align: center;
    }
    
    #freedel form {
        margin-top: 4px;
    }
    
    /* END couinter ~~~~~~~~~~~~~~ */ 
    
    #freedel form legend{
        display: none;
    }
    
    #freedel form {
        width: 320px;
        height: 325px;
    }
    
    #freedel form .row {
        width: 320px;
    }
    
    #freedel form input[name="name"] {
        width: 240px;
        margin-top: 20px;
        margin-left: 15px;
    }
    
    #freedel form input {
        width: 240px;
        margin-left: 15px;
    }
    
    #freedel form label[for="sn"] {
        margin-left: -270px;
        margin-top: 30px;
    }
    
    #freedel form label {
        margin-left: -270px;
    }
    
    #freedel form textarea {
        width: 274px;
        margin-left: 15px;
        height: 80px;
    }
    
    #freedel form button {
        margin-left: 15px;
        width: 280px;
        height: 40px;
    }
    
    #benefit {
        height: 442px;
        width: 375px;
        margin-top: -33px;
    }
    
    #benefit .clearfix:nth-child(2) ul:before, #benefit .clearfix:nth-child(2) ul:after {
        display: none;
    }
    
    #benefit .clearfix:nth-child(4) ul:before, #benefit .clearfix:nth-child(4) ul:after {
        display: none;
    }
    
    #benefit h2 {
        font-size: 20px;
        padding-top: 15px;
        line-height: 25px;
    }
    
    #benefit ul {
        width: 375px;
        padding: 0px 20px;
    }
    
    #benefit .clearfix:nth-child(2) ul li:nth-child(1) {
        background-position: 10px 24px;
    }
    
    #benefit .clearfix:nth-child(2) ul li:nth-child(2) {
        background-position: -170px 19px;
    }
    
    #benefit .clearfix:nth-child(2) ul li:nth-child(3) {
        background-position: -355px 24px;
    }
    
    #benefit ul{
        background-image:none;
    }
    
    #benefit ul li {
        background-color: transparent;
        width: 105px;
        height: 104px;
        margin-right: 15px;
        position: relative;
        font-size: 14px;
    }
    
    #benefit ul li span {
        width: 80px;
        margin-left: 0px;
        margin-top: 84px;
    }
    
    #benefit .clearfix:nth-child(2) ul li:after {
        display: none;
    }
    
    #benefit .bcenter {
        display: none;
    }
    
    #benefit .clearfix:nth-child(4) ul {
        padding-top: 0px;
        margin-top: -60px;
    }
    
    #benefit .clearfix:nth-child(4) ul li:nth-child(1) {
        background-position: 10px -142px;
    }
    
    #benefit .clearfix:nth-child(4) ul li:nth-child(2) {
        background-position: -170px -142px;
    }
    
    #benefit .clearfix:nth-child(4) ul li:nth-child(3) {
        background-position: -355px -142px;
    }
    
    #benefit .clearfix:nth-child(4) ul li:after{
        display: none;
    }
    
    .middleblock {
        overflow-y: hidden;
    }
    
    #faq .q-a .question {
        font-size: 19px;
        margin-left: 10px;
        width: 95%; 
    }
    
    
    #faq .q-a .answer p {
        text-indent: 70px;
        line-height: 25px;
        font-size: 16px;
        padding-left: 10px;
    }
    
    #faq .q-a .answer {
        width: 320px;
        padding-left: 40px;
        /*margin-left: 0px;*/
    } 
    
    #faq .q-a .question.opened {
        width: 95%;
    }
    
    #faq .q-a .question:after {
        right: 0px;
    }
    /*
    #faq .q-a:nth-child(1) .question:after {
        right: right: -35px;
    }
    
    #faq .q-a:nth-child(2) .question:after {
        right: 230px;
    }
    
    #faq .q-a:nth-child(5) .question:after {
        right: 200px;
    }
    
    #faq .q-a:nth-child(7) .question:after {
        right: 250px;
    }
    */
    
    #faq .colors .colorheading {
        font-size: 22px;
        float: none;
    }
    
    #faq .colors ul {
        width: 320px;
        text-align: center;
    }
    
    #faq .colors ul li {
        float: none;
        width: 134px;
        padding: 0px;
        margin: 0px;
        margin-right: 0px;
    }
    
    #faq .colors ul li img {
        width: 120px;
        height: 60px;
    }
    
    #faq .colors ul li span {
        float: left;
        margin-top: 0px;
        line-height: 30px;
        height: 40px;
        font-size: 16px;
        width: 120px;
    }
    
    #faq .colors ul li:nth-child(1), #faq .colors ul li:nth-child(2), #faq .colors ul li:nth-child(3), #faq .colors ul li:nth-child(4) {
        margin-bottom: 0px;
    }
    
    #faq .q-a:last-child {
        margin-bottom: 50px;
    }
    
    #faq .q-a:last-child .answer p {
        height: 100px;
    }
    
    #last p {
        font-size: 14px;
        width: 355px;
        padding-left: 15px;
    }
    
    #last form .row {
        width: 320px;
        margin-left: 50px;
    }
    
    #last {
        height: 400px;
        background: url(../img/lastcall.png);
        background-size: cover;
    }
    
    #last form input {
        width: 240px;
    }
    
    #last form label {
        margin-top: -40px;
        margin-left: 10px;
    }
    
    #last form textarea {
        width: 275px;
        margin-left: 50px;
        height: 65px;
    }
    
    #last form label[for="lm"] {
        margin-left: 60px;
        margin-top: -75px;
    }
    
    #last form button {
        height: 65px;
        width: 280px;
        float: none;
        margin-left: 50px;
        margin-top: 10px;
        color: #fff;
        background-image: none;
    }
    
    footer {
        height: 260px;
    }
    
    footer ul li {
        margin-right: 0px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    
    footer ul li a {
        float: none;
    }
    
    footer span {
        float: none;
        display: inline-block;
        margin-top: 0px;
        text-align: center;
        margin-left: 100px;
    }
    
    .block_jivosite{
        display: none;
    }
}

@media screen and (max-width: 640px) and (min-width: 376px) {
    body {
        width: 640px;
    }
    
    .btn.red{
        width: 90px;
        color: transparent;
        background-image: url(../img/320/tel.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    
    header a.phonenumber{
        font-size: 22px;
        float: none;
        margin-left: 135px;
        margin-top: 0px;
        display: block;
        position: absolute;
    }
    
    header a.phonenumber:before{
        content: none;
    }
    
    .span_640 {
        display: block;
        line-height: 27px;
        float: right;
        margin-right: 20px;
        font-size: 18px;
        margin-left: 15px;
    }
    
    header span {
        display: none;
    }
    
    header span.call_phone_1_1, header span.call_phone_2_1{
        display: inline-block;
    }
    header a.phonenumber1, header a.phonenumber2{
        font-size: 19px !important;
    }
    
    h1 {
        font-size: 50px;
        word-wrap: break-word;
        width: 640px;
        text-align: center;
        line-height: 55px;
    }
    
    h1 span {
        font-size: 50px;
        margin-left: 14px;
    }
    
    #first {
        height: 100%;
        background-repeat: repeat;
        width: 640px;
    }
    
    
    #first .middleblock&gt;div {
        margin-left: 20px;
        width: 335px;
    }
    
    
    #first .left {
        float: none;
    }
    
    #first .right {
        float: none;
    }
    
    #first .middleblock .right{
        width: 600px;
    }
    
    #first .left dl dt:nth-child(5):after{
        right: -65px;
        top: -15px;
    }
    
    #first .middleblock {
        background-position: 420px 160px;
        background-size: 40%;
    }
    
    #first form input {
        width: 245px;
        margin-left: 15px;
    }
    
    #first form label {
        margin-left: 32px;
    }
    
    #first form label[for="fn"] {
        background-position: 0px 0px;
        margin-top: 11px;
        position: absolute;
    }
    
    #first form label[for="ft"] {
        background-position: 0px -21px;
        position: absolute;
        margin-top: 11px;
        margin-left: 330px;
    }
    
    #first form button {
        height: 52px;
        margin-left: 15px;
        width: 585px;
    }
    
    .btn.ylw {
        width: 280px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    
    #cold p {
        font-size: 20px;
    }
    
    #freedel h2 span {
        font-size: 34px;
        width: 640px;
    }
    
    #freedel h2 {
        line-height: 28px;
        padding-top: 5px;
        width: 640px;
        /*margin-left: 10px;*/
    }
    
    #freedel {
        height: 760px;
        background: url(../img/map_640.png) center 0 no-repeat;
    }
    
    #freedel .map {
        display: none;
    }
    
    /* counter */
    
    #freedel ul#countdown {
        height: 97px;
        padding-top: 182px;
        width: 300px;
        margin-top: 35px;
        margin-left: 176px;
    }
    
    #freedel ul#countdown li {
        width: 64px;
        height: 70px;
        margin-left: 10px;
        border-radius: 5px;
    }
    
    #freedel ul#countdown li:before, #freedel ul#countdown li:after {
        width: 30px;
        height: 50px;
        border-radius: 5px;
        top: 0;
    }
    
    #freedel ul#countdown li span {
        font-size: 30px;
        line-height: 50px;
        letter-spacing: 18px;
        padding: 0px 7px;
        top: 0;
        left: 0;
        z-index: 5;
    }
    
    #freedel ul#countdown li p.timeRefDays, #freedel ul#countdown li p.timeRefHours, #freedel ul#countdown li p.timeRefMinutes, #freedel ul#countdown li p.timeRefSeconds {
        font-size: 11.2px;
        bottom: 7px;
        left: 0;
        line-height: 8px;
    }
    
    #freedel ul#countdown li:before, #freedel ul#countdown li:after {
        width: 30px;
        height: 50px;
    }
    
    #freedel ul#countdown li span:before {
        top: 36px;
    }
    
    #freedel ul#countdown li span:before, #freedel ul#countdown li span:after {
        width: 4px;
        height: 4px;
        border-radius: 7px;
        left: -6px;
        margin-top: -7px;
    }
    
    #freedel ul#countdown li span:after {
        top: 25px;
    }
    
    #freedel ul#countdown li span:before, #freedel ul#countdown li span:after {
        width: 4px;
        height: 4px;
        border-radius: 7px;
        left: -6px;
        margin-top: -7px;
    }
    
    #freedel .end:before {
        position: absolute;
        content: '';
        background: url(../img/red_arrow_640.png) 0 0 no-repeat;
        width: 36px;
        height: 70px;
        top: -56px;
        left: 140px;
    }
    
    #freedel .end {
        font-size: 16px;
        margin-top: -10px;
        text-align: center;
    }
    
    #freedel form {
        margin-top: 4px;
    }
    
    /* END couinter ~~~~~~~~~~~~~~ */ 
    
    #freedel form legend{
        
    }
    
    #freedel form {
        width: 640px;
        height: 235px;
        margin-top: 30px;
    }
    
    #freedel form .row {
        width: 640px;
    }
    
    #freedel form input[name="name"] {
        width: 160px;
        margin-top: 0px;
        margin-left: -20px;
    }
    
    #freedel form input {
        width: 160px;
        margin-left: 10px;
    }
    
    #freedel form label[for="sn"] {
        margin-left: -5px;
        margin-top: 11px;
        position: absolute;
    }
    
    #freedel form label {
        margin-left: -185px;
    }
    
    #freedel form textarea {
        width: 300px;
        margin-left: -20px;
        height: 80px;
    }
    
    #freedel form label[for="sm"] {
        margin-left: -5px;
        margin-top: 60px;
        position: absolute;
    }
    
    #freedel form button {
        margin-left: 13px;
        width: 300px;
        height: 85px;
    }
    
    #benefit {
        height: 600px;
        width: 640px;
        margin-top: -83px;
    }
    
    #benefit h2 {
        font-size: 30px;
        padding-top: 20px;
        line-height: 35px;
    }
    
    #benefit ul {
        padding: 0;
        margin: 0;
        height: 204px;
        width: 570px;
        margin: auto;
    }
    
    #benefit ul li {
        margin-left: 20px;
    }
    
    .middleblock {
        overflow-y: hidden;
    }
    
    #faq .q-a .question {
        font-size: 19px;
        margin-left: 10px;
    }
    
    
    #faq .q-a .answer p {
        text-indent: 70px;
        line-height: 25px;
        font-size: 16px;
        padding-left: 10px;
    }
    
    #faq .q-a .answer {
        width: 590px;
        padding-left: 40px;
        margin-left: 0px;
    }
    
    #faq .q-a:nth-child(1) .question:after {
        right: right: -35px;
    }
    
    #faq .q-a:nth-child(2) .question:after {
        right: -25px;
    }
    
    #faq .q-a:nth-child(5) .question:after {
        right: -25px;
    }
    
    #faq .q-a:nth-child(7) .question:after {
        right: -25px;
    }
    
    #faq .colors .colorheading {
        font-size: 22px;
        float: none;
    }
    
    #faq .colors ul {
        width: 600px;
        text-align: center;
    }
    
    #faq .colors ul li {
        float: none;
        width: 134px;
        padding: 0px;
        margin: 0px;
        margin-right: 0px;
    }
    
    #faq .colors ul li img {
        width: 120px;
        height: 60px;
    }
    
    #faq .colors ul li span {
        float: left;
        margin-top: 0px;
        line-height: 30px;
        height: 40px;
        font-size: 16px;
        width: 120px;
    }
    
    #faq .colors ul li:nth-child(1), #faq .colors ul li:nth-child(2), #faq .colors ul li:nth-child(3), #faq .colors ul li:nth-child(4) {
        margin-bottom: 0px;
    }
    
    #faq .q-a:last-child {
        margin-bottom: 50px;
    }
    
    #faq .q-a:last-child .answer p {
        height: 50px;
    }
    
    #last p {
        font-size: 14px;
        width: 600px;
        padding-left: 15px;
        line-height: 1.5;
    }
    
    #last form .row {
        width: 640px;
        margin-left: 20px;
    }
    
    #last {
        height: 240px;
        background: url(../img/lastcall_640.png);
        background-size: cover;
    }
    
    #last form input {
        width: 250px;
        margin-right: 20px;
    }
    
    #last form label {
        margin-top: 10px;
        margin-left: 12px;
        position: absolute;
    }
    
    #last form label[for="lt"] {
        margin-left: 320px;
    }
    
    #last form textarea {
        width: 284px;
        margin-left: 20px;
        height: 62px;
    }
    
    #last form label[for="lm"] {
        margin-left: 33px;
        margin-top: 60px;
    }
    
    #last form button {
        height: 65px;
        width: 290px;
        float: none;
        margin-left: 330px;
        margin-top: 51px;
        color: #fff;
        background-image: none;
        position: absolute;
        display: block;
    }
    
    footer {
        font-size: 14px;
    }
    
    footer ul {
        margin-left: 10px;
    }
    
    footer ul li {
        margin-right: 20px;
    }
    
    footer span {
        padding-top: 30px;
        margin-right: 20px;
    }
}    


.frontprice {
    margin-bottom: 10px;
    float: left;
    position: relative;
    width: 100%;
    height: 140px;
}


.frontprice .biglabel {
    background: rgb(255, 255, 255);
    float: left;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    width: 265px;
	top: -800px;
	transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
    box-shadow: 7px 3px 13px #0E0E0E;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}
.frontprice .biglabel.placed {	
    top: -6px;
	transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);

}
.frontprice .biglabel:before {
    top: 0px;
    left: -107px;
    content: '';
    display: block;
    position: absolute;
    border: 70px solid transparent;
    border-right: 39px solid rgb(255, 255, 255);
}
.frontprice .biglabel .text span:first-child {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.frontprice .biglabel .text span:first-child  strong{
    display: block;
    font-size: 40px;
    color: #FB4944;
}
.frontprice .biglabel .text span.spec {
    display: block;
    float: left;
    font-size: 16px;
    color: #FB4944;
    text-align: center;
}
@media screen and (max-width: 375px) {
	.frontprice {
		top: 123px;
		left: 60px;
		position: absolute;
	}
		
	#first .middleblock&gt;div.left {
	margin-top: 160px;
	}

}
@media screen and (min-width: 376px) and (max-width: 640px) {
	.frontprice {
		top: 151px;
		left: 50%;
		margin-left: -140px;
		position: absolute;
	}
		
	#first .middleblock&gt;div.left {
	margin-top: 160px;
	}

}

.colors-center { 
 margin: 27px auto!important;
 width: 666px!important;
}

header a.phonenumber1, header a.phonenumber2{
  font-size: 24px;
  font-family: 'PTSansBold';
  cursor: default;
  color: #333;
  text-decoration: none;
  line-height: 61px;
  float: right;
}

header a.phonenumber1:before {
    content: '';
    width: 14px;
    height: 60px;
    background: url(../img/phone-ico.png) center no-repeat;
    display: inline-block;
    float: left;
    margin-right: 11px;
}</pre></body></html>