@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
 @import url('https://fonts.googleapis.com/css?family=Montserrat:100,400,700,900&subset=cyrillic');
 @import url("https://use.typekit.net/lji4wtq.css");
/* Глобально */
 :root {
     --mainColor: #ffb56a;
     --mainBlack: #231f20;
     --mainLink: #64c7c2;
     --mainGrey: #9a9b9c;
     --mainColorTransparent: rgba(255,204,0,0.90);
     --skew: -2deg;
     --skewMargin: -100px;
}
 body {
     font-family: 'Montserrat';
     font-size: 1.1em;
     padding: 0px 0px 0px 0px;
     margin: 0;
     text-align: left;
     margin-right: 0px;
     font-weight: 400;
     color: #36373a;
}
.but-head-block {
    display: flex
}
.but-head-block .buyBtn {
    margin: 0 30px 0 0
}
 h1 {
    font-family: 'Trajan Sans Pro', 'trajan-sans-pro';
     font-size: 3.2em;
     line-height: 1.3em;
     font-weight: 300;
     margin: 0 0 16px -4px;
     display: block;
     color: var(--mainColor);
     text-transform: uppercase;
}
 h2 {
    font-family: 'Trajan Sans Pro', 'trajan-sans-pro';
     font-size: 2.3em;
     font-weight: 300;
     padding: 0px 0px 16px 0px;
     line-height: 2em;
}
 h3 {
    font-family: 'Trajan Sans Pro', 'trajan-sans-pro';
     font-size: 1.6em;
     font-weight: 300;
     padding: 0px 0px 16px 0px;
     line-height: 1.4em;
}
 h4 {
    font-size: 0.3em;
     display: inline;
     font-weight: 100;
}
 strong {
    font-weight: 700;
}
 .item100 {
    float: left;
     width: 100%;
     padding-bottom: 32px;
}
 .item50 {
    float: left;
     width: 45%!important;
     padding-right: 5%;
}
 .item50l {
    clear: both;
     width: 45%;
     margin-left: 10%;
}
 .item50r {
    float: left;
     margin-left: 10%;
}
 .item50l, .item50r {
    clear: both;
     width: 100%;
     margin-left: 0%;
}
 .item33 {
    float: left;
     width: 30%;
     padding-left: 3%
}
 .parallax {
    background-size: cover;
}
 #logoTop {
    clear: both;
     float: left;
     width: 50%;
     padding-right: 3%;
     margin: 24px 0 48px -5.3%;
}
 #logoFooter {
    float: left;
     width: 30%;
     padding-right: 3%;
     opacity: 0.5;
     transition: opacity 200ms ease;
}
 #logoFooter:hover {
    cursor: pointer;
     opacity: 1;
     transition: opacity 200ms ease;
}
/* Отзывы */
 .person {
    padding: 32px 0 0 0;
}
 #personImg {
    width: 200px;
     overflow: hidden;
     clip-path: circle(64px at center);
     -webkit-clip-path: circle(64px at center);
     float: left;
     margin: 0 16px 32px -32px;
}
 #personName {
    font-size: 1.4em;
     font-weight: 900;
     margin: 64px 0 -8px 0;
}
 #personOccupation {
    font-family: 'Trajan Sans Pro', 'trajan-sans-pro';
}
 #personQuote {
    clear: both;
     padding-left: 32px;
     border-left: 1px solid var(--mainColor);
}
/* MASS MEDIA */
 #padMassMedia {
    position: relative;
     width: 100%;
     /*margin-top: var(--skewMargin);*/
     background-color: none;
     z-index: 1;
}
 #padMassMedia:after {
    position: absolute;
     width: 100%;
     height: 100%;
     transform-origin: top left;
     transform: skewY(var(--skew));
     content: '';
     top: 100;
     left: 0;
     right: 0;
     bottom: 0;
     background: inherit;
     z-index: -1;
     background-image: url(../i/aboutUs.jpg);
}
 #padMassMedia a {
    text-decoration: none;
     border-bottom: 1px solid white;
     color: white;
}
 #massmediaImg {
    clear: both;
     float: left;
     border: 8px solid white;
     width: 20%;
     margin-right: 64px;
     box-shadow: 0 16px 64px rgba(0,0,0,0.4);
}
 #mmName {
    float: left;
     font-size: 1.6em;
     font-weight: 900;
     margin: 38px 0 32px 0;
}
 #mmQuote {
    float: left;
     width: 60%;
     font-size: 1em;
}
/* PRICE LIST */
 #padPrices {
    position: relative;
     float: left;
     width: 100%;
     padding: 0;
     margin: 0;
     margin-top: 64px;
     z-index: 1;
     background-color: white;
}

.padPrices__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  /* padding-left: 10%;
  padding-right: 10%; */
}

.buyBtn {
  border-radius: 32px;
  border-bottom: 3px solid rgba(0,0,0,0.33)!important;
  font-weight: bold!important;
  color: #000000!important;
  background-color: #ffc34c;
  padding-left: 60px;
  padding-right: 60px;
  min-height: 60px;
  font-size: 16px;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 181px;
  margin-left: auto;
  margin-right: auto;
}

.buyBtn:hover {
  text-decoration: none;
  color: #000;
}

.padPrices__col {
  max-width: 32%;
  width: 32%;
}

.padPrices__col-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17pt;
  color: #ff7230;
  margin-bottom: 10px;
}

.padPrices__col-price {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 17pt;
  color: #000;
  margin-bottom: 10px;
}

.padPrices__col-text {
  font-size: 14pt;
  line-height: 23pt;
  color: #000000;
}
.feedback_block {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.feedback_block p {
    font-size: 20px
}
.feedback_block .buyBtn {
    margin: 0 0 0 30px;
    text-align: center
}
@media screen and (max-device-width: 1200px) {
  .padPrices__col {
    max-width: 29%;
  }

  .padPrices__col-title {
    font-size: 16pt;
  }

  .padPrices__col-text {
    font-size: 12pt;
    line-height: 20pt;
  }
}

@media all and (min-width: 1024px) {
  .priceBlock {
    margin-top: 47pt;
  }
}

@media screen and (max-device-width: 768px) {
  .buyBtn {
    border-radius: 32pt;
    min-height: 60pt;
    font-size: 16pt;
    max-width: 181pt;
  }

  .padPrices__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: unset!important;
  }

  .padPrices__col {
    max-width: 96%!important;
    width: 96%!important;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    /* justify-content: space-around; */
  }

  .padPrices__col-title {
    min-width: 186px;
    font-size: 17pt;
  }

  .padPrices__col-text {
    font-size: 22pt;
    line-height: 32pt;
    /* max-width: 587px; */
  }
}

@media screen and (max-device-width: 640px) {
  .padPrices__col-title {
    /* min-width: 100px; */
  }
}
/* Ссылки */
 a:link {
    transition: color 400ms;
     color: black;
     text-decoration: none;
     font-weight: 400;
     border-bottom: 1px solid rgba(255,255,255,0.5);
     color: white;
}
 a:visited {
    transition: color 400ms;
     color: black;
     text-decoration: none;
     font-weight: 400;
     border-bottom: 1px solid rgba(255,255,255,0.5);
     color: white;
}
 a:hover {
    transition: color 100ms;
     color: #fff;
     border-bottom: 1px solid white;
}
 #img-link {
    text-decoration: none;
     border-bottom: none;
     background: none;
}
 h1 #linkBlack {
    color: black;
     border-bottom: 1px solid black;
     background-color: red;
}
/* Верхнее меню */
 .btnCTAtop {
    float: left;
     padding: 14px 20px;
     margin: -8px 32px 0 32px;
     border: 4px solid white;
     text-transform: uppercase;
     font-weight: 700;
     zoom: 0.8;
     border-radius: 32px;
     font-size: 0.8em;
     transition: background 300ms ease, color 300ms ease;
}
 .btnCTAtop:hover {
    cursor: pointer;
     background-color: white;
     color: var(--mainBlack);
     transition: background 300ms ease, color 300ms ease;
}
 #menu {
    display: none;
     position: fixed;
     top:0;
     left: 0;
     width: 80%;
     padding: 5% 10%;
     background-color: rgba(54,54,54,0.9);
     color: #ccc;
     z-index: 998;
     font-size: 1.4em;
     line-height: 2em;
     height: 90%;
}
 #menuBtn {
    transition: opacity 300ms ease, background-color 300ms ease;
     position: fixed;
     width: 64px;
     height: 64px;
     background-color: var(--mainColor);
     left: 0;
     top: 0;
     opacity: 1;
     z-index: 999;
}
 #menuBtn:hover {
    transition: opacity 200ms ease, background-color 200ms ease;
     opacity: 1;
     cursor: pointer;
     background-color: var(--mainLink);
}
 #menuBtnImg {
    width: 100%;
}
 #superMdash {
    padding: 0 0 0 24px;
     width: 60px;
     height: 11px;
}
 .tableHeader {
    font-size: 1.4em
}
 .tablePrice {
    color: white;
}
/* */
 .check {
    width: 32px;
     padding: 16px;
}
 th {
    padding-left: 16px;
}
 .block {
    float: left;
     width: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     position: relative;
}
 #innerText {
    padding: 7% 10% 10% 10%;
     float: left;
     width: 80%;
     z-index: 1;
     position: relative;
}
 #innerTextWelcome {
    padding: 32px 10% 10% 10%;
     float: left;
     width: 66%;
     z-index: 1;
     position: relative;
}
 #innerTextForm {
    padding: 2% 10% 0% 10%;
     float: left;
     width: 80%;
     z-index: 1;
     position: relative;
     margin: 0!important;
}
/* Two Parts */
 #padTwoParts {
    margin-bottom: -5%;
}
 #twoPartsHeader {
    padding: 32px 0;
     margin: -32px 15% 0 15%;
     float: left;
     border-top: 12px solid white;
     border-bottom: 12px solid white;
     font-family: 'Montserrat';
     font-weight: 900;
     font-size: 3em;
     color: white;
}
 #twoPartsL, #twoPartsR {
     display: block;
     float: left;
     position: relative;
     width: 100%;
     margin: 2% 0 -20% 0%;
     overflow: hidden;
     clip-path: circle(50% at center);
     -webkit-clip-path: circle(50% at center);
     z-index: 1;
}
 #imgKak {
     display: block;
     float: left;
     position: relative;
     width: 25%;
     margin: -10% 32px 5% -5%;
     overflow: hidden;
     clip-path: circle(125% at center);
     -webkit-clip-path: circle(50% at center);
     z-index: 1;
     padding: 0;
}
 #twoPartsPadL {
    font-size: 0.9em;
     float: left;
     position: relative;
     border-radius: 16px;
     padding: 3% 10% 3% 10%;
     width: 80%;
     background-color: rgba(0,0,0,0.75);
     color: white;
     margin-top: -5%;
     z-index: 2;
}
 #twoPartsPadR {
    font-size: 0.9em;
     float: left;
     position: relative;
     border-radius: 16px;
     padding: 3% 10% 3% 10%;
     width: 80%;
     background-color: rgba(255,165,4,0.9);
     color: white;
     margin-top: -5%;
     z-index: 2;
}
 .diagonalBottom {
    position: relative;
     width: 100%;
}
 .diagonalBottom:after {
    position: absolute;
     width: 100%;
     height: 100%;
     transform-origin: top left;
     transform: skewY(var(--skew));
     content: '';
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: inherit;
     z-index: -1;
}
 .diagonalTop {
    position: relative;
     width: 100%;
     margin-top: var(--skewMargin);
     background-color: none;
     z-index: 1;
}
 .diagonalTop:after {
    position: absolute;
     width: 100%;
     height: 100%;
     transform-origin: top right;
     transform: skewY(var(--skew));
     content: '';
     top: 100;
     left: 0;
     right: 0;
     bottom: 0;
     background: inherit;
     z-index: -1;
     background-color: #3b3b42;
}
 #canvas {
    float: left;
     width: 100%;
     background-color: white;
}
 #line {
    width: 128px;
     clear: both;
     margin: 32px auto 32px 0;
     border-bottom: 1px solid white;
}
 .outOfLayout {
    margin-left: -64px;
}
 .littleBigger {
    font-size: 1.4em;
}
 #ff {
    display: block;
     position: absolute;
     right: 66px;
     top: -4px;
     width: 33%;
     float: left;
}
 .bigQuoteL {
    display: block;
     float: left;
     font-size: 4em;
     margin: 0 0 -12px -86px;
}
 .bigQuoteR {
     float: left;
     display: block;
     font-size: 4em;
     margin: 16px 0 0 -86px;
}
/* Pad For */
 #innerTextPadText {
    width: 80%;
     padding: 16px 5%;
     margin: 5% 5%;
     border-left: 1px solid var(--mainColor);
     border-right: 1px solid var(--mainColor);
}
 .number {
    font-size: 3em;
     font-weight: 100;
     margin: 0 0 -74px -64px;
}
 #padAbout {
    float: left;
     width: 100%;
     color: white;
}
 ul {
    margin: 0 12px -120px -42px;
     list-style-image: url(../i/list.png);
}
 li {
    padding-bottom: 12px;
}
 #padForBass {
    display: block;
     position: absolute;
     right: 96px;
     bottom: -320px;
     width: 38%;
     opacity: 0.9;
}
 #padHowToText {
    padding-left: 32px;
     border-left: 1px solid white;
}
 #padForm {
    float: left;
     width: 100%;
     color: white;
     margin-bottom: 0%!important;
     padding-bottom: 0%!important;
}
 #padWelcome {
    float: left;
     width: 100%;
     color: white;
     background-color: #202022;
     background-position: center top;
     background-image: url('../i/mic_smile.jpg');

}
 #padText {
    float: left;
     width: 100%;
     font-family: 'corporate-a', 'Corporate A Pro';
     font-size: 1.2em;
}
 #padHowTwo {
    position: relative;
     width: 100%;
     margin-top: var(--skewMargin);
     background-color: none;
     z-index: 1;
}
 #padHowTwo:after {
    position: absolute;
     width: 100%;
     height: 100%;
     transform-origin: top right;
     transform: skewY(var(--skew));
     content: '';
     top: 100;
     left: 0;
     right: 0;
     bottom: 0;
     background: inherit;
     z-index: -1;
     background-image: url(../i/howTwo.jpg);
}
 #padYoullGet {
    position: relative;
     width: 100%;
     margin-top: var(--skewMargin);
     background-color: none;
     z-index: 1;
     color: white;
}
 #padYoullGet:after {
    position: absolute;
     width: 100%;
     height: 100%;
     transform-origin: top right;
     transform: skewY(var(--skew));
     content: '';
     top: 100;
     left: 0;
     right: 0;
     bottom: 0;
     background: inherit;
     z-index: -1;
     background-image: url(../i/youll_get.jpg);
}
 #padFor {
    position: relative;
     width: 100%;
     margin-top: var(--skewMargin);
     background-color: none;
     z-index: 1;
     color: #ccc;
     padding-bottom: 32px;
}
 #padFor:after {
    position: absolute;
     width: 100%;
     height: 100%;
     transform-origin: top right;
     transform: skewY(var(--skew));
     content: '';
     top: 100;
     left: 0;
     right: 0;
     bottom: 0;
     background: inherit;
     z-index: -1;
     background-image: url(../i/for.jpg);
}
 #padAuthor {
    float: left;
     border: 32px solid #e48b6f;
     width: -webkit-calc(100% - 64px);
     width: -moz-calc(100% - 64px);
     width: calc(100% - 64px);

}
 #padAuthor a {
    color: #1EB0D7;
     border-bottom: 1px solid #1EB0D7;
}
 #padAuthor a:hover {
    color: #FF3300;
     border-color: #f30;
}
 #authorInnerPad {
    float: left;
     width: 100%;
     margin-top: 700px;
     min-height: 500px;
     position: relative;
     background-color: none;
     z-index: 1;
     background-color: #faede3;
}
 #authorInnerSingle {
    float: left;
     font-size: 1.2em;
     font-weight: 700;
     max-width: 600px;
     width: 60%;
     padding: 5% 5% 5% 5%;
     border-radius: 16px;
     margin: -25% 35% -7% -5%;
     background-color: #faede3;
     color: var(--mainBlack);
}
 #authorHeader {
    float: left;
     margin: -35% 0 15% 10%;
     color: white;
}
 #authorHeader h1 {
    color: white;
}
 #padHow {
    float: left;
     border: 32px solid #fff;
     padding-bottom: 228px;
     width: -webkit-calc(100% - 64px);
     width: -moz-calc(100% - 64px);
     width: calc(100% - 64px);
}
 #padDetails {
    position: relative;
     float: left;
     width: 80%;
     border-radius: 16px;
     padding: 5%;
     margin: 5%;
     margin-top: -200px;
     z-index: 1;
     background-color: white;
}
 .btnMore {
    color: #64c7c2;
     text-transform: uppercase;
     font-size: 1.4em;
     text-decoration: none;
     border-bottom: 2px dashed #64c7c2;
     font-family: 'Trajan Sans Pro', 'trajan-sans-pro';
     width: auto;
     float: left;
     cursor: pointer;
     margin-top: 32px;
}
 .btnMore:hover {
    color: #FF3600;
     border-color: #ff3600;
}
 #padDetailsMore {
    clear: both;
     float: left;
     padding-left: 32px;
     margin: 32px 0 -64px 0;
     border-left: 1px solid #64c7c2;
     font-size: 0.9em;
     height: 1px;
     overflow: hidden;
}
 #padResult {
    position: relative;
     float: left;
     width: 80%;
     padding: 5%;
     margin: 5%;
     margin-top: 0px;
     z-index: 1;
     background-color: white;
}
 #padOpinions {
    position: relative;
     float: left;
     width: 80%;
     padding: 5%;
     padding-top: 0;
     margin: 5%;
     margin-top: 64px;
     z-index: 1;
     background-color: white;
}
 #padQuality {
    position: relative;
     float: left;
     width: 80%;
     padding: 2% 5%;
     margin: 1% 5%;
     z-index: 1;
     background-color: white;
}
 #padFooter {
    position: relative;
     float: left;
     width: 80%;
     padding: 4% 10%;
     z-index: 1;
     background-color: #36373a;
     color: var(--mainGrey);
}
 #padFooter a:link, a:visited {
    transition: background 100ms ease;
}
 #padFooter a:hover {
    transition: background 100ms ease;
     color: #fc0;
     border: none;
     background-color: rgba(252,252,252,0.1);
     padding: 6px 10px;
     margin: -6px -10px;
     border-radius: 16px;
}
/* */
 #socialIcon {
    width: 32px;
     padding-right: 8px;
     margin: -4px 0 8px 0;
     display: block;
     float: left;
}
 #socialDiv {
    float: left;
     margin-right: 32px;
}
 #padForList {
    width: 55%;
}
 #youllGetHeader {
    width: 40%;
}
 #innerText50 {
    padding: 7% 10% 10% 10%;
     float: left;
     width: 50%;
     z-index: 1;
     position: relative;
}
 .bigQuoteL {
    display: none;
}
 #formImg {
    width: 800px;
     margin-left: -5.3%;
}
 .beforeRazor {
    padding-bottom: 2px;
}
 .gcForm {
    margin: -32px 0 -28px -64px;
     padding: 0;
     clear: both;
}
 .gcFormMobile {
    display: none;
}
 #welcomeLabel {
    font-size: 4em;
     padding-top: 32px;
}
 #qualityMark {
    display: block;
     width: 22%;
     float: left;
}
 #footerTwo {
    font-size: 0.8em;
}
 #formHeader {
    width: 55%;
}
 #padAuthor {
    background-image: url(../i/author.jpg);
}
 #innerTextAuthor {
    float: left;
     padding: 7% 4% 7% 4%;
     width: 92%;
     margin: 0;
}
 #authorMobile{
    width: 100%;
     display: none;
}
/* @media (max-width: 1080px) {
     */
     @media screen and (max-device-width: 640px) {
         .gcForm {
            display: none;
        }
         .gcFormMobile {
            display: block;
             clear: both;
             width: 100%
        }
         #innerTextAuthor {
            background-color: red;
        }
         #padAuthor {
            background-size: 50%;
             padding: 0;
             margin: 0;
        }
         #authorHeader {
            margin:0;
             padding: 5% 0 0 10%;
             color: var(--mainBlack)
        }
         #authorHeader h1 {
            color: var(--mainBlack);
        }
         #authorInnerPad {
            padding: 0;
             margin:0;
        }
         #authorInnerSingle {
            width: 100%;
             margin: 0;
             padding: 0;
             padding-top: 16px!important;
        }
         #innerTextAuthor {
            display: none;
        }
         #authorMobile{
            width: 90%;
             padding: 5% 5% 5% 0%;
             display: block;
        }
         li {
            margin-bottom: 16px;
        }
         #innerTextPadText {
            padding: 5%;
             width: 90%;
             margin: 0;
             border: none;
        }
         #formHeader {
            width: 100%;
        }
         #personImg {
            zoom: 2;
        }
         #personName {
            font-size: 0.6em;
             padding-top: 32px
        }
         #personOccupation {
            font-size: 0.6em
        }
         table {
            font-size: 0.6em!important;
        }
         #qualityMark {
            width: 100%;
             padding: 32px 0 32px 0;
        }
         #massmediaImg {
            width: 80%;
             margin: 10%;
             padding: 0;
        }
         #mmQuote {
            width: 100%!important;
        }
         #welcomeLabel {
            font-size: 2.1em;
             padding: 0;
             margin: -1% 0 -1% 0;
        }
         #menu {
            height: 110%;
             font-size: 0.99em!important;
             padding-top: 20%;
             text-align: center;
        }
         #menuBtn {
            width: 160px;
             height: 160px;
             opacity: 0.7;
             position: fixed;
             right: 0px;
             top: 0px;
        }
         body {
            font-size: 3em;
        }
         h1, h2 {
            font-size: 1.8em;
             line-height: 1.2em
        }
         h3 {
            font-size: 1.5em;
        }
         #padPrices {
            overflow: scroll;
        }
         #twoPartsL, #twoPartsR {
            width: 100%;
             padding: 0;
             margin: 0;
        }
         #twoPartsHeader {
            font-size: 1.4em!important;
             text-align: center;
        }
         #formImg {
            width: 90%;
        }
         #logoTop {
            width: 90%;
             margin: 16px 0 12px 0;
        }
         #innerTextWelcome {
            padding: 48px 5% 10% 5%;
             float: left;
             width: 90%;
             z-index: 1;
             position: relative;
        }
         .number {
            padding: 0;
             margin: 0;
        }
         #logoFooter {
            width: 90%;
        }
         #padWelcome {
            background-color: #202022;
            text-align: center;
        }
         #topAnnounce {
            float: left;
             width: 70%!important;
             padding-left: 15%;
        }
         ul {
            margin: 0;
        }
         #innerText50 {
            padding: 7% 10% 10% 10%;
             float: left;
             width: 80%;
             z-index: 1;
             position: relative;
        }
         #innerText {
            float: left;
             padding: 7% 4% 7% 4%;
             width: 92%;
             margin: 0;
        }
         .outOfLayout {
            margin: 0;
        }
         .item50 {
            width: 100%!important;
             margin: 0;
             padding: 0;
             padding-bottom: 32px;
        }
         .padHowList {
          position: relative;
          width: 20%
        }
         .tableHeader {
            font-size: 0.8em;
        }
         .beforeRazor {
            padding-bottom: 52px!important;
        }
         .beforeRazorBig {
            padding-bottom: 15%!important;
        }
         #padForList {
            width: 90%;
        }
         #padForBass {
            display: none;
        }
         #padFor {
            background: none;
        }
         #padFor:after {
            background: none;
            background-color: #493f3a;
        }
         .block {
            padding-bottom: 1px;
        }
         .parallax {
            background-position: top left!important;
        }
         #footerOne, #footerTwo {
            font-size: 1em!important;
        }
         #youllGetHeader {
            width: 90%;
             padding-bottom: 32px;
        }
         #imgKak {
             width: 50%;
             margin: -10% 25% 5% 25%;
        }
         .item33 {
            width: 90%;
             text-align: left!important;
        }
         #logoSasha {
            display: none;
        }
         #socialDiv {
            clear: both;
             padding-bottom: 12px;
        }
         #socialIcon {
            display: none;
        }
    }
