@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*/
#popup__toggle {
  bottom: 7%;
  right: 1%;
  position: fixed;
  z-index: 99;
}

#popup-block {
  display: none;
}

.popup-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(33, 33, 33, 0.36);
  z-index: 999;
  overflow: auto;
  width: 100%;
  height: 100%;
}

#popup-block .block {
  background: #fff;
  max-width: 420px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 60px;
  z-index: 999999;
  box-sizing: border-box;
}

#popup-block .block .close {
  width: 19px;
  height: 19px;
  background: url(../images/popup-close.png) no-repeat;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#popup-block .block .close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

#popup-block .name {
  font-size: 27px;
  margin: 0 0 15px 0;
  text-align: center;
  font-weight: 700;
}

#popup-block .desc {
  font-size: 13px;
  color: #666666;
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: 400;
}

#popup-block input {
  width: 100%;
  border: 0px;
  border-radius: 10px;
  height: 65px;
  margin: 0 0 15px 0;
  padding: 0 40px;
  background: #eeeeee;
  font-size: 18px;
  font-family: "MuseoCyrl";
}

input {
  -webkit-appearance: none !important;
}

body,
button,
textarea,
input {
  font-family: "MuseoCyrl", sans-serif;
  font-weight: 500;
}

button {
  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-full-size {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.d-ib {
  display: inline-block;
}

.hidden {
  display: none !important;
}

.blue-btn {
  background: #01f7d7;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  max-width: 226px;
  width: 100%;
  font-size: 20px;
  color: #252525;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 8px 8px 13px rgba(22, 21, 21, 0.4);
}

.blue-btn:hover {
  background: #00f0ba;
}

.block-title {
  font-size: 35px;
  font-weight: 900;
  color: #08207d;
  line-height: 1.3;
  text-align: center;
}

/*end common*/

/*main*/
.main {
  background: url("../images/bg/main-bg.jpg") no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 60px;
  text-align: center;
  color: #ffffff;
  padding-top: 103px;
}

h1 {
  margin-top: 98px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.main__desc {
  margin-top: 60px;
  font-size: 25px;
  line-height: 1.2;
}

.main__btn {
  margin-top: 62px;
}

.main__arrow {
  background: url("../images/main-arrow.png") no-repeat center;
  display: block;
  margin: 54px auto 0;
  width: 32px;
  height: 38px;
}

/*end main*/

/*text-block*/
.text-block {
  background: url("../images/bg/text-block-bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  padding-top: 128px;
  padding-bottom: 100px;
}

.text-block__center {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.text-block .block-title {
  font-size: 40px;
  font-weight: 700;
  color: #fdfcfc;
}

.text-block p {
  margin-top: 47px;
  font-size: 25px;
  color: #fdfcfc;
  line-height: 1.2;
}

.text-block__link {
  margin-top: 55px;
}

/*end text-block*/

/*footer*/
.footer {
  background: url("../images/bg/footer-bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 94px;
  padding-bottom: 57px;
}

.footer .block-title {
  color: #ffffff;
  line-height: 1.2;
}

.footer__link {
  display: block;
  margin: 63px auto 0;
}

.footer__code {
  margin-top: 42px;
  font-size: 8px;
  color: #ffffff;
  line-height: 1.25;
  text-align: center;
}

/*end footer*/

/*clients*/
.clients {
  padding-top: 136px;
  padding-bottom: 96px;
}

.clients__list {
  max-width: 1000px;
  margin: 51px auto 0;
}

.client {
  font-size: 0;
  width: 31.9%;
  margin-right: 2.15%;
  margin-bottom: 28px;
  background: #ffffff;
  box-shadow: 0 0 20px #d5d5d5;
}

.client img {
  width: 100%;
}

.client:nth-child(3n) {
  margin-right: 0;
}

/*end clients*/

/*price*/
.price {
  background: url("../images/bg/price-bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 780px;
  padding-top: 133px;
  box-sizing: border-box;
  padding-bottom: 80px;
}

.price__left {
  margin-top: 78px;
  max-width: 650px;
}

.price__sub-title {
  font-size: 35px;
  font-weight: 700;
  color: #08207d;
  line-height: 1.2;
  margin-bottom: 28px;
}

.price__desc {
  font-size: 25px;
  font-weight: 500;
  color: #08207d;
  line-height: 1.2;
  margin-bottom: 30px;
}

.price__link {
  margin-top: 8px;
}

/*end price*/

/*legality*/
.legality__list {
  margin-top: 130px;
}

.legality {
  padding-top: 14px;
}

.legality__desc {
  max-width: 920px;
  margin: 27px auto 0;
  font-size: 25px;
  text-align: center;
  line-height: 1.2;
  color: #464646;
}

.legality__item {
  padding-top: 160px;
  padding-bottom: 18px;
  text-align: center;
  position: relative;
  width: 31.57%;
}

.legality__item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #e8fefb;
}

.legality__item-desc {
  position: relative;
  z-index: 5;
  font-size: 20px;
  line-height: 1.25;
  color: #08207d;
}

.legality__item-icon {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.legality__item-icon_1 {
  background: url("../images/legality/item-1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 278px;
  height: 192px;
  left: -34px;
  top: -53px;
}

.legality__item-icon_2 {
  background: url("../images/legality/item-2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 127px;
  height: 176px;
  top: -40px;
  left: -12px;
}

.legality__item-icon_3 {
  background: url("../images/legality/item-3.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 229px;
  height: 219px;
  top: -53px;
  left: -70px;
}

/*end legality*/

/*who*/
.who {
  padding-top: 128px;
}

.who__list {
  margin-top: 46px;
}

.who__item {
  border-radius: 10px;
  width: 48.68%;
  margin-right: 2.64%;
  background: #ffffff;
  box-shadow: 1px 1px 13px rgba(22, 21, 21, 0.27);
  padding: 45px 44px 54px;
  box-sizing: border-box;
  position: relative;
}

.who__item:after {
  content: "";
  position: absolute;
  border-radius: 0 0 10px 0;
  bottom: 0;
  right: 0;
  background: url("../images/who/round.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 197px;
  height: 149px;
}

.who__item:nth-child(2) {
  margin-right: 0;
}

.who__item-desc {
  position: relative;
  z-index: 5;
  font-size: 20px;
  font-weight: 700;
  color: #08207d;
  line-height: 1.2;
  max-width: 260px;
}

.who__item-icon {
  position: absolute;
  z-index: 3;
}

.who__item-icon_1 {
  background: url("../images/who/item-1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 166px;
  height: 238px;
  bottom: 0;
  right: -4px;
}

.who__item-icon_2 {
  background: url("../images/who/item-2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 309px;
  height: 300px;
  top: -27px;
  right: -41px;
}

/*end who*/

/*how*/
.how {
  padding-top: 129px;
  background: url("../images/bg/how-bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 921px;
  box-sizing: border-box;
}

.how__desc {
  font-size: 25px;
  color: #646464;
  line-height: 1.3;
  text-align: center;
  margin-top: 14px;
}

.how__list {
  margin-top: 71px;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.how__item {
  height: 165px;
  border-radius: 10px;
  background: #ffffff;
  width: 23.07%;
  margin-bottom: 30px;
  margin-right: 2.57%;
  position: relative;
  box-shadow: 3px 3px 13px rgba(22, 21, 21, 0.24);
}

.how__item:after {
  content: "";
  position: absolute;
  background: url("../images/how/round.png") no-repeat center;
  width: 44px;
  height: 44px;
  border-radius: 10px 0 0 0;
  left: 0;
  top: 0;
}

.how__item:nth-child(4),
.how__item:last-child {
  margin-right: 0;
}

.how__item-desc {
  padding-left: 28px;
  font-size: 25px;
  font-weight: 700;
  color: #08207d;
  line-height: 1.2;
  position: relative;
  z-index: 5;
}

.how__info {
  max-width: 950px;
  margin: 27px auto 0;
  text-align: center;
  font-size: 30px;
  line-height: 1.25;
  color: #08207d;
}

.how__item-icon {
  position: absolute;
  z-index: 4;
}

.how__item-icon_1 {
  background: url("../images/how/item-1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 84px;
  height: 118px;
  right: -7px;
  bottom: -16px;
}

.how__item-icon_2 {
  background: url("../images/how/item-2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 116px;
  height: 138px;
  right: -34px;
  bottom: 1px;
}

.how__item-icon_3 {
  background: url("../images/how/item-3.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 142px;
  height: 139px;
  right: -32px;
  bottom: 1px;
}

.how__item-icon_4 {
  background: url("../images/how/item-4.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 91px;
  height: 146px;
  right: -12px;
  bottom: 9px;
}

.how__item-icon_5 {
  background: url("../images/how/item-5.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 123px;
  height: 103px;
  right: -30px;
  bottom: 3px;
}

/*end how*/

/*form-block*/
.form-block {
  position: relative;
  z-index: 15;
}

.form {
  padding: 30px 92px 34px;
  border-radius: 20px;
  background: url("../images/bg/form-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  box-shadow: 19px 19px 43px rgba(22, 21, 21, 0.21);
}

.form__title {
  font-size: 25px;
  line-height: 1.2;
  color: #ffffff;
}

.form__fields {
  margin-top: 32px;
}

.form__btn,
.form__field {
  border-radius: 5px;
  height: 60px;
  width: 23.64%;
}

.form__field {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.7);
}

.form__field::placeholder {
  color: #ffffff;
  opacity: 1;
}

.form__field:-ms-input-placeholder {
  color: #ffffff;
}

.form__btn {
  max-width: inherit;
}

/*end form-block*/

/*conditions*/
.conditions {
  padding-top: 84px;
}

.conditions__list {
  margin-top: 44px;
  position: relative;
}

.conditions__list:after {
  content: "";
  position: absolute;
  background: url("../images/bg/conditions-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1355px;
  height: 669px;
  top: -104px;
  right: -106px;
}

.condition {
  background: #ffffff;
  z-index: 5;
  padding: 24px 48px 149px;
  width: 31.57%;
  box-sizing: border-box;
  margin-right: 2.64%;
  box-shadow: 3px 3px 29px rgba(22, 21, 21, 0.23);
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.condition:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -100px;
  width: 192px;
  height: 192px;
  border-radius: 50%;
  background: #01f7d7;
}

.condition:nth-child(3) {
  margin-right: 0;
}

.condition__number {
  font-size: 35px;
  font-weight: 900;
  color: #08207d;
  position: relative;
  z-index: 8;
}

.condition__title {
  margin-top: 59px;
  font-size: 20px;
  font-weight: 700;
  color: #08207d;
  line-height: 1.2;
}

.condition__desc {
  margin-top: 23px;
  font-size: 20px;
  color: #464646;
  line-height: 1.2;
  position: relative;
  z-index: 8;
}

.condition__bg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.condition__bg_1 {
  background: url("../images/conditions/item-1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 138px;
  height: 141px;
  bottom: -6px;
}

.condition__bg_2 {
  background: url("../images/conditions/item-2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 347px;
  height: 288px;
  bottom: -137px;
  left: 24px;
}

.condition__bg_3 {
  background: url("../images/conditions/item-3.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 260px;
  height: 106px;
  bottom: 18px;
}

/*end conditions*/

/*models*/
.models {
  padding-top: 134px;
}

.table__wrap {
  margin-top: 32px;
  position: relative;
}

.table__wrap:after {
  content: "";
  position: absolute;
  background: url("../images/bg/models-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 775px;
  height: 962px;
  top: -52px;
  right: -240px;
}

.table {
  position: relative;
  z-index: 7;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 27px rgba(22, 21, 21, 0.22);
  width: 100%;
}

.table th {
  text-align: center;
  vertical-align: middle;
  height: 72px;
  background: #01f7d7;
  font-size: 25px;
  font-weight: 700;
  color: #08207d;
  border-radius: 4px;
  box-shadow: 0 0 9px rgba(22, 21, 21, 0.22);
}

.table tbody {
  border-radius: 5px;
}

.table td {
  font-size: 20px;
  line-height: 1.2;
  color: #08207d;
  background: #ffffff;
  position: relative;
  z-index: 7;
  height: 80px;
  vertical-align: middle;
}

.table td:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #01f7d7;
}

.table td:before {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  right: 0;
  background: #01f7d7;
}

.table tr:first-child td:before {
  top: 5px;
}

.table tr:last-child td:before {
  bottom: 5px;
}

.table td:last-child:before {
  display: none;
}

.table tr:last-child td:after {
  display: none;
}

.table td:first-child:after {
  left: 5px;
}

.table td:last-child:after {
  right: 5px;
}

.table td strong {
  font-weight: 700;
}

.table td:nth-child(1) {
  padding-left: 38px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 539px;
}

.table td:nth-child(2),
.table td:nth-child(3) {
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}

/*end models*/

/*work*/
.work {
  background: url("../images/bg/work-bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 136px;
  padding-bottom: 124px;
}

.work__list {
  margin-top: 91px;
}

.work__item {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 3px 3px 29px rgba(22, 21, 21, 0.15);
  padding: 39px 0 30px 32px;
  min-height: 210px;
  margin-bottom: 56px;
}

.work__item:last-child {
  margin-bottom: 0;
}

.work__item:nth-child(1) {
  padding-right: 460px;
}

.work__item:nth-child(2) {
  padding-right: 275px;
  min-height: 282px;
}

.work__item:nth-child(3) {
  padding-right: 440px;
  padding-top: 20px;
  min-height: 284px;
}

.work__item:nth-child(4) {
  padding-right: 275px;
  min-height: 244px;
}

.work__item:nth-child(5) {
  padding-top: 26px;
  padding-right: 292px;
  min-height: 278px;
}

.work__item-title {
  font-size: 35px;
  font-weight: 900;
  color: #08207d;
  line-height: 1.2;
}

.work__item-sub {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #474747;
  margin-top: 13px;
}

.work__item-desc {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.2;
  color: #474747;
}
.work__item-link {
  display: block;
  font-size: 20px;
  color: #08207d;
  font-weight: 500;
  margin-top: 20px;
}

.work__item-desc small {
  font-size: 16px;
}

.work__item-bg {
  position: absolute;
}

.work__item-bg_1 {
  background: url("../images/work/item-1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 428px;
  height: 237px;
  right: 10px;
  bottom: 9px;
}

.work__item-bg_2 {
  background: url("../images/work/item-2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 243px;
  height: 308px;
  right: 9px;
  bottom: 15px;
}

.work__item-bg_3 {
  background: url("../images/work/item-3.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 248px;
  height: 327px;
  right: 40px;
  bottom: -14px;
}

.work__item-bg_4 {
  background: url("../images/work/item-4.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 252px;
  height: 275px;
  right: -10px;
  bottom: -23px;
}

.work__item-bg_5 {
  background: url("../images/work/item-5.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 286px;
  height: 296px;
  right: 25px;
  bottom: 0;
}

/*end work*/

/* start footer2 */
.footer2 {
  padding: 30px 0;
}
.footer2 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer2 .logo {
  font-size: 30px;
  font-weight: 900;
  color: #272727;
  line-height: 1.3;
}
.footer2 .link {
  color: #08207d;
  font-size: 20px;
  font-weight: 500;
}
/* end footer */

@media all and (max-width: 1200px) {
  .text-block .block-title,
  h1 {
    font-size: 38px;
  }
}

@media all and (max-width: 1100px) {
  .text-block .block-title,
  h1 {
    font-size: 36px;
  }

  .price__sub-title,
  .block-title {
    font-size: 32px;
  }

  .legality__item-desc {
    font-size: 18px;
  }

  .condition {
    padding-left: 30px;
    padding-right: 30px;
  }

  .condition br {
    display: none;
  }

  .condition__title,
  .condition__desc {
    font-size: 18px;
  }

  .how__item:nth-child(4),
  .how__item {
    width: 31%;
    margin-right: 3.5%;
  }

  .how__item:nth-child(3n) {
    margin-right: 0;
  }

  .form {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media all and (max-width: 980px) {
  .text-block .block-title,
  h1 {
    font-size: 34px;
  }

  h1 {
    margin-top: 60px;
  }

  .main__desc {
    font-size: 22px;
    margin-top: 40px;
  }

  .clients {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .clients__list {
    margin-top: 40px;
  }

  .legality__item:after {
    width: 220px;
    height: 220px;
  }

  .legality__desc br {
    display: none;
  }

  .price__desc,
  .legality__desc {
    font-size: 22px;
  }

  .legality__list {
    margin-top: 110px;
  }

  .table th {
    font-size: 22px;
  }

  .table td {
    font-size: 18px;
  }

  .table td:nth-child(1) {
    width: auto;
  }

  .price {
    padding-top: 100px;
  }

  .models {
    padding-top: 80px;
  }

  .condition {
    padding-left: 20px;
    padding-right: 20px;
  }

  .condition__title,
  .condition__desc {
    font-size: 17px;
  }

  .text-block p {
    font-size: 22px;
  }

  .who__item {
    padding-left: 30px;
  }

  .who__item-desc {
    font-size: 18px;
  }

  .who {
    padding-top: 80px;
  }

  .how {
    padding-top: 90px;
  }

  .how__desc {
    font-size: 22px;
  }

  .how__list {
    margin-top: 50px;
  }

  .how__item-desc {
    font-size: 23px;
  }

  .how {
    min-height: inherit;
    padding-bottom: 80px;
  }

  .how__info {
    font-size: 26px;
  }

  .form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form__field,
  .form__btn {
    font-size: 18px;
  }

  .work {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .work__item:nth-child(3) {
    padding-right: 360px;
  }

  .work__item-title {
    font-size: 32px;
  }

  .work__item-desc,
  .work__item-sub,
  .work__item-link {
    font-size: 18px;
  }
}

@media all and (max-width: 850px) {
  .conditions {
    padding-top: 80px;
  }

  .condition {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin-bottom: 30px;
  }

  .condition:last-child {
    margin-bottom: 0;
  }

  .condition__title,
  .condition__desc {
    font-size: 18px;
  }

  .who__item-desc {
    font-size: 20px;
  }

  .who__item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 50px;
  }

  .who__item:last-child {
    margin-bottom: 0;
  }

  .how {
    background: none;
  }

  .form-block,
  .who {
    max-width: 500px;
  }

  .form__title {
    font-size: 22px;
  }

  .form__btn,
  .form__field {
    width: 100%;
  }

  .form__field {
    margin-bottom: 15px;
  }

  .form__fields {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .link {
    font-size: 18px;
  }
}

@media all and (max-width: 767px) {
  .text-block .block-title,
  .price__sub-title,
  .block-title,
  h1 {
    font-size: 30px;
  }

  .legality__item:after {
    width: 250px;
    height: 250px;
  }

  .legality__item {
    width: 100%;
    margin-bottom: 70px;
  }

  .legality__item:last-child {
    margin-bottom: 0;
  }

  .table th {
    font-size: 18px;
  }

  .table td {
    font-size: 16px;
  }

  .table td:nth-child(1) {
    padding-left: 20px;
    padding-right: 15px;
  }

  .how__item:nth-child(4),
  .how__item:nth-child(3n),
  .how__item {
    width: 48%;
    margin-right: 4%;
  }

  .how__item:nth-child(2n) {
    margin-right: 0;
  }

  .how__info {
    margin-top: 0;
    font-size: 22px;
  }

  .work__item-bg_5,
  .work__item-bg_4,
  .work__item-bg_3,
  .work__item-bg_2,
  .work__item-bg_1 {
    background-position: center bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }

  .work__item-bg_1 {
    width: 260px;
  }

  .work__item-bg_4,
  .work__item-bg_3,
  .work__item-bg_2 {
    width: 190px;
  }

  .work__item-bg_3 {
    right: 20px;
  }

  .work__item:nth-child(4),
  .work__item:nth-child(3),
  .work__item:nth-child(2) {
    padding-right: 230px;
  }

  .work__item:nth-child(1) {
    padding-right: 280px;
  }

  .work__item {
    padding-left: 20px;
    min-height: 180px;
  }

  .work__item-bg_5 {
    width: 220px;
    right: 10px;
  }

  .work__item:nth-child(5) {
    padding-right: 220px;
  }
  .footer2 .content {
    flex-direction: column;
    text-align: center;
  }
  .footer2 .logo {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 700px) {
  h1 br {
    display: none;
  }
}

@media all and (max-width: 550px) {
  .text-block .block-title,
  .price__sub-title,
  .block-title,
  h1 {
    font-size: 26px;
  }

  .content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main {
    padding-top: 60px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer__link {
    margin-top: 40px;
  }

  .client:nth-child(3n),
  .client {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }

  .client:nth-child(2n) {
    margin-right: 0;
  }

  .legality__desc {
    font-size: 18px;
  }

  .price {
    min-height: inherit;
    background: none;
    padding-top: 80px;
    position: relative;
    z-index: 8;
  }

  .price__left {
    margin-top: 40px;
  }

  .price__desc {
    font-size: 20px;
  }

  .table th {
    font-size: 16px;
    height: 60px;
  }

  .table td:nth-child(1) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table td {
    font-size: 15px;
  }

  .text-block p {
    line-height: 1.3;
    font-size: 18px;
  }

  .text-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .who__item-desc {
    font-size: 17px;
  }

  .who__item {
    padding-left: 20px;
  }

  .who__item-icon_2,
  .who__item-icon_1 {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center bottom;
  }

  .who__item-icon_1 {
    width: 120px;
  }

  .who__item-icon_2 {
    width: 200px;
    right: 10px;
    top: -90px;
  }

  .how__item-desc {
    font-size: 20px;
    padding-left: 20px;
  }

  .how__desc {
    font-size: 20px;
  }

  .how {
    padding-top: 80px;
  }

  .how__info {
    font-size: 19px;
  }

  .work__item {
    padding: 30px 20px 200px !important;
  }

  .work__item-bg {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .work__item-title {
    font-size: 28px;
  }

  .work__item-desc,
  .work__item-sub {
    font-size: 17px;
  }

  .work__item-bg_2 {
    width: 140px;
  }

  .work__item-bg_3 {
    width: 150px;
  }

  .work__item-bg_5 {
    width: 180px;
  }
}

@media all and (max-width: 450px) {
  .main {
    padding-top: 40px;
  }

  .block-title,
  h1 {
    font-size: 24px;
  }

  h1 {
    margin-top: 50px;
  }

  .main__desc {
    font-size: 20px;
    margin-top: 30px;
  }

  .main__btn {
    margin-top: 50px;
  }

  .legality__desc {
    font-size: 17px;
  }

  .table td {
    font-size: 14px;
  }

  .table th {
    font-size: 15px;
  }

  .table__wrap {
    margin-left: -10px;
    margin-right: -10px;
  }

  .text-block p {
    margin-top: 35px;
    font-size: 16px;
  }

  .text-block__link {
    margin-top: 40px;
  }

  .who__item-desc {
    max-width: 220px;
    font-size: 16px;
  }

  .who__item {
    margin-bottom: 30px;
  }

  .who__item-icon_2 {
    right: -10px;
  }

  .how__item {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .how__list {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .how__info {
    font-size: 18px;
  }
}

@media all and (max-width: 350px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table th {
    font-size: 13px;
  }

  .who__item {
    padding-left: 10px;
  }

  .who__item-desc {
    font-size: 15px;
  }
}

#popup__toggle {
  bottom: 7%;
  right: 1%;
  position: fixed;
  z-index: 9;
}
.img-circle {
  background-color: #01f7d7;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.circlephone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #01f7d7;
  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: #01f7d7;
  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 * {
  box-sizing: border-box;
}
.header .logo {
  color: #f4b859;
  font-family: 'MuseoCyrl';
  font-size: 30px;
  font-weight: 900;
  text-decoration: none;
}

.header .logo:hover {
  color: #ffffff;
  text-decoration: none;
}

@media all and (max-width: 400px) {
  .header .logo {
    font-size: 20px;
  }
}

.header {
  box-sizing: border-box;
  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 20px;
  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;
  }
}



@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 80px;
}
@media (max-width: 1200px) and (min-width: 1001px) {
  .logo {
    max-width: 170px;
  }
}
.menu_fr {
    color: #f4b859;
}
