
@font-face {
  font-family: "calibri";
  font-weight: normal;
  src: url(../fonts/Calibri/calibri.ttf);
}

@font-face {
  font-family: "calibriL";
  font-weight: lighter;
  src: url(../fonts/Calibri/CalibriL.ttf);
}
@font-face {
  font-family: "AmazingGR";
  font-weight: normal;
  src: url(../fonts/Amazing_grotesk/Amazing_Grotesk_Book.otf);
}

body {
  font-family: "calibri";
  color: #4d4d4d;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  color: #000;
  text-decoration: none;
}

@media (min-width: 1600px) {
  .container {
    width: 1280px;
  }
}

.clearfix {
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

/*    HEADER     */


.header {
  position: relative;
  width: 100%;
  z-index: 50;
  height: 100px;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.fixed-header {
  position: fixed;
  display: none;
  width: 100%;
  z-index: 50;
  height: 80px;
  top: 0;
  top: -15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  //transition: 0.3s;
}

.fixed-header .header-logo, .fixed-header .header-logo img {
  height: 50px;
  width: 50px;
}

.header-left {
  display: inline;
  float: left;
}

.header-logo {
  display: inline-block;
  float: left;
  height: 60px;
  width: 60px;
  margin: 20px 0;
}

.header-logo img {
  width: 60px;
  height: 60px;
}

.header-heading {
  display: inline-block;
  float: left;
  height: 60px;
  margin: 20px 0;
  font-size: 17.3px;
  //font-size: 14pt;
  font-family: "calibriL";
  font-weight: lighter;
  line-height: 20px;
  padding: 10px 15px;
}
.header-menu{
  display: inline-block;
  margin-top: 33px;
  margin-left: 13%;
}
.header-menu a{
  display: inline-block;
  height: 31px;
  color:#ff5a00;
  font:18px "calibriL",Arial,sans-serif;
  text-decoration: underline;
  padding: 5px 17px;
}
.header-menu a.active{
  background-color: #4c4c4c;
  text-decoration: none;
  color:#fff;
  border-radius: 15px/50%;
}
.header-right {
  display: inline-block;
  float: right;
  margin: 30px 0;
  text-align: right;
}

.header-right-contacts-tel {
  font-size: 20.18px;
  //font-size: 16pt;
  line-height: 20px;
  font-weight: normal;
}

.header-right-contacts-tel,
.header-right-contacts-socios {
  display: inline-block;
  float:  left;
  position: relative;

}

.header-right-contacts-socios {
  margin-left: 10px;
}

.header-right-contacts-socios ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
}

.header-right-contacts-socios ul li {
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  margin-left: 5px;
  background-image: url(../img/social-spritesheet-round-1.png);
  background-size: 205px 44px;
}

.header-right-contacts-socios ul li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header-right-contacts-socios ul li.facebook {
  background-position: -24px -23px;
}

.header-right-contacts-socios ul li.vk {
  background-position: -161px -23px;
}

.header-right-contacts-socios ul li.habrahabr {
  background-position: -183.9px -23px;
}

.header-right-links {
  font-size: 14.96px;
  //font-size: 11pt;
  padding-top: 5px;
}

.header-right-links > a, a.tryit {
  color: #126882;
  text-decoration: underline;
  margin-left: 15px;
}

.header-right-links > a:hover, a.tryit:hover {
  color: #ff5a00;
}



/*    MAIN    */



@font-face {
  font-family: "Pragmatica";
  font-weight: lighter;
  src: url(../fonts/Pragmatica/PragmaticaLightC.otf);
}

.masterclass{
  position: relative;
 background-color:#0099af;
}

.masterclass__logo{
  float: left;
  margin:11px 19px 11px 0;
}

.masterclass-content{
  float: left;
}

.masterclass-content__first-line{
  color:#fff;
  font:bold 20px PTSansB,Arial,sans-serif;
  margin-top: 21px;
  margin-bottom: 0;
}

.masterclass-content__second-line{
  color:#fbff00;
  font:bold 24px PTSansB,Arial,sans-serif;
  margin:0;
}

.masterclass-content__third-line{
  color:#fff;
  font:16px PTSans,Arial,sans-serif;
  margin:0;
}

.masterclass-content__third-line a{
  color:#fbff00;
  font-family: calibriI;
}

.masterclass-content__third-line a:hover{
  text-decoration: underline;
}

.masterclass-content__btn{
  width: 283px;
  height: 53px;
  background-color: #6AC210;
  border-radius: 3px;
  border:3px solid #a3ed40;
  background-image: -webkit-linear-gradient(top, #74e604 0, #6cab04 100%);
  background-image: -moz-linear-gradient(top, #74e604 0, #6cab04 100%);
  background-image: -ms-linear-gradient(top, #74e604 0, #6cab04 100%);
  background-image: -o-linear-gradient(top, #74e604 0, #6cab04 100%);
  margin-left: 16%;
  margin-top: 38px;
  float: left;
}

.masterclass-content__btn:hover{
  background-image: none;
}

.masterclass-content__btn a{
  color:#fff;
  font:bold 20.8px PTSansB,Arial,sans-serif;
  text-shadow: 1px 1px 1px #000;
}

.masterclass__close{
  position: absolute;
  right: 13px;
  top:13px;
  cursor: pointer;
}


/*.first-screen-background {
  position: absolute;
  top: 0;
  z-index: -500;
}

.first-screen {
  display: block;
  height: auto;
  }*/

  .first-screen {
    //height: 600px;
  /*background: url(../img/iphone.png) 100% 180px no-repeat,
              url(../img/diary.png) 0 235px no-repeat,
              url(../img/laptop.png) 0 -100px no-repeat,
              url(../img/main_screen_bg.png) center/cover no-repeat;*/
              background-image: url(../img/main_screen_bg2.png);
              background-position: center;
              background-repeat: no-repeat;
              text-align: center;
              padding-bottom: 70px;
  /*display: table-cell;
  vertical-align: middle;
  width: 100%;*/
}

.first-screen-links {
  visibility: hidden;
}

.first-screen h1 {
  font-family: "Pragmatica";
  font-weight: lighter;
  color: #fff;
  text-transform: uppercase;
  font-size: 60.89px;
  //font-size: 46pt;
  margin-top: 60px;
  padding: 0 0 0 0;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  /* I have to add inner text shadow #d8d8d8, but I don't know how */
}

.first-screen-links {
  //display: flex;
  display: block;
  height: 30px;
  margin-top: 50px;
  //justify-content: space-around;
  text-align: center;
}

.first-screen-links a {
  font-family: "calibriL";
  font-weight: lighter;
  display: inline-block;
  height: 30px;
  font-size: 18px;
  //font-size: 14pt;
  color: #ece08f;
  text-decoration: underline;
  margin: 0 15px;
  padding: 0 20px;
  line-height: 30px;
}

a.mail-link {
  color: #337ab7;
  text-decoration: underline;
}

a.mail-link:hover {
  color: #ff5a00;
}

p.thanks-text{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.soc-vigets{
  margin-top: 70px;
  color: #5d5d5d;
}

.interesting {
  font-size: 17.82px;
}

.first-screen-links a.active {
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #eee;
  border-radius: 15px;
  cursor: default;
}

.first-screen hr {
  width: 35%;
  margin: 40px auto;
  background-color: #3b3b3b;
  color: #3b3b3b;
  border-top: 2px solid #3b3b3b;
}

.first-screen p.lead {
  font-family: "Pragmatica";
  font-weight: lighter;
  font-size: 26.5px;
  //font-size: 22pt;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

@font-face {
  font-family: "PTSansB";
  font-weight: bold;
  src: url(../fonts/PTSans/pt-sans-bold.ttf);
}

@font-face {
  font-family: "PTSans";
  font-weight: normal;
  src: url(../fonts/PTSans/pt-sans.ttf);
}

@font-face {
  font-family: "calibriI";
  font-weight: italic;
  src: url(../fonts/Calibri/CalibriLI.ttf);
}
@font-face {
  font-family: "calibriB";
  font-weight: bold;
  src: url(../fonts/Calibri/calibrib.ttf);
}

div.callback-form {
  //background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  background: -moz-linear-gradient(right,  rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 20%,rgba(0, 0, 0, 0.3) 80%,rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(right,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.3) 20%,rgba(0, 0, 0, 0.3) 80%,rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.3) 20%,rgba(0, 0, 0, 0.3) 80%,rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0.3)',GradientType=0 );
  padding: 15px 0;
  //padding-bottom: 15px;
}

.form-field {
  display: block;
  position: relative;
  width: 510px;
  left: 50%;
  margin-left: -255px;
}

.form-field input {
  display: inline-block;
  float: left;
  border: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  margin: 0 -2px;
  height: 55px;
  width: 240px;
  border-radius: 3px;
}

.form-field input[type="text"] {
  font-family: "calibriI";
  font-weight: italic;
  width: 270px;
  text-align: center;
  font-size: 16.54px;
  //font-size: 12pt;
  line-height: 100%;
}

.form-field input[type="submit"], .ordernow {
  font-family: "PTSans";
  //font-weight: bold;
  width: 240px;
  text-align: center;
  font-size: 20.88px;
  //font-size: 16pt;
  color: #fff;
  border: 3px solid #ffca41;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  background: #ffc604;
  background: -moz-linear-gradient(top,  #ffc604 0%, #ff9104 100%);
  background: -webkit-linear-gradient(top,  #ffc604 0%,#ff9104 100%);
  background: linear-gradient(to bottom,  #ffc604 0%,#ff9104 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc604', endColorstr='#ff9104',GradientType=0 );
}

.ordernow {
  width: 200px;
  height: 50px;
  border-radius: 5px;
}

.form-description {
  font-family: "PTSans";
  font-weight: normal;
  text-align: center;
  color: #eaeaea;
  padding: 10px;
  font-size: 18px;
}

.info-block-heading, .manual-heading {
  margin: 60px auto;
  font-family: "Pragmatica";
  font-weight: lighter;
  font-size: 40px;
  //font-size: 30pt;
  text-align: center;
}

.manual-heading {
  color: #e20f5e;
}

.manual-subheading {
  font-family: "Pragmatica";
  font-weight: lighter;
  font-size: 30px;
  padding-top: 20px;
}

.manual hr {
  margin: 30px 60px;
  border-color: #ddd;
}

.manual-text {
  font-size: 17.82px;
}

.manual-item img.left-image {
  float: left;
  margin-right: 40px;
  width: 240px;
  height: 180px;
}

.arrow {
  position: absolute;
  background-image: url(../img/arrow.png);
  background-size: cover;
  height: 40px;
  width: 70px;
  right: -45px;
  top: 40%;
}

a.comeback {
  display: block;
  position: absolute;
  z-index: 120;
  font-size: 18px;
  color: #2d94a5;
  line-height: 19px;
  height: 19px;
  margin-left: 10px;
  top: 170px;
}

a.comeback img {
  margin-top: -3px;
}

.manual-item img.right-image {
  float: right;
  margin-left: 40px;
  width: 240px;
  height: 180px;
}

.manual-item-heading {
  margin-top: 20px;
  padding: 8px;
  font-weight: bold;
  padding-left: 0;
}

.manual-item-content ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.manual-item-content a {
  text-decoration: underline;
  color: #0d8fab;
}

.thanks {
  text-align: center;
}

.soc-vigets .header-right-contacts-socios {
  float: none;
  margin-bottom: -5px;
  margin-left: 1px;
  margin-right: 10px;
  font-size: 17.82px;
}

.soc-vigets  {
  font-size: 17.82px;
}

.info-block-content-video.thanks {
  width: 200px;
  height: 100px;
  float: none;
  margin-bottom: 15px;
}

.info-block-content-video-wrap {
  width: 200px;
  font-size: 16px;
  margin: 10px;
}

.info-block-content-video-container {
  display: flex;
  justify-content: center;
}

.close-layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #515151;
  opacity: 0.48;
  z-index: 50;
}

.mymodal-form {
  margin: 20px auto;
}

.mymodal-form.forget {
  margin: -30px;
  margin-top: 0px;
  background-color: #efefef;
  padding: 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.error-tooltip, .info-tooltip{
  display: none;
  position: absolute;
  background: #fdf099;
  color: #f00;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  width: 200px;
  left: 25%;
  margin-left: -100px;
  text-align: center;
}

.error-tooltip::before, .info-tooltip:after{
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 20px;
  height: 0;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fdf099;
  left: 50%;
  margin-left: -10px;
}

.info-tooltip {
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4)
}

.info-tooltip::before {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 20px;
  height: 0;
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #bbb;
  left: 50%;
  margin-left: -10px;
}

.form-group {
  position: relative;
}

.mymodal {
  width: 400px;
  padding: 30px;
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  background-color: #fff;
  z-index: 60;
  border-radius: 5px;
}

.close-layout {
  display: none;
}

.btn-mymodal {
  font-family: "calibriB";
  font-weight: bold;
  font-size: 18px;
  background-color: #5ca6b7;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  height: 36px;
  padding-top: 5px;
}

.mymodal-form.forget {
  display: none;
}

.btn-mymodal:hover,
.btn-mymodal:link,
.btn-mymodal:visited,
.btn-mymodal:active {
  color: #fff;
}

.btn-mymodal.green {
  background: #85ab2a;
}

.mymodal a.mymodal-link,
.mymodal a.mymodal-link:active,
.mymodal a.mymodal-link:link,
.mymodal a.mymodal-link:visited {
  display: inline-block;
  float: right;
  color: #5ca6b7;
  text-decoration: underline;
  text-align: right;
  font-size: 18px;
  line-height: 40px;
}

.close-modal {
  position: absolute;
  right: -15px;
  top: -15px;
  background: #363636;
  height: 30px;
  width: 30px;
  color: #fff;
  z-index: 70;
  line-height: 25px;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  cursor: pointer;
}

#counter {
  font-size: 17.3px;
}

.mymodal a.mymodal-link:hover {
  color: #ff5a00;
}

.mymodal-heading {
  font-size: 30px;
}

.mymodal .mymodal-error {
  color: #f00;
  padding-left: 8px;
  font-size: 18px;
  display: none;
}

.info-block-content-video {
  height: 200px;
  width: 400px;
  border: 1px solid #ede8e8;
  float: left;
  margin-right: 20px;
}

.info-block-content p {
  font-size: 17.82px;
  //font-size: 11.5pt;
  font-family: "calibriL";
  font-weight: lighter;
}

.info-block-content.calc {
  display: flex;
  justify-content: center;
}

.info-block-content-item-heding {
  font-family: "calibriB";
  font-weight: bold;
  padding: 0 15px;
  font-size: 20pt;
  font-size: 16pt;
  margin: 20px 0;
}

.info-block-content-item-text {
  font-family: "calibriL";
  font-weight: lighter;
  padding: 0 15px;
  font-size: 17.82pt;
  font-size: 14pt;
}

.info-block-content-heding span {
  font-family: "calibriB";
  font-weight: bold;
  font-size: 20pt;
  font-size: 15pt;
  color: #3891a5;
}

.info-block-content-text {
  font-family: "calibriL";
  font-weight: lighter;
  font-size: 17.82pt;
  font-size: 13pt;
}

.likelist-img {
  float: left;
  height: 100px;
  width: 100px;
  margin-right: 25px;
}

.likelist-img img {
  width: 100%;
}

.likelist-text {
  //float: left;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}

.likelist {
  margin-top: 20px;
}

.info-block-content-heding-tag {
  position: relative;
  display: inline-block;
  font-family: "calibriL";
  font-weight: lighter;
  font-size: 13pt;
  font-size: 11pt;
  padding: 0 10px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  background-color: #eaeaea;
  margin-left: 5px;
  cursor: default;
}

.info-block-content-heding-tag:hover {
  background-color: #7fb053;
  color: #f8faf6;
}

.table {
  font-family: "calibriL";
  font-weight: lighter;
  font-size: 14pt;
}

.table td, .table th {
  text-align: center;
  width: 150px;
}

.table td:first-child, .table th:first-child {
  text-align: left;
  width: auto;
}

.table td:last-child, .table th:last-child {
  text-align: left;
  width: auto;
  border-right: none;
}

.table td, .table th {
  border-right: 1px solid #ccc;
}

.table-description {
  font-size: 14pt;
  text-align: center;
}

.table-responsive {
  overflow: visible;
}

.table>tbody>tr>td.table-simple {
  padding-left: 40px;
  position: relative;
}

.table>tbody>tr>td.table-simple:hover span {
  border-bottom: 1px dashed #979797;
  cursor: default;
}

.table-simple-tooltip {
  display: none;
  position: absolute;
  background-color: #fdf099;
  padding: 10px;
  width: 300px;
  bottom: 100%;
  z-index: 20;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 2px 2px 0 1px rgba(0, 0, 0, 0.3);
}

.table-simple-tooltip::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 10px;
  height: 0;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fdf099;
  left: 50%;
  margin-left: -100px;
}

.table-simple-tooltip::before   {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 10px;
  height: 0;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #aaa;
  left: 50%;
  margin-left: -96px;
}

.table>tbody>tr>td.table-simple:hover > .table-simple-tooltip {
  display: block;
}

.clients-logo {
  display: flex;
  //justify-content: space-around;
  //text-align: justify;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
}

.clients-logo-item {
  display: inline-block;
  position: relative;
  height: 80px;
  width: auto;
}

.clients-logo-item img {
  height: 100%;
}

.clients-logo-item {
  margin-left: 20px;
  margin-bottom: 10px;
}

/*.clients-logo-item:hover>.clients-logo-item-tooltip {
  display: block;
  }*/

  .clients-logo-item-tooltip {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding: 10px;
    font-size: 14px;
    width: 200px;
    bottom: 100%;
    left: 50%;
    margin-left: -100px;
    z-index: 20;
    border-radius: 5px;
  }

  .clients-logo-item-tooltip p {
    font-family: "calibri";
    font-size: 14px;
    font-weight: normal;
  }

  .clients-logo-item-tooltip::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 80px;
    border: 0;
    border-right-width: 30px;
    border-bottom-width: 20px;
    border-style: solid;
    border-color: transparent #fff;
    display: block;
    width: 0;
  }

  .clients-logo-item-tooltip::before {
    content: "";
    position: absolute;
    bottom: -24px;
    right: 78px;
    border: 0;
    border-right-width: 34px;
    border-bottom-width: 24px;
    border-style: solid;
    border-color: transparent #bbb;
    display: block;
    width: 0;
  }

  .clients-logo-item-tooltip-heading {
    font-family: "calibriB";
    font-weight: bold;
    color: #c6003d;
  }

  .clients-logo-item-tooltip-content {
    font-family: "calibri";
    font-weight: normal;
    margin-top: 5px;
  }

  .clients-logo-item-tooltip-content p {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }

  .info-block-content.steps {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
  }

  p.info-block-description {
    font-size: 18px;
    text-align: center;
  }

  .info-block-content-item-step {
    display: inline-block;
    width: 260px;
    height: 350px;
    text-align: center;
    float: left;
    margin: 0 15px;
  }

  .info-block-content-item-step-heading {
    font-family: "calibri";
    font-weight: normal;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
  }

  .info-block-content-item-step-img {
    position: relative;
    display: block;
  }

  .info-block-content-item-step-img img {
    height: 150px;
    width: 200px;
    border-radius: 5px;
    margin: 20px 0;
  }

  .step-number {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #ff004e;
    color: #fff;
    border-radius: 50%;
    font-family: "calibri";
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    top: 0;
    right: 20px;
  }

  .info-block-content-item-step-text {
    display: table-cell;
    position: relative;
    font-family: "calibriL";
    font-weight: lighter;
    font-size: 18px;
    height: 120px;
    vertical-align: middle;
  }

  .info-block-content-left-img {
    width: 200px;
    display: inline-block;
    float: left;
  }

  .info-block-content-left-img img {
    width: 100%;
    height: auto;
  }

  .info-block-content-left-text {
    padding-top: 20px;
  }

  .info-block-content-blue-subheading,
  .info-block-content-blue-subheading > a {
    font-size: 30px;
    color: #2a7e91;
    text-decoration: none;
  }

  .info-block-content-blue-subheading > a:hover,
  .info-block-content-blue-subheading:hover {
    color: #2a7e91;
  }

  .info-block-content-blue-subheading > a:hover {
    text-decoration: underline;
  }

  .info-block-content-text-questions {
    margin-bottom: 40px;
  }
  .info-block-content-text-questions .info-block-content-blue-subheading:last-child a,
  .info-block-content-text-questions .info-block-content-blue-subheading:last-child {
    color: #c97b0d;
  }
  .info-block-content-sendmail {
    display: block;
    position: relative;
    width: 920px;
  /*background: url(../img/grifpattern.png), rgba(42, 126, 145, 1) url(../img/proffi.jpg) 0 -250px/100% no-repeat;
  background-blend-mode: color-burn;*/  /* not working with ie :( */
  background: url(../img/grifpattern.png), #70b0bf; /* Old browsers */
  background: url(../img/grifpattern.png), url(../img/30.png) 0 -220px/100% no-repeat, -moz-linear-gradient(top, #7ab1bd 0%, #1f6b83 100%); /* FF3.6-15 */
  background: url(../img/grifpattern.png), url(../img/30.png) 0 -220px/100% no-repeat, -webkit-linear-gradient(top, #7ab1bd 0%, #1f6b83 100%); /* Chrome10-25,Safari5.1-6 */
  background: url(../img/grifpattern.png), url(../img/30.png) 0 -220px/100% no-repeat, linear-gradient(to bottom, #7ab1bd 0%, #1f6b83 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab1bd', endColorstr='#267086',GradientType=0 );
  /* url(../img/30.png) 0 -220px/100% no-repeat,
     url(../img/30.png) 0 -220px/100% no-repeat,
     url(../img/30.png) 0 -220px/100% no-repeat,
     url(../img/30.png) 0 -220px/100% no-repeat,*/
     padding: 15px;
     border-radius: 10px;
     left: 50%;
     margin-left: -460px;
     z-index: 20;
   }

   .info-block-content-sendmail p.lead {
    font-family: "calibriL";
    font-weight: lighter;
    font-size: 22.98px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 27px;
  }

  .info-block-content-sendmail .form-description {
    font-family: "PTsans";
    font-size: 16px;
    position: relative;
    margin-top: 20px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    line-height: 20px;
  }

  .sandmail-shadow {
    position: relative;
    width: 880px;
    border-color: #bababa;
    box-shadow: 0 50px 50px 15px rgba(0, 0, 0, 0.3);
    margin-top: -10px;
    padding: 0 0 0 0;
    z-index: 0;
    left: 50%;
    margin-left: -440px;
  }

  .manual-item-content a:hover {
    color: #ff5a00;
  }

  .manual hr {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .manual-heading {
    margin-bottom: 70px;
  }
  footer {
    margin-top: 100px;
    background-color: #373737;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-item {
    display: inline-block;
    color: #fff;
    margin-right: 40px;
    float: left;
  }

  .footer-item ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }

  .footer-item .header-right-contacts-socios {
    float: none;
  }

  .footer-item .header-right-contacts-socios li{
    height: 26px;
    width: 26px;
    background-size: 275px 60px;

  }

  .footer-item .header-right-contacts-socios ul li.facebook {
    background-position: -33px -32px;
  }

  .footer-item .header-right-contacts-socios ul li.vk {
    background-position: -216px -32px;
  }

  .footer-item .header-right-contacts-socios ul li.habrahabr {
    background-position: -247px -32px;
  }

  .footer-item a,
  .footer-item a:active,
  .footer-item a:visited,
  .footer-item a:link {
    text-decoration: none;
    color: #ccc;
  }


  .footer-item a:hover {
    color: #7cbfd7;
    text-decoration: underline;
  }

  .footer-item-heading {
    margin-bottom: 20px;
    font-family: "PTSansB";
    font-weight: bold;
    font-size: 16px;
  }

  .footer-item-content {
    font-family: "Pragmatica";
    font-weight: lighter;
    font-size: 14px;
    color: #ababab;
  }

  .footer-item.contacts {
    text-align: right;
    float: right;
  }

  .politics, .copyright {
    font-family: "calibri";
    font-weight: normal;
    font-size: 12px;
  }

  .footer-item-tel {
    font-family: "PTSansB";
    font-weight: bold;
    font-size: 24.88px;
  }

  .footer-item-email {
    font-family: "PTSansB";
    font-weight: bold;
    font-size: 16.32px;
  }

  .footer-item a.politics {
    text-decoration: underline;
    font-size: 16px;
  }

  .footer-item.contacts .header-right-contacts-socios {
    margin: 20px auto;
  }

  .calc > .table-responsive {
    display: inline-block;
    width: 800px;
    float: left;
  }

  .calc .table>thead>tr>th {
    font-family: "calibriB";
    font-size: 17.82px;
    font-weight: bold;
    text-align: center;
  }

  .calc .table>thead>tr>th p {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 14px;
    color: #616465;
  }

  .calc .table>thead>tr>th p span {
    position: relative;
    display: inline-block;
    background-color: #eee;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    margin-left: 5px;
    cursor: pointer;
  }

  .calc .table>thead>tr>th p span:hover + .info-tooltip {
    display: block;
  }

  .calc .table>tbody>tr>td {
    border-top: none;
    vertical-align: middle;
    font-size: 17.82px;
  }

  .calc .table>tbody>tr.price>td {
    border-top: 1px solid #ddd;
    font-weight: bold;
    text-align: center;
  }

  .calc .table-responsive {
    width: 800px;
  }

  .calc .table-responsive {
    display: inline-block;
  }

  .table-simple > span {
    border-bottom: dashed 1px;
  }

  .calc-body {
    display: inline-block;
    width: 300px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    margin-left: 20px;
    float: left;
    background-color: #f9f9f9;
    border: solid 1px #f4f4f4;
  }

  .calc-body hr {
    border-top: #d7d7d7 2px solid;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

  .calc-body-heading {
    font-family: "calibriB";
    font-weight: bold;
    font-size: 17.82px;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
  }

  .calc-body-item-heading {
    font-family: "calibriB";
    font-weight: bold;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 10px 25px;
  }

  .calc-body-item-rulers {
    margin: 0 25px;
  }

  .project-table,
  .buisness-table {
    cursor: pointer;
  }

  .cloud-button {
    color: #bbb;
  }

  .calc-body-item-rulers span.plan {
    display: inline-block;
    padding: 3px 5px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 17.82px;
  }

  .calc-body-item-rulers .disabled {
    font-family: "calibriL";
    font-weight: lighter;
    color: #cfcfcf;
    font-size: 17.82px;
  }

  .calc .table>tbody>tr.price>td.price {
    text-align: left;
  }

  .table>tbody>tr>td.active,
  .table>thead>tr>th.active {
    background-color: #f2f9fc;
  }

  .calc-body-item-rulers p.fullprice {
    font-family: "calibriB";
    font-size: 38.43px;
  }

  .calc-body-item-rulers span.active {
    background-color: #5ca6b7;
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    box-shadow: inset -1px -1px 3px rgba(0, 0, 0, 0.3);
    background: #f0f9ff; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f9ff 0%, #77b0bc 0%, #64a5b3 3%, #589dac 6%, #457b87 96%, #457b87 98%, #38646e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f0f9ff 0%,#77b0bc 0%,#64a5b3 3%,#589dac 6%,#457b87 96%,#457b87 98%,#38646e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f0f9ff 0%,#77b0bc 0%,#64a5b3 3%,#589dac 6%,#457b87 96%,#457b87 98%,#38646e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff',
      endColorstr='#38646e',GradientType=0 );
  }

  .calc .table>tbody>tr.price>td.table-small {
    font-size: 14px;
  }

  .calc-body-item.final {
    margin-top: 50px;
  }

  .ordernow {
    margin-bottom: 20px;
  }

  p.calc-description {
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 16px;
  }

  .getprice {
    position: relative;
    width: 800px;
  }

  .getprice-text {
    display: inline-block;
    float: left;
    width: 500px;
    font-family: "calibriL";
    font-weight: lighter;
    font-size: 17.82px;
  }

  a.getprice-link {
    display: inline-block;
    float: left;
    width: 200px;
    background-color: #5ca6b7;
    border-radius: 3px;
    background: #f0f9ff;
    background: -moz-linear-gradient(top, #f0f9ff 0%, #77b0bc 0%, #64a5b3 3%, #589dac 6%, #457b87 96%, #457b87 98%, #38646e 100%);
    background: -webkit-linear-gradient(top, #f0f9ff 0%,#77b0bc 0%,#64a5b3 3%,#589dac 6%,#457b87 96%,#457b87 98%,#38646e 100%);
    background: linear-gradient(to bottom, #f0f9ff 0%,#77b0bc 0%,#64a5b3 3%,#589dac 6%,#457b87 96%,#457b87 98%,#38646e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff',
      endColorstr='#38646e',GradientType=0 );
    box-shadow: inset -1px -1px 3px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin-left: 20px;
    height: 50px;
    font-family: "PTsansB";
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    text-align: right;
    padding-right: 20px;
    cursor: pointer;
  }

  a.getprice-link:hover {
    color: #fff;
  }

  .getprice-link-icon {
    width: 60px;
    display: inline-block;
    float: left;
    margin-top: -5px;
    margin-left: -5px;
  }

  .getprice-link-icon img{
    width: 100%;
  }
  th.cloud-table {
    position: relative;
  }

  p.greenstring {
    color: #6A4;
  }

  .info-tooltip {
    top: -20px;
    left: 50%;
    margin-left: -57px;
    color: #444;
    font-size: 14px;
    height: 40px;
  }

  #slider-non-linear-step {
    display: inline-block;
    width: 190px;
    margin-top: 12px;
    margin-bottom: 40px;
    float: left;
  }

  #input-format {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 25px;
    text-align: center;
    float: left;
    margin-left: 10px;
  }

  .noUi-handle.noUi-handle-lower {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-top: -4px;
    margin-left: 8px;
  }

  .noUi-value {
    margin-top: -7px;
  }

  .noUi-origin {
    background-color: #eee;
  }

  .noUi-base {
    height: 2px;
    background-color: #59a1af;
    box-shadow: none;
  }

  .noUi-origin {
    box-shadow: none;
  }

  .noUi-marker {
    display: none;
  }

  .noUi-horizontal {
    height: 2px;
  }

  .noUi-handle {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  }

  .noUi-target {
    border: none;
  }

  .noUi-handle::after, .noUi-handle::before {
    display: none;
  }

  @media (max-width: 1440px) {
  /*.first-screen {
    background: url(../img/iphone.png) 120% 180px no-repeat,
                url(../img/diary.png) -70px 235px no-repeat,
                url(../img/laptop.png) -120px -100px no-repeat,
                url(../img/main_screen_bg.png) center/cover no-repeat;
                }*/
              }

              @media (max-width: 1025px) {
                .first-screen {
                  background: url(../img/main_screen_bg.png) center/cover no-repeat;
                }

                .info-block-content-sendmail {
                  background: url(../img/grifpattern.png), url(../img/proffi.jpg) 0 -235px/100% no-repeat;
                }
              }

              @media (max-width: 768px) {
                .first-screen {
                  background: url(../img/main_screen_bg.png) center/cover no-repeat;
                }
                .calc .table-responsive {
                  margin-left: -20px;
                  width: 400px;
                }
                .calc-body {
                  position: relative;
                  right: -40px;
                  margin-right: 0;
                }
                .info-block-content-sendmail {
                  background: url(../img/grifpattern.png), url(../img/proffi.jpg) 0 -192px/100% no-repeat;
                }

                .footer-item {
                  display: block;
                  margin-top: 20px;
                }

                .footer-item.contacts {
                  display: block;
                  text-align: left;
                  float: left;
                }
              }

              @media (max-width: 425px) {
                .first-screen {
                  background: url(../img/main_screen_bg.png) center/cover no-repeat;
                }
                .header {
                  height: auto;
                }
                .header-heading {
                  font-size: 16px;
                }
                div.callback-form  {
                  width: auto;
                }
                .form-field {
                  display: block;
                  position: relative;
                  width: 300px;
                  left: 0;
                  margin-left: auto;
                  left: 50%;
                  margin-left: -150px;
                }
                .form-field input[type="text"],
                .form-field input[type="submit"] {
                  display: block;
                  width: 300px;
                  float: none;
                  margin-top: 10px;
                }
                .info-block-content-sendmail {
                  background: url(../img/grifpattern.png), url(../img/proffi.jpg) 100% no-repeat;
                }
                .footer-item {
                  width: 100%;
                  margin-left: 20px;
                }

                .calc .table-responsive {
                  margin-left: auto;
                  width: auto;
                }

                .getprice-text {
                  width: 300px;
                  display: block;
                  float: none;
                  padding: 20px;
                }
                .getprice-link {
                  display: block;
                  float: none;
                }

                .error-tooltip, .info-tooltip {
                  left: 50%;
                  height: 40px;
                  line-height: 40px;
                  text-align: center;
                }

              }

              footer {
                position: relative;
              }

              .politics-modal {
                position: fixed;
                background: #fff;
                font-size: 17.82px;
                display: none;
                width: 600px;
                left: 50%;
                margin-left: -300px;
                padding: 0 20px 20px 20px;
                z-index: 100;
                border-radius: 5px;
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
                top: 50%;
              }
blockquote {
font-family:"AmazingGR";	
}
		  
