<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.meeting{
  position: relative;

  height: 690px;
  padding-top: 70px;
}
.meeting__wrapper{
  position: relative;
}
.meeting__wrapper h1{
  color: #000;
}
.meeting__sections{
  width: 320px;

  font-size: 16px;
  line-height: 25px;
}
.meeting__section{
  position: relative;

  display: block;

  min-height: 40px;
  margin-top: 30px;
  padding-left: 60px;

  border: none;
  color: #000;
}
.meeting__section.active{
  color: #000;
}
.meeting__section.active u{
  border-bottom-color: transparent;
}
.meeting__section:first-child{
  margin-top: 0;
}
.meeting__section-icon{
  position: absolute;
  top: 50%;
  left: 0;

  width: 40px;
  height: 40px;
  margin-top: -18px;

  background: url(../images/meeting__section-icon--bg.png) no-repeat;
}
.meeting__section-icon_power{
  background-position: 0 0;
}
.meeting__section.active .meeting__section-icon_power{
  background-position: 0 100%;
}
.meeting__section-icon_air{
  background-position: -45px 0;
}
.meeting__section.active .meeting__section-icon_air{
  background-position: -45px 100%;
}
.meeting__section-icon_fire{
  background-position: -90px 0;
}
.meeting__section.active .meeting__section-icon_fire{
  background-position: -90px 100%;
}
.meeting__section-icon_camera{
  background-position: -135px 0;
}
.meeting__section.active .meeting__section-icon_camera{
  background-position: -135px 100%;
}
.meeting__section-icon_alert{
  background-position: -180px 0;
}
.meeting__section.active .meeting__section-icon_alert{
  background-position: -180px 100%;
}
.meeting__section-arrow{
  position: absolute;
  left: -9999px;
  opacity: 0;
  background: url(../images/meeting__section-arrow--bg.png) no-repeat;
  -webkit-transition: opacity .3s, left 0s linear .3s;
  -o-transition: opacity .3s, left 0s linear .3s;
  transition: opacity .3s, left 0s linear .3s;
}
.meeting__section.active .meeting__section-arrow{
  opacity: 1;
  -webkit-transition: opacity .3s, left 0s;
  -o-transition: opacity .3s, left 0s;
  transition: opacity .3s, left 0s;
}
.meeting__section-arrow_power{
  width: 122px;
  height: 60px;
  background-position: 0 0;
  top: 38px;
}
.meeting__section.active .meeting__section-arrow_power{
  left: 215px;
}
.meeting__section-arrow_air{
  width: 77px;
  height: 35px;
  background-position: -127px 0;
  top: 40px;
}
.meeting__section.active .meeting__section-arrow_air{
  left: 255px;
}
.meeting__section-arrow_fire{
  width: 72px;
  height: 10px;
  background-position: -209px 0;
  left: 200px;
  top: 37px;
}
.meeting__section.active .meeting__section-arrow_fire{
  left: 200px;
}
.meeting__section.active .meeting__section-arrow_fire_en{
    left: 150px;
}
.meeting__section-arrow_camera{
  width: 129px;
  height: 13px;
  background-position: -286px 0;
  top: 32px;
}
.meeting__section.active .meeting__section-arrow_camera{
  left: 140px;
}
.meeting__section-arrow_alert{
  width: 116px;
  height: 29px;
  background-position: -420px 0;
  top: 10px;
}
.meeting__section.active .meeting__section-arrow_alert{
  left: 175px;
}
.meeting__section.active .meeting__section-arrow_alert_en{
    left: 220px;
}
.meeting__slider{
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}
.meeting__slide{
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
.meeting__cloud{
  position: absolute;
  top: 245px;
  left: 50%;

  width: 232px;
  height: 145px;
  margin-left: 290px;
  padding-top: 60px;
  padding-left: 25px;

  -webkit-animation: cloud 3s linear 0s infinite;
  -o-animation: cloud 3s linear 0s infinite;
  animation: cloud 3s linear 0s infinite;

  color: #fff;
  background: url(../images/meeting__cloud--bg.png) no-repeat;

  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}
.meeting__cloud-number{
  font-family: "Exo 2", sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.blue-block__wrapper{
  width: 1060px;
  padding: 35px 50px 55px;

  color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #3496c4;
  
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  line-height: 23px;
}
.blue-block__col{
  float: left;

  width: 440px;
  margin-left: 80px;
}
.blue-block__col:first-child{
  margin-left: 0;
}
.blue-block__col p{
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.4;
}
.blue-block__col p:first-child{
  margin-top: 0;
}

.objects{
  margin-top: 100px;
}
.objects .h2{
  margin: 50px 0 35px;
  font-family: "Exo 2", sans-serif;
  font-size: 46px;
  font-weight: 700;
  color: #000;
  line-height: 50px;
}
.objects__items{
  margin: -15px 0 0 -40px;

  font-size: 0;
  line-height: 0;
}
.objects__item{
  display: inline-block;

  width: 160px;
  margin: 50px 0 0 40px;

  text-align: center;
  vertical-align: top;

  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.objects__item-title{
  font-family: "Exo 2", sans-serif;
}
.objects__item-img{
  height: 105px;
  margin-bottom: 15px;

  background: url(../images/objects__item-img--bg.png) no-repeat;
}
.objects__item-img_office{
  background-position: 0 0;
}
.objects__item-img_sec{
  background-position: -165px 0;
}
.objects__item-img_hotel{
  background-position: -330px 0;
}
.objects__item-img_sport{
  background-position: -495px 0;
}
.objects__item-img_hospital{
  background-position: -660px 0;
}
.objects__item-img_infrastructure{
  background-position: -825px 0;
}
.objects__item-img_apartment{
  background-position: -990px 0;
}
.objects__item-img_industry{
  background-position: -1155px 0;
}
.objects__item-img_warehouse{
  background-position: -1320px 0;
}

.features{
  margin-top: 170px;
  font-family: "Exo 2", sans-serif;
}
.features p:not([class]){
  margin: 10px 0 0;
  line-height: inherit;
  font-size: inherit;
}
.features .h2{
  margin: 50px 0 35px;
  font-family: "Exo 2", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
}
.features__item{
  position: relative;

  min-height: 150px;
  margin-top: 105px;
  padding-left: 240px;

  font-size: 18px;
  line-height: 26px;
}
.features__item_workers{
  font-size: 15px;
  line-height: 24px;
}
.features__item-info{
  width: 480px;
}
.features__item-title{
  font-size: 30px;
  line-height: 30px;
}
.features__item:first-child{
  margin-top: 0;
}
.features__item-img{
  position: absolute;
  top: 0;
  left: 0;
}
.features__clients{
  margin: 20px 0 0 0;
}
.features__clients-title{
  font-size: 22px;
  line-height: 28px;
}
.features__clients-list{
  margin: -10px 0 0 -40px;

  font-size: 0;
  line-height: 0;
}
.features__client{
  position: relative;

  display: inline-block;

  margin: 30px 0 0 40px;

  vertical-align: middle;

  background-repeat: no-repeat;
  background-position: 0 0;
}
.features__client-hover{
  position: absolute;

  width: 100%;
  height: 100%;

  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;

  opacity: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 100%;
}
.features__client:hover .features__client-hover{
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;

  opacity: 1;
}
.features__client_ikea,
.features__client_ikea .features__client-hover{
  background-image: url(../images/features__client_ikea--bg.png);
}
.features__client_ikea{
  width: 120px;
  height: 43px;
}
.features__client_castorama,
.features__client_castorama .features__client-hover{
  background-image: url(../images/features__client_castorama--bg.png);
}
.features__client_castorama{
  width: 207px;
  height: 43px;
}
.features__client_bosch,
.features__client_bosch .features__client-hover{
  background-image: url(../images/features__client_bosch--bg.png);
}
.features__client_bosch{
  width: 192px;
  height: 43px;
}
.features__client_obi,
.features__client_obi .features__client-hover{
  background-image: url(../images/features__client_obi--bg.png);
}
.features__client_obi{
  width: 174px;
  height: 43px;
}
.features__client_rostelecom,
.features__client_rostelecom .features__client-hover{
  background-image: url(../images/features__client_rostelecom--bg.png);
}
.features__client_rostelecom{
  width: 105px;
  height: 43px;
}
.features__client_auchan,
.features__client_auchan .features__client-hover{
  background-image: url(../images/features__client_auchan--bg.png);
}
.features__client_auchan{
  width: 191px;
  height: 43px;
}
.features__client_radisson,
.features__client_radisson .features__client-hover{
  background-image: url(../images/features__client_radisson--bg.png);
}
.features__client_radisson{
  width: 114px;
  height: 43px;
}
.features__client_sheremetievo,
.features__client_sheremetievo .features__client-hover{
  background-image: url(../images/features__client_sheremetievo--bg.png);
}
.features__client_sheremetievo{
  width: 385px;
  height: 43px;
}
.features__client_vk,
.features__client_vk .features__client-hover{
  background-image: url(../images/features__client_vk--bg.png);
}
.features__client_vk{
  width: 244px;
  height: 43px;
}
.features__flags{
  margin-top: 30px;

  font-size: 0;
  line-height: 0;
}
.features__flag{
  display: inline-block;

  width: 58px;
  height: 67px;
  margin-left: 20px;

  vertical-align: top;

  background: url(../images/features__flag--bg.png) no-repeat;
}
.features__flag:first-child{
  margin-left: 0;
}
.features__flag_rus{
  background-position: 0 0;
}
.features__flag_fra{
  background-position: -63px 0;
}
.features__flag_gb{
  background-position: -126px 0;
}
.features__flag_ita{
  background-position: -189px 0;
}
.features__flag_ger{
  background-position: -252px 0;
}
.features__flag_spa{
  background-position: -315px 0;
}
.features__sertificates{
  margin: 25px 0 0 -15px;

  font-size: 0;
  line-height: 0;
}
.features__sertificate{
  display: inline-block;

  margin: 15px 0 0 15px;

  vertical-align: top;

  border: none;
}

.notebook{
  margin-top: 125px;
}
.notebook .h3{
}
.notebook__wrapper{
  position: relative;

  padding-bottom: 13px;
}
.notebook h3,
.notebook .h3{
  margin: 30px 0 25px;
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #000;

  font-size: 32px;
}
.notebook__screen{
  margin-top: 45px;

  -webkit-perspective: 2000px;
  perspective: 2000px;
}
.notebook__keyboard{
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 22px;

  background: url(../images/notebook__keyboard--bg.png) no-repeat top;
}
.notebook__monitor{
  height: 539px;

  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -o-transition: -o-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;

  background: url(../images/notebook__monitor--bg.jpg) no-repeat top;
}
.notebook__monitor_closed{
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;

  -webkit-transform: rotateX(-80deg);
  -ms-transform: rotateX(-80deg);
  -o-transform: rotateX(-80deg);
  transform: rotateX(-80deg);

  opacity: 0;
}

.steps{
  overflow: hidden;

  margin-top: 95px;
}
.steps__item{
  margin-top: 60px;
}
.steps__item:first-child{
  margin-top: 0;
}
.steps__item-info{
  margin-right: 360px;

  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  line-height: 26px;
}
.steps__item-info h3,
.steps__item-info .h3{
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
  margin: 0 0 20px;
}
.steps__item-info p:not([class]){
  margin: 10px 0 0 0;
  line-height: inherit;
  font-size: inherit;
}
.steps__item-file{
  float: right;

  width: 280px;
  margin-top: 10px;

  font-size: 13px;
  line-height: 20px;
}
.steps__file-link{
  color: #f10f1a;
  border: none;
}
.steps__sertificate{
  margin-top: 130px;
  padding: 35px 40px 45px;

  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #efefef;
}
.steps__sertificate-info{
  margin-right: 320px;

  font-size: 30px;
  line-height: 36px;
}
.steps__sertificate-btn{
  float: right;

  width: 240px;
  margin-top: 52px;
}

.projects{
  margin-top: 105px;
}
.projects__slider{
  position: relative;

  overflow: hidden;

  margin-top: 45px;
}
.projects__items{
  position: relative;

  -webkit-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s;

  font-size: 0;
  line-height: 0;
}
.projects__item{
  position: relative;

  display: inline-block;

  width: 880px;
  padding: 0 90px;

  text-align: left;
  vertical-align: top;
}
.projects__item-image{
  height: 450px;
  margin-bottom: 20px;
}
.projects__item-border{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 90px;

  width: 700px;
  height: 450px;

  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;

  opacity: 1;
  border: 1px solid #dee7ee;
}
.projects__item-info{
  font-size: 15px;
  line-height: 22px;
}
.projects__arrow{
  position: absolute;
  z-index: 3;
  top: 185px;

  width: 79px;
  height: 79px;

  border: none;
  background: url(../images/projects__arrow--bg.png) 0 0 no-repeat;
}
.projects__arrow_left{
  left: 50%;

  margin-left: -480px;
}
.projects__arrow_right{
  right: 50%;

  margin-right: -480px;

  background-position: 100% 0;
}
.projects__alpha{
  position: absolute;
  z-index: 1;
  top: 0;

  width: 100%;
  height: 100%;

  background: #fff;
}
.projects__alpha_left{
  right: 50%;

  margin-right: 480px;
}
.projects__alpha_right{
  left: 50%;

  margin-left: 480px;
}
.projects__alpha:after{
  position: absolute;
  top: 0;

  width: 193px;
  height: 100%;

  content: '';

  background: url(../images/projects__alpha--after.png) 0 0 repeat-y;
}
.projects__alpha_left:after{
  left: 100%;

  margin-left: -1px;

  background-position: 100% 0;
}
.projects__alpha_right:after{
  right: 100%;

  margin-right: -1px;

  background-position: 0 0;
}

.how-we-work{
  margin-top: 90px;
}
.how-we-work h3,
.how-we-work .h3{
  text-align: center;

  font-size: 32px;

  font-weight: 600;
}
.how-we-work__items{
  margin: 80px 80px 0 40px;

  font-size: 0;
  line-height: 0;
}
.how-we-work__item{
  position: relative;

  display: inline-block;

  width: 240px;
  height: 210px;
  margin-left: 40px;
  padding-top: 50px;

  text-align: center;
  vertical-align: top;

  font-size: 20px;
  line-height: 30px;
}
.how-we-work__connection{
  position: absolute;
  top: 0;

  width: 280px;
  height: 5px;

  background: url(../images/how-we-work__connection--bg.png) no-repeat;
}
.how-we-work__connection_1{
  background-position: 0 0;
}
.how-we-work__connection_2{
  background-position: -285px 0;
}
.how-we-work__connection_3{
  width: 200px;
  height: 211px;

  background-position: -590px 0;
}
.how-we-work__connection_4{
  background-position: -855px 0;
}
.how-we-work__connection_5{
  background-position: -1140px 0;
}
.how-we-work__connection_6{
  width: 200px;
  height: 211px;

  background-position: -1482px 0;
}
.how-we-work__connection_left,
.how-we-work__connection_right{
  -webkit-transition: width .3s, opacity .3s;
  -o-transition: width .3s, opacity .3s;
  transition: width .3s, opacity .3s;
}
.how-we-work__connection_left{
  left: 50%;
}
.how-we-work__connection_left_grow{
  width: 0;
}
.how-we-work__connection_right{
  right: 50%;
}
.how-we-work__item-num{
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 50%;

  width: 80px;
  height: 80px;
  margin-left: -40px;

  background: url(../images/how-we-work__item-num--bg.png) no-repeat;

  font-size: 40px;
  font-weight: 600;
  line-height: 78px;
}
.how-we-work__item-num_1{
  background-position: 0 0;
}
.how-we-work__item-num_2{
  background-position: -85px 0;
}
.how-we-work__item-num_3{
  background-position: -170px 0;
}
.how-we-work__item-num_4{
  background-position: -255px 0;
}
.how-we-work__item-num_5{
  background-position: -340px 0;
}
.how-we-work__item-num_6{
  background-position: -425px 0;
}
.how-we-work__item-num_7{
  background-position: -510px 0;
}
.how-we-work__item-title{
  position: relative;
  z-index: 1;
}

.contacts{
  overflow: hidden;

  margin-top: 100px;
}
.contacts__item{
  position: relative;

  width: 680px;
  min-height: 160px;
  margin-top: 70px;
  padding-left: 200px;

  font-size: 15px;
  line-height: 25px;
}
.contacts__item:first-child{
  margin-top: 0;
}
.contacts__item-img{
  position: absolute;
  top: 0;
  left: 0;

  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.contacts__item-name{
  font-size: 30px;
  line-height: 30px;
}
.contacts__item-job{
  margin: 5px 0 0;
}
.contacts__gray{
  position: relative;

  margin-top: 70px;
  padding: 30px 60px 30px 30px;

  background: #f2f2f2;
}
.contacts__gray:after{
  position: absolute;
  top: 100%;
  left: 50%;

  width: 0;
  height: 0;
  margin-left: -30px;

  content: '';

  border-width: 30px 30px 0 30px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f2f2f2;
}
.contacts__gray-photo{
  float: left;

  width: 200px;
  height: 200px;

  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.contacts__gray-info{
  margin: 35px 270px 0 250px;
}
.contacts__gray h2,
.contacts__gray .h2{
  font-size: 30px;

  font-weight: 600;
  line-height: 30px;
}
.contacts__gray .h3,
.contacts__gray h3{
  font-size: 20px;

  font-weight: 400;
  line-height: 25px;
}
.contacts__gray p{
  margin: 10px 0 0;
}
.contacts__gray p:first-child{
  margin-top: 0;
}
.contacts__gray-intouch{
  float: right;

  width: 260px;
  margin-top: 35px;

  text-align: right;
}
.contacts__gray-title{
  letter-spacing: .1em;
  text-transform: uppercase;
}

.map{
  height: 600px;
  margin-top: 60px;

  border-top: 20px solid #f2f2f2;
  border-bottom: 20px solid #f2f2f2;
  background: #e9e5dc;
}

.feedback{
  height: 122px;
}

.feedback form#form-order{
  background: url(../images/feedback--bg.png) no-repeat top;
  width:100%;
  height: 122px;
}

.feedback form#form-order .feedback__form-fields{
  height: 100%;
  padding: 0 30px;
}

.feedback form#form-order .feedback__form-fields .feedback__form-field{
 margin-top: 40px;
}

.feedback .feedback__form{
  padding: 25px 0px 40px 0px;
}

.feedback__form{
  position: relative;
  top: 0;

  padding: 25px 30px 40px;

  text-align: center;
}
.feedback__form .h2,
.feedback__form h2{
  margin: 0 0 10px;
}
.feedback__form-fields{
  margin-top: 15px;

  text-align: left;

  font-size: 0;
  line-height: 0;
}
.feedback__form-field{
  display: inline-block;

  width: 250px;
  margin-left: 10px;

  vertical-align: top;
}
.feedback__form-field:first-child{
  margin-left: 0;
}
.feedback__form-field_btn{
  position: relative;

  width: 120px;
}
.feedback__left-rounded{
  padding-left: 19px !important;

  border-radius: 20px 4px 4px 20px !important;
}
.feedback__right-rounded{
  border-radius: 4px 20px 20px 4px !important;
}
.feedback__form-error{
  position: absolute;
  top: 100%;
  right: 9999px;

  width: 300px;
  margin-top: 0;
  padding: 13px;

  -webkit-transition: left 0s linear .3s, right 0s linear .3s, opacity .3s, margin-top .3s;
  transition: left 0s linear .3s, right 0s linear .3s, opacity .3s, margin-top .3s;
  text-align: center;

  opacity: 0;
  border: 2px solid #f79fa3;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 10px 50px -20px rgba(120, 0, 14, .5);
  box-shadow: 0 10px 50px -20px rgba(120, 0, 14, .5);

  font-size: 15px;
  line-height: 25px;
}
.feedback__form-error_visible{
  right: 0;

  margin-top: 20px;

  -webkit-transition: left 0s, right 0s, opacity .3s, margin-top .3s;
  transition: left 0s, right 0s, opacity .3s, margin-top .3s;

  opacity: 1;
}
.feedback__form-error:before,
.feedback__form-error:after{
  position: absolute;
  right: 50px;
  bottom: 100%;

  width: 0;
  height: 0;
  margin-left: -12px;

  content: '';

  border-width: 12px;
  border-style: solid;
  border-color: transparent;
  border-top: none;
}
.feedback__form-error:before{
  border-bottom-color: #f79fa3;
}
.feedback__form-error:after{
  margin-bottom: -2px;

  border-bottom-color: #fff;
}
.feedback__form-error p{
  margin: 5px 0 0;
}
.feedback__form-error p:first-child{
  margin-top: 0;
}
.feedback__form-error_left{
  right: auto;
  left: -9999px;
}
.feedback__form-error_left.feedback__form-error_visible{
  right: auto;
  left: 0;
}
.feedback__form-error_left:before,
.feedback__form-error_left:after{
  left: 50px;
}
.feedback__title{
  position: absolute;
  right: 80px;
  bottom: 100%;

  width: 360px;
  margin-bottom: 75px;

  text-align: center;

  font-size: 20px;
  line-height: 30px;
}
.feedback__title h3,
.feedback__title .h3{
  margin: 0 0 15px;

  color: #e51b25;

  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}
.feedback__title-arrow{
  position: absolute;
  top: 100%;
  right: 15px;

  width: 31px;
  height: 87px;
  margin-top: -20px;

  background: url(../images/feedback__title-arrow--bg.png) no-repeat;
}

.fieldsets{
  margin-top: 25px;
}
.fieldset{
  margin-top: 20px;
}
.fieldset_btn{
  position: relative;
}
.fieldset__rounded{
  -webkit-border-radius: 20px !important;
  border-radius: 20px !important;
}

/*** animates **/
.animate-it{
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}
.animate-it_scale,
.animate-it_bottom,
.animate-it_top,
.animate-it_left,
.animate-it_right{
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;

  opacity: 0;
}
.animate-it_scale{
  -webkit-transition-property: -webkit-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;

  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
}
.animate-it_bottom{
  -webkit-transition-property: -webkit-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;

  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.animate-it_top{
  -webkit-transition-property: -webkit-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.animate-it_left{
  -webkit-transition-property: -webkit-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
}
.animate-it_right{
  -webkit-transition-property: -webkit-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
}

/*** useful **/
.btn-red{
  display: inline-block;

  height: 40px;
  padding: 0 22px;

  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  vertical-align: top;

  color: #fff;
  border: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #e51b25;

  font-size: 15px;
  line-height: 38px;
}
.btn-red_stroke{
  padding: 0 20px;

  -webkit-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;

  color: #e51b25;
  border: 2px solid #e51b25;
  background: transparent;

  line-height: 34px;
}
.btn-red_big{
  height: 50px;
  padding: 0 34px;

  -webkit-border-radius: 25px;
  border-radius: 25px;

  line-height: 48px;
}
.btn-red_big.btn-red_stroke{
  padding: 0 32px;

  line-height: 44px;
}
.btn-red:hover{
  color: #fff;

  background-color: #ff121e;
}
.btn-red_stroke:hover{
  border-color: #ff121e;
}
.btn-red:active{
  color: #fff;

  background-color: #b6060f;
}
.btn-red_stroke:active{
  border-color: #b6060f;
}
.btn-red_full{
  width: 100%;
  padding: 0 !important;

  text-align: center;
}

.mt-15{
  margin-top: 15px;
}
.mt-65{
  margin-top: 65px;
}

.__red{
  color: #e51b25;
}
.__grey{
  color: #808080;
}

.btn-order{
  position:fixed;
  width:45px;
  height:190px;
  margin-top:-95px;
  top:50%;
  right:0;
  border:1px solid #f10f1a;
  border-right:none;
  -webkit-border-radius:10px 0 0 10px;
  border-radius:10px 0 0 10px;
  background:#fff;
  font-size:17px;
  line-height:44px;
  color:#000;
  -webkit-transition:color .3s, width .3s;
  transition:color .3s, width .3s;
}
.btn-order:hover{
  width:55px;
  border-color:#f10f1a;
  color:#f10f1a;
  -webkit-transition:color .1s, width .1s;
  transition:color .1s, width .1s;
}
.btn-order__text{
  position:absolute;
  width:188px;
  height:44px;
  margin:-22px 0 0 -94px;
  left:50%;
  top:50%;
  text-align:center;
  white-space:nowrap;
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg);
} 
</pre></body></html>