@font-face {
    font-family: 'Calibri';
    src: url('webfont/Calibri.eot@') format('embedded-opentype'),
    url('webfont/Calibri.woff') format('woff'),
    url('webfont/Calibri.ttf') format('truetype'),
    url('webfont/Calibri.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CalibriB';
    src: url('webfont/Calibri-Bold.eot@') format('embedded-opentype'),
    url('webfont/Calibri-Bold.woff') format('woff'),
    url('webfont/Calibri-Bold.ttf') format('truetype'),
    url('webfont/Calibri-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: 'CalibriI';
    src: url('webfont/Calibri-Italic.eot@') format('embedded-opentype'),
    url('webfont/Calibri-Italic.woff') format('woff'),
    url('webfont/Calibri-Italic.ttf') format('truetype'),
    url('webfont/Calibri-Italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
	height: 100%;
    margin: 0;
    padding: 0;
}
.menu-main {
  list-style: none;
  margin: 40px 0 5px;
  padding: 25px 0 5px;
  text-align: center;
  background: white;
}
.menu-main li {display: inline-block;}
.menu-main li:after {
  content: "|";
  color: #000000;
  display: inline-block;
  vertical-align:top;
}
.menu-main li:last-child:after {content: none;}
.menu-main a {
  text-decoration: none;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 20px;
  margin: 0 34px 0 30px;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-block;
  transition: color .2s;
}
.menu-main a, .menu-main a:visited {color: #000000;}
.menu-main a.current, .menu-main a:hover{color: #1daf27;}
.menu-main a:before,
.menu-main a:after {
  content: "";
  position: absolute;
  height: 4px;
  top: auto;
  right: 50%;
  bottom: -5px;
  left: 50%;
  background: #1daf27;
  transition: .8s;
}
.menu-main a:hover:before, .menu-main .current:before {left: 0;}
.menu-main a:hover:after, .menu-main .current:after {right: 0;}   
@media (max-width: 550px) {
.menu-main {padding-top: 0;}
.menu-main li {display: block;}
.menu-main li:after {content: none;}
.menu-main a {
  padding: 25px 0 20px; 
  margin: 0 30px;
}
}
body {
	font-family: 'Calibri';
	font-weight: normal;
	width: 100%;
	max-width: 1900px;
	height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.content {
    margin: 0 auto;
    width: 980px;
    position: relative;
}
.flex {
    display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content:space-between;
}
.header {
    position: absolute;
    left: 0;
    top: 0;
    height: 130px;
    width: 100%;
    background-color: rgba(19,18,0,0.5);
}
.header_tel {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 22px;
    color: #1daf27;
    font-family: 'CalibriB';
}
.header_email {
    position: absolute;
    right: 0;
    top: 42px;
    font-size: 18px;
    color: #fff;
}
.header_tel2 {
    position: absolute;
    right: 0;
    top: 60px;
    font-size: 22px;
    color: #1daf27;
    font-family: 'CalibriB';
}
.header_email2 {
    position: absolute;
    right: 0;
    top: 82px;
    font-size: 18px;
    color: #fff;
}
.header_email3 {
    position: absolute;
    right: 0;
    top: 100px;
    font-size: 18px;
    color: #fff;
}
.header_slogan {
    position: absolute;
    top: 75px;
    left: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}
.header_text {
    width: 265px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 35px;
    left: 280px;
}
.header_year {
    position: absolute;
    left: 450px;
    top: 27px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 75px;
    padding-top: 17px;
    width: 113px;
    height: 80px;
    background: url(img/3.png) no-repeat;
}
.header_year_count {
    font-family: 'CalibriB';
    position: absolute;
    left: 0;
    top: 18px;
    width: 68px;
    height: 50px;
    text-transform: none;
    text-align: center;
    line-height: 2.0;
    font-size: 15px;
}
.header_year_count span {
    font-size: 48px;
    line-height: 0.5;
    display: block;
}
.header_logo {
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 51px;
    font-family: 'CalibriB';
    color: #1dae27;
    line-height: 1.0;
}
.image {
    background-image: url(img/image.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 598px;
}
.image_h1 {
  font-size: 40px;
  font-family: 'CalibriB';
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  text-shadow: 0px 3px 3px rgba(26, 26, 26, 0.75);
  text-transform: uppercase;
  position: absolute;
  left: 113px;
  top: 145px;
}
.image_tehno {
    background-color: #1daf27;
    height: 50px;
    border-radius: 25px;
    line-height: 45px;
    font-size: 26px;
    color: #152614;
    padding: 0 35px;
    position: absolute;
    left: 305px;
    top: 200px;
}
.image_garant {
  font-size: 26px;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(26, 26, 26, 0.75);
  position: absolute;
  top: 270px;
  left: 205px;
}
.image_price_out {
    position: absolute;
    left: 390px;
    top: 327px;
    border: 1px dashed #1daf27;
    border-radius: 4px;
}
.image_price {
    background-color: #1daf27;
    margin: 3px;
    height: 64px;
    line-height: 60px;
    color: #fff;
    font-size: 44px;
    font-family: 'CalibriB';
    padding: 0 19px 0 15px;
}
.image_accii_title {
    position: absolute;
    left: 287px;
    top: 412px;
    color: #152614;
    font-size: 20px;
    text-transform: uppercase;
}
.image_accii_text {
    position: absolute;
    left: 287px;
    top: 445px;
    color: #444444;
    font-size: 20px;
    width: 290px;
}
.image_accii_price {
    position: absolute;
    left: 287px;
    top: 495px;
    color: #152614;
    font-size: 25px;
    font-family: 'CalibriB';
}
.image_forma {
    text-align: center;
    position: absolute;
    top: 425px;
    right: 33px;
    width: 245px;
}
.image_forma input[type="text"] {
    border: 1px solid #737373;
    outline: none;
    -webkit-appearance: none;
    display: inline-block;
    width: 196px;
    height: 32px;
    border-radius: 4px;
    line-height: 32px;
    color: #8c8c8c;
    margin-bottom: 15px;
    padding: 0 12px;
    font-size: 13px;
    vertical-align: top;
    font-family: 'Calibri';
}
.image_forma input[type="submit"]{
    display: inline-block;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 44px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    background: #1daf27;
    padding: 0 12px;
    height: 44px;
    text-transform: uppercase;
    vertical-align: top;
    font-family: 'Calibri';
}
.image_forma_title {
    position: absolute;
    right: 73px;
    top: 360px;
    color: #444444;
    font-size: 20px;
    font-family: 'CalibriB';
    text-transform: uppercase;
}
.image_forma_title_span {
    position: absolute;
    right: 47px;
    top: 385px;
    color: #1daf27;
    font-size: 14px;
    font-family: 'CalibriB';
    text-transform: uppercase;
}
.image_forma_secret {
    position: absolute;
    left: 718px;
    top: 580px;
    color: #444444;
    font-size: 11px;
}
.prem {
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 35px;
    font-size: 0;
}
.prem_item {
    width: 190px;
    padding-left: 120px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    height: 108px;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    font-size: 18px;
    color: #152614;
    line-height: 1.0;
}
.prem_item strong {
    color: #1daf27;
    font-family: 'CalibriB';
}
.prem_item div {
    display: table-cell;
    vertical-align: middle;
    height: 108px;
}
.prem_item:nth-child(1) {
    background-image: url(img/prem_icon1.png);
}
.prem_item:nth-child(2) {
    background-image: url(img/prem_icon2.png);
}
.prem_item:nth-child(3) {
    background-image: url(img/prem_icon3.png);
    margin-right: 0;
}
.prem_item:nth-child(4) {
    background-image: url(img/prem_icon4.png);
}
.prem_item:nth-child(5) {
    background-image: url(img/prem_icon5.png);
}
.prem_item:nth-child(6) {
    background-image: url(img/prem_icon6.png);
    margin-right: 0;
}
.uslugi {
    background-image: url(img/uslugi.png);
    height: 522px;
    padding-top: 50px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
}
.uslugi_title {
    font-size: 40px;
    font-family: "CalibriB";
    color: #152614;
    text-align: center;
}
.uslugi_text {
    text-align: center;
    font-size: 18px;
    color: #152614;
    line-height: 1.1;
    padding-top: 20px;
}
.uslugi_text span {
    background-color: #17bebb;
    display: inline-block;
    padding: 0 5px 2px;
}
.uslugi_del {
    text-align: center;
    font-size: 30px;
    color: #152614;
    line-height: 2.0;
}
.uslugi_del strong {
    font-family: 'CalibriB';
}
.uslugi_table {
    font-size: 0;
    text-align: center;
    padding-top: 10px;
}
.uslugi_item {
    width: 192px;
    padding-top: 210px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    font-size: 20px;
    color: #152614;
    line-height: 1.0;
    text-align: center;
    vertical-align: top;
}
.uslugi_item:nth-child(1) {
    background-image: url(img/uslugi_icon3.png);
}
.uslugi_item:nth-child(2) {
    background-image: url(img/uslugi_icon2.png);
    margin: 0 100px;
}
.uslugi_item:nth-child(3) {
    background-image: url(img/uslugi_icon1.png);
}
.uslugi_item div {
    background-color: #17bebb;
    color: #fff;
    font-size: 26px;
    margin-top: 3px;
    padding-top: 1px;
    padding-bottom: 5px;
}
.price {
    margin-top: -45px;
    background-image: url(img/price.jpg);
    height: 417px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 5;
}
.price_ned {
    position: absolute;
    top: 83px;
    right: 0;
    background: url(img/price_ned.png) no-repeat;
    width: 431px;
    height: 268px;
    
}
.price_ned_title {
    font-size: 28px;
    line-height: 18px;
    color: #fff;
    font-family: 'CalibriB';
    position: absolute;
    top: 65px;
    left: 33px;
}
.price_ned_text {
    position: absolute;
    top: 130px;
    left: 30px;
    color: #152614;
    font-size: 20px;
    width: 380px;
}
.price_title {
    font-size: 31px;
    line-height: 31px;
    color: #152614;
    font-family: 'CalibriB';
    padding-top: 50px;
}
.price_text {
    font-size: 40px;
    line-height: 40px;
    color: #1daf27;
    font-family: 'CalibriB';
    text-transform: uppercase;
    padding-bottom: 25px;
    padding-top: 5px;
}
.price_table {
    width: 480px;
    border-spacing: 0;
    font-size: 18px;
    color: #152614;
}
.price_table td {
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #152614;
}
.price_table tr td:nth-child(2) {
    text-align: right;
    font-family: 'CalibriB';
}
.discont {
    height: 54px;
    line-height: 50px;
    background-color: #152614;
    color: #d7fdec;
    font-size: 27px;
    text-align: center;
}
.discont_bold {
    font-family: 'CalibriB';
    color: #1daf27;
}
.zayvka {
    height: 220px;
    background-color: #d7fdec;
    text-align: center;
}
.zayvka_title {
    font-size: 40px;
    line-height: 38px;
    color: #152614;
    font-family: 'CalibriB';
    text-align: center;
    padding-top: 40px;
    text-transform: uppercase;
}
.zayvka_title_span {
    font-size: 26px;
    color: #152614;
    text-align: center;
}
.zayvka_secret {
    font-size: 11px;
    color: #152614;
    text-align: right;
    margin: 0 auto;
    width: 720px;
}
.zayvka input[type="text"] {
    border: 1px solid #737373;
    outline: none;
    -webkit-appearance: none;
    display: inline-block;
    width: 208px;
    height: 32px;
    border-radius: 4px;
    line-height: 32px;
    color: #8c8c8c;
    margin-right: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 0 12px;
    font-size: 13px;
    vertical-align: top;
    font-family: 'Calibri';
}
.zayvka input[type="submit"]{
    display: inline-block;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 34px;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    background: #1daf27;
    padding: 0 12px;
    height: 34px;
    text-transform: uppercase;
    vertical-align: top;
    font-family: 'Calibri';
}
.zayvka_kak {
    background-color: #fff;
}
.zayvka_kak_block {
    text-align: center;
}
.zayvka_kak_title {
    font-size: 42px;
    line-height: 40px;
    color: #152614;
    font-family: 'CalibriB';
    text-align: center;
    padding-top: 55px;
    padding-bottom: 40px;
}
.zayvka_kak_item {
    width: 202px;
    padding-top: 210px;
    display: inline-block;
    background-position: 50% 0;
    background-repeat: no-repeat;
    font-size: 20px;
    color: #152614;
    line-height: 1.0;
    text-align: center;
    vertical-align: top;
}
.zayvka_kak_item:nth-child(1) {
    background-image: url(img/zayvka_kak_icon1.png);
}
.zayvka_kak_item:nth-child(2) {
    background-image: url(img/zayvka_kak_icon2.png);
    margin: 0 90px;
}
.zayvka_kak_item:nth-child(3) {
    background-image: url(img/zayvka_kak_icon3.png);
}
.zayvka_kak_item strong {
    color: #1daf27;
    font-family: 'CalibriB';
}
.job_block {
    background-color: #d7fdec;
    padding-top: 25px;
    padding-bottom: 45px;
    margin-top: 60px;
    text-align: center;
}
.job_title {
    font-size: 42px;
    line-height: 40px;
    color: #152614;
    font-family: 'CalibriB';
    margin-bottom: 45px;
}
.job_item {
    width: 170px;
    padding-top: 115px;
    display: inline-block;
    background-position: 50% 0;
    background-repeat: no-repeat;
    font-size: 20px;
    height: 40px;
    color: #152614;
    line-height: 1.0;
    text-align: center;
    vertical-align: top;
}
.job_item:nth-child(2) {
    background-image: url(img/job_icon1.png);
}
.job_item:nth-child(4) {
    background-image: url(img/job_icon2.png);
}
.job_item:nth-child(6) {
    background-image: url(img/job_icon3.png);
}
.job_item:nth-child(8) {
    background-image: url(img/job_icon4.png);
}
.job_next {
    background-image: url(img/job_next.png);
    width: 70px;
    height: 155px;
    display: inline-block;
    background-position: 50% 26px;
    background-repeat: no-repeat;
    vertical-align: top;
}
.photo {
    padding-bottom: 60px;
}
.inform {
    background-image: url(img/icon_inform.png);
    background-position: 30px 50%;
    background-repeat: no-repeat;
    padding-left: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 21px;
    color: #152614;
    line-height: 1.2;
}
.inform strong {
    font-family: 'CalibriB';
    color: #1daf27;
}
.vopros {
    background-color: #f4f4f9;
    padding-top: 45px;
    padding-bottom: 75px;
}
.vopros_title {
    font-size: 42px;
    line-height: 40px;
    color: #152614;
    font-family: 'CalibriB';
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
.vopros_item {
    background-image: url(img/icon_vopros.png);
    background-repeat: no-repeat;
    min-height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #152614;
    font-family: 'CalibriB';
    padding-left: 40px;
    margin-top: 15px;
    cursor: pointer;
}
.vopros_item:hover {
    color: #1daf27;
}
.vopros_text {
    display: none;
    padding-left: 75px;
    font-style: italic;
    color: #152614;
    font-family: 'CalibriI';
    font-size: 18px;
}
.vopros_text p {
    margin: 0;
}
.otziv {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
}
.otziv_title {
    font-size: 42px;
    line-height: 40px;
    color: #152614;
    font-family: 'CalibriB';
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}
.otziv_item {
    background-image: url(img/icon_otziv.png);
    background-repeat: no-repeat;
    min-height: 160px;
    padding-left: 188px;
    margin-bottom: 40px;
}
.otziv_name {
    font-size: 30px;
    line-height: 30px;
    color: #1daf27;
    font-family: 'CalibriB';
    margin-bottom: 10px;
}
.otziv_city {
    color: #444444;
    font-size: 18px;
    font-family: 'Calibri';
}
.otziv_text {
    color: #444444;
    font-size: 17px;
    font-family: 'Calibri';
}
.result {
    padding-top: 50px;
    background-color: #f4f4f9;
}
.result_title {
    font-size: 40px;
    line-height: 38px;
    color: #152614;
    font-family: 'CalibriB';
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}
.result_block {
    font-size: 0;
}
.result_item {
    width: 250px;
    padding-top: 265px;
    display: inline-block;
    vertical-align: top;
    margin-right: 115px;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    font-size: 22px;
    color: #152614;
    line-height: 1.0;
    position: relative;
    text-align: center;
}
.result_count {
    position: absolute;
    top: 172px;
    right: 0;
    width: 116px;
    text-align: center;
    font-size: 46px;
    color: #152614;
    font-family: 'CalibriB';
}
.result_item:nth-child(1) {
    background-image: url(img/result1.png);
}
.result_item:nth-child(2) {
    background-image: url(img/result2.png);
}
.result_item:nth-child(3) {
    background-image: url(img/result3.png);
    margin-right: 0;
}
.result_item:nth-child(4) {
    background-image: url(img/result4.png);
}
.result_item:nth-child(5) {
    background-image: url(img/result5.png);
}
.result_item:nth-child(6) {
    background-image: url(img/result6.png);
    margin-right: 0;
}
.result_item:nth-child(1) .result_count {
    font-size: 74px;
    top: 158px;
}
.result_item:nth-child(6) .result_count {
    font-size: 74px;
    top: 158px;
}
.cert {
    height: 495px;
    background-color: #fff;
}
.certb {
    background-image: url(img/man.jpg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    position: relative;
    height: 495px;
}
.cert_title {
    font-size: 40px;
    line-height: 38px;
    color: #152614;
    font-family: 'CalibriB';
    margin-bottom: 50px;
    padding-top: 80px;
    text-transform: uppercase;
    text-align: center;
}
.cert_block {
    position: absolute;
    right: 0;
    top: 160px;
}
.cert_item {
    display: inline-block;
    margin-left: 45px;
}
.contact {
    height: 420px;
    background-color: #d7fdec;
    text-align: center;
}
.contact_title {
    font-size: 42px;
    line-height: 40px;
    color: #152614;
    font-family: 'CalibriB';
    padding-top: 40px;
    text-transform: uppercase;
}
.contact_text {
    font-size: 26px;
    color: #152614;
}
.contact_tel {
    color: #152614;
    font-size: 42px;
    font-family: 'CalibriB';
}
.contact_form_title {
    font-size: 32px;
    line-height: 30px;
    color: #152614;
    font-family: 'CalibriB';
    padding-top: 40px;
    text-align: center;
    padding-top: 20px;
    width: 620px;
    border-top: 1px solid #726e60;
    margin: 40px auto 0;
}
.contact_secret {
    font-size: 11px;
    color: #152614;
    text-align: left;
    margin: 0 auto;
    width: 620px;
}
.contact input[type="text"] {
    border: 1px solid #737373;
    outline: none;
    -webkit-appearance: none;
    display: inline-block;
    width: 208px;
    height: 32px;
    border-radius: 4px;
    line-height: 32px;
    color: #8c8c8c;
    margin-right: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 0 12px;
    font-size: 13px;
    vertical-align: top;
    font-family: 'Calibri';
}
.contact input[type="submit"]{
    display: inline-block;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 34px;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    background: #1daf27;
    padding: 0 12px;
    height: 34px;
    text-transform: uppercase;
    vertical-align: top;
    font-family: 'Calibri';
}
.footer {
    height: 150px;
    background-color: #152614;
    padding-top: 25px;
}
.footer_copy {
    position: absolute;
    right: 0;
    top: 115px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}
.div-t-t { overflow: hidden; }
.a-t-logo { display: block; float: left; height: 85px; padding-left: 100px; background-image: url('/land1/logo.png'); background-repeat: no-repeat; background-position: left top; text-decoration: none; width: 235px; }
.a-t-logo:hover { opacity: 0.8; }
.a-t-logo .span-logo { font-family: "Cricket Bold","Calibri"; font-size: 35px; color: rgb(255, 255, 255); padding-top: 5px; display: block; text-shadow: 1px 1px 6px black; }
.a-t-logo .span-logo span { color: #1daf27; }
.a-t-logo .span-lo { display: block; color: rgb(255, 255, 255); font-size: 16px; line-height: 15px; }
.div-t-con { float: right; }
.div-t-con > div { color: rgb(255, 255, 255); font-size: 35px; font-family: "Calibri"; text-align: right; }
.div-t-con > div span { font-weight: bold; color: #1daf27; }
.div-t-con > span { text-align: right; color: rgb(255, 255, 255); font-size: 16px; display: block; }
#popup__toggle{bottom:25px;right:10px;position:fixed;z-index:999;}
.img-circle{background-color:red;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid green;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:green;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(http://xn--80abalfgge5a8cfz.xn--p1ai/wp-content/uploads/2018/09/mini5.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
