




.boxx{
text-align: center;
//  margin-top: 10px;

}


.btn:link,
.btn:visited{
  text-decoration: none;
  text-transform:uppercase;
  position:relative;
  top:0;
  left:0;
  padding:20px 40px;
  border-radius:100px;
  display:inline-block;
  transition: all .5s;

}

.btn-white{
  background:#086dbd;
  color:#fff;
}

.btn:hover{
   box-shadow:0px 10px 10px rgba(0,0,0,0.2);
   transform : translateY(-3px);
}

.btn:active{
  box-shadow:0px 5px 10px rgba(0,0,0,0.2)
  transform:translateY(-1px);
}

.btn-bottom-animation-1{
  animation:comeFromBottom 1s ease-out .8s;
}

.btn::after{
  content:"";
  text-decoration: none;
  text-transform:uppercase;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  border-radius:100px;
  display:inline-block;
  z-index:-1;
  transition: all .5s;
}

.btn-white::after {
    background: #fff;
}

.btn-animation-1:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

@keyframes comeFromBottom{
  0%{
    opacity:0;
    transform:translateY(40px);
  } 
  100%{
    opacity:1;
    transform:translateY(0);
  }
}


//////

.justify-helper {
    display: inline-block;
    height: 0;
    width: 100%
}

.container {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%
}

.clear {
    clear: both
}

.top-line {
    height: 75px;
    background: #086dbd;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5
}

.top-line .logo {
    float: left
}

.top-line .logo a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 75px
}

.top-line .desc {
    text-align: center;
    font-size: 20px;
    line-height: 75px;
    color: #fff;
    width: 320px;
    display: inline-block
}


.top-line .smm{
    width: 80px;
    position:absolute;
    top:20px;
    display: inline-block;
    margin-left: 60px;

}

.top-line .phone-block {
    float: right;
    width: 190px;
    text-align: right;
    padding-top: 10px
}

.top-line .phone-block .phone {
    font-size: 20px;
    color: #fff;
    text-decoration: none
}

.top-line .phone-block .modal-link {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    width: 160px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 15px;
    line-height: 27px;
    text-align: center;
    margin-top: 7px
}

.top-line .phone-block .modal-link:hover {
    background: #fff;
    color: #086dbd
}

.main {
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 75px;
    box-sizing: border-box;
    overflow: hidden;
    font-family: 'PT Sans', sans-serif;
    position: relative;
    /*background-image: url("../images/bukovel__bg.jpg");*/
    background-position: center center;
    background-size: cover;
    //width: x;
    //height: y;
}
.halfblack{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color:#000;
    opacity: 0.9;
}



.main .center {
    display: inline-block;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #fff;
    //height:750px;
}


.main h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px

}

.main .order {
    font-size: 48px;
    line-height: 1.17;
    text-align: center;
    margin-top: 16px;
    width: 960px;
    
}

.main .desc {
    margin-top: 34px;
    text-align: center;
    font-size: 24px;
    
}

.main .modal-link {
    width: 240px;
    height: 49px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 37px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-radius: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    background-image: url("../images/main-link-bg.png")
}

.main .modal-link:hover {
    box-shadow: none
}

.boxx{
font-size: 16px;
  text-align: center;
  margin-top: 20px;
  
    height: 49px;
    color: #fff;
    //text-transform: uppercase;

}

.boxxr{
font-size: 16px;
text-align: center;
  margin-top: 40px;
  //width: 803px;
    height: 49px;
    color: #fff;
    //text-transform: uppercase;

}

.boxxx{
font-size: 16px;
  margin-top: 40px;
 // width: 290px;
    height: 49px;
    color: #fff;
    text-align: center;
    //text-transform: uppercase;

}

.main video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    max-width: 100%;
    //background-image: url("../video.png");
}

.why-we {
    margin-bottom: 40px
}

.why-we h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.why-we .container {
    font-size: 0
}

.why-we .container .block {
    display: inline-block;
    width: 50%;
    margin-top: 29px
}

.why-we .container .block img {
    vertical-align: top;
    margin-right: 18px;
    margin-top: 5px
}

.why-we .container .block .text {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 310px;
    line-height: 1.2
}

.why-we .container .block .text .bold {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px
}

.what-we-do {
    padding-bottom: 40px;
    background-image: url(../images/director.png);
    background-position: 28% 65px;
    background-repeat: no-repeat
}

.what-we-do h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.what-we-do .text-block {
    width: 500px;
    float: right;
    line-height: 1.2
}

.what-we-do .text-block .intro {
    padding-top: 29px;
    padding-right: 40px;
    margin-bottom: 40px;
    font-size: 16px
}

.what-we-do .text-block .service {
    margin-bottom: 20px;
    font-size: 0
}

.what-we-do .text-block .service img {
    vertical-align: top;
    margin-right: 19px
}

.what-we-do .text-block .service .text {
    display: inline-block;
    vertical-align: top;
    width: 390px;
    font-size: 16px
}

.what-we-do .text-block .service .text .bold {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px
}

.what-we-do .container {
    position: relative
}

.what-we-do .director {
    display: inline-block;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 65px;
    line-height: 1.2
}

.our-serv {
    padding-bottom: 41px
}

.our-serv h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.our-serv .services {
    font-size: 0;
    margin-top: 30px
}

.our-serv .services .block {
    box-sizing: border-box;
    width: 33.333%;
    height: 200px;
    text-align: center;
    display: inline-block;
    vertical-align: top
}

.our-serv .services .block .image {
    margin-top: 44px;
    height: 69px
}

.our-serv .services .block .image img.hov {
    display: none
}

.our-serv .services .block .text {
    font-size: 20px;
    color: #2678c5;
    margin-top: 40px
}

.our-serv .services .block:nth-child(1) {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.our-serv .services .block:nth-child(2) {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.our-serv .services .block:nth-child(3) {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.our-serv .services .block:nth-child(4) {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.our-serv .services .block:nth-child(5) {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.our-serv .services .block:last-child {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.our-serv .services .block:last-child .image {
    box-sizing: border-box;
    padding-top: 7px
}

.our-serv .services .block:hover {
    background: #2678c5
}

.our-serv .services .block:hover .image img {
    display: none
}

.our-serv .services .block:hover .image img.hov {
    display: inline-block
}

.our-serv .services .block:hover .text {
    color: #fff
}

.our-garant {
    padding-bottom: 41px
}

.our-garant h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.our-garant .garant {
    margin-top: 30px;
    font-size: 0;
    text-align: center;
    width: 690px;
    margin-right: auto;
    margin-left: auto
}

.our-garant .garant .block {
    height: 200px;
    text-align: center;
    display: inline-block;
    width: 230px;
    vertical-align: top;
    color: #272d3b
}

.our-garant .garant .block:nth-child(2n + 1) {
    background: #272d3b;
    color: #fff
}

.our-garant .garant .block .image {
    padding-top: 33px;
    height: 110px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.our-garant .garant .block .text {
    font-size: 16px;
    line-height: 1.2
}

.how-work {
    padding-bottom: 40px
}

.how-work h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.how-work .slider {
    font-size: 0
}

.how-work .slider .image {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 476px;
    overflow: hidden
}

.how-work .slider .image img {
    width: 100%;
    height: auto;
    min-height: 100%
}

.how-work .slider .text {
    width: 50%;
    display: inline-block;
    height: 476px;
    padding: 40px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.how-work .slider .text.blue {
    background: #137ae9;
    color: #fff
}

.how-work .slider .text.blue .title {
    color: #fff
}

.how-work .slider .text .title {
    font-weight: bold;
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #137ae9
}

.how-work .slider .text .col1 {
    margin: 0 0 0px 20px;
    list-style: none
}

.how-work .slider .text .col1 li {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    position: relative;
    padding-left: 15px
}

.how-work .slider .text .col1 li:after {
    content: '';

    position: absolute;
    width: 19px;
    height: 15px;
    top: 6px;
    left: -20px
}

.how-work .slider .text p {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;
    padding: 0 70px 0 0
}

.how-work .slider .text .infoblock {
    margin: 25px 0 0;
    font-size: 18px;
    line-height: 22px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.how-work .slider .text .infoblock .info-icon {
    width: 26px;
    height: 26px;

    margin-right: 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.how-work .slider .text .infoblock.white-info .info-icon {
    background-position: -27px -17px
}

.how-work .slider .text .greenbutton {
    width: 240px;
    height: 49px;
    display: block;
    margin-top: 37px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-radius: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    background-image: url(../images/main-link-bg.png)
    
}

.how-work .slider .text .usinnovate {
    margin-bottom: 20px
}

.how-work .slider .text .usinnovate img {
    margin: 0 40px 0 0
}

.how-work .slider .text .check.team {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 20px 20px
}

.how-work .slider .text .check.team li {
    width: 50%;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    position: relative;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.how-work .slider .text .check.team li:after {
    content: '';

    position: absolute;
    width: 19px;
    height: 15px;
    top: 6px;
    left: -20px
}

.how-work .slick-slide .text .usinnovate img {
    display: inline-block
}

.time-to-action {
    height: 552px
}

.time-to-action h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.time-to-action .content-wrap {
    width: 285px;
    height: 387px;
    background: url(../images/action/ipad.png);
    margin-left: 30px;
    margin-top: 30px;
    position: relative
}

.time-to-action .content-wrap .text {
    width: 400px;
    height: 85px;
    font-size: 16px;
    left: 377px;
    top: 41px;
    position: absolute;
    line-height: 1.2
}

.time-to-action .content-wrap .action-block {
    width: 420px;
    height: 140px;
    background-color: #2678c5;
    box-shadow: 0px 3px 7.04px 0.96px rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 377px;
    top: 143px
}

.time-to-action .content-wrap .action-block .word {
    font-size: 50px;
    display: inline-block;
    position: absolute;
    bottom: 19px;
    right: 13px;
    text-transform: uppercase;
    color: #fff;
    font-family: Arial
}

.time-to-action .content-wrap .action-block .desc {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    margin-left: 19px;
    line-height: 1.2
}

.time-to-action .content-wrap .action-block a {
    display: inline-block;
    margin-top: 10px;
    margin-left: 19px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center
}

.time-to-action .content-wrap .action-block a:hover {
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.6)
}

.time-to-action .content-wrap .arrow {
    width: 74px;
    height: 115px;
    background: url(../images/action/arrow.png);
    position: absolute;
    left: 280px;
    top: 71px;
    z-index: 0
}

.time-to-action .content-wrap .timer-block {
    width: 200px;
    height: 155px;
    border-radius: 5px;
    background-color: #ffd345;
    position: absolute;
    left: 625px;
    top: 270px;
    text-align: center;
    padding-top: 11px;
    font-size: 16px;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.time-to-action .content-wrap .timer-block .time-left {
    font-size: 0
}

.time-to-action .content-wrap .timer-block .time-left .head {
    font-size: 16px;
    margin-bottom: 4px
}

.time-to-action .content-wrap .timer-block .time-left .block {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #fff;
    position: relative
}

.time-to-action .content-wrap .timer-block .time-left .block .value {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px
}

.time-to-action .content-wrap .timer-block .time-left .block span {
    display: inline-block;
    font-size: 10px;
    position: absolute;
    top: 25px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.time-to-action .content-wrap .timer-block .time-left .divider {
    width: 20px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/action/divider.png)
}

.site-foru {
    padding-bottom: 44px
}

.site-foru h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.site-foru .blocks {
    margin-top: 37px;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    font-size: 0
}

.site-foru .blocks .block {
    text-decoration: none;
    display: inline-block;
    width: 25%;
    text-align: center
}

.site-foru .blocks .block .img-wrap {
    height: 65px;
    display: block
}

.site-foru .blocks .block .text {
    font-size: 20px;
    text-decoration: underline;
    color: #000;
    font-weight: bold
}

.landing-pages {
    font-size: 0
}

.landing-pages h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.landing-pages .left {
    padding-top: 30px;
    width: 50%;
    vertical-align: top;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.landing-pages .left ul {
    font-size: 16px;
    list-style-type: none;
    line-height: 1.5
}

.landing-pages .left ul li {
    margin-left: 27px;
    position: relative
}

.landing-pages .left ul li span {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background: #2c7ac2;
    position: absolute;
    left: -15px;
    top: 10px
}

.landing-pages .right {
    padding-top: 30px;
    width: 50%;
    vertical-align: top;
    display: inline-block;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.landing-pages .button-area {
    padding-top: 30px;
    text-align: center;
    margin-bottom: 45px
}

.landing-pages .button-area a {
    width: 240px;
    height: 49px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-radius: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    background-image: url("../images/main-link-bg.png")
}

.landing-pages .button-area a:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6)
}

.landings-examples {
    padding-bottom: 45px;
    font-size: 0
}

.landings-examples h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.landings-examples .item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-top: 30px;
    position: relative
}

.landings-examples .item img {
    width: 100%;
    height: auto
}

.landings-examples .item a {
    opacity: 0
}

.landings-examples .item a .link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(19, 122, 233, 0.9);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.landings-examples .item a .link h3 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 28px;
    color: #fff;
    padding: 0 0 10px
}

.landings-examples .item a .link p {
    font-size: 18px;
    line-height: 1.34;
    color: #fff
}

.landings-examples .item:hover a {
    opacity: 1
}

.landings-examples .item .want-link {
    display: none;
    width: 240px;
    height: 49px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-radius: 28px;
   // box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    margin-top: 30px
}

.landing-prices {
    padding-bottom: 44px;
    font-size: 0
}

.landing-prices h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.landing-prices .price-blocks {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
}

.landing-prices .price-blocks .pack-area {
    border-bottom: 1px solid #e5e5e5
}

.landing-prices .price-blocks .pack-area .name {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    border-left: 1px solid #e5e5e5;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 60px;
    text-align: center;
    font-weight: bold
}

.landing-prices .price-blocks .pack-area .name .price {
    font-size: 30px;
    text-transform: none;
    font-weight: 400;
    margin-top: 13px
}

.landing-prices .price-blocks .pack-area .name .price span {
    font-weight: bold;
    font-size: 35px;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px
}

.landing-prices .price-blocks .pack-area .service {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    border-left: 1px solid #e5e5e5;
    position: relative;
    padding-left: 6px
}

.landing-prices .price-blocks .pack-area .service ul {
    display: inline-block;
    width: 97%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.landing-prices .price-blocks .pack-area .service ul li {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 17px;
    background-image: url(../images/price-marker.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.landing-prices .price-blocks .pack-area .button-area {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5
}

.landing-prices .price-blocks .pack-area .button-area a {
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    background: #2678c5;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 85px
}

.landing-prices .price-blocks .pack-area:first-child {
    border-top: 1px solid #e5e5e5
}

.landing-prices .price-blocks .pack-area:hover {
    width: 815px;
    padding-left: 13px;
    background: #2678c5;
    margin-left: -13px;
    border-radius: 10px;
    color: #fff
}

.landing-prices .price-blocks .pack-area:hover .name {
    border-left: 1px solid #2678c5
}

.landing-prices .price-blocks .pack-area:hover .button-area {
    border-right: 1px solid #2678c5
}

.landing-prices .price-blocks .pack-area:hover .button-area a {
    background: #fff;
    color: #2678c5
}

.landing-prices .price-blocks .pack-area:hover .service ul li {
    background-image: url(../images/price-marker-hov.png)
}

.online-shops {
    font-size: 0
}

.online-shops h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.online-shops .left {
    padding-top: 30px;
    width: 50%;
    vertical-align: top;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.online-shops .left ul {
    font-size: 16px;
    list-style-type: none;
    line-height: 1.5
}

.online-shops .left ul li {
    margin-left: 27px;
    position: relative
}

.online-shops .left ul li span {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background: #2c7ac2;
    position: absolute;
    left: -15px;
    top: 10px
}

.online-shops .right {
    padding-top: 30px;
    width: 50%;
    vertical-align: top;
    display: inline-block;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.online-shops .button-area {
    padding-top: 30px;
    text-align: center;
    margin-bottom: 45px
}

.online-shops .button-area a {
    width: 240px;
    height: 49px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-radius: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    background-image: url("../images/main-link-bg.png")
}

.online-shops .button-area a:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6)
}

.online-shops-examples {
    padding-bottom: 45px;
    font-size: 0
}

.online-shops-examples h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.online-shops-examples .item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-top: 30px;
    position: relative
}

.online-shops-examples .item img {
    width: 100%;
    height: auto
}

.online-shops-examples .item a {
    opacity: 0
}

.online-shops-examples .item a .link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(19, 122, 233, 0.9);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.online-shops-examples .item a .link h3 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 28px;
    color: #fff;
    padding: 0 0 10px
}

.online-shops-examples .item a .link p {
    font-size: 18px;
    line-height: 1.34;
    color: #fff
}

.online-shops-examples .item:hover a {
    opacity: 1
}

.online-shops-examples .item .want-link {
    display: none;
    width: 240px;
    height: 49px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-radius: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    background-image: url(../images/main-link-bg.png);
    margin-top: 30px
}

.online-shops-prices {
    padding-bottom: 44px;
    font-size: 0
}

.online-shops-prices h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.online-shops-prices .price-blocks {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
}

.online-shops-prices .price-blocks .pack-area {
    border-bottom: 1px solid #e5e5e5
}

.online-shops-prices .price-blocks .pack-area .name {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    border-left: 1px solid #e5e5e5;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 60px;
    text-align: center;
    font-weight: bold
}

.online-shops-prices .price-blocks .pack-area .name .price {
    font-size: 30px;
    text-transform: none;
    font-weight: 400;
    margin-top: 13px
}

.online-shops-prices .price-blocks .pack-area .name .price span {
    font-weight: bold;
    font-size: 35px;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px
}

.online-shops-prices .price-blocks .pack-area .service {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    border-left: 1px solid #e5e5e5;
    position: relative;
    padding-left: 6px
}

.online-shops-prices .price-blocks .pack-area .service ul {
    display: inline-block;
    width: 97%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.online-shops-prices .price-blocks .pack-area .service ul li {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 17px;
    background-image: url(../images/price-marker.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.online-shops-prices .price-blocks .pack-area .button-area {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5
}

.online-shops-prices .price-blocks .pack-area .button-area a {
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    background: #2678c5;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 85px
}

.online-shops-prices .price-blocks .pack-area:first-child {
    border-top: 1px solid #e5e5e5
}

.online-shops-prices .price-blocks .pack-area:hover {
    width: 815px;
    padding-left: 13px;
    background: #2678c5;
    margin-left: -13px;
    border-radius: 10px;
    color: #fff
}

.online-shops-prices .price-blocks .pack-area:hover .name {
    border-left: 1px solid #2678c5
}

.online-shops-prices .price-blocks .pack-area:hover .button-area {
    border-right: 1px solid #2678c5
}

.online-shops-prices .price-blocks .pack-area:hover .button-area a {
    background: #fff;
    color: #2678c5
}

.online-shops-prices .price-blocks .pack-area:hover .service ul li {
    background-image: url(../images/price-marker-hov.png)
}

.corporate-sites {
    font-size: 0
}

.corporate-sites h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.corporate-sites .left {
    padding-top: 30px;
    width: 50%;
    vertical-align: top;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.corporate-sites .left ul {
    font-size: 16px;
    list-style-type: none;
    line-height: 1.5
}

.corporate-sites .left ul li {
    margin-left: 27px;
    position: relative
}

.corporate-sites .left ul li span {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background: #2c7ac2;
    position: absolute;
    left: -15px;
    top: 10px
}

.corporate-sites .right {
    padding-top: 30px;
    width: 50%;
    vertical-align: top;
    display: inline-block;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.corporate-sites .button-area {
    padding-top: 30px;
    text-align: center;
    margin-bottom: 45px
}

.corporate-sites .button-area a {
    width: 240px;
    height: 49px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-radius: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    background-image: url("../images/main-link-bg.png")
}

.corporate-sites .button-area a:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6)
}

.corporate-sites-examples {
    padding-bottom: 45px;
    font-size: 0
}

.corporate-sites-examples h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.corporate-sites-examples .item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-top: 30px;
    position: relative
}

.corporate-sites-examples .item img {
    width: 100%;
    height: auto
}

.corporate-sites-examples .item a {
    opacity: 0
}

.corporate-sites-examples .item a .link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(19, 122, 233, 0.9);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.corporate-sites-examples .item a .link h3 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 28px;
    color: #fff;
    padding: 0 0 10px
}

.corporate-sites-examples .item a .link p {
    font-size: 18px;
    line-height: 1.34;
    color: #fff
}

.corporate-sites-examples .item:hover a {
    opacity: 1
}

.corporate-sites-examples .item .want-link {
    display: none;
    width: 240px;
    height: 49px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-radius: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    background-image: url(../images/main-link-bg.png);
    margin-top: 30px
}

.corporate-sites-prices {
    padding-bottom: 44px;
    font-size: 0
}

.corporate-sites-prices h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.corporate-sites-prices .price-blocks {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
}

.corporate-sites-prices .price-blocks .pack-area {
    border-bottom: 1px solid #e5e5e5
}

.corporate-sites-prices .price-blocks .pack-area .name {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    border-left: 1px solid #e5e5e5;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 60px;
    text-align: center;
    font-weight: bold
}

.corporate-sites-prices .price-blocks .pack-area .name .price {
    font-size: 30px;
    text-transform: none;
    font-weight: 400;
    margin-top: 13px
}

.corporate-sites-prices .price-blocks .pack-area .name .price span {
    font-weight: bold;
    font-size: 35px;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px
}

.corporate-sites-prices .price-blocks .pack-area .service {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    border-left: 1px solid #e5e5e5;
    position: relative;
    padding-left: 6px
}

.corporate-sites-prices .price-blocks .pack-area .service ul {
    display: inline-block;
    width: 97%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.corporate-sites-prices .price-blocks .pack-area .service ul li {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 17px;
    background-image: url(../images/price-marker.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.corporate-sites-prices .price-blocks .pack-area .button-area {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5
}

.corporate-sites-prices .price-blocks .pack-area .button-area a {
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    background: #2678c5;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 85px
}

.corporate-sites-prices .price-blocks .pack-area:first-child {
    border-top: 1px solid #e5e5e5
}

.corporate-sites-prices .price-blocks .pack-area:hover {
    width: 815px;
    padding-left: 13px;
    background: #2678c5;
    margin-left: -13px;
    border-radius: 10px;
    color: #fff
}

.corporate-sites-prices .price-blocks .pack-area:hover .name {
    border-left: 1px solid #2678c5
}

.corporate-sites-prices .price-blocks .pack-area:hover .button-area {
    border-right: 1px solid #2678c5
}

.corporate-sites-prices .price-blocks .pack-area:hover .button-area a {
    background: #fff;
    color: #2678c5
}

.corporate-sites-prices .price-blocks .pack-area:hover .service ul li {
    background-image: url(../images/price-marker-hov.png)
}

.dental-sites {
    font-size: 0
}

.dental-sites h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.dental-sites .left {
    padding-top: 30px;
    width: 50%;
    vertical-align: top;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dental-sites .left ul {
    font-size: 16px;
    list-style-type: none;
    line-height: 1.5
}

.dental-sites .left ul li {
    margin-left: 27px;
    position: relative
}

.dental-sites .left ul li span {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background: #2c7ac2;
    position: absolute;
    left: -15px;
    top: 10px
}

.dental-sites .right {
    padding-top: 30px;
    width: 50%;
    vertical-align: top;
    display: inline-block;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dental-sites .button-area {
    padding-top: 30px;
    text-align: center;
    margin-bottom: 45px
}

.dental-sites .button-area a {
    width: 240px;
    height: 49px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-radius: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    background-image: url("../images/main-link-bg.png")
}

.dental-sites .button-area a:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6)
}

.dental-sites-examples {
    padding-bottom: 45px;
    font-size: 0
}

.dental-sites-examples h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.dental-sites-examples .item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-top: 30px;
    position: relative
}

.dental-sites-examples .item img {
    width: 100%;
    height: auto
}

.dental-sites-examples .item a {
    opacity: 0
}

.dental-sites-examples .item a .link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(19, 122, 233, 0.9);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.dental-sites-examples .item a .link h3 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 28px;
    color: #fff;
    padding: 0 0 10px
}

.dental-sites-examples .item a .link p {
    font-size: 18px;
    line-height: 1.34;
    color: #fff
}

.dental-sites-examples .item:hover a {
    opacity: 1
}

.dental-sites-examples .item .want-link {
    display: none;
    width: 240px;
    height: 49px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-radius: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    background-image: url(../images/main-link-bg.png);
    margin-top: 30px
}

.dental-sites-prices {
    padding-bottom: 44px;
    font-size: 0
}

.dental-sites-prices h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.dental-sites-prices .price-blocks {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
}

.dental-sites-prices .price-blocks .pack-area {
    border-bottom: 1px solid #e5e5e5
}

.dental-sites-prices .price-blocks .pack-area .name {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    border-left: 1px solid #e5e5e5;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 60px;
    text-align: center;
    font-weight: bold
}

.dental-sites-prices .price-blocks .pack-area .name .price {
    font-size: 30px;
    text-transform: none;
    font-weight: 400;
    margin-top: 13px
}

.dental-sites-prices .price-blocks .pack-area .name .price span {
    font-weight: bold;
    font-size: 35px;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px
}

.dental-sites-prices .price-blocks .pack-area .service {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    border-left: 1px solid #e5e5e5;
    position: relative;
    padding-left: 6px
}

.dental-sites-prices .price-blocks .pack-area .service ul {
    display: inline-block;
    width: 97%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dental-sites-prices .price-blocks .pack-area .service ul li {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 17px;
    background-image: url(../images/price-marker.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dental-sites-prices .price-blocks .pack-area .button-area {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5
}

.dental-sites-prices .price-blocks .pack-area .button-area a {
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    background: #2678c5;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 85px
}

.dental-sites-prices .price-blocks .pack-area:first-child {
    border-top: 1px solid #e5e5e5
}

.dental-sites-prices .price-blocks .pack-area:hover {
    width: 815px;
    padding-left: 13px;
    background: #2678c5;
    margin-left: -13px;
    border-radius: 10px;
    color: #fff
}

.dental-sites-prices .price-blocks .pack-area:hover .name {
    border-left: 1px solid #2678c5
}

.dental-sites-prices .price-blocks .pack-area:hover .button-area {
    border-right: 1px solid #2678c5
}

.dental-sites-prices .price-blocks .pack-area:hover .button-area a {
    background: #fff;
    color: #2678c5
}

.dental-sites-prices .price-blocks .pack-area:hover .service ul li {
    background-image: url(../images/price-marker-hov.png)
}

.cycle-works {
    overflow: hidden
}

.cycle-works h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.cycle-works .blocks-wrap {
    background-image: url(../images/cycle/bg.png);
    background-position: center top;
    height: 660px;
    font-size: 0;
    padding-top: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.cycle-works .blocks-wrap .blocks {
    width: 650px;
    margin-left: auto;
    margin-right: auto
}

.cycle-works .blocks-wrap .blocks .block {
    display: inline-block;
    vertical-align: top;
    height: 165px;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
    position: relative
}

.cycle-works .blocks-wrap .blocks .block .title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-left: -20px;
    padding-right: 20px;
    padding-top: 5px
}

.cycle-works .blocks-wrap .blocks .block .number {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    background: #fcc330;
    top: 0;
    right: 45px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-weight: bold
}

.cycle-works .blocks-wrap .blocks .block:nth-child(4),
.cycle-works .blocks-wrap .blocks .block:nth-child(5),
.cycle-works .blocks-wrap .blocks .block:nth-child(6),
.cycle-works .blocks-wrap .blocks .block:nth-child(7) {
    float: right
}

.cycle-works .blocks-wrap .modal-link {
    width: 240px;
    height: 49px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-radius: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    background-image: url(../images/main-link-bg.png)
}

.site-not-work {
    overflow: hidden
}

.site-not-work h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.site-not-work h3 {
    padding: 0 0 0 110px;
    color: #137ae9;
    margin: 30px 0 -30px;
    font-size: 28px;
    text-align: left;
    line-height: 1.1;
    font-weight: 700;
    position: relative
}

.site-not-work .report {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.site-not-work .report p {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    left: 120px;
    font-size: 21px;
    text-align: left;
    margin: 0 0 30px
}

.site-not-work .report p span {
    font-size: 21px;
    text-align: left;
    line-height: 1.4;
    font-weight: 700
}

.site-not-work .report img {
    display: block;
    width: 60%;
    margin: 10px 0 40px 75px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.site-not-work .my-form {
    width: 100%;
    padding: 30px 180px;
    background: #fff;
    box-shadow: 0 -1px 5px 1px rgba(100, 100, 100, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.site-not-work .my-form p {
    margin: 0 0 30px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #137ae9
}

.site-not-work .my-form input {
    width: 48%;
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #dadada;
    color: #3e3e3e;
    padding: 10px 0 10px 20px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.site-not-work .my-form input[type="submit"] {
    width: 240px;
    height: 49px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-radius: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    background-image: url(../images/main-link-bg.png);
    float: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0
}

.cool-team {
    font-size: 0;
    margin-bottom: 70px
}

.cool-team h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.cool-team h3 {
    margin: 0 0 40px;
    padding: 0 10px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin-top: 30px
}

.cool-team .block {
    width: 25%;
    display: inline-block;
    vertical-align: top
}

.cool-team .block .circle {
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
    padding: 0;
    font-size: 75px;
    font-style: normal;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    background: #137ae9;
    line-height: 130px
}

.cool-team .block:nth-child(2n) .circle {
    background: #4ad6b3
}

.cool-team .block .text {
    font-size: 16px;
    line-height: 1.5;
    text-align: center
}

.our-personal {
    margin-bottom: 55px
}

.our-personal h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.our-personal .top-row {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 0;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.our-personal .top-row .text {
    width: 685px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    padding-right: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2
}

.our-personal .top-row .leader {
    width: 210px;
    display: inline-block;
    vertical-align: top;
    float: right;
    border-radius: 4px;
    overflow: hidden
}

.our-personal .top-row .leader .img-wrap img {
    width: 100%
}

.our-personal .top-row .leader .desc {
    height: 70px;
    font-size: 16px;
    background: #ededed;
    padding: 7px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2
}

.our-personal .top-row .leader .desc span {
    display: block;
    font-size: 20px;
    font-weight: bold
}

.our-personal .blocks {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px
}

.our-personal .blocks .block {
    width: 210px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px
}

.our-personal .blocks .block .img-wrap img {
    width: 100%;
    height: 275px;
    overflow: hidden
}

.our-personal .blocks .block .desc {
    height: 70px;
    font-size: 16px;
    background: #ededed;
    padding: 7px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2
}

.our-personal .blocks .block .desc span {
    display: block;
    font-size: 20px;
    font-weight: bold
}

.our-personal .sertificates h3 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px
}

.our-personal .sertificates .slider {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.our-personal .sertificates .slider .block {
    display: inline-block
}

.our-personal .sertificates .slider .block img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.our-personal .sertificates .slick-dots {
    text-align: center;
    font-size: 0;
    margin-top: 25px
}

.our-personal .sertificates .slick-dots li {
    display: inline-block
}

.our-personal .sertificates .slick-dots li button {
    font-size: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #7dc34b;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px
}

.our-personal .sertificates .slick-dots li button:hover {
    background: #7dc34b
}

.our-personal .sertificates .slick-dots li.slick-active button {
    background: #7dc34b
}

.our-personal .slick-arrow {
    position: absolute;
    bottom: -25px;
    width: 65px;
    height: 65px;
    border: none;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
    cursor: pointer
}

.our-personal .slick-prev {
    left: 0;
    background-image: url(../images/blue-slid-prev.png)
}

.our-personal .slick-next {
    right: 0;
    background-image: url(../images/blue-slid-next.png)
}

.our-reviews {
    overflow: hidden;
    padding-bottom: 40px
}

.our-reviews h2 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    background: #2c7ac2;
    font-weight: bold;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase
}

.our-reviews .blocks {
    width: 780px;
    margin-left: auto;
    margin-right: auto
}

.our-reviews .blocks .block {
    width: 180px;
    margin-top: 30px;
    margin-right: 10px;
    margin-left: 10px
}

.our-reviews .blocks .block .title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 45px
}

.our-reviews .blocks .block img {
    width: 100%;
    box-shadow: 0px 3px 7.04px 0.96px rgba(0, 0, 0, 0.35)
}

.our-reviews .slick-dots {
    text-align: center;
    font-size: 0;
    margin-top: 25px
}

.our-reviews .slick-dots li {
    display: inline-block
}

.our-reviews .slick-dots li button {
    font-size: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #7dc34b;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px
}

.our-reviews .slick-dots li button:hover {
    background: #7dc34b
}

.our-reviews .slick-dots li.slick-active button {
    background: #7dc34b
}

.our-reviews .slick-arrow {
    position: absolute;
    bottom: 37%;
    width: 45px;
    height: 85px;
    border: none;
    background: transparent;
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 3;
    cursor: pointer
}

.our-reviews .slick-prev {
    left: -75px;
    background-image: url(../images/blue-slid-prev-big.png)
}

.our-reviews .slick-next {
    right: -75px;
    background-image: url(../images/blue-slid-next-big.png)
}

.our-reviews .block.slick-slide {
    outline: none
}

a.link-want-site {
    display: none;
    width: 240px;
    height: 49px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-radius: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    background-image: url(../images/main-link-bg.png);
    margin-top: 30px
}

#modal-form {
    display: none;
    position: relative;
    width: 940px;
    height: 420px;
    background-image: url(../images/modal-bg.jpg);
    overflow: hidden
}

#modal-form .form-area {
    width: 315px;
    height: 350px;
    margin-left: 30px;
    margin-top: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding-left: 30px;
    padding-top: 55px;
    padding-right: 30px;
    line-height: 1.2
}

#modal-form .form-area .title {
    font-size: 20px;
    color: #0f3d6c;
    font-weight: bold
}

#modal-form .form-area .desc {
    font-size: 16px;
    color: #0f3d6c
}

#modal-form .form-area .text-inp {
    border-width: 1px;
    border-color: #dadada;
    border-style: solid;
    border-radius: 5px;
    width: 238px;
    height: 33px;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    font-family: 'PT Sans', sans-serif;
    padding-left: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 5px
}

#modal-form .form-area .subm {
    width: 240px;
    height: 50px;
    font-size: 20px;
    //color: #fff;
    //text-transform: uppercase;
    //background-image: url(../images/main-link-bg.png);
    //border: none;
    //outline: none;
    //border-radius: 25px;
    margin-top: 20px;
    font-weight: bold;
    //-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    //box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    margin-left: 5px

  //text-decoration: none;
  text-transform:uppercase;
  position:relative;
  top:0;
  left:0;
  //padding:20px 40px;
  border-radius:100px;
  display:inline-block;
  //transition: all .5s;
  background:#086dbd;
  color:#fff;
}



#modal-form .form-area .subm:hover {
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.6)
}

#modal-form .dark-area {
    background-color: #0f3d6c;
    box-shadow: 0px 3px 7.04px 0.96px rgba(0, 0, 0, 0.35);
    color: #fff;
    position: absolute;
    top: 73px;
    left: 0;
    width: 230px;
    height: 250px;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px 12px 0 13px
}

#modal-form .dark-area .title {
    font-size: 20px;
    margin-bottom: 10px
}

#modal-form .dark-area .left {
    line-height: 1.4
}

#modal-form .dark-area .right {
    margin-top: 5px;
    text-align: right;
    line-height: 2.1
}

#quit-window,
#mess-window,
#modal-after-ready {
    display: none;
    position: relative;
    width: 940px;
    height: 420px;
    background-image: url(../images/modal-bg.png);
    overflow: hidden
}
#modal-after-ready {
    background-image: url(../images/modal-bg_dark.jpg);
}

#quit-window .head,
#mess-window .head,
#modal-after-ready .head {
    width: 330px;
    margin-left: 370px;
    font-size: 50px;
    color: #fff;
    font-weight: bold
}

#quit-window .desc,
#mess-window .desc,
#modal-after-ready .desc {
    width: 330px;
    margin-left: 370px;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    line-height: 1.2
}

#quit-window .quit-modal-link,
#mess-window .quit-modal-link,
#modal-after-ready .quit-modal-link {
    width: 240px;
    height: 49px;
    display: block;
    margin-left: 370px;
    margin-top: 37px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-radius: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    background-image: url(../images/main-link-bg.png)
}

#quit-window,
#mess-window,
#modal-after-ready {
    width: 700px;
    background-position: right top
}

#quit-window .head,
#mess-window .head,
#modal-after-ready .head {
    margin-left: 20px
}

#quit-window .desc,
#mess-window .desc,
#modal-after-ready .desc {
    margin-left: 20px
}

#quit-window .quit-modal-link,
#mess-window .quit-modal-link,
#modal-after-ready .quit-modal-link {
    margin-left: 20px
}

#mess-window {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#mess-window .head {
    width: 400px;
    padding-top: 40px
}

#mess-window .desc {
    font-size: 25px;
    margin-top: 25px
}

.fancybox-slide > #modal-example {
    padding: 0;
    margin: 0
}

#modal-example {
    display: none;
    width: 90%;
    height: 90%;
    position: relative
}

#modal-example .img-wrap {
    overflow-y: scroll;
    height: 100%
}

#modal-example img {
    width: 100%
}

#modal-example .fancybox-close-small:after {
    box-shadow: 0 0 25px #000
}

footer {
    background-image: url(../images/footer-bg.jpg);
    background-position: center top
}

footer .bottom-form {
    display: block;
    position: relative;
    width: 940px;
    height: 420px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

footer .bottom-form .form-area {
    width: 478px;
    height: 350px;
    margin-left: 30px;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding-left: 215px;
    padding-top: 55px;
    padding-right: 10px;
    line-height: 1.2
}

footer .bottom-form .form-area .title {
    font-size: 20px;
    color: #0f3d6c;
    font-weight: bold
}

footer .bottom-form .form-area .desc {
    font-size: 16px;
    color: #0f3d6c
}

footer .bottom-form .form-area .text-inp {
    border-width: 1px;
    border-color: #dadada;
    border-style: solid;
    border-radius: 5px;
    width: 238px;
    height: 33px;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    font-family: 'PT Sans', sans-serif;
    padding-left: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

footer .bottom-form .form-area .subm {
        width: 240px;
    height: 50px;
    font-size: 20px;
    //color: #fff;
    //text-transform: uppercase;
    //background-image: url(../images/main-link-bg.png);
    //border: none;
    //outline: none;
    //border-radius: 25px;
    margin-top: 20px;
    font-weight: bold;
    //-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    //box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    margin-left: 5px

  //text-decoration: none;
  text-transform:uppercase;
  position:relative;
  top:0;
  left:0;
  //padding:20px 40px;
  border-radius:100px;
  display:inline-block;
  //transition: all .5s;
  background:#086dbd;
  color:#fff;
}

footer .bottom-form .form-area .subm:hover {
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.6)
}

footer .bottom-form .dark-area {
    background-color: #0f3d6c;
    box-shadow: 0px 3px 7.04px 0.96px rgba(0, 0, 0, 0.35);
    color: #fff;
    position: absolute;
    top: 73px;
    left: 0;
    width: 230px;
    height: 250px;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px 12px 0 13px
}

footer .bottom-form .dark-area .title {
    font-size: 20px;
    margin-bottom: 10px
}

footer .bottom-form .dark-area .left {
    line-height: 1.4
}

footer .bottom-form .dark-area .right {
    margin-top: 5px;
    text-align: right;
    line-height: 2.1
}

#portfolio_order_panel {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    background: #327ace;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#portfolio_order_panel a.btn {
    font-size: 20px;
    height: 32px;
    line-height: 30px;
    padding: 0 35px;
    margin: -4px 0 0 10px;
    background-image: url("../images/main-link-bg.png");
    background-size: 100% 100%;
    display: inline-block;
    text-decoration: none;
    color: white;
    border-radius: 17px;
    font-weight: bold;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    border: none
}

@media (max-width: 960px) {
    .container {
        width: 720px
    }
    .main .order {
        font-size: 30px
    }
    .main .desc {
        font-size: 20px
    }
     .top-line .smm {
        display:none;
    }
    .why-we .container .block .text {
        width: 280px
    }
    .what-we-do {
        padding-bottom: 80px
    }
    .what-we-do .text-block {
        width: 430px
    }
    .what-we-do .text-block .intro {
        font-size: 15px;
        padding-right: 0
    }
    .what-we-do .text-block .service .text {
        font-size: 15px;
        width: 321px
    }
    .what-we-do .director {
        font-size: 15px;
        left: 231px;
        top: 620px
    }
    .what-we-do{
        background-position: 0px 65px;
    }
    .our-serv .services .block {
        height: 150px
    }
    .our-serv .services .block .image {
        margin-top: 26px
    }
    .our-serv .services .block .text {
        font-size: 16px;
        margin-top: 13px
    }
    .how-work {
        padding-bottom: 60px
    }
    .how-work .slider {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px
    }
    .how-work .slider .slide {
        height: 350px;
        outline: none
    }
    .how-work .slider .text {
        padding: 11px 20px 0 30px;
        height: 250px;
        position: relative
    }
    .how-work .slider .text .title {
        font-size: 20px;
        line-height: 1.2;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-transform: uppercase;
        margin-bottom: 7px
    }
    .how-work .slider .text .col1 li {
        font-size: 14px;
        line-height: 1.2;
        margin: 0px 0 4px;
        padding-left: 2px
    }
    .how-work .slider .text .col1.white {
        padding-left: 0;
        margin-left: 0
    }
    .how-work .slider .text .col1.white li {
        padding-left: 0
    }
    .how-work .slider .text .col1.white li:after {
        display: none
    }
    .how-work .slider .text .check.team li {
        font-size: 14px;
        line-height: 1.2;
        margin: 0px 0 4px;
        padding-left: 2px
    }
    .how-work .slider .text .usinnovate {
        margin-top: 15px;
        margin-bottom: 0
    }
    .how-work .slider .text .usinnovate img {
        height: 25px;
        width: auto;
        margin-right: 16px
    }
    .how-work .slider .text p {
        font-size: 14px;
        line-height: 1.2;
        padding-right: 0;
        margin-bottom: 0
    }
    .how-work .slider .text .infoblock {
        font-size: 14px;
        line-height: 1.2;
        margin-top: 16px
    }
    .how-work .slider .text .greenbutton {
        width: 240px;
        height: 49px;
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        border-radius: 28px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
        text-decoration: none;
        text-align: center;
        line-height: 48px;
        background-image: url(../images/main-link-bg.png);
        padding: 0;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 50px;
        margin-bottom: 0
    }
    .how-work .slider .text .greenbutton img {
        display: none
    }
    .how-work .slider .text.blue .greenbutton {
        right: auto
    }
    .how-work .slider .image {
        height: 250px
    }
    .how-work .slider .image img {
        height: 100%;
        width: auto
    }
    .how-work .slick-arrow {
        position: absolute;
        bottom: -25px;
        width: 65px;
        height: 65px;
        border: none;
        border-radius: 50%;
        background: #fff;
        font-size: 0;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 3;
        cursor: pointer
    }
    .how-work .slick-arrow:hover {
        background-color: #137ae9
    }
    .how-work .slick-prev {
        left: 0;
        background-image: url(../images/blue-slid-prev.png)
    }
    .how-work .slick-prev:hover {
        background-image: url(../images/blue-slid-prev-hov.png)
    }
    .how-work .slick-next {
        right: 0;
        background-image: url(../images/blue-slid-next.png)
    }
    .how-work .slick-next:hover {
        background-image: url(../images/blue-slid-next-hov.png)
    }
    .how-work .slick-dots {
        text-align: center;
        font-size: 0
    }
    .how-work .slick-dots li {
        display: inline-block
    }
    .how-work .slick-dots li button {
        font-size: 0;
        width: 18px;
        height: 18px;
        border: 2px solid #2678c5;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px
    }
    .how-work .slick-dots li button:hover {
        background: #2678c5
    }
    .how-work .slick-dots li.slick-active button {
        background: #2678c5
    }
    .time-to-action {
        overflow: hidden
    }
    .time-to-action .content-wrap {
        margin-left: -5px
    }
    .time-to-action .content-wrap .arrow {
        left: 270px;
        background: url(../images/action/arrow-mob.png);
        width: 53px;
        height: 106px
    }
    .time-to-action .content-wrap .action-block {
        left: 310px
    }
    .time-to-action .content-wrap .text {
        left: 310px
    }
    .time-to-action .content-wrap .timer-block {
        left: 510px
    }
    .site-foru .blocks {
        width: 620px
    }
    .site-foru .blocks .block .text {
        font-size: 18px
    }
    .landing-pages .left {
        width: 325px;
        padding-top: 25px
    }
    .landing-pages .right {
        width: 395px;
        padding-right: 0
    }
    .landing-pages .right img {
        width: 100%;
        height: auto
    }
    .landing-pages .button-area {
        padding-top: 17px;
        margin-bottom: 40px
    }
    .landings-examples {
        padding-bottom: 80px
    }
    .landings-examples .item a .link h3 {
        font-size: 20px
    }
    .landings-examples .slick-arrow {
        position: absolute;
        bottom: -80px;
        width: 65px;
        height: 65px;
        border: none;
        border-radius: 50%;
        background: #fff;
        font-size: 0;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 3;
        cursor: pointer
    }
    .landings-examples .slick-arrow:hover {
        background-color: #137ae9
    }
    .landings-examples .slick-prev {
        left: 0;
        background-image: url(../images/blue-slid-prev.png)
    }
    .landings-examples .slick-prev:hover {
        background-image: url(../images/blue-slid-prev-hov.png)
    }
    .landings-examples .slick-next {
        right: 0;
        background-image: url(../images/blue-slid-next.png)
    }
    .landings-examples .slick-next:hover {
        background-image: url(../images/blue-slid-next-hov.png)
    }
    .landings-examples .slick-dots {
        text-align: center;
        font-size: 0;
        margin-top: 50px
    }
    .landings-examples .slick-dots li {
        display: inline-block
    }
    .landings-examples .slick-dots li button {
        font-size: 0;
        width: 18px;
        height: 18px;
        border: 2px solid #2678c5;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px
    }
    .landings-examples .slick-dots li button:hover {
        background: #2678c5
    }
    .landings-examples .slick-dots li.slick-active button {
        background: #2678c5
    }
    .landing-prices {
        padding-bottom: 0;
        height: 700px
    }
    .landing-prices .price-blocks {
        width: 600px
    }
    .landing-prices .price-blocks .pack-area {
        border-right: 1px solid #e5e5e5;
        display: inline-block;
        height: 565px;
        vertical-align: top;
        width: 200px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .landing-prices .price-blocks .pack-area:first-child {
        border-left: 1px solid #e5e5e5
    }
    .landing-prices .price-blocks .pack-area .name {
        width: 200px;
        height: 100px;
        padding-top: 23px;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #e5e5e5
    }
    .landing-prices .price-blocks .pack-area .service {
        width: 200px;
        height: 185px;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #e5e5e5
    }
    .landing-prices .price-blocks .pack-area .button-area {
        width: 200px;
        height: 94px;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #e5e5e5
    }
    .landing-prices .price-blocks .pack-area .button-area a {
        margin-top: 30px
    }
    .landing-prices .price-blocks .pack-area:hover {
        width: 200px;
        height: 592px;
        padding-top: 12px;
        margin-top: -12px;
        padding-left: 0;
        margin-left: 0
    }
    .landing-prices .price-blocks .pack-area:hover .name {
        border-left: none
    }
    .landing-prices .price-blocks .pack-area:hover .button-area {
        border-right: none;
        border-bottom: 1px solid #2c7ac2
    }
    .online-shops .left {
        width: 325px;
        padding-top: 25px
    }
    .online-shops .right {
        width: 395px;
        padding-right: 0
    }
    .online-shops .right img {
        width: 100%;
        height: auto
    }
    .online-shops .button-area {
        padding-top: 17px;
        margin-bottom: 40px
    }
    .online-shops-examples {
        padding-bottom: 110px
    }
    .online-shops-examples .item a .link h3 {
        font-size: 20px
    }
    .online-shops-examples .slick-arrow {
        position: absolute;
        bottom: -80px;
        width: 65px;
        height: 65px;
        border: none;
        border-radius: 50%;
        background: #fff;
        font-size: 0;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 3;
        cursor: pointer
    }
    .online-shops-examples .slick-arrow:hover {
        background-color: #137ae9
    }
    .online-shops-examples .slick-prev {
        left: 0;
        background-image: url(../images/blue-slid-prev.png)
    }
    .online-shops-examples .slick-prev:hover {
        background-image: url(../images/blue-slid-prev-hov.png)
    }
    .online-shops-examples .slick-next {
        right: 0;
        background-image: url(../images/blue-slid-next.png)
    }
    .online-shops-examples .slick-next:hover {
        background-image: url(../images/blue-slid-next-hov.png)
    }
    .online-shops-examples .slick-dots {
        text-align: center;
        font-size: 0;
        margin-top: 50px
    }
    .online-shops-examples .slick-dots li {
        display: inline-block
    }
    .online-shops-examples .slick-dots li button {
        font-size: 0;
        width: 18px;
        height: 18px;
        border: 2px solid #2678c5;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px
    }
    .online-shops-examples .slick-dots li button:hover {
        background: #2678c5
    }
    .online-shops-examples .slick-dots li.slick-active button {
        background: #2678c5
    }
    .online-shops-prices {
        padding-bottom: 0;
        height: 700px
    }
    .online-shops-prices .price-blocks {
        width: 600px
    }
    .online-shops-prices .price-blocks .pack-area {
        border-right: 1px solid #e5e5e5;
        display: inline-block;
        height: 565px;
        vertical-align: top;
        width: 200px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .online-shops-prices .price-blocks .pack-area:first-child {
        border-left: 1px solid #e5e5e5
    }
    .online-shops-prices .price-blocks .pack-area .name {
        width: 200px;
        height: 100px;
        padding-top: 23px;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #e5e5e5
    }
    .online-shops-prices .price-blocks .pack-area .service {
        width: 200px;
        height: 185px;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #e5e5e5
    }
    .online-shops-prices .price-blocks .pack-area .button-area {
        width: 200px;
        height: 94px;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #e5e5e5
    }
    .online-shops-prices .price-blocks .pack-area .button-area a {
        margin-top: 30px
    }
    .online-shops-prices .price-blocks .pack-area:hover {
        width: 200px;
        height: 592px;
        padding-top: 12px;
        margin-top: -12px;
        padding-left: 0;
        margin-left: 0
    }
    .online-shops-prices .price-blocks .pack-area:hover .name {
        border-left: none
    }
    .online-shops-prices .price-blocks .pack-area:hover .button-area {
        border-right: none;
        border-bottom: 1px solid #2c7ac2
    }
    .corporate-sites .left {
        width: 325px;
        padding-top: 25px
    }
    .corporate-sites .right {
        width: 395px;
        padding-right: 0
    }
    .corporate-sites .right img {
        width: 100%;
        height: auto
    }
    .corporate-sites .button-area {
        padding-top: 17px;
        margin-bottom: 40px
    }
    .corporate-sites-examples {
        padding-bottom: 110px
    }
    .corporate-sites-examples .item a .link h3 {
        font-size: 20px
    }
    .corporate-sites-examples .slick-arrow {
        position: absolute;
        bottom: -80px;
        width: 65px;
        height: 65px;
        border: none;
        border-radius: 50%;
        background: #fff;
        font-size: 0;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 3;
        cursor: pointer
    }
    .corporate-sites-examples .slick-arrow:hover {
        background-color: #137ae9
    }
    .corporate-sites-examples .slick-prev {
        left: 0;
        background-image: url(../images/blue-slid-prev.png)
    }
    .corporate-sites-examples .slick-prev:hover {
        background-image: url(../images/blue-slid-prev-hov.png)
    }
    .corporate-sites-examples .slick-next {
        right: 0;
        background-image: url(../images/blue-slid-next.png)
    }
    .corporate-sites-examples .slick-next:hover {
        background-image: url(../images/blue-slid-next-hov.png)
    }
    .corporate-sites-examples .slick-dots {
        text-align: center;
        font-size: 0;
        margin-top: 50px
    }
    .corporate-sites-examples .slick-dots li {
        display: inline-block
    }
    .corporate-sites-examples .slick-dots li button {
        font-size: 0;
        width: 18px;
        height: 18px;
        border: 2px solid #2678c5;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px
    }
    .corporate-sites-examples .slick-dots li button:hover {
        background: #2678c5
    }
    .corporate-sites-examples .slick-dots li.slick-active button {
        background: #2678c5
    }
    .corporate-sites-prices {
        padding-bottom: 0;
        height: 700px
    }
    .corporate-sites-prices .price-blocks {
        width: 600px
    }
    .corporate-sites-prices .price-blocks .pack-area {
        border-right: 1px solid #e5e5e5;
        display: inline-block;
        height: 565px;
        vertical-align: top;
        width: 200px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .corporate-sites-prices .price-blocks .pack-area:first-child {
        border-left: 1px solid #e5e5e5
    }
    .corporate-sites-prices .price-blocks .pack-area .name {
        width: 200px;
        height: 100px;
        padding-top: 23px;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #e5e5e5
    }
    .corporate-sites-prices .price-blocks .pack-area .service {
        width: 200px;
        height: 185px;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #e5e5e5
    }
    .corporate-sites-prices .price-blocks .pack-area .button-area {
        width: 200px;
        height: 94px;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #e5e5e5
    }
    .corporate-sites-prices .price-blocks .pack-area .button-area a {
        margin-top: 30px
    }
    .corporate-sites-prices .price-blocks .pack-area:hover {
        width: 200px;
        height: 592px;
        padding-top: 12px;
        margin-top: -12px;
        padding-left: 0;
        margin-left: 0
    }
    .corporate-sites-prices .price-blocks .pack-area:hover .name {
        border-left: none
    }
    .corporate-sites-prices .price-blocks .pack-area:hover .button-area {
        border-right: none;
        border-bottom: 1px solid #2c7ac2
    }
    .dental-sites .left {
        width: 325px;
        padding-top: 25px
    }
    .dental-sites .right {
        width: 395px;
        padding-right: 0
    }
    .dental-sites .right img {
        width: 100%;
        height: auto
    }
    .dental-sites .button-area {
        padding-top: 17px;
        margin-bottom: 40px
    }
    .dental-sites-examples {
        padding-bottom: 110px
    }
    .dental-sites-examples .item a .link h3 {
        font-size: 20px
    }
    .dental-sites-examples .slick-arrow {
        position: absolute;
        bottom: -80px;
        width: 65px;
        height: 65px;
        border: none;
        border-radius: 50%;
        background: #fff;
        font-size: 0;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 3;
        cursor: pointer
    }
    .dental-sites-examples .slick-arrow:hover {
        background-color: #137ae9
    }
    .dental-sites-examples .slick-prev {
        left: 0;
        background-image: url(../images/blue-slid-prev.png)
    }
    .dental-sites-examples .slick-prev:hover {
        background-image: url(../images/blue-slid-prev-hov.png)
    }
    .dental-sites-examples .slick-next {
        right: 0;
        background-image: url(../images/blue-slid-next.png)
    }
    .dental-sites-examples .slick-next:hover {
        background-image: url(../images/blue-slid-next-hov.png)
    }
    .dental-sites-examples .slick-dots {
        text-align: center;
        font-size: 0;
        margin-top: 50px
    }
    .dental-sites-examples .slick-dots li {
        display: inline-block
    }
    .dental-sites-examples .slick-dots li button {
        font-size: 0;
        width: 18px;
        height: 18px;
        border: 2px solid #2678c5;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px
    }
    .dental-sites-examples .slick-dots li button:hover {
        background: #2678c5
    }
    .dental-sites-examples .slick-dots li.slick-active button {
        background: #2678c5
    }
    .dental-sites-prices {
        padding-bottom: 0;
        height: 700px
    }
    .dental-sites-prices .price-blocks {
        width: 600px
    }
    .dental-sites-prices .price-blocks .pack-area {
        border-right: 1px solid #e5e5e5;
        display: inline-block;
        height: 565px;
        vertical-align: top;
        width: 200px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .dental-sites-prices .price-blocks .pack-area:first-child {
        border-left: 1px solid #e5e5e5
    }
    .dental-sites-prices .price-blocks .pack-area .name {
        width: 200px;
        height: 100px;
        padding-top: 23px;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #e5e5e5
    }
    .dental-sites-prices .price-blocks .pack-area .service {
        width: 200px;
        height: 185px;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #e5e5e5
    }
    .dental-sites-prices .price-blocks .pack-area .button-area {
        width: 200px;
        height: 94px;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #e5e5e5
    }
    .dental-sites-prices .price-blocks .pack-area .button-area a {
        margin-top: 30px
    }
    .dental-sites-prices .price-blocks .pack-area:hover {
        width: 200px;
        height: 592px;
        padding-top: 12px;
        margin-top: -12px;
        padding-left: 0;
        margin-left: 0
    }
    .dental-sites-prices .price-blocks .pack-area:hover .name {
        border-left: none
    }
    .dental-sites-prices .price-blocks .pack-area:hover .button-area {
        border-right: none;
        border-bottom: 1px solid #2c7ac2
    }
    .site-not-work {
        height: 570px
    }
    .site-not-work h3 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;
        padding-left: 18px;
        margin: 30px 0 0px
    }
    .site-not-work .report {
        display: block;
        position: relative
    }
    .site-not-work .report p {
        font-size: 16px;
        padding-left: 18px;
        left: 0
    }
    .site-not-work .report p span {
        font-weight: 400;
        font-size: 16px
    }
    .site-not-work .report img {
        margin: 0;
        position: absolute;
        top: 0px;
        right: -45px;
        z-index: -1;
        width: 65%
    }
    .site-not-work .my-form {
        width: 320px;
        height: 300px;
        padding: 18px 21px 0 21px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .site-not-work .my-form p {
        font-size: 16px;
        color: #000;
        font-weight: 400;
        margin-bottom: 7px
    }
    .site-not-work .my-form input {
        font-size: 15px;
        width: 240px;
        height: 35px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
        border-radius: 5px
    }
    .site-not-work .my-form input[type="submit"] {
        margin-top: 12px
    }
    .cool-team {
        margin-bottom: 35px
    }
    .cool-team h3 {
        font-size: 20px;
        margin-top: 25px;
        margin-top: 21px
    }
    .cool-team .block .circle {
        width: 61px;
        height: 61px;
        font-size: 30px;
        line-height: 61px
    }
    .cool-team .block .text {
        line-height: 1.2
    }
    .our-personal .top-row .text {
        width: 445px;
        font-size: 18px
    }
    .our-personal .blocks {
        text-align: left
    }
    .our-personal .slider {
        padding-left: 0;
        padding-right: 0
    }
    .our-reviews .blocks {
        width: 580px
    }
    a.link-want-site {
        display: block
    }
}

@media (max-width: 940px) {
    #modal-form,
    #mess-window {
        width: 375px;
        height: 550px;
        background-image: none;
        background-color: transparent
    }
    #modal-after-ready {
        width: 375px;
        height: 550px;
    }
    #modal-form .form-area,
    #mess-window .form-area {
        width: 320px;
        height: 280px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }
    #modal-form .dark-area,
    #mess-window .dark-area {
        position: static;
        margin-left: auto;
        margin-right: auto;
        margin-top: -17px
    }
    footer {
        background-image: none;
        background-color: #1d222e;
        padding-top: 30px
    }
    footer .bottom-form {
        width: 375px;
        height: 550px;
        background-image: none;
        background-color: transparent
    }
    footer .bottom-form .form-area {
        width: 320px;
        height: 280px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }
    footer .bottom-form .dark-area {
        position: static;
        margin-left: auto;
        margin-right: auto;
        margin-top: -17px
    }
    #mess-window {
        height: auto;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px
    }
    #modal-after-ready {
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px
    }
    #modal-after-ready .head {
        color: #000;
        margin-left: 0;
        font-size: 20px;
        width: 100%
    }
    #modal-after-ready .head {
        color: #fff;
        margin-left: 0;
        font-size: 20px;
        width: 100%
    }
    #mess-window .desc {
        color: #000;
        margin-left: 0;
        width: 100%;
        font-size: 16px
    }
    #modal-after-ready .desc {
        color: #fff;
        margin-left: 0;
        width: 100%;
        font-size: 16px
    }
}

@media (max-width: 721px) {
    .container {
        width: 480px
    }
    .top-line {
        text-align: left;
        height: 70px
    }
    .top-line .logo {
        float: left;
        margin: 0;
        width: 58%;
        display: inline-block;
        margin-top: 7px
    }
    .top-line .logo a {
        font-size: 20px;
        line-height: 1
    }
    .top-line .desc {
        font-size: 17px;
        line-height: 1;
        width: 190px;
        text-align: left;
        display: inline-block
    }
    .top-line .phone-block {
        text-align: right
    }
    .top-line .phone-block .phone {
        font-size: 19px
    }
    .top-line .phone-block .modal-link {
        font-size: 16px;
        width: 130px;
        height: 28px;
        line-height: 25px;
        border-radius: 14px
    }

     .top-line .smm {
        display:none;
    }
    .main .order {
        width: 480px
    }
    .main .order br {
        display: none
    }
    .why-we .container .block {
        width: 100%
    }
    .why-we .container .block .text {
        width: 385px
    }
    .what-we-do {
        padding-bottom: 10px;
        background-image: none;
        background-size: auto 100%
    }
    .what-we-do .text-block {
        width: 370px
    }
    .what-we-do .text-block .intro {
        font-size: 14px;
        padding-right: 0
    }
    .what-we-do .text-block .service .text {
        font-size: 14px;
        width: 255px
    }
    .what-we-do .text-block .service .text .bold {
        font-size: 18px
    }
    .what-we-do .director {
        font-size: 16px;
        position: static;
        text-align: right;
        display: block;
        font-style: italic
    }
    .our-serv h2 {
        font-size: 20px
    }
    .our-serv .services .block {
        text-align: left;
        width: 100%;
        position: relative;
        height: 100px
    }
    .our-serv .services .block .image {
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        height: 100%;
        margin-top: 20px
    }
    .our-serv .services .block .image img {
        width: 50px;
        height: 50px
    }
    .our-serv .services .block:nth-child(2) {
        border-left: 1px solid #e5e5e5;
        border-top: none
    }
    .our-serv .services .block:nth-child(3) {
        border-left: 1px solid #e5e5e5;
        border-top: none
    }
    .our-serv .services .block:nth-child(4) {
        border-left: 1px solid #e5e5e5
    }
    .our-serv .services .block:nth-child(5) {
        border-left: 1px solid #e5e5e5
    }
    .our-serv .services .block:nth-child(6) {
        border-left: 1px solid #e5e5e5
    }
    .our-serv .services .block .text {
        text-align: left;
        margin-top: 0;
        display: inline-block;
        position: absolute;
        left: 100px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .our-garant h2 {
        font-size: 20px
    }
    .our-garant .garant {
        width: 100%;
        margin-top: 20px
    }
    .our-garant .garant .block {
        width: 100%;
        position: relative;
        height: 100px
    }
    .our-garant .garant .block .image {
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        height: 100%;
        padding-top: 25px
    }
    .our-garant .garant .block .text {
        text-align: left;
        margin-top: 0;
        display: inline-block;
        position: absolute;
        left: 100px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .our-garant .garant .block .text br {
        display: none
    }
    .how-work h2 {
        font-size: 20px;
        height: auto;
        line-height: 1.2;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .how-work .slider {
        width: 100%
    }
    .how-work .slider .slide {
        position: relative;
        height: auto;
        padding-bottom: 95px
    }
    .how-work .slider .image {
        width: 100%;
        height: 210px;
        position: absolute;
        top: 0;
        z-index: 1;
        left: 0
    }
    .how-work .slider .image img {
        width: 100%;
        height: auto
    }
    .how-work .slider .text {
        width: 100%;
        height: auto;
        height: 260px;
        padding-top: 210px;
        box-sizing: content-box;
        padding-left: 0;
        padding-right: 0;
        color: #086dbd
    }
    .how-work .slider .text .title {
        text-transform: none;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 20px
    }
    .how-work .slider .text .col1 {
        padding-left: 50px;
        padding-right: 50px;
        margin-left: 0
    }
    .how-work .slider .text .col1.white {
        padding-left: 50px;
        padding-right: 50px
    }
    .how-work .slider .text .infoblock {
        padding-left: 50px;
        padding-right: 50px
    }
    .how-work .slider .text .infoblock.white-info .info-icon {
        background-position: 0 -17px
    }
    .how-work .slider .text .check.team {
        padding-left: 50px;
        padding-right: 50px;
        margin-left: 0
    }
    .how-work .slider .text p {
        padding-left: 50px;
        padding-right: 50px;
        margin-left: 0
    }
    .how-work .slider .text .greenbutton {
        position: relative;
        display: block;
        right: auto;
        bottom: auto;
        top: auto;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .how-work .slider .text.blue {
        background: #fff;
        color: #000
    }
    .how-work .slider .text.blue .title {
        color: #086dbd
    }
    .how-work .slider .text.blue .greenbutton {
        position: relative;
        display: block;
        right: auto;
        bottom: auto;
        top: auto;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .time-to-action {
        height: auto
    }
    .time-to-action h2 {
        font-size: 20px
    }
    .time-to-action .content-wrap {
        margin-left: auto;
        margin-right: auto;
        margin-top: 111px;
        padding-top: 32px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .time-to-action .content-wrap .arrow {
        display: none
    }
    .time-to-action .content-wrap .action-block {
        position: static;
        width: 221px;
        margin-left: auto;
        margin-right: auto;
        height: 218px
    }
    .time-to-action .content-wrap .action-block .word {
        position: static;
        display: block;
        text-align: center;
        font-size: 30px;
        padding-top: 12px
    }
    .time-to-action .content-wrap .action-block .desc {
        padding-left: 14px;
        padding-right: 13px;
        font-size: 19px;
        margin-top: 9px;
        margin-left: 0
    }
    .time-to-action .content-wrap .action-block a {
        float: right;
        margin-right: 12px
    }
    .time-to-action .content-wrap .text {
        width: 320px;
        display: inline-block;
        font-size: 14px;
        left: auto;
        top: -100px
    }
    .time-to-action .content-wrap .timer-block {
        width: 221px;
        height: 78px;
        position: static;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
        border-radius: 0;
        padding-top: 0;
        font-size: 11px;
        font-weight: bold;
        padding-left: 3px;
        padding-top: 4px
    }
    .time-to-action .content-wrap .timer-block br {
        display: none
    }
    .time-to-action .content-wrap .timer-block .time-left {
        text-align: center
    }
    .time-to-action .content-wrap .timer-block .time-left .head {
        text-align: left;
        font-size: 12px;
        margin-bottom: 2px
    }
    .time-to-action .content-wrap .timer-block .time-left .block {
        width: 20px;
        height: 20px
    }
    .time-to-action .content-wrap .timer-block .time-left .block .value {
        font-size: 14px;
        line-height: 20px
    }
    .time-to-action .content-wrap .timer-block .time-left .block span {
        top: 20px
    }
    .time-to-action .content-wrap .timer-block .time-left .divider {
        height: 20px
    }
    .site-foru {
        padding-top: 0;
        padding-bottom: 0
    }
    .site-foru h2 {
        font-size: 20px
    }
    .site-foru .blocks {
        width: 320px;
        margin-top: 0
    }
    .site-foru .blocks .block {
        width: 50%;
        margin-top: 17px;
        margin-bottom: 17px
    }
    .site-foru .blocks .block .text {
        font-size: 18px
    }
    .landing-pages h2 {
        font-size: 20px
    }
    .landing-pages .left {
        padding-top: 15px;
        width: 100%
    }
    .landing-pages .left ul {
        font-size: 14px
    }
    .landing-pages .right {
        width: 100%
    }
    .landing-pages .right img {
        width: 100%;
        height: auto
    }
    .landing-pages .button-area {
        padding-top: 33px
    }
    .landings-examples {
        padding-bottom: 45px
    }
    .landings-examples h2 {
        font-size: 18px;
        height: auto;
        line-height: 1.2;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .landings-examples .item {
        width: 320px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%
    }
    .landings-examples .item a {
        opacity: 1
    }
    .landings-examples .item a .link {
        opacity: 0
    }
    .landings-examples .item a .link h3 {
        font-size: 20px
    }
    .landings-examples .item img {
        width: 86%;
        margin-left: auto;
        margin-right: auto;
        height: auto
    }
    .landings-examples .item .want-link {
        display: block;
        position: relative;
        z-index: 1
    }
    .landings-examples .slick-arrow {
        bottom: 48%;
        background-color: transparent
    }
    .landings-examples .slick-arrow:hover {
        background-color: transparent
    }
    .landings-examples .slick-next:hover {
        background-image: url(../images/blue-slid-next.png)
    }
    .landings-examples .slick-prev:hover {
        background-image: url(../images/blue-slid-prev.png)
    }
    .landing-prices {
        height: auto;
        margin-bottom: 100px
    }
    .landing-prices h2 {
        font-size: 18px;
        height: auto;
        line-height: 1.2;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .landing-prices .price-blocks {
        width: 320px
    }
    .landing-prices .price-blocks .pack-area {
        margin-left: 5px;
        margin-right: 5px;
        outline: none;
        height: auto;
        width: 320px;
        border-right: none;
        border-left: none;
        border-bottom: none;
        border-top: none;
        background: #2c7ac2;
        color: #fff
    }
    .landing-prices .price-blocks .pack-area:first-child {
        border-left: none;
        border-top: none
    }
    .landing-prices .price-blocks .pack-area .name {
        width: 320px;
        border-bottom: 1px solid #fff
    }
    .landing-prices .price-blocks .pack-area .service {
        width: 320px;
        height: 130px;
        border-bottom: 1px solid #fff
    }
    .landing-prices .price-blocks .pack-area .service ul li {
        padding-right: 10px;
        background-image: url(../images/price-marker-hov.png)
    }
    .landing-prices .price-blocks .pack-area .button-area {
        width: 320px;
        border-bottom: none
    }
    .landing-prices .price-blocks .pack-area .button-area a {
        color: #2c7ac2;
        background: #fff
    }
    .landing-prices .price-blocks .pack-area:hover {
        margin-left: 5px;
        width: 320px;
        height: auto;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0
    }
    .landing-prices .price-blocks .pack-area:hover .button-area {
        border-bottom: none
    }
    .online-shops h2 {
        font-size: 20px
    }
    .online-shops .left {
        padding-top: 15px;
        width: 100%
    }
    .online-shops .left ul {
        font-size: 14px
    }
    .online-shops .right {
        width: 100%
    }
    .online-shops .right img {
        width: 100%;
        height: auto
    }
    .online-shops .button-area {
        padding-top: 33px
    }
    .online-shops-examples {
        padding-bottom: 45px
    }
    .online-shops-examples h2 {
        font-size: 18px;
        height: auto;
        line-height: 1.2;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .online-shops-examples .item {
        width: 320px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%
    }
    .online-shops-examples .item a {
        opacity: 1
    }
    .online-shops-examples .item a .link {
        opacity: 0
    }
    .online-shops-examples .item a .link h3 {
        font-size: 20px
    }
    .online-shops-examples .item .want-link {
        display: block
    }
    .online-shops-examples .slick-arrow {
        bottom: 48%;
        background-color: transparent
    }
    .online-shops-examples .slick-arrow:hover {
        background-color: transparent
    }
    .online-shops-examples .slick-next:hover {
        background-image: url(../images/blue-slid-next.png)
    }
    .online-shops-examples .slick-prev:hover {
        background-image: url(../images/blue-slid-prev.png)
    }
    .online-shops-prices {
        height: auto;
        margin-bottom: 100px
    }
    .online-shops-prices h2 {
        font-size: 18px;
        height: auto;
        line-height: 1.2;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .online-shops-prices .price-blocks {
        width: 320px
    }
    .online-shops-prices .price-blocks .pack-area {
        margin-left: 5px;
        margin-right: 5px;
        height: auto;
        width: 320px;
        border-right: none;
        border-left: none;
        border-bottom: none;
        border-top: none;
        background: #2c7ac2;
        color: #fff
    }
    .online-shops-prices .price-blocks .pack-area:first-child {
        border-left: none;
        border-top: none
    }
    .online-shops-prices .price-blocks .pack-area .name {
        width: 320px;
        border-bottom: 1px solid #fff
    }
    .online-shops-prices .price-blocks .pack-area .service {
        width: 320px;
        height: 130px;
        border-bottom: 1px solid #fff
    }
    .online-shops-prices .price-blocks .pack-area .service ul li {
        padding-right: 10px;
        background-image: url(../images/price-marker-hov.png)
    }
    .online-shops-prices .price-blocks .pack-area .button-area {
        width: 320px;
        border-bottom: none
    }
    .online-shops-prices .price-blocks .pack-area .button-area a {
        color: #2c7ac2;
        background: #fff
    }
    .online-shops-prices .price-blocks .pack-area:hover {
        margin-left: 5px;
        width: 320px;
        height: auto;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0
    }
    .online-shops-prices .price-blocks .pack-area:hover .button-area {
        border-bottom: none
    }
    .corporate-sites h2 {
        font-size: 20px
    }
    .corporate-sites .left {
        padding-top: 15px;
        width: 100%
    }
    .corporate-sites .left ul {
        font-size: 14px
    }
    .corporate-sites .right {
        width: 100%
    }
    .corporate-sites .right img {
        width: 100%;
        height: auto
    }
    .corporate-sites .button-area {
        padding-top: 33px
    }
    .corporate-sites-examples {
        padding-bottom: 45px
    }
    .corporate-sites-examples h2 {
        font-size: 18px;
        height: auto;
        line-height: 1.2;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .corporate-sites-examples .item {
        width: 320px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%
    }
    .corporate-sites-examples .item a {
        opacity: 1
    }
    .corporate-sites-examples .item a .link {
        opacity: 0
    }
    .corporate-sites-examples .item a .link h3 {
        font-size: 20px
    }
    .corporate-sites-examples .item .want-link {
        display: block
    }
    .corporate-sites-examples .slick-arrow {
        bottom: 48%;
        background-color: transparent
    }
    .corporate-sites-examples .slick-arrow:hover {
        background-color: transparent
    }
    .corporate-sites-examples .slick-next:hover {
        background-image: url(../images/blue-slid-next.png)
    }
    .corporate-sites-examples .slick-prev:hover {
        background-image: url(../images/blue-slid-prev.png)
    }
    .corporate-sites-prices {
        height: auto;
        margin-bottom: 100px
    }
    .corporate-sites-prices h2 {
        font-size: 18px;
        height: auto;
        line-height: 1.2;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .corporate-sites-prices .price-blocks {
        width: 320px
    }
    .corporate-sites-prices .price-blocks .pack-area {
        margin-left: 5px;
        margin-right: 5px;
        height: auto;
        width: 320px;
        border-right: none;
        border-left: none;
        border-bottom: none;
        border-top: none;
        background: #2c7ac2;
        color: #fff
    }
    .corporate-sites-prices .price-blocks .pack-area:first-child {
        border-left: none;
        border-top: none
    }
    .corporate-sites-prices .price-blocks .pack-area .name {
        width: 320px;
        border-bottom: 1px solid #fff
    }
    .corporate-sites-prices .price-blocks .pack-area .service {
        width: 320px;
        height: 130px;
        border-bottom: 1px solid #fff
    }
    .corporate-sites-prices .price-blocks .pack-area .service ul li {
        padding-right: 10px;
        background-image: url(../images/price-marker-hov.png)
    }
    .corporate-sites-prices .price-blocks .pack-area .button-area {
        width: 320px;
        border-bottom: none
    }
    .corporate-sites-prices .price-blocks .pack-area .button-area a {
        color: #2c7ac2;
        background: #fff
    }
    .corporate-sites-prices .price-blocks .pack-area:hover {
        margin-left: 5px;
        width: 320px;
        height: auto;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0
    }
    .corporate-sites-prices .price-blocks .pack-area:hover .button-area {
        border-bottom: none
    }
    .dental-sites h2 {
        font-size: 20px
    }
    .dental-sites .left {
        padding-top: 15px;
        width: 100%
    }
    .dental-sites .left ul {
        font-size: 14px
    }
    .dental-sites .right {
        width: 100%
    }
    .dental-sites .right img {
        width: 100%;
        height: auto
    }
    .dental-sites .button-area {
        padding-top: 33px
    }
    .dental-sites-examples {
        padding-bottom: 45px
    }
    .dental-sites-examples h2 {
        font-size: 18px;
        height: auto;
        line-height: 1.2;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .dental-sites-examples .item {
        width: 320px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%
    }
    .dental-sites-examples .item a {
        opacity: 1
    }
    .dental-sites-examples .item a .link {
        opacity: 0
    }
    .dental-sites-examples .item a .link h3 {
        font-size: 20px
    }
    .dental-sites-examples .item .want-link {
        display: block
    }
    .dental-sites-examples .slick-arrow {
        bottom: 48%;
        background-color: transparent
    }
    .dental-sites-examples .slick-arrow:hover {
        background-color: transparent
    }
    .dental-sites-examples .slick-next:hover {
        background-image: url(../images/blue-slid-next.png)
    }
    .dental-sites-examples .slick-prev:hover {
        background-image: url(../images/blue-slid-prev.png)
    }
    .dental-sites-prices {
        height: auto;
        margin-bottom: 100px
    }
    .dental-sites-prices h2 {
        font-size: 18px;
        height: auto;
        line-height: 1.2;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .dental-sites-prices .price-blocks {
        width: 320px
    }
    .dental-sites-prices .price-blocks .pack-area {
        margin-left: 5px;
        margin-right: 5px;
        height: auto;
        width: 320px;
        border-right: none;
        border-left: none;
        border-bottom: none;
        border-top: none;
        background: #2c7ac2;
        color: #fff
    }
    .dental-sites-prices .price-blocks .pack-area:first-child {
        border-left: none;
        border-top: none
    }
    .dental-sites-prices .price-blocks .pack-area .name {
        width: 320px;
        border-bottom: 1px solid #fff
    }
    .dental-sites-prices .price-blocks .pack-area .service {
        width: 320px;
        height: 130px;
        border-bottom: 1px solid #fff
    }
    .dental-sites-prices .price-blocks .pack-area .service ul li {
        padding-right: 10px;
        background-image: url(../images/price-marker-hov.png)
    }
    .dental-sites-prices .price-blocks .pack-area .button-area {
        width: 320px;
        border-bottom: none
    }
    .dental-sites-prices .price-blocks .pack-area .button-area a {
        color: #2c7ac2;
        background: #fff
    }
    .dental-sites-prices .price-blocks .pack-area:hover {
        margin-left: 5px;
        width: 320px;
        height: auto;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0
    }
    .dental-sites-prices .price-blocks .pack-area:hover .button-area {
        border-bottom: none
    }
    .cycle-works h2 {
        font-size: 20px
    }
    .cycle-works .blocks-wrap {
        background-image: none;
        height: auto;
        padding-top: 0
    }
    .cycle-works .blocks-wrap .blocks {
        width: 320px
    }
    .cycle-works .blocks-wrap .blocks .block {
        width: 100%;
        height: 91px;
        padding-left: 0;
        margin-top: 20px
    }
    .cycle-works .blocks-wrap .blocks .block:nth-child(4),
    .cycle-works .blocks-wrap .blocks .block:nth-child(5),
    .cycle-works .blocks-wrap .blocks .block:nth-child(6),
    .cycle-works .blocks-wrap .blocks .block:nth-child(7) {
        float: none
    }
    .cycle-works .blocks-wrap .blocks .block .img-wrap {
        display: inline-block;
        width: 135px;
        height: 91px;
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 40px
    }
    .cycle-works .blocks-wrap .blocks .block .title {
        display: inline-block;
        position: absolute;
        left: 155px;
        width: 160px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        color: #000;
        text-align: left
    }
    .cycle-works .blocks-wrap .blocks .block .number {
        left: 107px;
        right: auto
    }
    .cycle-works .blocks-wrap .modal-link {
        margin-top: 70px;
        margin-bottom: 30px
    }
    .site-not-work {
        height: auto;
        padding-bottom: 15px
    }
    .site-not-work h2 {
        font-size: 18px;
        height: auto;
        line-height: 1.2;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .site-not-work h3 {
        margin-top: 20px;
        text-transform: none
    }
    .site-not-work h3 br {
        display: none
    }
    .site-not-work .report img {
        display: none
    }
    .site-not-work .my-form {
        width: 315px;
        margin-right: auto;
        margin-left: auto
    }
    .cool-team h2 {
        font-size: 18px;
        height: auto;
        line-height: 1.2;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .cool-team h3 {
        font-size: 16px;
        margin-bottom: 25px
    }
    .cool-team .container {
        max-width: 360px
    }
    .cool-team .block {
        width: 100%;
        height: 61px;
        position: relative;
        margin-bottom: 20px
    }
    .cool-team .block .circle {
        position: absolute;
        top: 0;
        left: 30px
    }
    .cool-team .block .text {
        display: inline-block;
        position: absolute;
        left: 107px;
        width: 200px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 16px;
        text-align: left
    }
    .cool-team .block .text br {
        display: none
    }
    .our-personal h2 {
        font-size: 20px
    }
    .our-personal .top-row.container {
        width: 320px;
        padding-left: 0;
        padding-right: 0
    }
    .our-personal .top-row.container .text {
        width: 100%;
        padding-right: 0;
        font-size: 14px
    }
    .our-personal .top-row.container .leader {
        width: 100%;
        margin-top: 20px
    }
    .our-personal .top-row.container .leader .img-wrap {
        width: 150px;
        height: 150px;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 3px solid #086dbd;
        border-radius: 50%
    }
    .our-personal .top-row.container .leader .desc {
        height: auto;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        padding-right: 0;
        background: transparent
    }
    .our-personal .top-row.container .leader .desc span {
        font-size: 18px
    }
    .our-personal .blocks.container {
        width: 320px;
        padding-left: 0;
        padding-right: 0
    }
    .our-personal .blocks.container .block {
        width: 100%
    }
    .our-personal .blocks.container .block .img-wrap {
        width: 150px;
        height: 150px;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 3px solid #086dbd;
        border-radius: 50%
    }
    .our-personal .blocks.container .block .img-wrap img {
        height: auto
    }
    .our-personal .blocks.container .block .desc {
        height: auto;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        padding-right: 0;
        background: transparent
    }
    .our-personal .blocks.container .block .desc span {
        font-size: 18px
    }
    .our-personal .sertificates h3 {
        font-size: 20px
    }
    .our-personal .sertificates .container {
        width: 320px;
        padding-left: 0;
        padding-right: 0
    }
    .our-reviews h2 {
        font-size: 18px;
        height: auto;
        line-height: 1.2;
        padding-top: 9px;
        padding-bottom: 9px
    }
    .our-reviews .blocks {
        width: 320px
    }
    .landing-prices .slick-dots,
    .online-shops-prices .slick-dots,
    .corporate-sites-prices .slick-dots,
    .dental-sites-prices .slick-dots {
        text-align: center;
        font-size: 0;
        margin-top: 35px
    }
    .landing-prices .slick-dots li,
    .online-shops-prices .slick-dots li,
    .corporate-sites-prices .slick-dots li,
    .dental-sites-prices .slick-dots li {
        display: inline-block
    }
    .landing-prices .slick-dots li button,
    .online-shops-prices .slick-dots li button,
    .corporate-sites-prices .slick-dots li button,
    .dental-sites-prices .slick-dots li button {
        font-size: 0;
        width: 18px;
        height: 18px;
        border: 2px solid #2c7ac2;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px
    }
    .landing-prices .slick-dots li button:hover,
    .online-shops-prices .slick-dots li button:hover,
    .corporate-sites-prices .slick-dots li button:hover,
    .dental-sites-prices .slick-dots li button:hover {
        background: #2c7ac2
    }
    .landing-prices .slick-dots li.slick-active button,
    .online-shops-prices .slick-dots li.slick-active button,
    .corporate-sites-prices .slick-dots li.slick-active button,
    .dental-sites-prices .slick-dots li.slick-active button {
        background: #2c7ac2
    }
    .landing-prices .slick-arrow,
    .online-shops-prices .slick-arrow,
    .corporate-sites-prices .slick-arrow,
    .dental-sites-prices .slick-arrow {
        position: absolute;
        bottom: -25px;
        width: 65px;
        height: 65px;
        border: none;
        border-radius: 50%;
        background: #fff;
        font-size: 0;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 3;
        cursor: pointer
    }
    .landing-prices .slick-next,
    .online-shops-prices .slick-next,
    .corporate-sites-prices .slick-next,
    .dental-sites-prices .slick-next {
        right: 0;
        background-image: url(../images/blue-slid-next.png)
    }
    .landing-prices .slick-prev,
    .online-shops-prices .slick-prev,
    .corporate-sites-prices .slick-prev,
    .dental-sites-prices .slick-prev {
        left: 0;
        background-image: url(../images/blue-slid-prev.png)
    }
    .fancybox-is-open .fancybox-bg {
        opacity: 1;
        background-color: #1d222e
    }
    a.link-want-site {
        display: none
    }
}

@media (max-width: 481px) {
    .container {
        width: 320px
    }
    .top-line .logo {
        width: 50%
    }
    .top-line .logo a {
        font-size: 14px;
        line-height: 1
    }
    .top-line .desc {
        font-size: 14px;
        width: 150px;
        margin-top: 7px
    }
    .top-line .phone-block {
        width: 140px
    }
     .top-line .smm {
        display:none;
    }
    .top-line .phone-block .phone {
        font-size: 14px
    }
    .top-line .phone-block .modal-link {
        font-size: 14px;
        width: 120px
        //margin-top:13px;
    }
    .main h1 {
        font-size: 14px
    }
    .main .order {
        width: 320px;
        font-size: 20px
    }
    .main .desc {
        font-size: 14px
    }

    .why-we h2 {
        font-size: 18px
    }
    .why-we .container .block .text {
        width: 245px;
        font-size: 14px
    }
    .why-we .container .block .text .bold {
        font-size: 18px
    }
    .what-we-do {
        padding-bottom: 10px;
        background-position: left 18px;
        background-size: auto 100%
    }
    .what-we-do h2 {
        font-size: 20px
    }
    .what-we-do .text-block {
        width: 325px
    }
    .what-we-do .text-block .intro {
        font-size: 14px;
        padding-right: 0;
        padding-left: 30px
    }
    .what-we-do .text-block .service .text {
        font-size: 14px;
        width: 210px
    }
    .what-we-do .text-block .service .text .bold {
        font-size: 17px
    }
    .how-work h2 {
        font-size: 20px
    }
    .how-work .slider .text {
        width: 100%;
        height: auto;
        padding-top: 210px;
        box-sizing: content-box;
        padding-left: 0;
        padding-right: 0;
        color: #086dbd
    }
    .how-work .slider .text .title {
        text-transform: none;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 20px;
        font-size: 15px
    }
    .how-work .slider .text .col1 {
        padding-left: 25px;
        padding-right: 25px;
        margin-left: 0
    }
    .how-work .slider .text .col1.white {
        padding-left: 25px;
        padding-right: 25px
    }
    .how-work .slider .text .infoblock {
        padding-left: 25px;
        padding-right: 25px
    }
    .how-work .slider .text .infoblock.white-info .info-icon {
        background-position: 0 -17px
    }
    .how-work .slider .text .check.team {
        padding-left: 25px;
        padding-right: 25px;
        margin-left: 0
    }
    .how-work .slider .text p {
        padding-left: 25px;
        padding-right: 25px;
        margin-left: 0
    }
    .how-work .slider .text.blue {
        background: #fff;
        color: #000
    }
    .how-work .slider .text.blue .title {
        color: #086dbd
    }
    .time-to-action h2 {
        font-size: 18px;
        line-height: 25px;
        text-transform: uppercase
    }
    .how-work .slick-arrow {
        display: none
    }
    footer .bottom-form {
        width: 300px
    }
    footer .bottom-form .form-area {
        width: 300px
    }
    #modal-form,
    #mess-window {
        width: 300px;
        padding: 0
    }
    #modal-after-ready {
        width: 300px;
    }
    #modal-form .form-area,
    #mess-window .form-area {
        width: 300px
    }
    #mess-window {
        padding: 30px 20px
    }
}

@media (min-width: 961px) {
    .top-line {
        text-align: left
    }
    .top-line .desc {
        margin-left: 60px
    }
    .top-line .phone-block {
        position: relative
    }
    .top-line .phone-block .phone {
        display: inline-block;
        //position: absolute;
        left: -170px;
        top: 27px
    }
    .top-line .phone-block .modal-link {
        //margin-top: 13px
    }
}

@media (min-width: 721px) {
    .main .hcenter {
        width: 539px;
        margin-left: 205px;
    }
}

@media (orientation: landscape)
/*and (min-width: 480px) and (max-width: 768px) */

    {
    .main .center {
        top: 63%;
    }
}


