#sections td {vertical-align:top}
#sections a {display:block}
#sections span {display:block}
#sections span.g {height:120px; position:relative; min-width:120px}
#sections span.i {position:absolute; width:120px; top:0; z-index:2}
#sections span.s {position:absolute; width:100%; bottom:0; z-index:1; height:37px; background-color:#000000}
#sections strong {display:block; padding:0.75em; font-weight:normal}
#sections a:hover strong {background-color:#000000; color:#ffffff}
#sections span.active {color:#ffffff}
#sections .s {width:3%}

#sections .gaz a {color:#0353a3}
#sections .gaz span.s,
#sections .gaz a:hover strong,
#sections .gaz .active strong {background-color:#0353a3}

#sections .tech a {color:#cc264c}
#sections .tech span.s,
#sections .tech a:hover strong,
#sections .tech .active strong {background-color:#cc264c}

#sections .oil a {color:#296039}
#sections .oil span.s,
#sections .oil a:hover strong,
#sections .oil .active strong {background-color:#296039}

#sections .vent a {color:#601959}
#sections .vent span.s,
#sections .vent a:hover strong,
#sections .vent .active strong {background-color:#601959}

#sections .lpg a {color:#3c3323}
#sections .lpg span.s,
#sections .lpg a:hover strong,
#sections .lpg .active strong {background-color:#3c3323}

#sections .teplo a {color:#a02040}
#sections .teplo span.s,
#sections .teplo a:hover strong,
#sections .teplo .active strong {background-color:#a02040}










.block-news ul.inline{
    margin-left: 0;
    list-style: none;
}
.block-news ul, .block-news ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

.block-news ul.inline > li, .block-news ol.inline > li {
    vertical-align: top;
}

.block-news ul.inline > li, .block-news ol.inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.block-news li {
    position: relative;
}
.news-items li {
    width: 23%;
    font-size: 11px;
    margin-top: 8px;
}
.block-news li {
    line-height: 20px;
}

.block-news img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}























.wrapper-site {
	width: 1175px;
	margin: 0 auto;
}

#maintable {
	width: 1255px;
	margin: 0 auto;
	background: url("https://gazovikneft.ru/i/flare.png") left top transparent no-repeat;
}


.clear-layer p {
	margin: 0;
}


.clear-layer ul,   .clear-layer table {
	margin: 0;
	padding: 0;
	list-style: none;
}



nav {
	position: absolute;
	width: 1228px;
	height: 40px;
	background: #00A25A;
	border-radius: 8px;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
  font-family: arial;
}

nav ul li {
	display: inline-block;
	line-height: 40px;
	margin: 0 10px;
}

nav ul li:hover {
	background: #137F4F;
}

nav ul li a {

	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	padding: 0 6px;
}

nav .search-nav {
	padding-top: 5px;
	    position: absolute;
    right: 297px;
}

nav .search-nav table{
	top: 6px;
	position: absolute;
	width: 220px;
}


.carousel {
  
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

#myCarousel .active>a {

	font-weight: none !Important;
}

#submenu {
     border-left: 0px solid #296039; 
     background: none; 
     background: white;
     margin-top: 9px;
}
#submenu {
    border-left: 0px solid #0053a3; 
}

.white-nav {
    background: white;
    position: absolute;
        left: 323px;
    width: 33px;
    height: 285px;
    z-index: 10;
    top: 9px;
}

.white-nav-parent {
	position: relative;
	/* margin-left: 35px; */
}

#submenu li {
	list-style-image: none;
	list-style-type: none;
}



/*
nav input[type="submit"],*/
nav input[type="text"]{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}


/*nav input[type="submit"], */
nav  input[type="text"], 
.forma-call-feedback input[type="text"], 
.forma-call-feedback textarea  {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

 nav input[type="submit"] {
 	height: 30px;
 	margin-left: 8px;
 }


.forma-call-feedback {
  font-family: Arial;
}

















#myCarousel {
  height: 299px;
  overflow: hidden;
}

.carousel-control {
  display: none;
}

.carousel-control.right{
  display: block;
}
/*
.page {
  width: 1255px;
  margin: 0 auto;
}*/

.dropdown-menu {
      z-index: 100000000;
}

#myCarouselTopImg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -1px;
  width: 204px;
  background: url('../../template/images/carousel/topcarousel.png') left center;
  z-index: 10;
}

.carousel-indicators .active {
  background-color: #00A25A;
}

.carousel-indicators li {
  background-color: #233B76;
  width: 18px;
    height: 18px;
    border-radius: 18px;
    cursor: pointer;
}

.carousel-caption {
  top: 190px;
  width: 683px;
  overflow: hidden;
  height: 85px;
  right: 0px;
  left: auto;
  text-align: right;
  /*background: linear-gradient(to left, #07AEE9 400px, rgba(7, 174, 233, 0) );*/
  background: url('../../template/images/about/footer/back_for_text_gazovik-gaz.png') no-repeat right;
}

.navbar  {
    margin-bottom: 12px;
}

.nav-list > li > a {
  background: none ;
  text-decoration: underline;
}

.nav-list > li > a:hover {
  text-decoration: underline;
  color: #07AEE9;
}

#myCarousel {
  margin-top: 5px;
  border-top: 1px solid #eee;
  box-sizing: border-box;
  /*padding: 10px;*/
}

.block.left-menu {
  border: 0px solid #eee;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.previewImgNews {
  width: 100px;
  height: auto;
  float: left;
  margin: 0 5px 0 0;
}

.footer {
  width: 100%;
  margin-bottom: 20px;
  height: 231px;
  background: url('../../template/images/about/footer/footerFon.jpg') top center repeat-x;
  position: relative;
}

.footer .contentpage {
  width: 1205px;
  margin: 0 auto;
  position: relative;
}

.footer-lini {
   width: 1205px;
   margin: 32px auto 15px;
  border-top: 1px solid #068E4E;
}

.footer a.logo {
  display: block;
  width: 154px;
  height: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url('../../template/images/about/footer/logogazfooter.jpg');
}

.footer .nav {
  position: absolute;
  left: 200px;
  top: 21px;
}

.footer .nav li{
  margin: 0 19px;
  font-size: 14px;
  display: inline-block;
}

.footer .nav a {
  color: #2A2928;
  text-decoration: underline;
}

.footer .note-warning {
  font-size: 14px;
  position: absolute;
  top: 85px;
  width: 100%;
}

.footer .note-left {
  position: absolute;
  left: 0px;
  top: 160px;
  width: 415px;
  font-size: 16px;
}

.footer .note-left a {
  color: #FFF;
}

.footer .note-left p {
  padding: 0px;
  margin: 5px 0;
  color: #FFF;

}

.footer .note-left p span {
  font-weight: bold;
  font-size: 18px;
}

.footer .note-right {
  top: 150px;
  left: auto;
  right: 0px;
  font-size: 14px ;
}

.footer .socium-groups {
  position: relative;
  margin: 0 auto;
  top: 155px;
  width: 200px;
}

.footer .socium-groups a{
  display: inline-block;
  width: 59px;
  height: 59px;
  margin: 0 5px;  
}

.footer .socium-groups .groupF {
  background: url('../../template/images/about/footer/groupF.jpg');
}

.footer .socium-groups .groupT {
  background: url('../../template/images/about/footer/groupT.jpg');
}

#toTop {
  width: 64px;
  height: 64px;
  background: url('../../template/icone/toTop.png');
  text-align: center;
  padding: 0px;
  position: fixed;
  bottom: 20px;
  left: 10px;
  cursor: pointer;
  display: none;
  z-index: 1000;
}

#feedback-start {
  width: 522px;
  height: 522px;
  position: fixed;
  top: 60%;
  left: 55%;
  margin: -309px 0 0 -309px;
  z-index: 100000000000;
}

/*#feedback-start .logogaz {
  top: 245px;
  left: 197px;
  width: 200px;
  height: 86px;
  z-index: 10000;
  background: url('../../template/icone/feedback/logogaz_v-1.png') no-repeat;
  background-size: contain;
}*/
#feedback-start .logogaz {
    top: 225px;
    left: 167px;
    width: 170px;
    height: 76px;
    z-index: 10000;
    background: url(../../template/icone/feedback/logogaz_v-1.png) no-repeat;
    background-size: contain;
}

#feedback-start a {
  position: absolute;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

#feedback-start .img1 {  
  top: 0px;
  left: 0px;
  width: 315px;
  height: 204px;
  background: url('../../template/icone/feedback/img1_v-1.png') no-repeat;  
  background-size: contain;
}

#feedback-start .img2 {
  top: 0px;
  right: 0px;
  width: 213px;
  height: 309px;
  background: url('../../template/icone/feedback/img2_v-1.png') no-repeat;  
  background-size: contain;
}

#feedback-start .img3 {
  bottom: 0px;
  right: 0px;
  width: 315px;
  height: 204px;
  background: url('../../template/icone/feedback/img3_v-1.png') no-repeat;  
  background-size: contain;
}

#feedback-start .img4 {
  bottom: 0px;
  left: 0px;
  width: 213px;
  height: 309px;
  background: url('../../template/icone/feedback/img4_v-1.png') no-repeat;  
  background-size: contain;
}

#feedback-start a.feedback-start-img:hover {
  animation: eye 1s;
  animation-fill-mode: both;
}

@keyframes eye {
    from { 
      transform: none; 
    }   
    to { 
      transform: scale(1.05);
    }
}

#feedback-start  .closeStartFeedbackMy,
.forma-call-feedback   .closeStartFeedbackMy {
  position: absolute;
  top: 0px;
  right: 0px;
  border-right: 5px;
  color: #fff;
  cursor: pointer;
}

.recommend {
    margin: 10px 0;
    font-size: 24px;
    color: #777;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.recommend a {
  color: #233B77; 
  text-decoration: underline;
}
.recommend a:hover { 
  color: #006DA3;
  text-decoration: none;
}

.block-news {
  height: 200px;
  background: url('../../template/images/about/news/fon_news.png') repeat-x;
  /*margin-left: 0 !important;*/
  padding: 5px 30px 0;
  margin-top: 27px;
}

.block-news li {
  position: relative;
}

.block-news li a {
  display: block;


  margin-top: 5px;
  font-size: 12px;
  line-height: 15px;

  text-decoration: underline;

  color: #FFF;
}
.block-news a:hover {
  text-decoration: none;
}

.block-news .news-title {
  margin: 2px 0 8px;
  font-size: 24px;    
  text-align: center;
  color: #FFF;
}

.block-news .news-title a {
  color: #FFF !Important;
  text-decoration: underline;
}

.block-news .news-title a:hover {
  text-decoration: none;
}


.block-news .block-news-data-publ {
  position: absolute;
      top: 83px;
  left: 110px;
  color: #FFF;
}

.block-news .all-news-url {
  margin: 5px 0;
  text-align: right;
}

.block-news .all-news-url a{
  color: #FFF;
}

.button-feedback {
    cursor: pointer;
    position: fixed;
    left: -1px;
    /* top: 50%; */
    /* margin-top: -135px; */
    top: 50%;
    margin-top: -148px;
    width: 63px;
    height: 297px;
    z-index: 10;
    background: url(../../template/icone/feedback/button-feedback.png);
}



.forma-call-feedback {
    width: 500px;
    /*height: 549px;*/
    position: fixed;
    top: 5%;
    /*left: 35%;*/
    margin: 0px auto;
    z-index: 1000;
    background: url(../../template/icone/feedback/fon-feedback.jpg) #FFF left top no-repeat;
    border-radius: 4px;
    font-style: italic;
    z-index: 999999999;
	background-size: contain;
}

.forma-call-feedback .columm2 p {
  padding: 0px;
  margin: 0px 0px 10px;
  line-height: 18px;
}

.forma-call-feedback .columm2 .input-data {
   margin: 0px;
}

.forma-call-feedback .columm2 .input-data input {
  width: 194px;
  height: 31px;
  box-sizing: border-box;
  text-align: right;
}

.forma-call-feedback .columm2 .input-textarea textarea{
  width: 240px;
  height: 120px;
  box-sizing: border-box;
  text-align: right;
}

.forma-call-feedback .columm2 {
  position: absolute;
  top: 26px;
  width: 330px;
  right: 40px;
  text-align: right;
}
 
.forma-call-feedback .columm2 h2 {
  margin: 0px 0px 20px;
  font-size: 23px;
  line-height: 0px;
}

.forma-call-feedback .btn-forma {

  background: #233B76		;
  width: 193px;
  height: 31px;
  color: #FFF;
  font-weight: bold;
  font-style: italic;
  border: 0px;
  border-radius: 8px;
  font-size: 16px;
  margin: 0px 0px 10px;
}

.forma-call-feedback .btn-forma:hover {
  background: #00A25A;
}

.forma-call-feedback .closeStartFeedbackMy {
    right: -100px;

}

.forma-call-feedback .note{
  font-size: 13px;
}

.wrapper-carouselMy {
  background: #f5f5f5;
  /*margin-left: 0px !important;*/
}


.carousel-caption h4, .carousel-caption p {
    line-height: 17px;
}

.carousel-caption h4 {
    margin: 5px 0 5px;
}

.error-input {
  border: 1px solid red !important;
}


.nav-list > li > a {
    padding: 2px 15px 2px 35px;
}

.left-menu {
  width: 300px;
}

.zakaz {
  display: none;
}

.btn.btn-success {
  /*background-image: linear-gradient(to bottom, #233B76, #233B76);*/
  background: #00A25A;
  color: #FFF;
}

.phone-call .is-call {
  cursor: pointer;
  text-decoration: underline;
  color: #006DA3;
}

.forma-call-feedback .columm2 p.note-content {
    margin-left: -30px;
}

.carousel .right {
  display: block;
  width: 77px;
  height: 75px;
  background: url('../../template/icone/righticone.png');
}

.carousel-control {
  border: none;
  border-radius: 0px;

}

.carousel-control.right {
  right: -2px;
  left: auto;
}

.nav-list {
  font-size: 14px;
}

.block.left-menu {
  padding-top: 5px;
}


.content-recomend .filter {
  position: relative;
  box-sizing: border-box;
  padding: 5px;
  cursor: pointer;  
}

.content-recomend .filter p {
  margin: 0;
}

.content-recomend .filter p:hover {
   text-decoration: underline;
}

.content-recomend .filter:nth-child(even) {
  background: #f5f5f5;
}

.content-recomend .filter .code-filter {
  display: none;
}


.formOlPug .h3 {
  margin-top: 15px;
  font-size: 18px;
}

.formOlPug .h5 {
  margin-left: 18px;
}

.formOlPug input {
  margin: 0;
}

.formOlPug .hidden {
  display: none;
}

#request_text {
	visibility: hidden;
}



.btn {

    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


















ol.no_list {list-style:none !important; list-style-image:none !important; margin:0; padding:0}

fieldset {width:98%; margin:0.5em 0.8em 0.5em 0.2em; padding:0.5em}
legend {font-weight:bold; font-variant:small-caps; color:#296039}

table.quest {width:100%; margin:0; border-collapse:collapse}
table.quest td {padding:0.5em 0.5em 0.5em 0; text-align:left; vertical-align:top; border-bottom:1px dashed #bfb8bf}
table.quest td.sub {padding:0.5em 0.5em 0.5em 1em}
table.quest .small_size {font-size:85%}
table.quest td p {margin:0; padding:0 0 0.3em 0; text-align:left}
span.obligatory {color:red}

table.quest_long {width:100%; margin:0; border-collapse:collapse}
table.quest_long th {padding:0.5em; text-align:center; vertical-align:center; font-weight:normal; background-color:#bfb8bf}
table.quest_long td {padding:0.5em; text-align:center; vertical-align:center; border-bottom:1px dashed #bfb8bf}
table.quest_long td.text {padding:0.5em 0.5em 0.5em 0; text-align:left; border-bottom:0}
table.quest_long td.text_bodr {padding:0.5em 0.5em 0.5em 0; text-align:left}
table.quest_long td.small_text {font-size:85%; text-align:left; border-bottom:0}


a[href="https://metrika.yandex.ru/stat/?id=5672158&from=informer"] {
	position: absolute;
	right: 0px;
    top: 23px;
    display: none;
}


#submenu tr td li a {
  font-size: 14px;
}



#ajaxSearch_submit {
  padding: 1px 6px;
  align-items: flex-start;
    text-align: center;
    color: buttontext;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: buttonface;
    box-sizing: border-box;
        border-width: 2px;
    border-style: outset;
    border-color: buttonface;
        -webkit-user-select: none;
    white-space: pre;

    -webkit-rtl-ordering: logical;
        text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    /*font: 13.3333px Arial;*/

        margin-bottom: 11px;
    margin-left: 9px;
}

#ajaxSearch_input {
  width: 200px;
  height: 16px;
}

.activeInput {
  /*outline: 2px solid green; */
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !Important;
  outline: none;
  box-shadow: 0px 1px 5px green;
}

.forma-call-feedback textarea::-webkit-input-placeholder { font-family: Arial; }
.forma-call-feedback textarea::-webkit-input-placeholder { font-family: Arial;}
.forma-call-feedback textarea::-webkit-input-placeholder { font-family: Arial;}
.forma-call-feedback textarea::-webkit-input-placeholder { font-family: Arial;}

.news-items a {
  color: #FFF !Important;
}



#submenu tr td li a {
    font-size: 14px;
    line-height: 18px;
}

.all-news-url a {
  color: #FFF !Important;
}



body {
    font-family: Arial, sans-serif;

}



#submenu li {
    padding-bottom: .3em;

     line-height: .5em; 

}

.submenu-ul {
 padding: 1em 0 1em 0px;
}

.submenu-ul ul {
      padding: 0em 0 0em 18px !Important;
}


h1.page a {
  text-decoration: none;
  cursor: default;
}


h4 {
    font-size: 17.5px;
}

.carousel-inner p,
nav ul li a {
font-size: 13px;
font-weight: 100 !Important;
}


.call-btn-block {
position: fixed;
	top: auto;
	left: auto;
	right: 50px;
	bottom: 50px;
	width: 65px;
	height: 65px;
	z-index: 99993;
	transform: translate3d(0, 0, 0) perspective(900px) !important;
	transform-style: preserve-3d;
}
.call-btn {
	position: absolute;
	width: 65px;
	height: 65px;
	top: 0;
	right: 0;
	border-radius: 50px;
	background-color: #00A25A;
	color: #fff;
	font-size: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
	transition: width .6s ease-in-out,
	opacity .2s ease-in-out;
	will-change: width;
	cursor: pointer;
}
.call-btn:before, .call-btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	transition: all 0s ease-in-out .6s;
	will-change: transform, opacity;
}
.call-btn:before {
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	background-color: #00A25A;
	opacity: 0;
	animation: circle-fill-anim 2.3s infinite ease-in-out .6s;
	box-shadow: 0 0 2px 0 #00A25A;
}
.call-btn:after {
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 160px;
	height: 160px;
	border: 1px solid #00A25A;
	opacity: 0;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	animation: circle-anim 2.2s infinite ease-in-out .6s;
}
.cad-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
	position: relative;
}
@keyframes circle-fill-anim {
	0%, 100% {
		transform: translate(-50%, -50%) rotate(0) scale(0.6) skew(1deg);
		opacity: .2;
	}
	50% {
		transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
		opacity: .2;
	}
}
@keyframes circle-anim {
	0% {
		transform: translate(-50%, -50%) rotate(0) scale(0.5) skew(1deg);
		opacity: .01;
	}
	30% {
		transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
		opacity: .5;
	}
	100% {
		transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
		opacity: .01;
	}
}
