/**
* Fonts
**/
@font-face {
  font-family: 'CoreSans';
  src: url('../fonts/CoreSansA35Light.eot');
  src: url('../fonts/CoreSansA35Light.eot') format('embedded-opentype'), url('../fonts/CoreSansA35Light.woff2') format('woff2'), url('../fonts/CoreSansA35Light.woff') format('woff'), url('../fonts/CoreSansA35Light.ttf') format('truetype'), url('../fonts/CoreSansA35Light.svg#CoreSansA35Light') format('svg');
  font-weight: 400;
}
@font-face {
  font-family: 'CoreSans';
  src: url('../fonts/CoreSansA55Medium.eot');
  src: url('../fonts/CoreSansA55Medium.eot') format('embedded-opentype'), url('../fonts/CoreSansA55Medium.woff2') format('woff2'), url('../fonts/CoreSansA55Medium.woff') format('woff'), url('../fonts/CoreSansA55Medium.ttf') format('truetype'), url('../fonts/CoreSansA55Medium.svg#CoreSansA55Medium') format('svg');
  font-weight: 500;
}
@font-face {
  font-family: 'CoreSans';
  src: url('../fonts/CoreSansA65Bold.eot');
  src: url('../fonts/CoreSansA65Bold.eot') format('embedded-opentype'), url('../fonts/CoreSansA65Bold.woff2') format('woff2'), url('../fonts/CoreSansA65Bold.woff') format('woff'), url('../fonts/CoreSansA65Bold.ttf') format('truetype'), url('../fonts/CoreSansA65Bold.svg#CoreSansA65Bold') format('svg');
  font-weight: 700;
}
@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?zgu1lc');
  src:  url('/fonts/icomoon.eot?zgu1lc#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?zgu1lc') format('truetype'), url('/fonts/icomoon.woff?zgu1lc') format('woff'), url('/fonts/icomoon.svg?zgu1lc#icomoon') format('svg');
  font-weight: normal; font-style: normal; font-display: block;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html::selection,
body::selection,
div::selection,
span::selection,
applet::selection,
object::selection,
iframe::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
p::selection,
blockquote::selection,
pre::selection,
a::selection,
abbr::selection,
acronym::selection,
address::selection,
big::selection,
cite::selection,
code::selection,
del::selection,
dfn::selection,
em::selection,
img::selection,
ins::selection,
kbd::selection,
q::selection,
s::selection,
samp::selection,
small::selection,
strike::selection,
strong::selection,
sub::selection,
sup::selection,
tt::selection,
var::selection,
b::selection,
u::selection,
i::selection,
center::selection,
dl::selection,
dt::selection,
dd::selection,
ol::selection,
ul::selection,
li::selection,
fieldset::selection,
form::selection,
label::selection,
legend::selection,
table::selection,
caption::selection,
tbody::selection,
tfoot::selection,
thead::selection,
tr::selection,
th::selection,
td::selection,
article::selection,
aside::selection,
canvas::selection,
details::selection,
embed::selection,
figure::selection,
figcaption::selection,
footer::selection,
header::selection,
hgroup::selection,
menu::selection,
nav::selection,
output::selection,
ruby::selection,
section::selection,
summary::selection,
time::selection,
mark::selection,
audio::selection,
video::selection {
  background: #2ec1a0;
  color: #fff;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  outline: none;
  /* cursor: default; */
}
input {
  box-shadow: none;
}
input,
button,
a,
textarea {
  cursor: pointer;
}
.error {
  border: 1px solid #d30000 !important;
}
body {
  line-height: 1em;
  font: 16px 'CoreSans';
  color: #212121;
}
* {
  font: 16px 'CoreSans';
  color: #212121;
}


input {
  -webkit-user-select: initial !important;
  -khtml-user-select: initial !important;
  -moz-user-select: initial !important;
  -ms-user-select: initial !important;
  user-select: initial !important;
}

.license_checkbox {
    width:15px;
    height:15px;
}


section,
header,
footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
}
.clrfix {
  clear: both;
}
.clrfix:before,
.clrfix:after {
  display: table;
  content: '';
}
.b-center {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-width: 320px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
a {
  cursor: pointer;
}
.btn-callback {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  width: 200px;
  padding: 10px 0;
  transition: 0.5s all;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid transparent;
  border-bottom: 2px solid #e57d21;
  background-color: #5cb13b;
  border-radius: 9px;
}
.btn-callback:hover {
  color: #5cb13b;
  border: 1px solid #5cb13b;
  border-bottom: 2px solid #5cb13b;
  background: transparent;
}
.caption {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (max-width: 600px) {
  .caption {
    font-size: 22px;
    line-height: 30px;
  }
}
.sub-caption {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  padding: 0 0 20px 0;
  text-align: center;
  text-transform: uppercase;
  color: #5cb13b;
}
.line-both:after,
.line-both:before {
  position: absolute;
  top: 50%;
  right: 100%;
  display: block;
  width: 1000px;
  height: 1px;
  margin-right: 22px;
  content: '';
  background-color: #ffffff;
}
.line-both:before {
  left: 100%;
  margin-left: 22px;
}
/** Основные стили сайта **/
header {
  position: fixed;
  z-index: 10;
  padding: 35px 0 0 0;
  transition: 0.4s all;
}
header .logo {
  float: left;
  width: 180px;
}

header .logo img {
  float: left;
  width: 180px;
}
header .logo h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  color: #2ec1a0;
}
header .logo p {
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
}
header .header-right {
  float: right;
  width: 365px;/*340*/
  transition: 0.4s all;
}
header .header-right .header-right-phone {
  float: left;
  padding: 2px 0 0 0;
}
header .header-right .header-right-phone p {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #5cb13b;
}
header .header-right .header-right-phone span {
  /* font-size: 1.4em; */
  font-size: 18px;
  color: #5cb13b;
}
header .header-right .header-right-menubtn {
  float: right;
  padding: 2px 0 0 0;
  transition: 0.4s all;
}
header .header-right .header-right-menubtn i {
  font-size: 16px;
  float: left;
  cursor: pointer;
  color: #5cb13b;
}
header .header-right .header-right-menubtn p {
  display: inline-block;
  padding: 0 0 0 11px;
  cursor: pointer;
  color: #ffffff;
}
@media screen and (max-width: 650px) {
  header .logo {
    display: none;
  }
  header .header-right {
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  header .header-right .header-right-phone p {
    font-size: 21px;
  }
  header .header-right .header-right-phone span {
    font-size: 12px;
  }
}
.menu-overflow {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s 0s;
  transition: all 1s 0s;
}
.menu-overflow .menu-small-size {
  float: right;
  width: 300px;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.8);
}
.menu-overflow .menu-small-size .menu__head {
  padding: 21px 0;
  border-bottom: 1px solid white;
}
.menu-overflow .menu-small-size .menu__head span {
  padding-left: 25px;
  text-transform: uppercase;
  color: #ffffff;
}
.menu-overflow .menu-small-size .menu__head .close-small-menu {
  font-size: 44px;
  line-height: 44px;
  position: relative;
  top: -12px;
  float: right;
  margin-right: 25px;
  color: #ffffff;
}
.menu-overflow .menu-small-size ul {
  overflow: hidden;
  margin-top: 15px;
}
.menu-overflow .menu-small-size ul li {
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-top: 10px;
}
.menu-overflow .menu-small-size ul li a {
  font-weight: 300;
  padding-left: 25px;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
}
.menu-overflow .menu-small-size ul li a:hover {
  color: #02b254;
}
.main {
  padding: 136px 0 90px 0;
  background: url('../images/main-bg.jpg') center 0 no-repeat;
}
.main .b-center {
  position: static;
}
.main .main-left, #partners .main-left {
  margin: 0 320px 0 0;
}
.partner .main-left {
  margin: 0 460px 0 0;
}
.main .main-left h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  position: relative;
  padding: 27px 0 28px 0;
  color: #ffffff;
}
.main .main-left h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 294px;
  height: 1px;
  content: '';
  opacity: 0.5;
  background-color: #ffffff;
}
.main .main-left p {
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 0;
  color: #ffffff;
}
.lopd {float:left;width:300px;    padding: 10px 0 0 0;}
.lopd a{
        display: inline-block;
    padding:0 5px;
    color: #000;
    font-size: 15px;
    line-height: 32px;
    text-decoration: none;
}
.locks {
    width:33.333%;
}
.main .main-left a {
  font-size: 18px;
  font-weight: 700;
  display: block;
  width: 170px;
  margin: 100px 0 0 0;
  padding: 13px 0;
  transition: 0.5s all;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid transparent;
      background-color: #5cb13b;
    border-radius: 9px;
}
.main .main-left a:hover {
  color: #212121;
  border: 1px solid transparent;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .main .main-left h1 br {
    display: none;
  }
}
.main .main-right, .partner .main-right {
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 370px;
  padding: 25px 30px 20px;
  background-color: #ffffff;
}
body #partners .tasks-tabs p {
    text-align: right;
    font-size: 19px;
    padding-left: 0;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}
.partner .main-right h3 {
    text-transform: uppercase;
    color: #000 !important;
    text-align: left !important;
    line-height: 1.5;
    font-size: 20px !important;
}
.partner .main-right {
    width: 430px;
    padding-right: 0;
    padding-left: 50px;
}

.main .main-right p, #partners .main-right p {
  font-size: 14px;
  text-align: center;
  color: #7a7e7f;
}
.main .main-right h3, #partners .main-right h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #5cb13b;
}
.main .main-right form, #partners .main-right form  {
  margin: 25px 0 0 0;
}
.main .main-right form input[type='text'],
.main .main-right form textarea,
.main .main-right form input[type='tel'],
#partners .main-right form input[type='text'],
#partners .main-right form textarea,
#partners .main-right form input[type='tel']  {
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0 0 10px 0;
  padding: 0 15px;
  color: #cdcdcd;
  border: 1px solid #dbdfe3;
  outline: none;
  background-repeat: no-repeat;
  background-position: 94% 50%;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.main .main-right form input[type='text']::-moz-placeholder,
.main .main-right form textarea::-moz-placeholder,
.main .main-right form input[type='tel']::-moz-placeholder {
  color: #7a7e7f;
  opacity: 1;
}
.main .main-right form input[type='text']:-ms-input-placeholder,
.main .main-right form textarea:-ms-input-placeholder,
.main .main-right form input[type='tel']:-ms-input-placeholder {
  color: #7a7e7f;
}
.main .main-right form input[type='text']::-webkit-input-placeholder,
.main .main-right form textarea::-webkit-input-placeholder,
.main .main-right form input[type='tel']::-webkit-input-placeholder {
  color: #7a7e7f;
}
.main .main-right form input[type='text']:focus,
.main .main-right form textarea:focus,
.main .main-right form input[type='tel']:focus {
  color: #000000;
  border-color: #000000;
}
.main .main-right form input[type='text']:focus::-moz-placeholder,
.main .main-right form textarea:focus::-moz-placeholder,
.main .main-right form input[type='tel']:focus::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.main .main-right form input[type='text']:focus:-ms-input-placeholder,
.main .main-right form textarea:focus:-ms-input-placeholder,
.main .main-right form input[type='tel']:focus:-ms-input-placeholder {
  color: #000000;
}
.main .main-right form input[type='text']:focus::-webkit-input-placeholder,
.main .main-right form textarea:focus::-webkit-input-placeholder,
.main .main-right form input[type='tel']:focus::-webkit-input-placeholder {
  color: #000000;
}
.main .main-right form input[type='text'] {
  background-image: url('../images/input-name-after-focus.png');
}
.main .main-right form input[type='text']:focus {
  background-image: url('../images/input-name-after.png');
}
.main .main-right form input[type='tel'] {
  background-image: url('../images/input-phone-after-focus.png');
}
.main .main-right form input[type='tel']:focus {
  background-image: url('../images/input-phone-after.png');
}
.main .main-right form input[type='submit'] {
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
}












#partners .main-right form input[type='text']::-moz-placeholder,
#partners .main-right form textarea::-moz-placeholder,
#partners .main-right form input[type='tel']::-moz-placeholder {
  color: #7a7e7f;
  opacity: 1;
}
#partners .main-right form input[type='text']:-ms-input-placeholder,
#partners .main-right form textarea:-ms-input-placeholder,
#partners .main-right form input[type='tel']:-ms-input-placeholder {
  color: #7a7e7f;
}
#partners .main-right form input[type='text']::-webkit-input-placeholder,
#partners .main-right form textarea::-webkit-input-placeholder,
#partners .main-right form input[type='tel']::-webkit-input-placeholder {
  color: #7a7e7f;
}
#partners .main-right form input[type='text']:focus,
#partners .main-right form textarea:focus,
#partners .main-right form input[type='tel']:focus {
  color: #000000;
  border-color: #000000;
}
#partners .main-right form input[type='text']:focus::-moz-placeholder,
#partners .main-right form textarea:focus::-moz-placeholder,
#partners .main-right form input[type='tel']:focus::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
#partners .main-right form input[type='text']:focus:-ms-input-placeholder,
#partners .main-right form textarea:focus:-ms-input-placeholder,
#partners .main-right form input[type='tel']:focus:-ms-input-placeholder {
  color: #000000;
}
#partners .main-right form input[type='text']:focus::-webkit-input-placeholder,
#partners .main-right form textarea:focus::-webkit-input-placeholder,
#partners .main-right form input[type='tel']:focus::-webkit-input-placeholder {
  color: #000000;
}
#partners .main-right form input[type='text'] {
  background-image: url('../images/input-name-after-focus.png');
}
#partners .main-right form input[type='text']:focus {
  background-image: url('../images/input-name-after.png');
}
#partners .main-right form input[type='tel'] {
  background-image: url('../images/input-phone-after-focus.png');
}
#partners .main-right form input[type='tel']:focus {
  background-image: url('../images/input-phone-after.png');
}
#partners .main-right form input[type='submit'] {
  position: relative;
  
  left: 0;
  width: 100%;
}
.new_page.main {
  padding-top: 40px;
}
#partners .tasks-tabs p {
    text-align: right;
    font-size: 16px;
}




















.main .mousedown {
  position: absolute;
  bottom: 65px;
  left: 50%;
  width: 20px;
  height: 68px;
  margin-left: -10px;
  background: url('../images/mousedown.png') center 0 no-repeat;
}











@media screen and (max-width: 1000px) {
  .main {
    padding: 165px 0 80px 0;
  }
}
@media screen and (max-width: 768px) {
    
    
    .main .main-right {
    width: 100%;}
    
    
    
    
    
    
  .main {
    background: url('../images/main-bg-tablet.jpg') center 0 no-repeat;
  }
  .main .mousedown {
    display: none;
  }
}
@media screen and (max-width: 768px) {
	header {
   padding: 10px 0 10px 0!important;
}
header .header-right .header-right-menubtn {
    padding: 2px 0 0 0!important;
}
header .header-right {
    padding: 0px!important;
}
.main {
    padding: 95px 0 45px 0;    background-size: 1000px;
}
.partner .partner__slider {
    margin-top: 10px;
    padding-bottom: 0;
}
  .main .main-left {
    width: 100%;
    margin: 0;
  }
  
  
  .partner .partner__slider .swiper-wrapper .swiper-slide {

    height: auto;
    padding-bottom: 30px;}
    
    
  
  .main .main-left h1 {
    font-size: 24px;
    line-height: 30px;
    padding: 30px 0 15px 0;
    text-align: center;
  }
  .main .main-left h1:after {
    left: 50%;
    margin-left: -147px;
  }
  .main .main-left p {
    font-size: 16px;
    line-height: 19px;
    padding: 15px 0 0 0;
    text-align: center;
  }
  .main .main-left a {
    margin: 25px auto 20px;
  }
.main .main-right {
    float: none;
    margin: 5px auto;
    margin-bottom: 40px;
}

}
.tasks {
  overflow: visible;
  padding: 0 0 85px 0;
}
.tasks .first-list {
  font-size: 1px;
  position: relative;
  top: -52px;
  text-align: justify;
}
.tasks .first-list:after {
  display: inline-block;
  width: 100%;
  content: '';
}
.tasks .first-list li {
  display: inline-block;
  width: 230px;
  text-align: center;
  vertical-align: top;
}
.tasks .first-list li em {
  display: block;
  width: 104px;
  height: 104px;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.2s all;
  border-radius: 50%;
  background-color: #5cb13b;
}
.tasks .first-list li em img {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.tasks .first-list li em div {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.tasks .first-list li h3 {
  font-size: 18px;
  font-weight: 700;
  padding: 27px 0 8px 0;
}
.tasks .first-list li p {
  font-size: 16px;
}
.tasks .first-list li:hover em {
  transform: scale(1.1);
}
.tasks .sub-caption {
  padding: 40px 0 10px 0;
}
.tasks .caption {
  padding: 0 0 60px 0;
}
.tasks .last-list {
  font-size: 1px;
  position: relative;
  padding: 0 0 65px 0;
  text-align: justify;
}
.tasks .last-list:after {
  display: inline-block;
  width: 100%;
  content: '';
}
.tasks .last-list li {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 120px;
  text-align: center;
}
.tasks .last-list li.ui-state-active em {
  background: #5cb13b;
  background-color: #5cb13b;
}
.tasks .last-list li em {
  display: block;
  width: 79px;
  height: 79px;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.3s all;
  border-radius: 50%;
  background-color: #2dc19f;
}
.tasks .last-list li em img {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.tasks .last-list li em div {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.tasks .last-list li:hover em {
  background: #5cb13b;
  transform: scale(1.1);
}
.tasks .last-list li p {
  font-size: 14px;
  font-weight: 700;
  padding: 20px 0 0 0;
  text-transform: uppercase;
  color: #252a3a;
}
.tasks .last-list li a {
  text-decoration: none;
}
.tasks .last-list .last-list-line {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 50%;
  width: 90%;
  height: 1px;
  margin-left: -45%;
  background-color: #2ec1a0;
}
.tasks .tasks-tabs-block {
  overflow: hidden;
}
.tasks .tasks-left {
  float: left;
}
.tasks .tasks-right {
    margin: 0;
    float: left;
    width: 33.3333%;
}
.tasks .tasks-right h3 {
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 10px 0;
}
.tasks .tasks-right p {
  padding: 8px 0;
}
.taska {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 15px;
    }
.tasks .tasks-right p.list {
    padding: 15px;
    font-size: 21px;
    font-weight: 400;
    padding-left: 56px;
    position: relative;
    margin-top: 10px;
}
.tasks .tasks-right p.list i {
    position: absolute;
    left: 0;
    font-size: 15px;
    padding: 10px;
    background: #5cb13b;
    border-radius: 50%;
    color: #fff;
}
.tasks .tasks-right a {
/*   font-size: 14px;
  display: inline-block;
  width: 159px;
  margin: 20px 0 0 0;
  padding: 13px 0; */
  text-decoration: none;
      font-size: 21px;
}



.tasks .tasks-right .tasks-right-price {
  display: inline-block;
  margin: 0 0 0 24px;
}
.tasks .tasks-right .tasks-right-price i {
  font-size: 16px;
  display: inline-block;
}
.tasks .tasks-right .tasks-right-price p {
  display: inline-block;
}
.tasks .tasks-right .tasks-right-price p b {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .tasks {
    padding: 0 0 50px 0;
  }
  .tasks .caption br {
    display: none;
  }
  .tasks .sub-caption {
    padding: 20px 0 10px;
  }
  .tasks .first-list {
    top: 0;
    max-width: 600px;
    margin: 60px auto 0;
    text-align: center;
  }
  .tasks .first-list li {
    margin: 0 0 30px 0;
  }
  .tasks .first-list li h3 {
    padding: 15px 0 8px 0;
  }
}
@media screen and (max-width: 800px) {
  .tasks .last-list {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 0 10px 0;
  }
  .tasks .last-list li {
    margin: 0 0 30px 0;
  }
  .tasks .last-list .last-list-line {
    display: none;
  }
  .tasks .tasks-left {
    float: none;
  }
  .tasks .tasks-left img {
    display: block;
    margin: 0 auto 30px;
    max-width: 400px;
    height: auto;
    width: 100%;
  }
  .tasks .tasks-right {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .tasks .caption {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 420px) {
  .tasks .last-list {
    max-width: 265px;
  }
  .tasks .tasks-right .tasks-right-price {
    display: block;
    margin: 0;
  }
}
.advantages {
  padding: 50px 0 70px 0;
  background: url('../images/advantages-bg.jpg') center 0 no-repeat;
}
.advantages .sub-caption {
  padding-bottom: 10px;
}
.advantages .about__figuren {
  margin: 25px 0 0 0;
  text-align: center;
  font-size: 1px;
}
.advantages .about__figuren li {
  display: inline-block;
  width: 25%;
  margin-right: 4%;
  text-align: center;
  vertical-align: top;
}
.advantages .about__figuren li:last-child {
  margin-right: 0;
}
.advantages .about__figuren li i {
  font-size: 90px;
  font-weight: 300;
  line-height: 105px;
  color: #5cb13b;
}
.advantages .about__figuren li span {
  font-size: 16px;
  font-weight: 700;
}
.advantages .about__figuren li p {
  font-size: 18px;
  color: #212121;
}
@media screen and (max-width: 940px) {
  .advantages {
    padding: 60px 0 30px;
    background: url('../images/advantages-bg-tablet.jpg') center 0 no-repeat;
  }
  .advantages ul {
    text-align: center;
  }
  .advantages ul li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .advantages ul li h3 {
    padding: 15px 0 10px 0;
  }
}
.partner {
  padding: 65px 0 0 0;
}
.partner .sub-caption {
  padding-bottom: 10px;
}
.partner .partner__slider {
  margin-top: 30px;
  padding-bottom: 30px;
}
.cols {
	    z-index: 999;
    font-size: 18px;
    display: block;
    opacity: 1;
    color: #000;
}
.partner .partner__slider .swiper-wrapper .swiper-slide {
  width: 200px;
    height: 320px;
    padding-bottom: 45px;
  text-align: center;
  overflow: hidden;
}
.partner .partner__slider .swiper-wrapper .swiper-slide img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 400px) {
  .partner .partner__slider .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
}
.partner .partner__slider .swiper-scrollbar {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}
.partner .partner__slider .swiper-scrollbar .swiper-scrollbar-drag {
  top: -2px;
  height: 5px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #e6e6e6;
}
.garant {
  padding: 82px 0 55px 0;
  background: url('../images/garant-bg.jpg') center 0 no-repeat;
}
.garant .garant-left {
  float: left;
  overflow: hidden;
  width: 670px;
}
.garant .garant-left h2 {
  line-height: 30px;
  padding: 0 0 37px 0;
  text-align: left;
  color: #ffffff;
}
.garant .garant-left ul li {
  display: inline-block;
  float: right;
  width: 340px;
  margin: 0 0 50px 0;
  vertical-align: top;
}
.garant .garant-left ul li:first-child em img {
  width: 50px;
  height: auto;
}
.garant .garant-left ul li:nth-child(odd) {
  float: left;
  width: 300px;
}
.garant .garant-left ul li em {
  display: block;
  float: left;
  width: 79px;
  height: 79px;
  margin: 0 10px 0 0;
  cursor: pointer;
  transition: 0.2s all;
  text-align: center;
  border-radius: 50%;
  background-color: #2dc19f;
}
.garant .garant-left ul li em img {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.garant .garant-left ul li em div {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.garant .garant-left ul li h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  color: #ffffff;
}
.garant .garant-left ul li p {
  font-size: 16px;
  line-height: 19px;
  overflow: hidden;
  color: #ffffff;
}
.garant .garant-left ul li:hover em {
  transform: scale(1.1);
}
.garant .garant-right {
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 300px;
  padding: 25px 25px 20px;
  background-color: #ffffff;
}
.garant .garant-right p {
  font-size: 14px;
  text-align: center;
  color: #7a7e7f;
}
.garant .garant-right h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
.garant .garant-right form {
  margin: 25px 0 0 0;
}
.garant .garant-right form input[type='text'],
.garant .garant-right form textarea,
.garant .garant-right form input[type='tel'] {
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0 0 10px 0;
  padding: 0 15px;
  color: #cdcdcd;
  border: 1px solid #dbdfe3;
  outline: none;
  background-repeat: no-repeat;
  background-position: 94% 50%;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.garant .garant-right form input[type='text']::-moz-placeholder,
.garant .garant-right form textarea::-moz-placeholder,
.garant .garant-right form input[type='tel']::-moz-placeholder {
  color: #7a7e7f;
  opacity: 1;
}
.garant .garant-right form input[type='text']:-ms-input-placeholder,
.garant .garant-right form textarea:-ms-input-placeholder,
.garant .garant-right form input[type='tel']:-ms-input-placeholder {
  color: #7a7e7f;
}
.garant .garant-right form input[type='text']::-webkit-input-placeholder,
.garant .garant-right form textarea::-webkit-input-placeholder,
.garant .garant-right form input[type='tel']::-webkit-input-placeholder {
  color: #7a7e7f;
}
.garant .garant-right form input[type='text']:focus,
.garant .garant-right form textarea:focus,
.garant .garant-right form input[type='tel']:focus {
  color: #000000;
  border-color: #000000;
}
.garant .garant-right form input[type='text']:focus::-moz-placeholder,
.garant .garant-right form textarea:focus::-moz-placeholder,
.garant .garant-right form input[type='tel']:focus::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.garant .garant-right form input[type='text']:focus:-ms-input-placeholder,
.garant .garant-right form textarea:focus:-ms-input-placeholder,
.garant .garant-right form input[type='tel']:focus:-ms-input-placeholder {
  color: #000000;
}
.garant .garant-right form input[type='text']:focus::-webkit-input-placeholder,
.garant .garant-right form textarea:focus::-webkit-input-placeholder,
.garant .garant-right form input[type='tel']:focus::-webkit-input-placeholder {
  color: #000000;
}
.garant .garant-right form input[type='text'] {
  background-image: url('../images/input-name-after-focus.png');
}
.garant .garant-right form input[type='text']:focus {
  background-image: url('../images/input-name-after.png');
}
.garant .garant-right form input[type='tel'] {
  background-image: url('../images/input-phone-after-focus.png');
}
.garant .garant-right form input[type='tel']:focus {
  background-image: url('../images/input-phone-after.png');
}
.garant .garant-right form input[type='submit'] {
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .garant {
    padding: 60px 0 120px;
    background: url('../images/garant-bg-tablet.jpg') center 0 no-repeat;
  }
  .garant .garant-left {
    float: none;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }
  .garant .garant-left h2 {
    text-align: center;
  }
  .garant .garant-left ul li {
    width: 340px !important;
  }
  .garant .garant-right {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .garant {
    background: url('../images/main-bg-mobile.jpg') center 0 no-repeat;
  }
  .garant .garant-left ul li {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
  .garant .garant-left ul li em {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .garant .garant-left ul li h3 {
    padding: 10px 0 5px 0;
    text-align: center;
  }
  .garant .garant-left ul li p {
    text-align: center;
  }
  .garant .garant-right {
    margin: 30px auto 0;
  }
}
.calculation {
  padding: 0px 0 70px;
}
.calculation .b-center {
  padding: 0 0 0 10px;
}
.calculation .sub-caption {
  padding: 0 0 10px 0;
}
.calculation .caption {
  padding: 0 0 65px 0;
}
.calculation .caption span {
  font-size: 24px;
  line-height: 28px;
  display: block;
}
@media screen and (max-width: 600px) {
  .calculation .caption span {
    font-size: 18px;
  }
}
.calculation .calculation-left {
  float: left;
  width: 100%;
  max-width: 580px;
  padding: 60px 0 0 0;
}
.calculation .calculation-left .calculation-left-countblock {
  overflow: hidden;
  padding: 10px 0 18px;
}
.calculation .calculation-left .calculation-left-countblock .object {
  font-size: 16px;
  font-weight: 700;
  float: left;
  width: 155px;
  text-transform: uppercase;
}
.calculation .calculation-left .calculation-left-countblock .slider {
  position: relative;
  z-index: 1;
  float: left;
  width: 301px;
  height: 10px;
  margin: 6px 0 0 0;
  cursor: pointer;
  border-radius: 15px;
  background-color: #e6e6e6;
}
.calculation .calculation-left .calculation-left-countblock .slider:after {
  position: absolute;
  bottom: -34px;
  left: -4px;
  width: 313px;
  height: 35px;
  content: '';
  background: url('../images/calculation-sub-slider.png') 0 0 no-repeat;
  background-size: 100% 100%;
}
.calculation .calculation-left .calculation-left-countblock .slider .ui-slider-range {
  position: absolute;
  z-index: 2;
  display: block;
  height: 100%;
  padding-right: 5px;
  cursor: pointer;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #2dc19f;
  background-image: linear-gradient(to top, #33bfb7 0%, #2fc19f 100%);
}
.calculation .calculation-left .calculation-left-countblock .slider span {
  position: absolute;
  z-index: 3;
  top: -5px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-left: -0.6em;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #2dc19f;
}
.calculation .calculation-left .calculation-left-countblock .count {
  font-size: 18px;
  float: right;
  box-sizing: border-box;
  width: 78px;
  margin: -10px 0 0 0;
  padding: 10px 0;
  text-align: center;
  color: #7a7e7f;
  border: 1px solid #dbdfe3;
  background-color: #ffffff;
}
.calculation .calculation-left .calculation-left-presence {
  margin: 20px 0 0 0;
}
.calculation .calculation-left .calculation-left-presence p {
  font-weight: 700;
  float: left;
  width: 260px;
  padding: 6px 0 0 0;
  text-transform: uppercase;
}
.calculation .calculation-left .calculation-left-presence .checkbox-block {
  overflow: hidden;
  margin: 0 0 4px;
  padding: 3px 0;
}
.calculation .calculation-left .calculation-left-presence .checkbox-block label {
  position: relative;
  float: left;
  width: 47px;
  height: 25px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 100px;
  background: #e6e6e6;
}
.calculation .calculation-left .calculation-left-presence .checkbox-block label div {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 19px;
  height: 19px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 50%;
  background: #ffffff;
}
.calculation .calculation-left .calculation-left-presence .checkbox-block input {
  display: none;
}
.calculation .calculation-left .calculation-left-presence .checkbox-block input:checked + label {
  background-color: #e5e5e5;
  background-image: linear-gradient(to top, #33bfb7 0%, #2fc19f 100%);
}
.calculation .calculation-left .calculation-left-presence .checkbox-block input:checked + label div {
  left: 25px;
}
.calculation .calculation-left .calculation-left-totalbenefit {
  font-size: 20px;
  margin: 38px 0 0 0;
}
.calculation .calculation-left .calculation-left-totalbenefit b {
  font-size: 30px;
  font-weight: 700;
}
.calculation .calculation-right {
  position: relative;
  float: right;
  width: 307px;
  padding: 30px 0 105px 50px;
  background-color: #33c0b4;
}
.calculation .calculation-right:after {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 2000px;
  height: 100%;
  content: '';
  background-color: #33c0b4;
}
.calculation .calculation-right p {
  font-size: 16px;
  color: #ffffff;
}
.calculation .calculation-right p i {
  font-size: 16px;
  margin: 0 10px 0 0;
  color: #ffffff;
}
.calculation .calculation-right p b {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.calculation .calculation-right p:last-of-type {
  font-weight: 700;
}
.calculation .calculation-right .calculation-right-form {
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 300px;
  margin: 25px 0 0 0;
  padding: 25px 30px 20px;
  background-color: #ffffff;
}
.calculation .calculation-right .calculation-right-form p {
  font-size: 16px;
  text-align: center;
  color: #7a7e7f;
}
.calculation .calculation-right .calculation-right-form p:first-of-type {
  font-weight: 700;
  line-height: 17px;
  padding: 0 0 15px 0;
  text-transform: uppercase;
  color: #ff9e00;
}
.calculation .calculation-right .calculation-right-form h3 {
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 20px 0;
  text-align: center;
  color: #2ec1a0;
}
.calculation .calculation-right .calculation-right-form input[type='text'],
.calculation .calculation-right .calculation-right-form textarea,
.calculation .calculation-right .calculation-right-form input[type='tel'] {
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0 0 10px 0;
  padding: 0 15px;
  color: #cdcdcd;
  border: 1px solid #dbdfe3;
  outline: none;
  background-repeat: no-repeat;
  background-position: 94% 50%;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.calculation .calculation-right .calculation-right-form input[type='text']::-moz-placeholder,
.calculation .calculation-right .calculation-right-form textarea::-moz-placeholder,
.calculation .calculation-right .calculation-right-form input[type='tel']::-moz-placeholder {
  color: #7a7e7f;
  opacity: 1;
}
.calculation .calculation-right .calculation-right-form input[type='text']:-ms-input-placeholder,
.calculation .calculation-right .calculation-right-form textarea:-ms-input-placeholder,
.calculation .calculation-right .calculation-right-form input[type='tel']:-ms-input-placeholder {
  color: #7a7e7f;
}
.calculation .calculation-right .calculation-right-form input[type='text']::-webkit-input-placeholder,
.calculation .calculation-right .calculation-right-form textarea::-webkit-input-placeholder,
.calculation .calculation-right .calculation-right-form input[type='tel']::-webkit-input-placeholder {
  color: #7a7e7f;
}
.calculation .calculation-right .calculation-right-form input[type='text']:focus,
.calculation .calculation-right .calculation-right-form textarea:focus,
.calculation .calculation-right .calculation-right-form input[type='tel']:focus {
  color: #000000;
  border-color: #000000;
}
.calculation .calculation-right .calculation-right-form input[type='text']:focus::-moz-placeholder,
.calculation .calculation-right .calculation-right-form textarea:focus::-moz-placeholder,
.calculation .calculation-right .calculation-right-form input[type='tel']:focus::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.calculation .calculation-right .calculation-right-form input[type='text']:focus:-ms-input-placeholder,
.calculation .calculation-right .calculation-right-form textarea:focus:-ms-input-placeholder,
.calculation .calculation-right .calculation-right-form input[type='tel']:focus:-ms-input-placeholder {
  color: #000000;
}
.calculation .calculation-right .calculation-right-form input[type='text']:focus::-webkit-input-placeholder,
.calculation .calculation-right .calculation-right-form textarea:focus::-webkit-input-placeholder,
.calculation .calculation-right .calculation-right-form input[type='tel']:focus::-webkit-input-placeholder {
  color: #000000;
}
.calculation .calculation-right .calculation-right-form input[type='text'] {
  background-image: url('../images/input-name-after-focus.png');
}
.calculation .calculation-right .calculation-right-form input[type='text']:focus {
  background-image: url('../images/input-name-after.png');
}
.calculation .calculation-right .calculation-right-form input[type='tel'] {
  background-image: url('../images/input-phone-after-focus.png');
}
.calculation .calculation-right .calculation-right-form input[type='tel']:focus {
  background-image: url('../images/input-phone-after.png');
}
.calculation .calculation-right .calculation-right-form input[type='submit'] {
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
}
header .header-right .header-right-phone {
    padding: 0;
}
header .header-right .header-right-phone span{
	display: block;
}
@media screen and (max-width: 970px) {
  .calculation {
    padding: 60px 0 0;
  }
  .calculation .b-center {
    padding: 0 10px;
  }
  .calculation .caption {
    padding: 0 0 30px 0;
  }
  .calculation .calculation-left {
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  .calculation .calculation-left .calculation-left-countblock {
    margin: 0;
  }
  .calculation .calculation-left .calculation-left-countblock .object {
    display: block;
    float: none;
    width: auto;
    padding: 0 0 15px 0;
    text-align: center;
  }
  .calculation .calculation-left .calculation-left-countblock .slider {
    float: none;
    width: 280px;
    margin: 0 auto;
  }
  .calculation .calculation-left .calculation-left-countblock .slider:after {
    width: 292px;
  }
  .calculation .calculation-left .calculation-left-countblock .count {
    float: none;
    margin: 50px auto 0;
  }
  .calculation .calculation-left .calculation-left-presence {
    width: 300px;
    margin: 20px auto 0;
    text-align: left;
  }
  .calculation .calculation-left .calculation-left-presence p {
    width: 250px;
  }
  .calculation .calculation-left .calculation-left-totalbenefit {
    margin: 0;
    padding: 20px 0 30px;
    text-align: center;
  }
  .calculation .calculation-right {
    float: none;
    width: 100%;
    margin-left: -10px;
    padding: 30px 10px 120px;
    text-align: center;
  }
  .calculation .calculation-right:after {
    display: none;
  }
  .calculation .calculation-right p b {
    font-size: 20px;
  }
  .calculation .calculation-right .calculation-right-form {
    float: none;
    margin: 15px auto 0;
    border-right: 1px solid #33c0b4;
    border-left: 1px solid #33c0b4;
  }
}
.sale {
  padding: 75px 0 85px;
  background: url('../images/sale-bg.jpg') center 0 no-repeat;
}
.sale .caption {
  padding: 0 0 60px 0;
  color: #ffffff;
}
.sale .sale-left {
  float: left;
  box-sizing: border-box;
  width: 47%;
  min-height: 350px;
  padding: 35px 3.5%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.sale .sale-left h3 {
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 15px 0;
  text-transform: uppercase;
  color: #ffffff;
}
.sale .sale-left ul li {
  font-size: 16px;
  overflow: hidden;
  margin: 0 0 6px 0;
  color: #ffffff;
}
.sale .sale-left ul li i {
  font-size: 16px;
  position: relative;
  top: 2px;
  float: left;
  margin: 0 12px 0 0;
  color: #5cb13b;
}
.sale .sale-left ul li p {
  overflow: hidden;
  margin: 0 0 0 28px;
  color: #ffffff;
}
.sale .sale-right {
  float: right;
  box-sizing: border-box;
  width: 47%;
  min-height: 350px;
  padding: 35px 3.5%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.sale .sale-right h3 {
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 15px 0;
  text-transform: uppercase;
  color: #ffffff;
}
.sale .sale-right p {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.sale .sale-right .sale-right-box {
  padding: 15px 0 20px;
}
.sale .sale-right .sale-right-box em {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 79px;
  height: 79px;
  padding: 18px 0 0 0;
  text-align: center;
  border-radius: 50%;
  background-color: #5cb13b;
}
.sale .sale-right .sale-right-box p {
  padding: 3px 0 3px 105px;
}
.sale .sale-right .sale-right-box p span {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 970px) {
  .sale {
    padding: 60px 0;
    background: url('../images/sale-bg-tablet.jpg') center 0 no-repeat;
  }
  .sale .caption {
    padding: 0 0 30px 0;
  }
  .sale .sale-left {
    float: none;
    width: 100%;
    max-width: 520px;
    height: auto;
    margin: 0 auto 20px;
  }
  .sale .sale-left h3 {
    text-align: center;
  }
  .sale .sale-right {
    float: none;
    width: 100%;
    max-width: 520px;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .sale .sale-right .sale-right-box {
    width: 300px;
    margin: 0 auto;
    text-align: left;
  }
#partners .main-left {
    margin: 0;
}
}
@media screen and (max-width: 520px) {
.img_box img {
    max-width: 100% !important;
}
.partner .main-right {
    width: 100% !important;
    padding: 0 15px !important;
}


  .sale .sale-right .sale-right-box p {
    padding: 5px 0 3px 90px;
  }
  .sale .sale-right .sale-right-box p span {
    font-size: 20px;
  }
}
.review {
  padding: 85px 0 90px 0;
}
.review .caption {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 0 70px 0;
}
.review .review-list .review-list-block {
  float: left;
  box-sizing: border-box;
  width: 490px;
  padding: 45px 45px 27px 0;
  background-color: #3b4155;
}
.review .review-list .review-list-block.dark {
  background-color: #252939;
}
.review .review-list .review-list-block .review-list-block-left {
  float: left;
  width: 200px;
  text-align: center;
}
.review .review-list .review-list-block .review-list-block-left img {
  margin: 0 0 20px 0;
}
.review .review-list .review-list-block .review-list-block-right {
  margin: 0 0 0 200px;
}
.review .review-list .review-list-block .review-list-block-right h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  color: #ffffff;
}
.review .review-list .review-list-block .review-list-block-right h3:last-of-type {
  padding: 0 0 10px 0;
  font-size: 14px;
}
.review .review-list .review-list-block .review-list-block-right p {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 5px 0;
}
.review .review-list .review-list-block .review-list-block-right p:last-of-type {
  padding: 5px 0 25px 0;
}
.review .review-list .review-list-block .review-list-block-right p b {
  color: #fff;
  font-weight: 700;
}
.review .review-list .review-list-block .review-list-block-right ul li {
  overflow: hidden;
  margin: 0 0 17px 0;
}
.review .review-list .review-list-block .review-list-block-right ul li i {
  font-size: 16px;
  float: left;
  color: #2dc19f;
}
.review .review-list .review-list-block .review-list-block-right ul li p {
  font-size: 14px;
  line-height: 17px;
  overflow: hidden;
  margin: 0 0 0 27px;
  padding: 0 !important;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .review {
    padding: 60px 0 0 0;
  }
  .review .caption {
    padding: 0 0 25px 0;
  }
  .review .review-list .review-list-block {
    width: 110%;
    margin: 0 0 0 -10px;
  }
}
@media screen and (max-width: 470px) {
  .review .review-list .review-list-block {
    padding: 45px 0 27px;
  }
  .review .review-list .review-list-block.dark {
    background-color: #3b4155;
  }
  .review .review-list .review-list-block:nth-child(even) {
    background-color: #252939;
  }
  .review .review-list .review-list-block .review-list-block-left {
    float: none;
    width: 100%;
  }
  .review .review-list .review-list-block .review-list-block-left img {
    display: block;
    margin: 0 auto 20px;
  }
  .review .review-list .review-list-block .review-list-block-right {
    margin: 0;
  }
  .review .review-list .review-list-block .review-list-block-right h3 {
    padding: 10px 0 20px;
    text-align: center;
  }
  .review .review-list .review-list-block .review-list-block-right ul {
    max-width: 350px;
    margin: 0 auto;
    padding: 0 20px 0 10px;
  }
}
.contact {
  padding: 100px 0 120px;
  text-align: center;
  background: url('../images/contact-bg.jpg') center 0 no-repeat;
}
.contact h3 {
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 20px 0;
  text-transform: uppercase;
  color: #5cb13b;
}
.contact h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  padding: 0 0 40px 0;
  text-transform: uppercase;
  color: #ffffff;
}
.contact p {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5cb13b;
}
.contact p br {
  display: none;
}
.contact p:last-of-type {
  font-size: 24px;
}
.contact span {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  padding: 23px 0 0 0;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .contact h2 br {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .contact {
    background: url('../images/contact-bg-mobile.jpg') center 0 no-repeat;
  }
  .contact p {
    padding: 0 0 10px;
  }
  .contact p br {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .contact {
    padding: 60px 0;
  }
  .contact h3 {
    font-size: 18px;
  }
  .contact h2 {
    font-size: 26px;
  }
  .contact p {
    font-size: 20px;
  }
  .contact span {
    font-size: 14px;
  }
}
.map {
  position: relative;
}
.map #map_canvas {
  width: 100%;
  height: 500px;
}
.map .b-center {
  overflow: visible;
}
.map .b-center .map-form {
  position: absolute;
  z-index: 2;
  top: 57px;
  right: 0;
  background: #fff;
  padding: 25px 27px;
  box-sizing: border-box;
  width: 300px;
}
.map .b-center .map-form h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.map .b-center .map-form h3 span {
  font-size: 22px;
}
.map .b-center .map-form form {
  margin: 25px 0 0 0;
}
.map .b-center .map-form form input[type='text'],
.map .b-center .map-form form textarea,
.map .b-center .map-form form input[type='tel'] {
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0 0 10px 0;
  padding: 0 15px;
  color: #cdcdcd;
  border: 1px solid #dbdfe3;
  outline: none;
  background-repeat: no-repeat;
  background-position: 94% 50%;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.map .b-center .map-form form input[type='text']::-moz-placeholder,
.map .b-center .map-form form textarea::-moz-placeholder,
.map .b-center .map-form form input[type='tel']::-moz-placeholder {
  color: #7a7e7f;
  opacity: 1;
}
.map .b-center .map-form form input[type='text']:-ms-input-placeholder,
.map .b-center .map-form form textarea:-ms-input-placeholder,
.map .b-center .map-form form input[type='tel']:-ms-input-placeholder {
  color: #7a7e7f;
}
.map .b-center .map-form form input[type='text']::-webkit-input-placeholder,
.map .b-center .map-form form textarea::-webkit-input-placeholder,
.map .b-center .map-form form input[type='tel']::-webkit-input-placeholder {
  color: #7a7e7f;
}
.map .b-center .map-form form input[type='text']:focus,
.map .b-center .map-form form textarea:focus,
.map .b-center .map-form form input[type='tel']:focus {
  color: #000000;
  border-color: #000000;
}
.map .b-center .map-form form input[type='text']:focus::-moz-placeholder,
.map .b-center .map-form form textarea:focus::-moz-placeholder,
.map .b-center .map-form form input[type='tel']:focus::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.map .b-center .map-form form input[type='text']:focus:-ms-input-placeholder,
.map .b-center .map-form form textarea:focus:-ms-input-placeholder,
.map .b-center .map-form form input[type='tel']:focus:-ms-input-placeholder {
  color: #000000;
}
.map .b-center .map-form form input[type='text']:focus::-webkit-input-placeholder,
.map .b-center .map-form form textarea:focus::-webkit-input-placeholder,
.map .b-center .map-form form input[type='tel']:focus::-webkit-input-placeholder {
  color: #000000;
}
.map .b-center .map-form form input[type='text'] {
  background-image: url('../images/input-name-after-focus.png');
}
.map .b-center .map-form form input[type='text']:focus {
  background-image: url('../images/input-name-after.png');
}
.map .b-center .map-form form input[type='tel'] {
  background-image: url('../images/input-phone-after-focus.png');
}
.map .b-center .map-form form input[type='tel']:focus {
  background-image: url('../images/input-phone-after.png');
}
.map .b-center .map-form form input[type='submit'] {
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
}
.map .b-center .map-form form textarea {
  height: 82px;
  resize: none;
  padding: 7px 30px 0 15px;
  background-position: 94% 10px;
  background-image: url('../images/textarea-bg.png');
}
.map .b-center .map-form form textarea:focus {
  background-image: url('../images/textarea-bg-focus.png');
}
@media screen and (max-width: 1000px) {
  .map .b-center .map-form {
    right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .map .b-center {
    background: #252a3a;
    padding: 60px 0 120px;
  }
  .map .b-center .map-form {
    position: relative;
    margin: 0 auto;
    top: 0;
    right: 0;
  }
}
footer {
  overflow: hidden;
  padding: 18px 0 27px 0;
}
footer .b-center {
  font-size: 0;
  text-align: center;
}
footer .b-center:after {
  display: inline-block;
  width: 100%;
  content: '';
}
footer .copyright {
  font-size: 14px;
  display: inline-block;
  padding: 18px 0 0 0;
  vertical-align: top;
  color: #737373;
}

.mob.partner {
  display: none !important;
}




@media screen and (max-width: 800px) {
.mob.partner, .partner.vis_all {
  display: block !important;
}
.partner {
  display: none;
}

  footer .copyright {
    display: block;
    text-align: center;
  }
}
footer .politics {
  font-size: 14px;
  display: inline-block;
  padding: 18px 0 0 0;
  vertical-align: top;
  text-decoration: underline;
  color: #737373;
}
footer .politics:hover {
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  footer .politics {
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
  }
  
.advantages .about__figuren li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
}
.tasks .tasks-right p.list {
    padding: 9px 5px;
    text-align: left;
        padding-left: 45px;
}

.lopd {
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
}
  
}
footer img {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  footer img {
    display: block;
    margin: 20px auto 0;
  }
}
/** Политика конфеденциальности **/
.politicsbody {
  position: relative;
  overflow: hidden;
  min-width: 280px;
  max-width: 960px;
  margin: 0 auto;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.politicsbody h2 {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  background: #afafaf;
  font: 22px 'CoreSans';
  color: #ffffff;
}
.politicsbody h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  color: #3f3f3f;
}
.politicsbody p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  float: left;
  margin-bottom: 20px;
  padding: 0 30px;
  color: #3f3f3f;
}
.politicsbody p span {
  font-size: 18px;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}
.politicsbody .closepolitics {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px 0;
}
/**
* Forms
**/
.form {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.form h3 {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #0c9ba4;
}
.form input[type='text'],
.form textarea,
.form input[type='email'],
.form input[type='tel'] {
  font-size: 16px;
  width: 249px;
  height: 40px;
  padding: 0 15px;
  color: #cdcdcd;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #DBDFE3;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.form input[type='text']::-moz-placeholder,
.form textarea::-moz-placeholder,
.form input[type='email']::-moz-placeholder,
.form input[type='tel']::-moz-placeholder {
  color: #7a7e7f;
  opacity: 1;
}
.form input[type='text']:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form input[type='email']:-ms-input-placeholder,
.form input[type='tel']:-ms-input-placeholder {
  color: #7a7e7f;
}
.form input[type='text']::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder,
.form input[type='email']::-webkit-input-placeholder,
.form input[type='tel']::-webkit-input-placeholder {
  color: #7a7e7f;
}
.form input[type='text']:focus,
.form textarea:focus,
.form input[type='email']:focus,
.form input[type='tel']:focus {
  color: #000;
  border-color: #000;
}
.form input[type='text']:focus::-moz-placeholder,
.form textarea:focus::-moz-placeholder,
.form input[type='email']:focus::-moz-placeholder,
.form input[type='tel']:focus::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.form input[type='text']:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder,
.form input[type='email']:focus:-ms-input-placeholder,
.form input[type='tel']:focus:-ms-input-placeholder {
  color: #000000;
}
.form input[type='text']:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder,
.form input[type='email']:focus::-webkit-input-placeholder,
.form input[type='tel']:focus::-webkit-input-placeholder {
  color: #000000;
}
.form textarea {
  height: 100px;
  resize: none;
  padding: 11px 15px;
  color: #cdcdcd;
}
.form input[type='submit'] {
  width: 249px;
}
.form--callback {
  width: 300px;
  padding: 30px 0;
  text-align: center;
  background: #ffffff;
}
.form--callback h3 {
  font-size: 22px;
  font-weight: 700;
  color: #2ec1a0;
}
.form--callback form {
  padding: 20px 0 0 0;
}
.form--callback input[type='text'],
.form--callback input[type='tel'] {
  margin-bottom: 9px;
}
.form--callback input[type='submit'] {
  margin-top: 10px;
}
/**
* Reveal Modals
**/
#overlay {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.reveal-modal {
  position: fixed;
  z-index: 20;
  top: 20%;
  left: 0;
  display: none;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-left: 0;
  opacity: 0;
}
.reveal-modal .modal_close {
  font-size: 26px;
  font-weight: 300;
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}
.reveal-politics {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  opacity: 0;
}
.reveal-politics .politicsbody {
  position: relative;
  width: 95%;
  margin: 0 auto;
}
.reveal-politics .politicsbody .modal_close {
  font-size: 32px;
  font-weight: 300;
  position: absolute;
  top: 7px;
  right: 30px;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}
#modal-video {
  position: fixed;
  z-index: 102;
  top: 15%;
  left: 0;
  height: 1px;
  display: none;
  width: 100%;
  opacity: 0;
}
#modal-video .modal-video__body {
  position: relative;
  min-width: 280px;
  max-width: 800px;
  margin: 0 auto;
}
#modal-video .modal-video__body .modal_close {
  font-size: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
  color: #ffffff;
}
#modal-video .modal-video__body .video_block {
  width: 90%;
  margin: 0 auto;
}
#successfull .successfull-body {
  font-size: 22px;
  position: relative;
  box-sizing: border-box;
  width: 400px;
  height: 200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  color: #000000;
  border-radius: 10px;
  background-color: #ffffff;
}
#successfull .successfull-body h3 {
  font-size: 30px;
}
.img_box img {
  display: block;
  margin: 30px auto;
}
.header-right-phone p a {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #5cb13b;
    text-decoration: none;
}
.img_box img {
    max-width: 500px;
}


/**
111
**/


.partner .partner__slider .swiper-wrapper .swiper-slide {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0;
    height: 320px;
    padding-bottom: 0;
}
.partner .partner__slider .swiper-wrapper .swiper-slide img {
    max-height: 275px;
}
.cols {
    height: 45px;
	overflow: hidden;
	    margin-bottom: 5px;
}
.swiper-wrapper{
	    text-align: center;		
}
.cols a{
    text-decoration: none;	
}
.copyright span{
	display: block;
    margin-top: 5px;
}
textarea#cod{
	padding: 10px 15px!important;
	height: 70px!important;
}
@media screen and (max-width: 768px) {
	textarea#cod {
    height: 90px!important;
}
	.partner .partner__slider .swiper-wrapper .swiper-slide {
    width: 49%;
    margin: 10px 0;
    height: auto;
	}
	.main {
    padding: 70px 0 45px 0;
	}
	#main > .b-center{
		    display: table;
	}
	#main > .b-center .main-right{
		
	}
#main > .b-center .main-left {
    display: table-header-group;
}
.cols {
    height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
    font-size: 16px;
}
}
.header-right-phone span a,
.b-center p a{
	text-decoration: none;
}
[class^="i-"], [class*=" i-"] {font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.i-whatsapp1:before {content: "\e901"; color: #26d367;}
.i-telegram:before {content: "\e900"; color: #30a8dc;}




/* ilypopov25 edition */

/* - Block company description - */
.company-description-text{
  font-size: 18px;
  padding: 12px 15px 20px 15px;
  text-align: center;
}
.swiper-company-description{
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    margin: 0 0 20px 0;
}

/* buttonPartner_SendRequest */
.btn-send-request{
  margin: 30px;
}

/* telefone-number */
.telefone-number{
  text-decoration: none;
  cursor: pointer!important;
}
/* section Marketplace */
.section-company-marketplace{
    padding: 20px 0 20px;
    background: url(../images/sale-bg.jpg) center 0 no-repeat;
}

.section-company-marketplace .list-marketplaces{
    font-size: 1px;
    position: relative;
    text-align: justify;
}

.section-company-marketplace .list-marketplaces li{
  display: inline-block;
  width: 244px;
  text-align: center;
  vertical-align: top;
}

.section-company-marketplace .list-marketplaces li em{
  display: block;
  width: 150px;
  height: 104px;
  margin: 0 auto;
  transition: 0.2s all;
  border-radius: 50%;
}
.section-company-marketplace .list-marketplaces li em img{
  width: 150px;
  border-radius: 50%;
}
.section-company-marketplace .list-marketplaces li em div{
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.section-company-marketplace .list-marketplaces li h3{
  font-size: 18px;
  font-weight: 700;
  padding: 80px 0 8px 0;
}

.section-company-marketplace .list-marketplaces li p{
  font-size: 16px;
}
.company-marketplace-h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    position: relative;
    text-align: center;
    margin: 0px 15px 40px 15px;
    text-transform: uppercase;
    color: white;
}
@media screen and (max-width: 960px) {
  .section-company-marketplace .list-marketplaces{
    top: 0;
    max-width: 600px;
    margin: 30px auto 0;
    text-align: center;
  }
  .section-company-marketplace .list-marketplaces li h3{
    padding: 30px 0 0px 0;
    font-size: 11px;
  }

  .section-company-marketplace .list-marketplaces li em img{
    width: 60px;
  }
  .section-company-marketplace .list-marketplaces li em{
    display: block;
    width: 57px;
    height: 40px;
    margin: 0 auto;
    transition: 0.2s all;
    border-radius: 50%;
  }
  .section-company-marketplace .list-marketplaces li{
    width: 78px;
  }

}
@media screen and (max-width: 970px) {
  .section-company-marketplace{  
    padding: 60px 0;
    background: url(../images/sale-bg.jpg);
  }
}
.h2-content{
  font-size: 24px;
  line-height: 30px;
  padding: 30px 0 15px 0;
  text-align: center;
  position: relative;
   color: #ffffff;
}

a#dec-full, a#dec-full:hover {
  margin: 0 ;
  border: none ;
  background: transparent ;
}

#dec-overlay {
  position: fixed ;
  display: none ;
  z-index: 9998 ;
  left: 0 ;
  top: 0 ;
  width: 100% ;
  height: 100% ;
  background: rgba(0, 0, 0, .75);
}

#dec {
  position: fixed ;
  display: none ;
  z-index: 9999 ;
  left: 0 ;
  top: 0 ;
  width: 100% ;
  height: 100% ;
  padding: 20px ;
}

#dec > a {
  float: right ;
}

#dec > img {
  display: block ;
  width: 100% ;
  height: auto ;
}

a.messanger-button>div {
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    height: 71px;
    text-align: center;
    width: 71px;
    position: fixed;
    right: 3.4%;
    z-index: 9999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}
.whatsapp-button {
    background: #25d366 url('/images/whatsapp.png') no-repeat center center;
    border: 3px solid #25d366;
    box-shadow: 0 8px 10px rgba(66, 73, 233, 0.6);
    bottom: 150px;
}

.telegram-button {
    background-color: #139bd0;
    background-image: url('/images/teleg.png');
    border: 3px solid #30a3d5;
    box-shadow: 0 8px 10px rgba(55, 174, 226, 0.6);
    bottom: 260px;
}
.vk-button {
    background-color: #139bd0;
    /*background-image: url('/images/vk.svg');*/
    border: 3px solid #30a3d5;
    bottom: 370px;
}

.messanger-button .text-button span {
    text-align: center;
    color: #25d366 ;
    opacity: 0;
    font-size: 0;
    width: 100%;
    font-weight: 600;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}
.messanger-button .text-button {
    height: 100%;
    display: flex;
    align-items: center;
}

.telegram-button .text-button span {
    color: #30a3d5;
    right: 30px;
}

.vk-button .text-button span{
    color:#139bd0;
}
.messanger-button .text-button:hover span {
    opacity: 1;
    font-size: 12px;
}

.messanger-button>div:hover i {
    display: none;
    color: #25d366 ;
    font-size: 44px;
    transition: .3s;
}

.messanger-button>div:hover {
    z-index: 1;
    background: #fff;
    color: transparent;
    transition: .3s;
}

.telegram-button:hover i {
    color: #37aee2;
}

.messanger-button i {
    color: #fff;
    font-size: 44px;
    transition: .3s;
    line-height: 66px;
    transition: .5s ease-in-out;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
    margin-left: 13px;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(66,73,233,0.3),0 0 0 0 rgba(66,73,112,0.2),0 0 0 0 rgba(66,73,233,0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(66,73,233,0.3),0 0 0 15px rgba(66,73,233,0.2),0 0 0 0 rgba(66,73,233,0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(66,73,233,0.3),0 0 0 30px rgba(66,73,233,0),0 0 0 26.7px rgba(66,73,233,0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(66,73,233,0.3),0 0 0 30px rgba(66,73,233,0),0 0 0 40px rgba(66,73,233,0.0)
    }
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(66,73,233,0.3),0 0 0 0 rgba(66,73,112,0.2),0 0 0 0 rgba(66,73,233,0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(66,73,233,0.3),0 0 0 15px rgba(66,73,233,0.2),0 0 0 0 rgba(66,73,233,0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(66,73,233,0.3),0 0 0 30px rgba(66,73,233,0),0 0 0 26.7px rgba(66,73,233,0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(66,73,233,0.3),0 0 0 30px rgba(66,73,233,0),0 0 0 40px rgba(66,73,233,0.0)
    }
}

@-webkit-keyframes hoverWaveTg {
    0% {
        box-shadow: 0 8px 10px rgba(55, 174, 226,0.3),0 0 0 0 rgba(55, 174, 226,0.2),0 0 0 0 rgba(55, 174, 226,0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(55, 174, 226,0.3),0 0 0 15px rgba(55, 174, 226,0.2),0 0 0 0 rgba(55, 174, 226,0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(55, 174, 226,0.3),0 0 0 30px rgba(55, 174, 226,0),0 0 0 26.7px rgba(55, 174, 226,0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(55, 174, 226,0.3),0 0 0 30px rgba(55, 174, 226,0),0 0 0 40px rgba(55, 174, 226,0.0)
    }
}

@keyframes hoverWaveTg {
    0% {
        box-shadow: 0 8px 10px rgba(55, 174, 226,0.3),0 0 0 0 rgba(55, 174, 226,0.2),0 0 0 0 rgba(55, 174, 226,0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(55, 174, 226,0.3),0 0 0 15px rgba(55, 174, 226,0.2),0 0 0 0 rgba(55, 174, 226,0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(55, 174, 226,0.3),0 0 0 30px rgba(55, 174, 226,0),0 0 0 26.7px rgba(55, 174, 226,0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(55, 174, 226,0.3),0 0 0 30px rgba(55, 174, 226,0),0 0 0 40px rgba(55, 174, 226,0.0)
    }
}

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}


@media screen and (max-width: 480px) {
    .whatsapp-button {
        bottom: 100px;
        background-size: 32px;
    }

    .telegram-button {
        bottom: 190px;
    }

    .vk-button {
        bottom: 280px;
    }

    .messanger-button>div {
        width: 70px;
        height: 70px;
        right: 20px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .messanger-button .text-button {
        width: 70px;
        height: 70px;
    }

    .messanger-button .text-button span {
        left: 0;
        right: 0;
        top: 25px;
        font-size: 9px;
        font-weight: normal;
        text-align: center;
    }
}
