@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/RobotoLight/RobotoLight.eot');
  src: url('../fonts/Roboto/RobotoLight/RobotoLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/RobotoLight/RobotoLight.woff2') format('woff2'), url('../fonts/Roboto/RobotoLight/RobotoLight.woff') format('woff'), url('../fonts/Roboto/RobotoLight/RobotoLight.ttf') format('truetype'), url('../fonts/Roboto/RobotoLight/RobotoLight.svg#RobotoLight') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U0002-FFFD;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/RobotoRegular/RobotoRegular.eot');
  src: url('../fonts/Roboto/RobotoRegular/RobotoRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/RobotoRegular/RobotoRegular.woff2') format('woff2'), url('../fonts/Roboto/RobotoRegular/RobotoRegular.woff') format('woff'), url('../fonts/Roboto/RobotoRegular/RobotoRegular.ttf') format('truetype'), url('../fonts/Roboto/RobotoRegular/RobotoRegular.svg#Roboto') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U0002-FFFD;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/RobotoBold/RobotoBold.eot');
  src: url('../fonts/Roboto/RobotoBold/RobotoBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/RobotoBold/RobotoBold.woff2') format('woff2'), url('../fonts/Roboto/RobotoBold/RobotoBold.woff') format('woff'), url('../fonts/Roboto/RobotoBold/RobotoBold.ttf') format('truetype'), url('../fonts/Roboto/RobotoBold/RobotoBold.svg#Roboto Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U0002-FFFD;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald/OswaldDemiBold/OswaldDemiBold.eot');
  src: url('../fonts/Oswald/OswaldDemiBold/OswaldDemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald/OswaldDemiBold/OswaldDemiBold.woff2') format('woff2'), url('../fonts/Oswald/OswaldDemiBold/OswaldDemiBold.woff') format('woff'), url('../fonts/Oswald/OswaldDemiBold/OswaldDemiBold.ttf') format('truetype'), url('../fonts/Oswald/OswaldDemiBold/OswaldDemiBold.svg#Oswald DemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U0020-FB04;
}
body {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 1.3;
  color: #19181e;
  margin: 0;
  background: #FFF;
}
body .wrapper {
  overflow: hidden;
}
body img {
  max-width: 100%;
}
body .container {
  max-width: 1200px;
  position: relative;
}
body p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #19181e;
}
body p.min {
  font-size: 14px;
  line-height: 20px;
}
body p.big {
  font-size: 20px;
  line-height: 30px;
}
body .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  color: #19181e;
  font-family: "Oswald";
}
body .title span.red,
body .title div.red {
  color: #ff0001;
}
body .title span.blue,
body .title div.blue {
  color: #0008ff;
}
body .title.min {
  font-size: 35px;
}
body .min-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  text-transform: uppercase;
  color: #19181e;
  font-family: "Oswald";
}
body .min-title span.red,
body .min-title div.red {
  color: #ff0001;
}
body .min-title span.blue,
body .min-title div.blue {
  color: #0008ff;
}
body p,
body .title,
body .min-title {
  margin: 0;
  position: relative;
}
body .order a {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
body .order a,
body .order button {
  border-radius: 50px;
  padding: 12px 29px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none;
  min-height: 55px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}
body .order a.red,
body .order button.red {
  background-color: #ff0001;
  box-shadow: 0 0 79px rgba(255,0,1,0.4);
}
body .order a.red:hover,
body .order button.red:hover {
  background-color: #b90405;
}
body .order a.blue,
body .order button.blue {
  box-shadow: 0 0 79px rgba(11,36,251,0.4);
  background-color: #0008ff;
}
body .order a.blue:hover,
body .order button.blue:hover {
  background-color: #2227a7;
}
body a,
body input,
body button {
  transition: all 0.2s ease-in-out;
}
body a:active,
body a:focus,
body input:active,
body input:focus,
body button:active,
body button:focus {
  outline: none !important;
}
body .forma {
  padding: 53px 40px 60px 40px;
  background-color: #ffffff;
  max-width: 471px;
  box-shadow: 0px 0px 51px 0px rgba(0,0,0,0.2);
}
body .forma .big {
  margin: 9px 0 14px 0;
}
body .forma form .inputblock {
  margin: 0 0 20px 0;
}
body .forma form .inputblock p {
  margin: 0 0 5px 0;
}
body .forma form .order button {
  width: 100%;
}
body form ::-webkit-input-placeholder {
  color: #999;
}
body form ::-moz-placeholder {
  color: #999;
}
body form :-moz-placeholder {
  color: #999;
}
body form :-ms-input-placeholder {
  color: #999;
}
body form label.error {
  display: none !important;
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 0.75em;
  color: #CC0000;
}
body form input,
body form textarea {
  width: 100%;
  border: 2px solid #e0e0e0;
  background-color: #ffffff;
}
body form input.error,
body form textarea.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
body form input {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
}
body form textarea {
  min-height: 150px;
  resize: none;
  padding: 8px 20px 10px 20px;
}
body .page-404 {
  min-height: 100vh;
}
body .page-404 .info {
  text-align: center;
}
body .page-404 .t1 {
  font-size: 10em;
}
body .page-404 .t2 {
  font-size: 1.4em;
  margin: 0 0 20px;
}
body .page-404 .t3 {
  font-size: 0.9em;
}
body .header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
body .header p,
body .header a,
body .header div {
  color: #ffffff;
}
body .header .logo {
  padding: 22px 0 0 0;
}
body .header .logo p {
  opacity: 0.5;
  margin: 18px 0 0 0;
}
body .header .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
body .header .menu div:not(:last-of-type) {
  margin-right: 30px;
}
body .header .menu div a {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding: 60px 0 0 0;
  position: relative;
  display: block;
}
body .header .menu div a:hover:before {
  background: #ff0001;
}
body .header .menu div a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 1px;
  height: 48px;
  background-color: #dbbc68;
  transition: 0.3s;
}
body .header .set {
  text-align: right;
  padding: 27px 0 0 0;
}
body .header .set a {
  text-decoration: none;
}
body .header .set .phone a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
body .header .set .phone a:hover {
  opacity: 0.6;
}
body .header .set .back-call {
  margin: 10px 0 0 0;
}
body .header .set .back-call a {
  border-bottom: 2px solid #ff0001;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
body .header .set .back-call a:hover {
  border-color: transparent;
}
body .main {
  padding: 187px 0 30px 0;
  min-height: 780px;
  background: url(../images/header-bg.jpg) no-repeat center top;
}
body .main .title,
body .main p,
body .main div {
  color: #ffffff;
}
body .main .title {
  font-size: 70px;
  line-height: 90px;
  text-transform: uppercase;
}
body .main .title div,
body .main .title span {
  background-color: #ffffff;
  padding: 9px 19px 6px 19px;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  display: inline-block;
  margin: 0 0 10px 0;
}
body .main .title.tt-new {
  font-size: 55px;
  line-height: 1.3;
}
body .main .title.tt-new div,
body .main .title.tt-new span {
  padding: 0.2em 0.3em 0.2em 0.3em;
}
@media (max-width: 1199px) {
  body .main .title.tt-new {
    font-size: 40px;
  }
  body .main .title.tt-new div,
  body .main .title.tt-new span {
    font-size: 33px;
  }
}
body .main p {
  margin: 35px 0 25px 0;
}
body .will {
  padding: 120px 0 0 0;
}
body .will .title,
body .will .w-1 {
  text-align: center;
}
body .will .w-1 {
  margin: 20px 0 37px 0;
}
body .will .w-block {
  padding: 32px 27px 25px 38px;
  background: #ffffff;
  box-shadow: 0px 0px 51px 0px rgba(0,0,0,0.2);
}
body .will .w-block .min-title {
  margin: 0 0 18px 0;
  font-size: 22px;
  line-height: 30px;
}
body .will .w-block .min-title .blue {
  margin: 0 0 0 10px;
}
body .need {
  padding: 138px 0 0 0;
  background: url(../images/icons.jpg) no-repeat center bottom 70px;
}
body .need .n-list p {
  line-height: 34px;
  padding: 0 0 0 16px;
}
body .need .n-list p:before {
  position: absolute;
  content: "+";
  top: 7px;
  left: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
body .need .n-photo {
  position: relative;
}
body .need .n-photo img {
  position: relative;
  z-index: 2;
}
body .need .n-photo:before {
  position: absolute;
  content: "";
  left: calc(100% - 150px);
  top: -13px;
  width: 706px;
  height: 614px;
  background: url(../images/n-line.png) no-repeat center top / contain;
}
body .need .n-right {
  padding: 0 0 0 10px;
}
body .need .n-right .n-1 {
  font-weight: 700;
  margin: 17px 0 14px 0;
}
body .need .n-right .n-1 span {
  color: #ff0001;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: "Oswald";
}
body .need .n-bottom {
  margin: 43px 0 0 0;
}
body .need .n-bottom .min-title {
  margin: 0 0 27px 0;
}
body .need .n-bottom .nb-block {
  padding: 28px 30px 28px 40px;
  background: #ffffff;
  box-shadow: 0px 0px 51px 0px rgba(0,0,0,0.2);
}
body .for {
  padding: 130px 0 140px 0;
  background: url(../images/for-bg.jpg) no-repeat center bottom;
}
body .for .mtt-1 {
  margin: 0 0 40px 0;
}
body .for .f-rows .f-row {
  box-shadow: 0px 0px 51px 0px rgba(0,0,0,0.2);
  max-width: 860px;
}
body .for .f-rows .f-row:not(:last-of-type) {
  margin-bottom: 20px;
}
body .for .f-rows .f-row .f-icon {
  background: #0008ff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 141px;
}
body .for .f-rows .f-row .f-right {
  background: #ffffff;
  padding: 10px 20px 10px 30px;
  min-height: 155px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex: 1;
}
body .for .f-rows .f-row .f-right .f-inner .min-title {
  margin: 0 0 16px 0;
}
body .with {
  padding: 90px 0 30px 0;
  min-height: 565px;
  background: url(../images/with.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
body .with .title {
  color: #ffffff;
  text-align: center;
  margin: 0 0 30px 0;
}
body .with .wt-block {
  padding: 28px 20px 28px 25px;
  background: #ffffff;
  box-shadow: 0px 0px 51px 0px rgba(0,0,0,0.2);
}
body .with .wt-block .min-title {
  margin: 0 0 11px 0;
  font-size: 23px;
}
body .with .wt-block .min-title .blue {
  margin: 0 0 0 10px;
}
body .big-block {
  background: url(../images/circles.jpg) no-repeat center top;
}
body .you {
  padding: 440px 0 0 0;
  text-align: center;
  margin: -320px 0 0 0;
}
body .cant {
  padding: 120px 0 110px 0;
  background: url(../images/masha.jpg) no-repeat right 24% bottom -65px;
}
body .cant .c-1 {
  margin: 20px 0 62px 0;
  line-height: 25px;
}
body .cant .c-block {
  position: relative;
  margin: 0 0 85px 0;
}
body .cant .c-block:before {
  position: absolute;
  content: "";
  left: 30px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: #eef0f4;
}
body .cant .c-block .c-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 0 40px 0;
  position: relative;
  z-index: 2;
}
body .cant .c-block .c-row .c-number {
  width: 69px;
  height: 69px;
  margin: 0 20px 0 0;
  box-shadow: 0 0 79px rgba(46,45,54,0.14);
  background-color: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 1;
  color: #0008ff;
  font-weight: 600;
}
body .cant .c-block .c-row .c-text {
  flex: 1;
}
body .cant .c-block .c-row .c-text .min-title {
  margin: 7px 0 12px 0;
}
body .cant .c-block .result {
  box-shadow: 0 0 79px rgba(46,45,54,0.14);
  background-color: #ffffff;
  padding: 28px 35px 27px 30px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
body .cant .c-block .result p {
  font-weight: 700;
  margin: 3px 0 0 0;
  font-size: 22px;
}
body .cant .order {
  text-align: center;
}
body .cant .order a {
  position: relative;
}
body .cant .order a:before,
body .cant .order a:after {
  position: absolute;
  content: "";
  width: 692px;
  height: 300px;
  background: url(../images/lines.png) no-repeat center / contain;
  bottom: calc(100% - 31px);
}
body .cant .order a:before {
  right: calc(100% + 15px);
}
body .cant .order a:after {
  left: calc(100% + 15px);
  transform: scale(-1,1);
}
body .our {
  box-shadow: 0 0 79px rgba(46,45,54,0.14);
  padding: 90px 0 65px 0;
  position: relative;
  z-index: 2;
}
body .our p {
  margin: 25px 0 35px 0;
}
body .our .slider {
  text-align: center;
}
body .our .slider .row {
  align-items: center;
  justify-content: space-between;
}
body .our .slider .row .logo {
  margin: 0 auto 13px;
}
body .our .slider .row .logo img {
  margin: auto;
}
body .feeds {
  padding: 135px 0 80px 0;
}
body .feeds .f-1 {
  margin: 26px 0 33px 0;
}
body .feeds .videos .video-feed {
  margin: 0 0 47px 0;
}
body .feeds .description .min-title {
  margin: 24px 0 0 0;
  font-size: 20px;
  line-height: 23px;
  text-transform: none;
}
body .feeds .description p {
  margin: 5px 0 0px 0;
}
body .feeds .description p b {
  font-weight: 700;
}
body .feeds .photos .photo-feed {
  margin: 0 0 25px 0;
}
body .feeds .photos .photo-feed .photo {
  border: 10px solid #eceef3;
}
body .packets {
  padding: 93px 0 100px 0;
  background-color: #1d1d20;
}
body .packets .min-title,
body .packets .title,
body .packets p,
body .packets div {
  color: #ffffff;
}
body .packets .mtt-1 {
  margin: 0 0 83px 0;
  padding: 38px 0 0 0;
}
body .packets .mtt-1:before {
  position: absolute;
  content: "";
  left: 150px;
  bottom: -20px;
  width: 390px;
  height: 37px;
  background: url(../images/p-line.png) no-repeat center / contain;
}
body .packets .p-list>div {
  background-color: #2e2d36;
  padding: 10px 10px 8px 29px;
}
body .packets .p-list>div:not(:last-of-type) {
  margin-bottom: 11px;
}
body .packets .p-list ul {
  list-style-type: none;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}
body .packets .p-list ul li {
  margin: 7px 0 0 0;
  padding: 0 0 0 14px;
  position: relative;
}
body .packets .p-list ul li::before {
  position: absolute;
  content: "—";
  font-size: 14px;
  line-height: 1;
  top: 3px;
  left: 0;
}
body .packets .p-list p,
body .packets .p-list ul {
  max-width: 535px;
}
body .packets .p-blocks {
  position: absolute;
  right: 0;
  top: -11px;
  text-align: center;
  width: 100%;
}
body .packets .p-blocks .for-mc .p-inner .p-head .title:before {
  background: #0008ff;
}
body .packets .p-blocks .for-mk .p-inner .p-head .title:before {
  background: #ff0001;
}
body .packets .p-blocks .for-sk .p-inner .p-head .title:before {
  background: #D4BB63;
}
body .packets .p-blocks .p-inner {
  background-color: #2e2d36;
  box-shadow: 0px 0px 51px 0px rgba(0,0,0,0.2);
}
body .packets .p-blocks .p-inner .p-head {
  border-bottom: 1px solid #56575d;
  padding: 17px 5px 14px 5px;
}
body .packets .p-blocks .p-inner .p-head .ph-1 {
  font-weight: 700;
}
body .packets .p-blocks .p-inner .p-head .title {
  padding: 2px 0 1px 0;
  margin: 14px 0 17px 0;
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
}
body .packets .p-blocks .p-inner .p-head .title span {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
body .packets .p-blocks .p-inner .p-head .title:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 90%;
  height: 100%;
}
body .packets .p-blocks .p-inner .p-body {
  padding: 11px 20px 11px 20px;
}
body .packets .p-blocks .p-inner .p-body ul {
  list-style-type: none;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
body .packets .p-blocks .p-inner .p-body ul li {
  margin: 7px 0 0 0;
  padding: 0 0 0 14px;
  position: relative;
}
body .packets .p-blocks .p-inner .p-body ul li::before {
  position: absolute;
  content: "—";
  font-size: 14px;
  line-height: 1;
  top: 3px;
  left: 0;
}
body .packets .p-blocks .p-inner .p-body .icon {
  padding: 10px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .packets .p-blocks .p-inner .p-body .icon:not(:last-of-type) {
  margin-bottom: 11px;
}
body .packets .p-blocks .p-inner .p-footer {
  padding: 15px 9px 15px 9px;
  margin: -77px 0 0 0px;
}
body .packets .p-blocks .p-inner .p-footer p {
  font-weight: 700;
  margin: 0 0 22px 0;
}
body .packets .p-blocks .p-inner .p-footer .order a {
  width: 100%;
  padding: 12px 5px;
}
body .packets .bottom-title {
  max-width: 500px;
  margin-left: auto;
  text-align: center;
  margin-top: 80px;
}
body .packets .bottom-title .big {
  margin: 15px 0 0 0;
}
body .team {
  padding: 85px 0 80px 0;
}
body .team .min-title {
  margin: 0 0 30px 0;
}
body .team .t-block {
  text-align: center;
}
body .team .t-block img {
  margin: auto;
}
body .team .t-block .t-img {
  height: 330px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
body .team .t-block .t-text {
  margin: 16px 0 0 0;
}
body .team .t-block .t-text p.big {
  font-family: "Oswald";
  font-weight: 700;
  color: #0008ff;
}
body .team .bx-wrapper .bx-controls-direction a {
  background: url(../images/bx-arr.png) no-repeat center / contain;
}
body .team .bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.6;
}
body .team .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -60px;
}
body .team .bx-wrapper .bx-controls-direction a.bx-next {
  transform: scale(-1,1);
  right: -60px;
}
body .contacts {
  padding: 12px 0 14px 0;
  position: relative;
  z-index: 2;
  background: #2e2d36 url(../images/c-bg.png) no-repeat center center;
}
body .contacts .c-photo {
  position: absolute;
  bottom: -14px;
  left: -80px;
}
body .contacts .c-circle {
  width: 691px;
  height: 691px;
  margin: 0 -87px 0 87px;
  background-color: #0008ff;
  padding: 20px 45px 20px 114px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
body .contacts .c-circle:before {
  position: absolute;
  content: "";
  left: 30px;
  top: 21px;
  width: 94%;
  height: 93%;
  background: url(../images/form-circle.png) no-repeat center / contain;
}
body .contacts .c-circle .c-inner {
  position: relative;
  z-index: 2;
}
body .contacts .c-circle p,
body .contacts .c-circle .title {
  color: #ffffff;
}
body .contacts .c-circle .c-1 {
  margin: 23px 0 47px 0;
  font-weight: 700;
}
body .contacts .forma {
  margin: 89px 0 0 0;
  position: relative;
  z-index: 3;
  float: right;
}
body .footer {
  padding: 30px 0 30px 0;
}
body .footer a {
  color: #19181e;
}
body .footer .logo p {
  margin: 0 0 0 24px;
}
body .footer .f-right .phone {
  margin: 0 0 5px 0;
}
body .footer .f-right .phone a {
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
body .footer .f-right .phone a:hover {
  opacity: 0.6;
}
body .footer .f-right .policy {
  margin: 0 50px 0 0;
}
body .footer .f-right .policy a {
  text-decoration: underline;
}
body .footer .f-right .policy a:hover {
  text-decoration: none;
}
body .thanks-page .main .title {
  font-size: 26px;
}
body .thanks-page .main .title div {
  font-size: 40px;
}
@media (max-width: 991px) {
  body .thanks-page .main .title {
    font-size: 20px;
  }
  body .thanks-page .main .title div {
    font-size: 30px;
  }
}
@media (max-width: 579px) {
  body .thanks-page .main .title {
    font-size: 12px;
  }
  body .thanks-page .main .title div {
    font-size: 18px;
  }
}
body .text-page .header {
  position: relative;
  background: #1D1C21;
  padding: 0 0 15px;
}
body .text-page .main-text {
  background: #F9F9FB;
  padding: 60px 0;
}
body .text-page .main-text .container {
  max-width: 980px;
}
body .text-page .main-text .title {
  margin: 0 0 35px;
}
body .text-page .main-text .text p {
  margin: 0 0 20px;
  font-size: 1em;
}
@media (max-width: 991px) {
  body .text-page .main .title {
    font-size: 20px;
  }
  body .text-page .main .title div {
    font-size: 30px;
  }
}
@media (max-width: 579px) {
  body .text-page .main .title {
    font-size: 12px;
  }
  body .text-page .main .title div {
    font-size: 18px;
  }
}
body .modal .modal-dialog {
  max-width: 470px;
  margin: 20px auto;
}
body .modal .modal-dialog .modal-content {
  border: none;
  box-shadow: none;
  background: none;
}
body .modal .modal-dialog .modal-content .close {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
  cursor: pointer;
  z-index: 2;
}
@media (min-width: 1200px) and (max-width: 1290px) {
  body .team .bx-wrapper {
    width: 95% !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body .title {
    font-size: 30px;
    line-height: 37px;
  }
  body .min-title {
    font-size: 19px;
    line-height: 26px;
  }
  body p {
    font-size: 16px;
    line-height: 21px;
  }
  body p.big,
  body p.min {
    font-size: 16px;
    line-height: 21px;
  }
  body .team {
    padding: 45px 0 40px 0;
  }
  body .team .bx-wrapper {
    width: 90% !important;
  }
  body .contacts .c-circle {
    margin: 0;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  body .cant {
    background-position: right 2% bottom -65px;
    background-size: 42%;
  }
  body .with .wt-block {
    padding: 22px 20px 24px 23px;
  }
  body .packets .p-list div p {
    display: inline-block;
    max-width: 500px;
  }
  body .packets .p-blocks {
    top: -49px;
  }
  body .packets .p-blocks .p-inner {
    margin: 0 -10px;
  }
  body .packets .p-blocks .p-inner .p-head .title {
    font-size: 25px;
    line-height: 30px;
  }
  body .contacts {
    padding: 50px 0 14px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .container {
    max-width: 750px;
  }
  body .header .menu .col-auto {
    padding: 0 5px;
  }
  body .main {
    min-height: 645px;
  }
  body .header .logo p {
    max-width: 140px;
  }
  body .header .menu div:not(:last-of-type) {
    margin-right: 7px;
  }
  body .header .menu div:not(:last-of-type) a {
    font-size: 12px;
  }
  body .header .set .back-call a {
    font-size: 12px;
  }
  body .main .title {
    font-size: 50px;
    line-height: 72px;
  }
  body .main .title div {
    font-size: 40px;
    line-height: 47px;
  }
  body .will {
    padding: 40px 0 0 0;
  }
  body .will .w-block {
    padding: 23px 15px 22px 15px;
  }
  body .need .n-bottom .nb-block {
    padding: 18px 15px 15px 15px;
  }
  body .for {
    background: none;
    padding: 50px 0 60px 0;
  }
  body .cant {
    background: none;
  }
  body .feeds {
    padding: 70px 0 70px 0;
  }
  body .packets {
    padding: 35px 0 110px 0;
  }
  body .packets .p-blocks {
    position: initial;
    width: auto;
  }
  body .packets .p-blocks .p-inner .p-body {
    padding: 20px 12px 20px 8px;
    text-align: left;
  }
  body .packets .p-blocks .p-inner .p-body p {
    padding: 0 0 0 18px;
  }
  body .packets .p-blocks .p-inner .p-body p:not(:last-of-type) {
    margin-bottom: 14px;
  }
  body .packets .p-blocks .p-inner .p-body p:before {
    position: absolute;
    content: "+";
    left: 0;
    top: 3px;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
  }
  body .packets .p-blocks .p-inner .p-footer {
    margin: 0;
  }
  body .packets .p-blocks .p-inner {
    margin: 0 -10px;
  }
  body .contacts {
    padding: 57px 0 14px 0;
  }
  body .contacts .forma {
    margin: 0;
  }
  body .contacts .c-circle {
    width: 440px;
    height: 440px;
    padding: 20px 72px 45px 53px;
  }
  body .contacts .c-circle .c-1 {
    margin: 12px 0 20px 0;
  }
  body .footer .logo {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  body .title {
    font-size: 24px;
    line-height: 30px;
  }
  body .min-title {
    font-size: 16px;
    line-height: 25px;
  }
  body p {
    font-size: 14px;
    line-height: 20px;
  }
  body p.big,
  body p.min {
    font-size: 14px;
    line-height: 20px;
  }
  body .order a,
  body .order button {
    font-size: 18px;
    line-height: 21px;
    padding: 12px 15px;
  }
  body .forma {
    padding: 23px 19px 30px 19px;
  }
  body .main {
    background-color: #1d1d20;
    min-height: 0;
  }
  body .main .title {
    font-size: 28px;
    line-height: 40px;
  }
  body .main .title div {
    font-size: 24px;
    padding: 9px 10px 6px 10px;
    line-height: 27px;
  }
  body .main p {
    margin: 10px 0 15px 0;
  }
  body .will {
    padding: 35px 0 15px 0;
    border-bottom: 10px solid #ebecf1;
  }
  body .will .title span {
    color: #0008ff;
  }
  body .will .w-1 {
    margin: 15px 0 18px 0;
  }
  body .will .w-block {
    padding: 0;
    background: none;
    box-shadow: none;
    margin: 0 0 15px 0;
  }
  body .will .w-block .min-title {
    margin: 0 0 7px 0;
  }
  body .need {
    padding: 35px 0 0 0;
    background: none;
  }
  body .need .n-right .n-1 {
    margin: 15px 0 10px 0;
    font-weight: 400;
  }
  body .need .n-right .n-1 span {
    font-size: 24px;
    line-height: 29px;
  }
  body .need .n-list p {
    line-height: 20px;
  }
  body .need .n-list p:before {
    top: 1px;
    left: 0;
    font-size: 16px;
  }
  body .will .title,
  body .will .w-1 {
    text-align: left;
  }
  body .need .n-bottom {
    margin: 20px 0 0 0;
  }
  body .need .n-bottom .min-title {
    margin: 0 0 16px 0;
    text-transform: none;
  }
  body .need .n-bottom .nb-block {
    padding: 0;
    background: none;
    box-shadow: none;
  }
  body .need .n-right {
    padding: 0;
  }
  body .need .n-photo:before {
    display: none;
  }
  body .for {
    padding: 35px 0 30px 0;
    background: none;
  }
  body .for .mtt-1 {
    margin: 0 0 20px 0;
  }
  body .with {
    padding: 36px 0 35px 0;
    min-height: 0;
    background: url(../images/with-mob-bg.png) no-repeat center top / cover;
  }
  body .with .title {
    text-align: left;
  }
  body .with .wt-block {
    padding: 0;
    background: none;
    box-shadow: none;
    margin: 0 0 15px 0;
  }
  body .with .wt-block .min-title,
  body .with .wt-block p,
  body .with .wt-block .min-title div {
    color: #ffffff;
  }
  body .with .wt-block .min-title {
    margin: 0 0 7px 0;
  }
  body .big-block {
    background: none;
  }
  body .you {
    padding: 5px 0 0 0;
    text-align: left;
    margin: 0;
    border-bottom: 10px solid #ebecf1;
  }
  body .you .y-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  body .cant {
    background: none;
    padding: 34px 0 39px 0;
    border-bottom: 10px solid #ebecf1;
  }
  body .cant .c-1 {
    margin: 14px 0 20px 0;
    line-height: 20px;
  }
  body .cant .c-block {
    margin: 0 0 23px 0;
  }
  body .cant .c-block .c-row {
    display: block;
    margin: 0 0 19px 0;
  }
  body .cant .c-block .c-row .for-number {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 0 13px 0;
  }
  body .cant .c-block .c-row .min-title {
    text-transform: none;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
  }
  body .cant .c-block:before {
    display: none;
  }
  body .cant .c-block .c-row .c-number {
    background: none;
    box-shadow: none;
    width: 30px;
    height: 32px;
    border: 2px solid #0008ff;
    font-size: 16px;
    margin: 0 9px 0 0;
  }
  body .cant .c-block .result {
    box-shadow: none;
    background-color: transparent;
    padding: 0;
  }
  body .cant .c-block .result p {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: "Oswald";
  }
  body .cant .order a:before,
  body .cant .order a:after {
    display: none;
  }
  body .team {
    padding: 35px 0 30px 0;
  }
  body .team .bx-wrapper {
    width: 85% !important;
  }
  body .team .bx-wrapper .bx-controls-direction a.bx-next {
    right: -35px;
  }
  body .team .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -35px;
  }
  body .team .t-block .t-text p.big {
    font-size: 20px;
    line-height: 23px;
  }
  body .our {
    padding: 35px 0 60px 0;
    border-bottom: 10px solid #ebecf1;
  }
  body .our p {
    margin: 16px 0 29px 0;
  }
  body .our .slider .row {
    margin: 0;
  }
  body .our .slider .row .col-12 {
    padding: 0;
  }
  body .our .slider .bx-wrapper .bx-controls-direction a {
    background: url(../images/arr.png) no-repeat center;
    width: 35px;
    height: 35px;
  }
  body .our .slider .bx-wrapper .bx-controls-direction a.bx-next {
    transform: scale(-1,1);
    right: -15px;
  }
  body .our .slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -15px;
  }
  body .our .slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ebecf1;
  }
  body .our .slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #a5a7b0;
  }
  body .feeds {
    padding: 35px 0 10px 0;
  }
  body .feeds .title {
    font-size: 16px;
    line-height: 26px;
  }
  body .feeds .f-1 {
    margin: 15px 0 26px 0;
  }
  body .feeds .videos .video-feed {
    margin: 0 0 25px 0;
  }
  body .packets {
    padding: 38px 0 200px 0;
  }
  body .packets .p-blocks {
    position: initial;
    width: auto;
  }
  body .packets .p-blocks .row>div:not(:last-of-type) {
    margin-bottom: 23px;
  }
  body .packets .mtt-1 {
    margin: 0 0 44px 0;
    padding: 0;
    font-size: 24px;
    line-height: 30px;
  }
  body .packets .mtt-1:before {
    display: none;
  }
  body .packets .p-blocks .p-inner .p-head {
    padding: 23px 20px 12px 20px;
  }
  body .packets .p-blocks .p-inner {
    margin: 0 -10px;
  }
  body .packets .p-blocks .p-inner .p-head .title span {
    font-size: 28px;
    line-height: 28px;
  }
  body .packets .p-blocks .p-inner .p-body {
    padding: 20px 12px 20px 8px;
    text-align: left;
  }
  body .packets .p-blocks .p-inner .p-body>div:not(:last-of-type) {
    margin-bottom: 14px;
  }
  body .packets .p-blocks .p-inner .p-body p:not(:last-of-type) {
    margin-bottom: 14px;
  }
  body .packets .p-blocks .p-inner .p-footer {
    margin: 0;
    border-top: 1px solid #56575d;
  }
  body .packets .bottom-title {
    margin-top: 30px;
  }
  body .packets .bottom-title .min-title {
    font-size: 24px;
    line-height: 30px;
  }
  body .contacts {
    padding: 45px 0 24px 0;
  }
  body .contacts .c-photo {
    top: -215px;
    left: -26px;
    width: 225px;
  }
  body .contacts .c-circle {
    width: 347px;
    height: 347px;
    padding: 45px 20px 20px 20px;
    margin: 0 0 -126px 0;
    align-items: flex-start;
    justify-content: center;
  }
  body .contacts .c-circle .c-inner .title {
    font-size: 16px;
    line-height: 26px;
    width: 117px;
    position: absolute;
    top: -261px;
    right: -11px;
  }
  body .contacts .c-circle .c-inner p {
    text-align: center;
  }
  body .contacts .c-circle .c-inner p.c-1 {
    margin: 0 0 19px 0;
  }
  body .contacts .forma {
    margin: 0;
  }
  body .footer .logo img {
    width: 103px;
  }
  body .footer {
    padding: 17px 0 21px 0;
  }
  body .footer .f-right {
    flex-direction: column;
  }
  body .footer .f-right .set {
    order: -1;
    margin: 15px 0 8px 0;
  }
  body .footer .f-right .policy {
    margin: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  body .main {
    background-position: center bottom;
    background-size: 1010px;
  }
  body .container {
    max-width: 575px;
  }
  body .main p {
    max-width: 420px;
  }
  body .for .f-rows .f-row .f-right {
    min-height: 115px;
  }
  body .for .f-rows .f-row .f-icon img {
    width: 50px;
  }
  body .you .y-block .min-title {
    margin: 40px 0 0 0;
  }
  body .cant .c-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  body .cant .c-block .c-row {
    max-width: 47%;
    margin: 0 7px 15px 7px;
  }
  body .cant .c-block .result {
    max-width: 47%;
    margin: 0 7px 15px 7px;
  }
  body .cant .c-block {
    margin: 0 0 23px 0;
  }
  body .contacts .c-circle {
    padding: 65px 65px 20px 20px;
  }
  body .contacts .c-circle .c-inner .title {
    width: 229px;
    top: -230px;
    right: -255px;
  }
  body .contacts .c-photo {
    left: 11px;
  }
}
@media (max-width: 575px) {
  body .container {
    max-width: 320px;
  }
  body .order a,
  body .order button {
    width: 100%;
    max-width: 320px;
  }
  body .header .logo {
    width: 103px;
    padding: 15px 0 0 0;
  }
  body .header .set {
    padding: 18px 0 0 0;
    margin-left: -15px;
  }
  body .header .set .consult {
    font-size: 13px;
  }
  body .header .set .consult a {
    color: #ff0001;
    font-weight: 700;
  }
  body .header .set .phone a {
    font-size: 14px;
    line-height: 1;
  }
  body .main {
    padding: 215px 0 30px 0;
    background: #1d1d20 url(../images/main-mob-bg.png) no-repeat center top 55px;
  }
  body .with {
    padding-bottom: 75px;
  }
  body .need .n-photo {
    margin: 30px 0 0 0;
  }
  body .for .f-rows .f-row {
    box-shadow: none;
  }
  body .for .f-rows .f-row .f-right {
    padding: 0;
    min-height: 0;
    background: none;
  }
  body .for .f-rows .f-row .f-right .f-inner .min-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin: 0 0 9px 0;
  }
  body .for .f-rows .f-row .f-right .f-inner .min-title .icon {
    margin: 0 10px 0 0;
  }
  body .for .f-rows .f-row:not(:last-of-type) {
    margin-bottom: 15px;
  }
  body .you .y-block .min-title {
    max-width: 173px;
    margin: 42px -36px 0 0;
  }
  body .you .photo {
    width: 186px;
    margin: 0 -64px 0 31px;
  }
  body .contacts .c-circle {
    margin-left: -28px;
  }
  body .footer .f-right {
    align-items: flex-start !important;
  }
}
