* {
    margin: 0px;
    padding: 0px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
} 

body, td { 
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    font-size: 12px; 
    line-height: normal; 
    color: #545454;
}
a {       
    color: #545454;
    text-decoration: none;
}
.priceInfoText td {
    color: #fff;                                      
    font-family: 'Montserrat', Helvetica, sans-serif; 
}
.priceInfoText p {
    margin: 5px 0px;
}
.clear {
    clear: both;
}
.layer {
    width: 100%;
    max-width: 1150px;
    margin: 0px auto; 
    vertical-align: top;
}
.relative {
    position: relative;
}
.justify {
    text-align: justify;
}
.justify:before {
    content: '';
    display: block;
    width: 100%;
    margin-bottom: 0em;
    height: 0em;
}
.justify:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.justifyItem {
    top: 0em;
    vertical-align: top;
    display: inline-block;
}
.c-hamburger {
    display: none;
    position: absolute;
    top: 7px;
    right: 0px;
    left: 0px;        
    overflow: hidden;  
    padding: 0;
    width: 24px;
    height: 24px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    margin: 0px auto;
}
 
.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 12px;
    left: 0px;
    height: 2px;
    width: 22px;
    background: #545454;
}
 
.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #545454;
    content: "&nbsp;";
}
 
.c-hamburger span::before {
  top: -7px;
}
 
.c-hamburger span::after {
  bottom: -7px;
}
.c-hamburger--htx {
  background-color: #fff;
}
 
.c-hamburger--htx span {
  transition: background 0s 0.2s;
}
 
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}
 
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
 
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
 
/* СЃРѕСЃС‚РѕСЏРЅРёРµ active РїСЂРё РѕС‚РєСЂС‹С‚РѕРј РјРµРЅСЋ  */
.c-hamburger--htx.is-active {
  background-color: #fff;
}
 
.c-hamburger--htx.is-active span {
  background: none;
}
 
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
 
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
 
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}


@-webkit-keyframes fadeIn {
    from { opacity: 0.3; margin-top: 20px; margin-bottom: -20px; }
      to { opacity: 1; margin-top: 0px; margin-bottom: 0px; }
}  
@keyframes fadeIn {
    from { opacity: 0.3; margin-top: 20px;  margin-bottom: -20px;  }
      to { opacity: 1;  margin-top: 0px; margin-bottom: 0px;  }
}

@-webkit-keyframes fadeIn2 {
    from { opacity: 0.3; margin-left: -20px;  margin-right: 20px; margin-top: -20px;  margin-bottom: 20px; }
      to { opacity: 1;  margin-left: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px; }
}  
@keyframes fadeIn2 {
    from { opacity: 0.3; margin-left: -20px;  margin-right: 20px; margin-top: -20px;  margin-bottom: 20px; }
      to { opacity: 1;  margin-left: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px; }
}
@-webkit-keyframes fadeIn3 {
    from { opacity: 0.3; margin-left: 20px;  margin-right: -20px; margin-top: -20px;  margin-bottom: 20px; }
      to { opacity: 1;  margin-left: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px; }
}  
@keyframes fadeIn3 {
    from { opacity: 0.3; margin-left: 20px;  margin-right: -20px; margin-top: -20px;  margin-bottom: 20px; }
      to { opacity: 1;  margin-left: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px; }
}



.menu {
    width: 100%;
    padding: 13px 0px 10px;
    
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);   
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);  
    vertical-align: top;
    position: fixed;
    top: 0px; 
    z-index: 5;       
    background: #fff;
}
.logo {                     
    float: left;
    width: 170px;
    text-align: center;
}
.logo img {
    display: inline;
    max-width: 100%;
    margin: auto;
    
}
.phone {                              
    float: right;   
    font-family: 'Montserrat', Helvetica, sans-serif; 
    font-size: 16px;
    color: #545454;
    font-weight: bold; 
    line-height: 40px;
    width: 170px;
    text-align: left;
}
.menuList {
    width: calc(100% - 580px); 
    margin: 0px auto;
    position: relative;
    
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease;
    height: 42px;
}
.menuList a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;  
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;  
    
}
.menuList a:after {
    display: block;
    content: " ";
    background: #9a9a9a;
    height: 1px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;  
}
.menuList a:hover:after, .menuList .activeMenu:after {
    opacity: 1;
    margin-top: -5px;
}
.banner {
    margin-top: 65px;
    width: 100%;
    height: 290px;
    overflow: hidden;
    position: relative;  
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
    color: #fff;
    background: #000;
}
.banner img {
    /*margin-top: -210px;    */
    position: absolute;
    top: -210px;
    left: 0px;
    right: 0px;
    margin: auto;
    min-width: 100%;  
    opacity: 0.7; 
}
.bannerTitle {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;   
    margin-top: 36px;                           
}

.banner ul {  
    position: absolute;
    z-index: 2;
    left: 0px;
    right: 0px;
    top: 155px;
    margin: 0px auto;
    max-width: 690px;
    list-style: none;
    text-transform: uppercase;
    font-size: 20px; 
}
.banner ul li { 
    padding: 5px 0px; 
    text-align: center;   
}

/*.banner ul:before {
    display: block;
    content: "(";    
    font-size: 120px;
    position: absolute;
    top: -35px;
    left: -55px;
    font-weight: bold;
}
.banner ul:after {
    display: block;
    content: ")";    
    font-size: 120px;
    position: absolute;
    top: -35px;
    right: -55px;
    font-weight: bold;
}  */


.banner p {  
    position: absolute;
    z-index: 2;
    left: 0px;
    right: 0px;
    top: 100px;
    margin: 0px auto;
    max-width: 600px;  
    padding: 0px 30px; 
    visibility: hidden;
}
.showAnimation {     
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;
    visibility: visible !important;
}
.showAnimation:before {
    -webkit-animation: fadeIn2 .5s;
    animation: fadeIn2 .5s;
    
}
.showAnimation:after {
    -webkit-animation: fadeIn3 .5s;
    animation: fadeIn3 .5s;
    
}

.banner p:before {
    display: block;
    content: "(";    
    font-size: 120px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bold;
}
.banner p:after {
    display: block;
    content: ")";    
    font-size: 120px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
}
.banner p span {
    display: inline-block;
    width: 33%;
    text-align: center;
    margin: 55px 0px;
    font-family: 'Montserrat', Helvetica, sans-serif; 
    font-size: 11px;
}

.banner p span b {
    display: block;
    font-size: 48px; 
    line-height: 42px; 
    font-weight: normal;                               
}
.h1 {
    width: 100%;
    font-size: 60px;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 70px 0px;
    color: #f1f1f1;
    position: relative;
}
.h1 div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #255989;
    font-size: 40px;
    line-height: 90px;
}
.service {
    width: 100%;
    height: 82px;
    background: #00aee0;  
}
.serviceLayer {
    max-width: 1050px;
    margin: 0px auto;      
}
.serviceLayer a {
    display: block;
    float: left;
    width: 25%;
    color: #fff;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;   
    font-weight: bold;
    height: 100%;
    padding-top: 18px;   
    position: relative; 
    overflow: hidden;
    background: url("images/bgService.png") no-repeat 0 0; 
    padding-left: 40px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;  
    
}                                        
.serviceLayer a:last-child {
    line-height: 46px;
}  
.serviceLayer a:first-child {
    background: none;
}  
.serviceLayer a:hover {
    color: #d0edf5;
}
.serviceBrief {
    margin: 20px auto 80px;
    padding: 0px 30px;
}



/*.activeService {
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;
    display: inline-block !important;
}   */

.serviceBriefImg {
    width: 40%;               
   /* display: none;*/   
    margin-top: 40px; 
}
.serviceBriefImg img {
    max-width: 100%;
    border: 2px solid #a3a3a3;
}
.serviceBriefText {    
    margin-top: 40px;           
    /*display: none; */
    width: 55%;
    font-family: 'Montserrat', Helvetica, sans-serif; 
    line-height: 26px;
    padding: 0px;
    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;     
    
}
.price {             
    background-image: url(images/bgPrice.jpg);
    background-repeat:no-repeat;
    background-position: center center;
}
.price .layer {
    position: relative;    
    height: 430px; 
}
.priceInfo {
    position: absolute;
    left: 20px;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    height: 85%;
    width: 55%;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px 20px;
    
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;     
    
}
/*.priceInfoText b, .priceInfoText strong {
    color: #255989;
}   */
.priceInfoText li {
    margin-left: 20px;    
}
.priceInfoActive {
    opacity: 1 !important;
    display: block !important;
}
.priceInfo>b {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    opacity: 0;
    display: none;
}
.priceInfoText {
    color: #fff;
    font-family: 'Montserrat', Helvetica, sans-serif; 
    line-height: 20px;
    margin-bottom: 20px; 
    opacity: 0;      
    display: none;  
}
.button {
    text-transform: uppercase;
    background: #00cd44;
    padding: 5px 20px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    border: 1px solid #00b43c; 
    cursor: pointer;  
}
.priceList {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: 0px; 
    width: 40%;
    background: #fff;
    padding: 5px;   
    transform: translateY(-50%);
    border: 1px solid #bfbfbf;
    font-size: 0;
}
.priceList div {
    border: 1px solid #d6d6d6;
    margin-top: -1px;
    line-height: 54px;
    padding-left: 120px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;                                        
    cursor: pointer; 
    display: inline-block;  
    width: 100%;      
}
.priceList div b {
    display: block;
    float: left;
    margin-left: -120px;
    width: 120px;        
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    text-transform: none; 
    overflow: hidden;  
    background: #0000001f; 
    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;     
         
}
.priceList div span {
    position: relative;
}
.priceList div img {
    position: absolute;
    top: 0px;
    left: 120px; 
    z-index: -1;   
}


.priceListActive {                      
    -webkit-box-shadow: -2px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);

    -webkit-transition: -webkit-box-shadow .3s ease;
    -moz-transition: -moz-box-shadow .3s ease;
    -o-transition: -o-box-shadow .3s ease;
    transition: box-shadow .3s ease;         

}
.priceList div:after {
    content: " ";
    position: absolute;
    display: block;
    top: 0px;
    left: 120px;
    width: 30px;
    height: 54px;
    background: url('images/arr2.png') no-repeat 0px 0 !important; 
    z-index: 3;
    opacity: 0; 
    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;      
    
}
.priceListActive:after {
    opacity: 1 !important;
}



.priceListActive b {  
    background: #00de35 !important;   
}
.info {
    margin-top: -30px;
    height: 400px;
}  
.infoImg {
    position: absolute;
    left: 10%;
    top: 0px;
    width: 37%;
    background: url("images/info.png") no-repeat 50% 50%;
    height: 400px;
    color: #00acdd;    
}
.infoImg:before {
    display: block;
    content: "(";
    font-size: 120px;
    position: absolute;
    top: 0px;
    left: 0px;        
    font-size: 250px;  
}
.infoImg:after {
    display: block;
    content: ")";
    font-size: 120px;
    position: absolute;
    top: 0px;
    right: 0px;        
    font-size: 250px;  
}
.infoList {
    margin-top: 75px;
    position: absolute;
    right: 5%;
    top: 0px;
    width: 402px;                                           
    height: 250px;   
    list-style: none;   
    font-family: 'Montserrat', Helvetica, sans-serif; 
    color: #8e8e8e;
    line-height: 40px;
}
.infoList li {
    padding-left: 50px;
    background: url("images/yes.png") no-repeat 0 50%;    
}
.form {
    width: 620px;
    margin: 0px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    
    border: 1px solid #e9e9e9;
    height: 75px;
    padding: 20px;
    background: #fff;
}
.form input[type=text] {
    font-size: 14px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    padding: 6px 20px;
    margin-right: 27px;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    width: 180px;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.1);
}
.rightPhoto {
    padding-top: 570px;
    margin-top: -220px;
    margin-bottom: -350px;
    width: 100%;
    background: url(images/rightPhoto.jpg) no-repeat 100% 0; 
}
.product {
    width: 33%;
    display: inline-block;
    margin: 10px 0px;
    min-width: 260px;
}
.productTitle {
    font-size: 18px;
    margin: 10px auto;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
}
.productImg {
    height: 200px;
    width: 90%;
    margin: 0px auto;
    position: relative;
}
.productImg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;    
    max-width: 100%;
    max-height: 100%;
}
.product span {
    display: block;
    width: 80%;    
    text-align: center;
    font-family: 'Montserrat', Helvetica, sans-serif;
    line-height: 22px;
    color: #8e8e8e; 
    margin: 10px auto;
}
.loadOther {
    display: none;
    width: 150px;
    text-transform: uppercase;
    background: #e4e4e4;
    padding: 5px 20px;
    color: #fff;
    font-size: 16px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    text-align: center;
    margin: 10px auto;
    cursor: pointer;
}
.compare {
    background: #00acdd;
    color: #fff;
    text-align: center;
    padding: 20px 0px;
}
.compareBlock {
    display: inline-block;   
    width: 33%;       
    text-align: center;  
    vertical-align: middle;   
    padding: 20px 10px; 
    
    font-family: 'Montserrat', Helvetica, sans-serif;
       
} 
.compareTitle {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
}
.compareTitle b {
    font-size: 24px;
    font-weight: bold;
    display: block;
}
.compareCenter {
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.plus {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("images/plus.png") no-repeat 50% 50%;
}
.minus {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("images/minus.png") no-repeat 50% 50%;   
}
.work {
    width: 30%;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    height: 430px;
    margin: 10px 1%;
    padding: 8px 0px;
    min-width: 345px; 
    background: #fff;
}
.workTitle {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #00acdd;
    text-transform: uppercase;
    padding: 30px 0px;
}
.workBrief {
    font-family: 'Montserrat', Helvetica, sans-serif;
    text-align: left;
    width: 80%;
    margin: 0px auto 20px;
    line-height: 21px;
    height: 108px;
    
}
.work img {
    max-width: 100%;
}

.review {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 185px;
    height: 185px;
    position: relative;
    cursor: pointer; 
    margin: 20px 1%;
}
.play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;   
    background: url("images/play.png") no-repeat 50% 50%;
    width: 60px;
    height: 80px;
    background-size: contain;
    
    
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;  
    
}
.review:hover .play {
    width: 80px;
}
.footer {
    background: #3d3b39;
    padding: 50px 0px;     
    text-align: center;
}
.map {
    margin: 0px 20px;
    display: inline-block;
    width: 400px;
    height: 297px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    background: url("images/map.png") no-repeat 50% 50%;
}
.contact {
    display: inline-block;
    width: 230px;
    margin: 0px 80px;
    text-align: left;
    color: #fff;
    vertical-align: top;
}
.contact div {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;                 
    margin: 5px 0px 20px;
}
.contact span {
    display: block;
    font-size: 24px;   
    font-family: 'Montserrat', Helvetica, sans-serif; 
    margin: 20px 0px;
}
.contact p {
    display: block;
    font-size: 16px;   
    font-family: 'Montserrat', Helvetica, sans-serif; 
    margin: 20px 0px;
}
.contact b {
    display: block;
    font-size: 14px; 
    line-height: 22px;  
    font-weight: normal;
    font-family: 'Montserrat', Helvetica, sans-serif; 
    margin-top: 30px;
}
.footerForm {
    display: inline-block;
    width: 23%;
    vertical-align: top;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #4a4a4a;
}
.footerForm input[type=text], .footerForm textarea {
    font-size: 14px;           
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;       
    border: 1px solid #464646;
    background: #464646;
    padding: 10px 20px;
    margin-right: 27px;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    width: 100%;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.1); 
    margin: 5px 0px; 
    color: #fff;  
}
.footerForm .button {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.footerForm div {
    position: relative;
    top: 30px;
    margin-bottom: -10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.playerLayer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 80%;
    max-width: 830px;
    max-height: 467px;
    display: none;
    z-index: 16;
}
.playerLayerBG {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;    
    display: none;
    background: #000000b5;
    z-index: 15;
}

.productPrice {
    text-align: center;
    color: #00acdd;
    font-size: 22px;
}
.formOk {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 33px;
    text-align: center;
    background: #00ce31 !important;
    color: #fff;
}

.popupForm {
    display: none;
    width: 300px;
    vertical-align: top;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #4a4a4a;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 250px;
    background: #3d3b39;
    z-index: 10;
}
.popupForm input[type=text], .popupForm textarea {
    font-size: 14px;           
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;       
    border: 1px solid #464646;
    background: #464646;
    padding: 10px 20px;
    margin-right: 27px;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    width: 100%;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.1); 
    margin: 5px 0px; 
    color: #fff;  
}
.popupForm .button {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.popupForm div {
    position: relative;
    top: 30px;
    margin-bottom: -10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.popupFormLayer {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;    
    display: none;
    background: #000000d4;
    z-index: 9;    
}
.serviceMobDel {
    display: none;
}

.newNumberLineLayer {
    position: relative;
    width: 100%;
    height: 180px;
    background: #00acdd;  
}

.newNumberLine {  
    position: absolute;
    z-index: 2;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0px auto;
    max-width: 600px;  
    padding: 0px 30px;     
    color: #fff;
}
/*
.newNumberLine:before {
    display: block;
    content: "(";    
    font-size: 120px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bold;
}
.newNumberLine:after {
    display: block;
    content: ")";    
    font-size: 120px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
} */
.newNumberLine span {
    display: inline-block;
    width: 33%;
    text-align: center;
    margin: 55px 0px;
    font-family: 'Montserrat', Helvetica, sans-serif; 
    font-size: 11px;
}

.newNumberLine span b {
    display: block;
    font-size: 48px; 
    line-height: 42px; 
    font-weight: normal;                               
}

.infoListNew {
    margin-top: 45px;
    position: absolute;
    right: 5%;
    top: 0px;
    width: 402px;                                           
    height: 330px;   
    list-style: none;   
    font-family: 'Montserrat', Helvetica, sans-serif; 
    color: #8e8e8e;
    line-height: 40px;
}   
.infoListNew span {
    line-height: 20px;
    /* text-decoration: line-through; */
    font-size: 16px;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    border-bottom: 1px solid #c7c7c7;
    display: inline-block;
    height: 13px;
    margin-bottom: 10px;                                                               
}
.infoListNew p {
    line-height: 20px;
    color: #09961b;
    /* font-weight: bold; */
    font-size: 16px;                                 
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    padding-bottom: 15px;
    background: url("images/dowmArr.png") no-repeat 0px 0px; 
    
    padding-top: 20px;
    margin-top: -20px;
    padding-left: 20px;
    margin-left: -20px;    
    
}
.freeConsButton {
    position: fixed;
    bottom: 15px;
    right: 0px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    padding: 20px 20px;
    background: #2a53a3;
    padding-left: 65px; 
    
    
-webkit-border-top-left-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomleft: 50px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;  
    cursor: pointer;  
    -webkit-transition: padding-right .3s ease;
    -moz-transition: padding-right .3s ease;
    -o-transition: padding-right .3s ease;
    transition: padding-right .3s ease; 
    
-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.27);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.27);   


    z-index: 8;
    
}
.freeConsButton:after {
    content: " ";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;    
    background: #fff url("images/phone_icon.png") no-repeat 50% 50%; 
       
}


.freeConsButton:hover:after {
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    -moz-transition: -moz-transform 300ms ease-in-out;
    -ms-transition: -ms-transform 300ms ease-in-out;
    -o-transition: -o-transform 300ms ease-in-out;
    transition: transform 500ms ease-in-out;
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1; 
} 
.freeConsButton:hover {
    padding-right: 30px;
}


   @-webkit-keyframes flash {
    0% {        
        -moz-transform: rotate(0deg); /* Äëÿ Firefox */
        -ms-transform: rotate(0deg); /* Äëÿ IE */
        -webkit-transform: rotate(0deg); /* Äëÿ Safari, Chrome, iOS */
        -o-transform: rotate(0deg); /* Äëÿ Opera */
        transform: rotate(0deg);
    } 
     
    100% {        
        -moz-transform: rotate(0deg); /* Äëÿ Firefox */
        -ms-transform: rotate(0deg); /* Äëÿ IE */
        -webkit-transform: rotate(0deg); /* Äëÿ Safari, Chrome, iOS */
        -o-transform: rotate(0deg); /* Äëÿ Opera */
        transform: rotate(360deg);
    }
   }
   @-moz-keyframes flash {
    0% {        
        -moz-transform: rotate(0deg); /* Äëÿ Firefox */
        -ms-transform: rotate(0deg); /* Äëÿ IE */
        -webkit-transform: rotate(0deg); /* Äëÿ Safari, Chrome, iOS */
        -o-transform: rotate(0deg); /* Äëÿ Opera */
        transform: rotate(0deg);
    } 
     
    100% {        
        -moz-transform: rotate(0deg); /* Äëÿ Firefox */
        -ms-transform: rotate(0deg); /* Äëÿ IE */
        -webkit-transform: rotate(0deg); /* Äëÿ Safari, Chrome, iOS */
        -o-transform: rotate(0deg); /* Äëÿ Opera */
        transform: rotate(360deg);
    }
   }

   @-o-keyframes flash {
    0% {        
        -moz-transform: rotate(0deg); /* Äëÿ Firefox */
        -ms-transform: rotate(0deg); /* Äëÿ IE */
        -webkit-transform: rotate(0deg); /* Äëÿ Safari, Chrome, iOS */
        -o-transform: rotate(0deg); /* Äëÿ Opera */
        transform: rotate(0deg);
    } 
     
    100% {        
        -moz-transform: rotate(0deg); /* Äëÿ Firefox */
        -ms-transform: rotate(0deg); /* Äëÿ IE */
        -webkit-transform: rotate(0deg); /* Äëÿ Safari, Chrome, iOS */
        -o-transform: rotate(0deg); /* Äëÿ Opera */
        transform: rotate(360deg);
    }
   }
   @keyframes flash {
    0% {        
        -moz-transform: rotate(0deg); /* Äëÿ Firefox */
        -ms-transform: rotate(0deg); /* Äëÿ IE */
        -webkit-transform: rotate(0deg); /* Äëÿ Safari, Chrome, iOS */
        -o-transform: rotate(0deg); /* Äëÿ Opera */
        transform: rotate(0deg);
    } 
     
    100% {        
        -moz-transform: rotate(0deg); /* Äëÿ Firefox */
        -ms-transform: rotate(0deg); /* Äëÿ IE */
        -webkit-transform: rotate(0deg); /* Äëÿ Safari, Chrome, iOS */
        -o-transform: rotate(0deg); /* Äëÿ Opera */
        transform: rotate(360deg);
    }
 
   }

   
   
.popupFormFree {
    display: none;
    width: 300px;
    vertical-align: top;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #4a4a4a;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 250px;
    background: #3d3b39;
    z-index: 10;
}
.popupFormFree input[type=text], .popupFormFree textarea {
    font-size: 14px;           
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;       
    border: 1px solid #464646;
    background: #464646;
    padding: 10px 20px;
    margin-right: 27px;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    width: 100%;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.1); 
    margin: 5px 0px; 
    color: #fff;  
}
.popupFormFree .button {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.popupFormFree div {
    position: relative;
    top: 30px;
    margin-bottom: -10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.popupFormLayerFree {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;    
    display: none;
    background: #000000d4;
    z-index: 9;    
}



.viber {
    background: url("images/viberLogo.png") 50% 50% no-repeat;
    display: block;
    position: fixed;
    right: 265px;
    bottom: 14px;
    width: 60px;
    height: 60px;
}


.popupShow {
    display: block;
    -webkit-animation: fadeInPopup .5s;
    animation: fadeInPopup .5s;        
}
.popupShow2 {
    display: block;
    -webkit-animation: fadeInPopup2 .5s;
    animation: fadeInPopup2 .5s;        
}
@-webkit-keyframes fadeInPopup {                    
    from { opacity: 0; transform: scaleX(1.2) scaleY(1.2) translateY(-20px); }
      to { opacity: 1; transform: scaleX(1) scaleY(1) translateY(0px); }
}  
@keyframes fadeInPopup {                                 
    from { opacity: 0; transform: scaleX(1.2) scaleY(1.2) translateY(-20px); }
      to { opacity: 1; transform: scaleX(1) scaleY(1) translateY(0px); }
}


@-webkit-keyframes fadeInPopup2 {                                                 
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeInPopup2 {                                 
    from { opacity: 0; }
      to { opacity: 1; }
}

