@font-face {
  font-family: "MuseoCyrl";
  src: url("../fonts/MuseoCyrl900.eot");
  src: url("../fonts/MuseoCyrl900.eot") format("embedded-opentype"),
    url("../fonts/MuseoCyrl900.woff2") format("woff2"),
    url("../fonts/MuseoCyrl900.woff") format("woff"),
    url("../fonts/MuseoCyrl900.ttf") format("truetype"),
    url("../fonts/MuseoCyrl900.svg#MuseoCyrl900") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "MuseoCyrl";
  src: url("../fonts/MuseoCyrl700.eot");
  src: url("../fonts/MuseoCyrl700.eot") format("embedded-opentype"),
    url("../fonts/MuseoCyrl700.woff2") format("woff2"),
    url("../fonts/MuseoCyrl700.woff") format("woff"),
    url("../fonts/MuseoCyrl700.ttf") format("truetype"),
    url("../fonts/MuseoCyrl700.svg#MuseoCyrl700") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "MuseoCyrl";
  src: url("../fonts/MuseoCyrl500.eot");
  src: url("../fonts/MuseoCyrl500.eot") format("embedded-opentype"),
    url("../fonts/MuseoCyrl500.woff2") format("woff2"),
    url("../fonts/MuseoCyrl500.woff") format("woff"),
    url("../fonts/MuseoCyrl500.ttf") format("truetype"),
    url("../fonts/MuseoCyrl500.svg#MuseoCyrl500") format("svg");
  font-weight: 500;
  font-style: normal;
}

/*common*/
body {
  color: #272727;
}
input {
  -webkit-appearance: none !important;
}
body,
button,
textarea,
input {
  font-family: "MuseoCyrl", sans-serif;
  font-weight: 500;
}
button {
  font-weight: 700;
  cursor: pointer;
}
button,
textarea,
input {
  box-sizing: border-box;
  border: none;
  outline: none;
}
.content {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1140px;
}
.page-wrap {
  position: relative;
  overflow: hidden;
}
.clear-fix:after {
  content: "";
  display: block;
  clear: both;
}
.flex-container {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.va-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.spacer_bottom,
.spacer_top,
.spacer {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.spacer > * {
  -ms-flex-item-align: center;
  align-self: center;
}
.spacer_bottom > * {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.spacer_top > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.pos-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.photo-max-size {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.photo-full-size {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.d-ib {
  display: inline-block;
}
.hidden {
  display: none !important;
}
.mobile-visible {
  display: none;
}
.blue-btn {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 390px;
  font-size: 35px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.blue-btn:after {
  content: "";
  position: absolute;
  left: -24px;
  right: -24px;
  top: -26px;
  bottom: -26px;
  background: url("../images/btn-shadow.png") no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.blue-btn span {
  position: relative;
  z-index: 5;
  display: block;
  height: 86px;
  line-height: 86px;
  background: #0c65ed;
}
.blue-btn:hover span {
  background: #0054d5;
}
h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  color: #272727;
  line-height: 1.3;
}
h2 em {
  color: #0c65ed;
}
/*end common*/

/*main*/
.main {
  text-align: center;
  background: url("../images/bg/main-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 768px;
  box-sizing: border-box;
  color: #ffffff;
  padding-top: 180px;
  padding-bottom: 136px;
}
h1 {
  font-size: 55px;
  font-weight: 900;
  line-height: 1.2;
}
h1 em {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  height: 59px;
  line-height: 52px;
  background: #0c65ed;
}
.main__btn {
  margin-top: 102px;
}
/*end main*/

/*about*/
.about {
  padding-top: 132px;
  padding-bottom: 134px;
}
.about__list {
  margin-top: 56px;
}
.about__item {
  width: 48.77%;
  margin-right: 2.46%;
  min-height: 326px;
  position: relative;
  box-sizing: border-box;
  padding: 20px 32px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
}
.about__item:nth-child(2) {
  margin-right: 0;
}
.about__item-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.about__item-bg_1 {
  background: url("../images/about/bg-1.jpg") no-repeat center right;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.about__item-bg_2 {
  background: url("../images/about/bg-2.jpg") no-repeat center right;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.about__info {
  max-width: 950px;
  margin: 48px auto 0;
  font-size: 25px;
  text-align: center;
  line-height: 1.4;
}
.about__info em {
  display: block;
  font-weight: 900;
  color: #0c65ed;
}
.about__item-desc {
  top: -3px;
  font-size: 25px;
  line-height: 1.4;
  max-width: 335px;
  position: relative;
  z-index: 5;
}
.about__item-desc small {
  margin-top: -3px;
  display: block;
  line-height: 1.25;
  font-size: 20px;
}
/*end about*/

/*offer*/
.offer {
  background: url("../images/bg/offer-bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
}
.offer .content {
  padding-top: 108px;
  padding-bottom: 97px;
  position: relative;
}
.offer .content:after,
.offer .content:before {
  content: "";
  background: url("../images/decor/offer-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  width: 145px;
  height: 145px;
}
.offer .content:after {
  top: -72px;
  left: -125px;
}
.offer .content:before {
  bottom: -72px;
  right: -242px;
}
.offer__left {
  margin-top: 91px;
  max-width: 585px;
}
.offer__desc {
  font-size: 25px;
  margin-bottom: 35px;
  line-height: 1.4;
}
.offer__desc:last-child {
  margin-bottom: 0;
}
.offer__desc em {
  font-weight: 900;
  color: #3a7dee;
}
.offer__desc strong {
  font-weight: 900;
  color: #0c65ed;
}
/*end offer*/

/*data*/
.data {
  background: url("../images/bg/data-bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 88px;
  padding-bottom: 103px;
}
.data h2 {
  color: #ffffff;
}
.data__list {
  margin-top: 82px;
}
.data__item {
  width: 31.57%;
  position: relative;
  box-sizing: border-box;
  margin-right: 2.64%;
  text-align: center;
  padding: 40px 26px 194px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
}
.data__item-desc {
  font-size: 25px;
  line-height: 1.2;
}
.data__item:last-child {
  margin-right: 0;
}
.data__item-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.data__item-icon_1 {
  background: url("../images/data/icon-1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 122px;
  height: 106px;
  bottom: 43px;
}
.data__item-icon_2 {
  background: url("../images/data/icon-2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 114px;
  height: 114px;
  bottom: 42px;
}
.data__item-icon_3 {
  background: url("../images/data/icon-3.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 116px;
  height: 116px;
  bottom: 45px;
}
/*end data*/

/*prices*/
.prices {
  padding-bottom: 23px;
  padding-top: 111px;
  position: relative;
}
.prices:after {
  content: "";
  position: absolute;
  background: url("../images/decor/price-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 771px;
  height: 771px;
  left: -348px;
  top: 95px;
}
.prices h2,
.prices__btn {
  position: relative;
  z-index: 5;
}
.prices__btn {
  display: block;
  margin: 66px auto 0;
}
.table__wrap {
  margin: 62px auto 0;
  position: relative;
  max-width: 1005px;
  z-index: 5;
}
.table__wrap:after {
  content: "";
  position: absolute;
  background: url("../images/decor/offer-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 145px;
  height: 145px;
  right: -105px;
  bottom: -69px;
}
.table {
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.31);
}
.table td {
  font-size: 25px;
  line-height: 1.2;
  vertical-align: middle;
  padding: 10px;
  box-sizing: border-box;
  height: 115px;
  text-align: center;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.table tr:nth-child(even) td {
  background: #f5f5f5;
}
.table td em {
  color: #0c65ed;
  font-weight: 900;
}
.table td:nth-child(1) {
  width: 38.8%;
}
.table td:nth-child(2) {
  width: 31.84%;
}
.table td:nth-child(3) {
  width: 29.28%;
}
.table td:last-child {
  border-right: none;
}
.table tr:last-child td {
  border-bottom: none;
}
/*end prices*/

/*guarantees*/
.guarantees {
  background: url("../images/bg/guarantees-bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 8;
  padding-top: 143px;
  padding-bottom: 95px;
}
.guarantees__block {
  max-width: 945px;
  position: relative;
  padding: 22px 38px 18px;
  margin: 56px auto 0;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 3px 16px 0 rgba(0, 0, 0, 0.36);
}
.guarantees__left {
  max-width: 434px;
  position: relative;
  z-index: 3;
}
.guarantees__block:after {
  content: "";
  position: absolute;
  background: url("../images/bg/guarantees-content-bg.jpg") no-repeat center
    right;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.guarantees__desc {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.guarantees__desc em {
  font-weight: 900;
  color: #0c65ed;
}
.guarantees__desc:last-child {
  margin-bottom: 0;
}
/*end guarantees*/

/*how*/
.how {
  padding-top: 125px;
  padding-bottom: 105px;
  position: relative;
}
.how:after {
  content: "";
  position: absolute;
  background: url("../images/decor/how-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 771px;
  height: 771px;
  top: 156px;
  left: -236px;
}
.how h2,
.how__list {
  position: relative;
  z-index: 8;
}
.how__list {
  margin-top: 80px;
  margin-bottom: -40px;
}
.how__item {
  width: 31.57%;
  margin-right: 2.64%;
  margin-bottom: 40px;
  position: relative;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  padding: 27px 25px 30px;
  box-shadow: 1px 3px 16px 0 rgba(0, 0, 0, 0.25);
}
.how__item:nth-child(2),
.how__item:last-child {
  margin-right: 0;
}
.how__item_1,
.how__item_2 {
  width: 48.77%;
}
.how__item_1 {
  margin-right: 2.46%;
}
.how__item-number {
  position: relative;
  z-index: 5;
  font-size: 35px;
  font-weight: 900;
  color: #0c65ed;
}
.how__item-desc {
  margin-top: 22px;
  font-size: 20px;
  line-height: 1.15;
  position: relative;
  z-index: 5;
}
.how__item-desc small {
  font-size: 17px;
  line-height: 1.2;
}
.how__item_1 .how__item-desc {
  max-width: 360px;
}
.how__item_2 .how__item-desc {
  max-width: 385px;
}
.how__item_3 .how__item-desc {
  max-width: 220px;
}
.how__item_4 .how__item-desc {
  margin-right: -15px;
}
.how__item_5 .how__item-desc {
  max-width: 210px;
}
.how__item-bg {
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*end how*/

/* start footer */
.footer {
  padding: 30px 0;
}
.footer .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .logo {
  font-size: 30px;
  font-weight: 900;
  color: #272727;
  line-height: 1.3;
}
.footer .link {
  color: #0c65ed;
  font-size: 20px;
  font-weight: 500;
}
/* end footer */

@media all and (max-width: 1100px) {
  h1 {
    font-size: 50px;
  }
  .main {
    min-height: inherit;
  }
  h2 {
    font-size: 33px;
  }
  .about__item-desc {
    font-size: 22px;
  }
  .about__item-desc small {
    margin-top: 0;
    font-size: 18px;
  }
  .about__item-desc {
    max-width: 300px;
  }
  .offer__desc,
  .about__info {
    font-size: 23px;
  }
  .offer__left {
    margin-top: 60px;
    max-width: 510px;
  }
  .offer__desc {
    margin-bottom: 25px;
  }
  .data__item-desc {
    font-size: 22px;
    line-height: 1.3;
  }
  .how__item-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
  }
  .how__item-desc {
    font-size: 18px;
  }
  .how__item-desc small {
    font-size: 16px;
  }
  .how__item_4 .how__item-desc {
    margin-right: 0;
  }
}

@media all and (max-width: 980px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  .blue-btn span {
    font-size: 26px;
    height: 70px;
    line-height: 70px;
  }
  .blue-btn {
    max-width: 320px;
  }
  .main__btn {
    margin-top: 60px;
  }
  .main {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .how,
  .guarantees,
  .data,
  .offer .content,
  .about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .about__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about__item:last-child {
    margin-bottom: 0;
  }
  .about__list {
    margin-top: 40px;
  }
  .offer__desc {
    font-size: 21px;
  }
  .offer__left {
    margin-top: 50px;
    max-width: 460px;
  }
  .data__item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .data__item:last-child {
    margin-bottom: 0;
  }
  .data__list {
    margin-top: 40px;
  }
  .prices {
    padding-top: 80px;
  }
  .prices__btn,
  .table__wrap {
    margin-top: 40px;
  }
  .table td {
    height: 90px;
    font-size: 21px;
  }
  .how__item br {
    display: none;
  }
  .how__item .how__item-desc {
    max-width: inherit;
  }
  .how__item {
    min-height: 240px;
    width: 100%;
    margin-right: 0;
  }
  .how__list {
    margin-top: 40px;
  }
  .footer .logo {
    font-size: 30px;
  }
}

@media all and (max-width: 900px) {
  h1 {
    font-size: 38px;
  }
  .guarantees__block {
    margin-top: 40px;
  }
  .guarantees__block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
  }
  .guarantees__desc {
    font-size: 18px;
  }
  .footer .link {
    font-size: 18px;
  }
}

@media all and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h1 em {
    height: 54px;
  }
  h2 {
    font-size: 28px;
  }
  h2 br {
    display: none;
  }
  .table td {
    font-size: 18px;
  }
  .guarantees__left {
    max-width: 370px;
  }
  .guarantees__block:before {
    background: rgba(255, 255, 255, 0.6);
  }
}

@media all and (max-width: 700px) {
  h1 {
    font-size: 30px;
  }
  .offer {
    background-position: center left;
  }
  .offer__left {
    max-width: inherit;
  }
  .offer .content:after,
  .offer .content:before {
    width: 65px;
    height: 65px;
  }
  .offer .content:after {
    top: -32px;
    left: -10px;
  }
  .offer .content:before {
    bottom: -32px;
    right: -10px;
  }
  .footer .content {
    flex-direction: column;
    text-align: center;
  }
  .footer .logo {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 650px) {
  h1 {
    font-size: 26px;
    line-height: 1.3;
  }
  h1 em {
    height: 44px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 42px;
  }
}

@media all and (max-width: 550px) {
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
  }
  h1 br {
    display: none;
  }
  h1 em {
    display: inline;
    background: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  h1 i {
    display: inline-block;
    height: 44px;
    line-height: 42px;
    background: #0c65ed;
    padding-left: 14px;
    padding-right: 14px;
  }
  h1 span {
    display: block;
  }
  .blue-btn {
    max-width: 280px;
  }
  .main__btn {
    margin-top: 40px;
  }
  .blue-btn span {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
  }
  .offer__desc,
  .about__info {
    font-size: 19px;
  }
  .about__info em {
    display: inline;
  }
  h2 {
    font-size: 25px;
  }
  .data__item-desc {
    font-size: 20px;
  }
  .table td {
    font-size: 16px;
    padding-left: 6px;
    padding-right: 6px;
    height: 80px;
  }
  .table__wrap:after {
    right: -128px;
    bottom: -90px;
  }
  .guarantees__block:before {
    background: rgba(255, 255, 255, 0.8);
  }
  .guarantees__block {
    padding: 35px 20px;
  }
  .how__item {
    padding-left: 18px;
    padding-right: 18px;
  }
  .how__item-bg:after {
    background: rgba(255, 255, 255, 0.7);
  }
  .footer .logo {
    font-size: 25px;
  }
}

@media all and (max-width: 450px) {
  h2 {
    font-size: 23px;
  }
  .about__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about__item-bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.6;
  }
  .about__item-desc {
    font-size: 19px;
    max-width: 255px;
  }
  .about__item-desc small {
    font-size: 16px;
  }
  .offer__desc,
  .about__info {
    font-size: 17px;
  }
  .table td {
    font-size: 15px;
  }
  .guarantees__desc {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .guarantees__desc:last-child {
    margin-bottom: 0;
  }
  .footer .link {
    font-size: 16px;
  }
}

@media all and (max-width: 350px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*overlay*/
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 100;
  overflow: auto;
  left: 0;
  top: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
}
.popup {
  top: -100px;
  display: none;
  opacity: 0;
  margin: 50px auto;
  position: relative;
  background: #ffffff;
  box-sizing: border-box;
}
.popup-app {
  padding: 40px 30px;
  max-width: 380px;
  box-sizing: border-box;
  border-radius: 20px;
}
.popup-video {
  max-width: 1140px;
}
.popup-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.popup-video:after {
  content: "";
  display: block;
  padding-top: 60%;
}
.popup__close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: -34px;
  cursor: pointer;
}
.popup__close:after,
.popup__close:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.popup__close:hover:after,
.popup__close:hover:before {
  background: #df5527;
}
.popup__close:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.popup__close:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.popup .form {
  max-width: 280px;
  margin: 30px auto 0;
}
.popup__title {
  text-align: center;
  display: block;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
}
.popup .form__field {
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
  border-bottom: 1px solid grey;
  margin-bottom: 20px;
}
.popup .button {
  padding: 15px 20px;
  width: 100%;
  margin-top: 4px;
  font-size: 18px;
  background: #0c65ed;
  color: #fff;
}
/*end overlay*/

#popup__toggle {
  bottom: 7%;
  right: 1%;
  position: fixed;
  z-index: 9;
}
.img-circle {
  background-color: #0c65ed;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.circlephone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #0c65ed;
  width: 150px;
  height: 150px;
  bottom: -25px;
  right: 10px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.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 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.circle-fill {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #0c65ed;
  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 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.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: 0.7;
}
.img-circleblock {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  background-image: url(../images/mini.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: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
html {
  overflow-x: hidden;
}
html.open {
  overflow-y: hidden;
}
body {
  overflow-x: hidden;
}
.header .logo {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}

.header .logo:hover {
  color: #ffffff;
  text-decoration: none;
}

@media all and (max-width: 400px) {
  .header .logo {
    font-size: 20px;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 4px 4px 8px rgba(29, 29, 29, 0.25);
  background: #282828;
}

.header .site-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
}

.header__list {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 80px;
  list-style-type: none;
}

.header__item {
  margin: 0 10px;
  padding: 10px 0;
}

.header__link {
  color: #fff;
  text-decoration: none;
  line-height: 18px;
}
.header__link:hover {
  color: #f4b859;
  text-decoration: none;
}

.header__item:hover .header-drop__wrapper {
  display: block;
}

.header-drop__wrapper {
  position: absolute;
  top: 90%;
  display: none;
  padding: 30px 0 0;
}

.header-drop__list {
  padding: 10px 10px 20px 30px;
  box-shadow: 4px 4px 8px rgba(29, 29, 29, 0.25);
  background: #282828;
  color: #fff;
}
.header-drop__item {
  margin: 10px 0;
}

.header-drop__item:hover {
  color: #f4b859;
}

.header-drop__item .header__link {
  display: block;
}

.header__phone {
  display: block;
  height: 44px;
  width: 150px;
  font-size: 14px;
  color: #363636;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(29, 29, 29, 0.52);
  background: #eed909;
  background: linear-gradient(to right, #eed909, #e9cd09);
  background: -moz-linear-gradient(to right, #eed909, #e9cd09);
  background: -webkit-linear-gradient(to right, #eed909, #e9cd09);
  background: -o-linear-gradient(to right, #eed909, #e9cd09);
  background: -ms-linear-gradient(to right, #eed909, #e9cd09);
}
.header__phone:hover {
  color: #363636;
  text-decoration: none;
}
.header__btn-wrapper {
  display: flex;
  align-items: center;
}
.header__btn {
  position: relative;
  display: none;
  margin: 0 10px 0 20px;
  width: 32px;
  height: 17px;
  border: none;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background-color: transparent;
  cursor: pointer;
}
.header__btn.open {
  height: 23px;
  border-top: none;
  border-bottom: none;
}
.header__btn.open:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header__btn.open:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header__btn:after,
.header__btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
}

@-webkit-keyframes pulsate {
  50% {
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}
@keyframes pulsate {
  50% {
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}

.menu_fr {
  color: #f4b859;

}

@media screen and (max-width: 1050px) {
  .header {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    font-size: 16px;
  }
  .header nav {
    display: none;
  }

  .header__btn {
    display: block;
  }

  .header nav {
    padding: 20px 0;
    max-width: 290px;
    display: block;
    position: absolute;
    top: 100%;
    right: -300px;
    transition: all, 0.3s;
    width: 100%;
    background: #216bc3;
    box-shadow: -4px 4px 6px rgba(0, 1, 2, 0.25);
  }
  .header nav.open {
    right: 0;
    height: 80vh;
    overflow-y: scroll;
  }

  .header__list {
    flex-direction: column;
    align-items: start;
    padding-bottom: 30px;
  }
  .header__item {
    padding: 10px 0;
  }
  .header-drop__wrapper {
    position: static;
    display: block;
    padding: 0;
  }
  .header-drop__list {
    padding: 0 0 0 20px;
    box-shadow: none;
    background: transparent;
  }
}
.site-width {
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 1200px) and (min-width: 1001px) {
  .logo {
    max-width: 170px;
  }
}
