@font-face {
  font-family: 'Astakhov First Two Stripes L';
  src: url('../fonts/../fonts/AstakhovFirstTwoStripesL/AstakhovFirstTwoStripesL/../fonts/AstakhovFirstTwoStripesL/AstakhovFirstTwoStripesL.eot');
  src: url('../fonts/AstakhovFirstTwoStripesL/AstakhovFirstTwoStripesL.eot?#iefix') format('embedded-opentype'), url('../fonts/AstakhovFirstTwoStripesL/AstakhovFirstTwoStripesL.woff2') format('woff2'), url('../fonts/AstakhovFirstTwoStripesL/AstakhovFirstTwoStripesL.woff') format('woff'), url('../fonts/AstakhovFirstTwoStripesL/AstakhovFirstTwoStripesL.ttf') format('truetype'), url('../fonts/AstakhovFirstTwoStripesL/AstakhovFirstTwoStripesL.svg#../fonts/AstakhovFirstTwoStripesL/AstakhovFirstTwoStripesL') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Intro Cond Black Free';
  src: url('../fonts/../fonts/IntroCondBlackFree/IntroCondBlackFree/../fonts/IntroCondBlackFree/IntroCondBlackFree.eot');
  src: url('../fonts/IntroCondBlackFree/IntroCondBlackFree.eot?#iefix') format('embedded-opentype'), url('../fonts/IntroCondBlackFree/IntroCondBlackFree.woff2') format('woff2'), url('../fonts/IntroCondBlackFree/IntroCondBlackFree.woff') format('woff'), url('../fonts/IntroCondBlackFree/IntroCondBlackFree.ttf') format('truetype'), url('../fonts/IntroCondBlackFree/IntroCondBlackFree.svg#../fonts/IntroCondBlackFree/IntroCondBlackFree') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Merel';
  src: url('../fonts/Merel/MerelLight/MerelLight.eot');
  src: url('../fonts/Merel/MerelLight/MerelLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Merel/MerelLight/MerelLight.woff2') format('woff2'), url('../fonts/Merel/MerelLight/MerelLight.woff') format('woff'), url('../fonts/Merel/MerelLight/MerelLight.ttf') format('truetype'), url('../fonts/Merel/MerelLight/MerelLight.svg#../fonts/Merel/MerelLight/MerelLight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Merel';
  src: url('../fonts/Merel/MerelBold/MerelBold.eot');
  src: url('../fonts/Merel/MerelBold/MerelBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Merel/MerelBold/MerelBold.woff2') format('woff2'), url('../fonts/Merel/MerelBold/MerelBold.woff') format('woff'), url('../fonts/Merel/MerelBold/MerelBold.ttf') format('truetype'), url('../fonts/Merel/MerelBold/MerelBold.svg#../fonts/Merel/MerelBold/MerelBold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Merel';
  src: url('../fonts/Merel/MerelBlack/MerelBlack.eot');
  src: url('../fonts/Merel/MerelBlack/MerelBlack.eot?#iefix') format('embedded-opentype'), url('../fonts/Merel/MerelBlack/MerelBlack.woff2') format('woff2'), url('../fonts/Merel/MerelBlack/MerelBlack.woff') format('woff'), url('../fonts/Merel/MerelBlack/MerelBlack.ttf') format('truetype'), url('../fonts/Merel/MerelBlack/MerelBlack.svg#../fonts/Merel/MerelBlack/MerelBlack') format('svg');
  font-weight: 900;
  font-style: normal;
}
body {
  font-family: 'Merel';
  font-size: 21px;
  line-height: 1.3;
  color: #262626;
  margin: 0;
  background: #FFF;
  font-weight: 300;
}
body.active {
  overflow: hidden;
}
body.active .wrapper {
  display: none;
}
.fw-bold {
  font-weight: 700 !important;
}
img {
  max-width: 100%;
}
a {
  color: #428bca;
}
a:hover,
a:active,
a:focus {
  color: #2a6496;
}
a,
input,
button {
  transition: all 0.2s ease-in-out;
}
a:active,
a:focus,
input:active,
input:focus,
button:active,
button:focus {
  outline: none !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Merel';
  line-height: 1.15;
  font-weight: 400;
  color: inherit;
}
h1,
.h1 {
  font-size: 2em;
}
h2,
.h2 {
  font-size: 2em;
}
h3,
.h3 {
  font-size: 2em;
}
h4,
.h4 {
  font-size: 2em;
}
h5,
.h5 {
  font-size: 1em;
}
form ::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
form ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
form :-moz-placeholder {
  color: #999;
  opacity: 1;
}
form :-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
form label.error {
  display: none !important;
}
form .inputblock input,
form .inputblock select {
  height: 60px;
  background-color: #eaeaea;
  width: 100%;
  padding: 0 25px;
  line-height: 60px;
  border: 1px solid transparent;
}
form .inputblock input:focus,
form .inputblock select:focus {
  border-color: #0000ff;
}
form .inputblock input.error,
form .inputblock select.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
form .inputblock textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
  resize: none;
  height: auto;
  min-height: 150px;
}
form .controls {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  margin: 0;
  padding-right: 0;
}
form .controls button,
form .controls input {
  width: 100%;
}
form .order button {
  border-radius: 0;
  padding: 15px 20px;
}
@media (max-width: 767px) {
  form .inputblock input,
  form .inputblock textarea,
  form .inputblock select {
    line-height: 45px;
    height: 45px;
  }
}
.b24-form-wrapper {
  max-width: 100%;
  min-height: 0;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.b24-form-wrapper .b24-form-padding-side {
  padding: 0 !important;
}
.b24-window-popup-body {
  color: #fff !important;
}
.b24-form-btn.b24-form-btn-border {
  border-color: #fff !important;
  color: #fff !important;
}
.b24-form-field-agreement .b24-form-control-container {
  display: flex;
  column-gap: 10px;
}
.b24-form-control-container input {
  background: #fff !important;
}
.b24-form-recaptcha {
  margin: 20px 0 0 0 !important;
  justify-content: center !important;
}
.b24-form-sign {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.b24-form-control-desc {
  color: #fff !important;
}
.b24-form-control-desc .b24-form-field-agreement-link {
  color: inherit !important;
}
.page-404 {
  min-height: 100vh;
}
.page-404 .info {
  text-align: center;
}
.page-404 .t1 {
  font-size: 10em;
}
.page-404 .t2 {
  font-size: 1.4em;
  margin: 0 0 20px;
}
.page-404 .t3 {
  font-size: 0.9em;
}
.wrapper {
  overflow: hidden;
}
.container {
  position: relative;
}
p {
  font-size: 21px;
  line-height: 24px;
}
p.min {
  font-size: 18px;
  line-height: 21px;
}
p.big {
  font-size: 24px;
  line-height: 27px;
}
.min-title {
  font-size: 30px;
  line-height: 35px;
}
.min-title.bgs {
  background-color: #ffa32b;
  padding: 3px 11px 3px 11px;
  display: table;
  margin: auto;
}
.title {
  font-size: 36px;
  line-height: 40px;
  font-family: "Intro Cond Black Free";
}
.title.big {
  font-size: 48px;
  line-height: 53px;
}
.title.bigg {
  font-size: 60px;
  line-height: 65px;
}
.title.biggg {
  font-size: 72px;
  line-height: 77px;
}
.title.bgs {
  background-color: #ffa32b;
  padding: 3px 11px 3px 11px;
  display: table;
  margin: auto;
}
.bg-txt {
  background-color: #ffa32b;
  padding: 3px 11px 3px 11px;
  display: inline-block;
}
p,
.title,
.min-title {
  margin: 0;
  position: relative;
  z-index: 2;
}
.order {
  position: relative;
  z-index: 2;
}
.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;
}
.order a,
.order button {
  border-radius: 50px;
  padding: 30px 30px;
  cursor: pointer;
  border: none;
  font-weight: 900;
  color: #ffffff;
  background-color: #0000ff;
  font-size: 24px;
  line-height: 27px;
  max-width: 509px;
  width: 100%;
}
.order a:hover,
.order button:hover {
  background-color: #1212a7;
}
.order a.big,
.order button.big {
  font-size: 36px;
  line-height: 39px;
}
.section-serv-text {
  padding: 2em 0;
}
@media (min-width: 992px) {
  .section-serv-text .container {
    max-width: 860px;
  }
}
.cl-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 48px;
  text-decoration: none;
  color: #212121;
  padding: 0 30px;
  border: none;
  border-radius: 5px;
  background: #e2e6ea;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
}
.cl-btn:hover,
.cl-btn:active,
.cl-btn:focus {
  text-decoration: none;
}
.cl-btn.c-green {
  background: #28a745;
  color: #FFF;
}
.cl-btn.c-green:hover,
.cl-btn.c-green:active,
.cl-btn.c-green:focus {
  background: #208637;
  color: #FFF;
}
@media (max-width: 767px) {
  .cl-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 36px;
    text-decoration: none;
    padding: 0 15px;
  }
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 152.5px 265px 152.5px;
  border-color: transparent transparent #ffa32b transparent;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .triangle {
    border-width: 0 105.5px 170px 105.5px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .triangle {
    margin: auto;
    border-width: 0 96.5px 150px 96.5px;
  }
}
hr {
  background: #000000;
  max-width: 780px;
  height: 1px;
  border: none;
  margin: auto;
}
.sign {
  font-family: Arial;
}
.icon-abs {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.icon-abs.ia-1 {
  left: -150px;
}
.icon-abs.ia-2 {
  right: -150px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .icon-abs.ia-1 {
    left: -75px;
  }
  .icon-abs.ia-2 {
    right: -75px;
  }
}
.header {
  padding: 60px 0 0 0;
}
.header .languages a {
  font-size: 24px;
  line-height: 1;
  color: #000000;
  text-decoration: none;
}
.header .languages a.active {
  font-weight: 900;
}
.header .languages span {
  margin: 0 5px;
}
@media (max-width: 767px) {
  .header {
    padding: 15px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.main {
  padding: 150px 0 70px 0;
  text-align: center;
  background: url(../images/main-bg.jpg) no-repeat center bottom;
}
.main .for-title .titles {
  margin: 45px 0 0 0;
}
.main .for-title .titles .min-title {
  font-family: "Intro Cond Black Free";
}
.main .for-title .titles .min-title:not(:last-of-type) {
  margin-bottom: 3px;
}
.main hr {
  margin: 38px auto 36px;
}
.main .m-bottom {
  margin: 120px 0 0 0;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .main {
    padding: 70px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 125px 0 0 0;
    min-height: 100vh;
  }
  .main .for-title .titles {
    margin: 29px 0 0 0;
  }
  .main hr {
    margin: 32px auto 34px;
  }
  .main .m-bottom {
    margin: 35px 0 0 0;
  }
  .main .m-bottom .logo {
    margin: 20px 0 0 0;
  }
}
.questions {
  padding: 165px 0 100px 0;
}
.questions .icon-abs {
  width: 58px;
}
.questions .q-row {
  margin: 130px 0 120px 0;
}
.questions .pic {
  margin: 0 0 -320px 44px;
}
.questions .q-block .text:not(:last-of-type) {
  margin-bottom: 100px;
}
.questions .q-block .text p span {
  font-weight: 900;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .questions .pic {
    margin: 0 auto -190px;
    width: 117px;
  }
}
@media (max-width: 767px) {
  .questions {
    padding: 45px 0 35px 0;
    text-align: center;
  }
  .questions .pic {
    margin: 0 auto -160px;
    width: 117px;
  }
  .questions .q-row {
    margin: 50px 0 30px 0;
  }
  .questions .q-block {
    margin-bottom: 30px;
  }
  .questions .q-block .text:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.we .w-row {
  margin: 130px 0 0 0;
}
.we .w-row .w-block {
  margin: 0 0 75px 0;
}
.we .w-row .w-block .icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 15px;
  background-color: #000000;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 5px;
}
@media (max-width: 767px) {
  .we {
    text-align: center;
  }
  .we .w-row {
    margin: 40px 0 0 0;
  }
  .we .w-row .w-block {
    margin: 0 0 34px 0;
  }
}
.how {
  padding: 100px 0 80px 0;
  max-width: 1920px;
  margin: auto;
}
.how .h-left {
  max-width: 620px;
  position: relative;
  margin-right: -100px;
}
.how .h-left .circle {
  position: absolute;
  left: -370px;
  top: 50%;
  transform: translateY(-50%);
  width: 313px;
}
.how .hl-row {
  margin: 95px 0 72px 0;
}
.how .hl-row .h-block {
  margin: 10px 0;
}
.how .hl-row .h-block .number {
  font-family: "Astakhov First Two Stripes L";
  background: linear-gradient(330deg,#fff 0%,#fff 25%,#ffa32b 50%,#ffa32b 75%,#ffa32b 100%);
  font-size: 48px;
  line-height: 54px;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.how .hl-row .h-block .text {
  padding: 0 0 0 43px;
  margin: -10px 0 0 0;
}
.how .hl-row .h-block .text p a {
  color: #000000;
  text-decoration: underline;
}
.how .hl-row .h-block .text p a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .how .h-left {
    padding: 0 0 0 15px;
    margin: 0;
  }
  .how .hl-row {
    margin: 60px 0 45px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .how .h-left {
    margin: auto;
  }
  .how .h-right {
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .how {
    padding: 30px 0 50px 0;
    text-align: center;
  }
  .how .hl-row {
    margin: 25px 0 25px 0;
  }
  .how .hl-row .h-block .text {
    padding: 0;
    margin: 0;
  }
  .how .h-left {
    margin: auto;
  }
  .how .h-right {
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
.experience {
  text-align: center;
  padding: 60px 0 100px 0;
}
.experience .icon-abs {
  width: 80px;
}
.experience .for-title .triangle {
  margin: -110px auto 0;
  transform: scale(1,-1);
}
.experience .e-row {
  margin: -100px 0 110px 0;
}
.experience .e-block {
  margin: 0 50px;
  width: 245px;
}
.experience .e-block .e-circle {
  width: 195px;
  height: 195px;
  border-radius: 50%;
  margin: 0 auto 38px;
  background-color: #020202;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.experience .e-block .sign {
  font-weight: 900;
}
.experience .e-block .text p {
  text-transform: uppercase;
}
.experience .e-block .text p span {
  font-weight: 700;
}
.experience .e-block.eb-2 {
  padding: 150px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .experience .for-title .triangle {
    margin: -70px auto 30px;
  }
  .experience .e-row {
    margin: 0 0 39px 0;
  }
  .experience .e-block {
    margin: 0 auto 30px;
  }
  .experience .e-block.eb-2 {
    padding: 0;
  }
  .experience .e-block .e-circle {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 767px) {
  .experience {
    padding: 46px 0 46px 0;
  }
  .experience .for-title {
    margin: 0 0 40px 0;
  }
  .experience .for-title .triangle {
    margin: -74px auto 0;
  }
  .experience .e-row {
    margin: 0 0 22px 0;
  }
  .experience .e-block {
    margin: 0 auto 30px;
  }
  .experience .e-block.eb-2 {
    padding: 0;
  }
  .experience .e-block .e-circle {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
  }
}
.trust {
  text-align: center;
  padding: 100px 0 200px 0;
}
.trust .icon {
  margin: 110px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .trust {
    padding: 0 0 100px 0;
  }
}
@media (max-width: 767px) {
  .trust {
    padding: 0px 0 50px 0;
  }
  .trust .icon {
    margin: 30px 0 0 0;
  }
}
.ordering {
  background-color: #000000;
}
.ordering .triangle {
  position: absolute;
  left: 0;
  top: 50%;
  border-width: 0 65.5px 123px 65.5px;
}
.ordering .o-right {
  padding: 30px 0;
  max-width: 355px;
  margin: auto;
}
.ordering .o-right .for-title {
  margin: 0 0 0 -50px;
  text-align: right;
}
.ordering .o-right .for-title .title {
  color: #ffffff;
}
.ordering .o-right .for-title .title.tt-1 {
  font-weight: 300;
  font-family: Merel;
}
.ordering .o-right .forma {
  margin: 50px 0 0 0;
  border-radius: 50px;
  padding: 10px;
  background-image: linear-gradient(61deg,#fc9233 0%,#4405a0 100%);
}
.ordering .o-right .forma .icon {
  text-align: center;
  margin: 0 0 10px 0;
}
.ordering .o-right .forma form {
  background: #000000;
  border-radius: 30px;
  padding: 30px 19px 35px 19px;
}
.ordering .o-right .forma form .inputblock {
  margin-bottom: 20px;
}
.ordering .o-right .forma form .order button {
  padding: 18px 20px 22px 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ordering .triangle {
    display: none;
  }
  .ordering .o-left .pic {
    max-width: 500px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .ordering .triangle {
    display: none;
  }
  .ordering .o-left .pic {
    max-width: 350px;
    margin: auto;
  }
  .ordering .o-right {
    padding: 30px 15px;
  }
  .ordering .o-right .for-title {
    margin: 0;
    text-align: center;
  }
  .ordering .o-right .forma {
    margin: 30px 0 0 0;
  }
  .ordering .o-right .forma form {
    padding: 25px 19px 30px 19px;
  }
  .ordering .o-right .forma form .inputblock {
    margin-bottom: 15px;
  }
}
.sertificates {
  padding: 125px 0 100px 0;
  text-align: center;
}
.sertificates .s-row {
  margin: 49px 0 0 0;
}
.sertificates .s-row .s-block a {
  display: inline-block;
  border: 10px solid #ffa32b;
  position: relative;
  overflow: hidden;
}
.sertificates .s-row .s-block a img {
  max-height: 515px;
}
.sertificates .s-row .s-block a:hover:before {
  opacity: 1;
}
.sertificates .s-row .s-block a:hover:after {
  transition-delay: 0.1s;
  transform: none;
  opacity: 1;
}
.sertificates .s-row .s-block a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.36);
  opacity: 0;
  transition: 0.5s;
  z-index: 2;
}
.sertificates .s-row .s-block a:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  transition: 0.3s;
  transform: translateY(100%);
  width: 43px;
  height: 43px;
  background: url(../images/loop.png) no-repeat center top / contain;
  opacity: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .sertificates {
    padding: 33px 0 0px 0;
  }
  .sertificates .s-row {
    margin: 15px 0 0 0;
  }
  .sertificates .s-block {
    margin: 15px 0 0 0;
  }
}
.faq {
  padding: 100px 0 150px 0;
}
.faq .icon-abs {
  width: 50px;
}
.faq .title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
}
.faq .f-block {
  position: relative;
}
.faq .f-row {
  margin: 100px 0 200px 0;
}
.faq .accordion {
  max-width: 335px;
}
.faq .accordion .card {
  border: none;
}
.faq .accordion .card:not(:last-of-type) {
  margin-bottom: 90px;
}
.faq .accordion .card .btn {
  font-weight: 700;
  outline: none;
  text-align: left;
  font-size: 21px;
  box-shadow: none;
  transition: 0.3s;
}
.faq .accordion .card .btn:not(.collapsed) {
  color: #ffa32b;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .faq {
    padding: 0 0 83px 0;
  }
  .faq .f-row {
    margin: 74px 0 63px 0;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 40px 0 40px 0;
  }
  .faq .f-row {
    margin: 30px 0 15px 0;
  }
  .faq .f-block {
    max-width: 300px;
    margin: auto;
  }
  .faq .accordion .card {
    margin: 20px 0 0 0 !important;
  }
  .faq .accordion .card .btn {
    font-size: 18px;
    line-height: 22px;
    padding: 0;
  }
}
.contacts {
  background: #000000;
}
.contacts .map {
  height: 960px;
}
.contacts .c-block {
  max-width: 450px;
  margin: 0 0 0 100px;
}
.contacts .c-block div,
.contacts .c-block p,
.contacts .c-block a {
  color: #ffffff;
}
.contacts .c-block .mtt-1 {
  margin: 75px 0 42px 0;
}
.contacts .c-block .links .min-title {
  font-weight: 700;
}
.contacts .c-block .links a {
  text-decoration: none;
}
.contacts .c-block .links a:hover {
  color: #ffa32b;
}
.contacts .c-block .social {
  margin: 30px 0 0 0;
}
.contacts .c-block .social a {
  text-decoration: none;
}
.contacts .c-block .social a:hover {
  opacity: 0.6;
}
.contacts .c-block .social a:not(:last-of-type) {
  margin-right: 20px;
}
.contacts .c-block .social a img {
  width: 75px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contacts .c-block {
    margin: 0;
  }
  .contacts .c-block .mtt-1 {
    margin: 28px 0 29px 0;
  }
  .contacts .map {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .contacts .c-block {
    margin: 0;
    padding: 30px 15px;
  }
  .contacts .c-block .mtt-1 {
    margin: 23px 0 23px 0;
  }
  .contacts .map {
    height: 300px;
  }
  .contacts .social a {
    width: 50px;
  }
}
.footer {
  padding: 15px 0;
  background: #000000;
}
.footer div,
.footer a,
.footer p {
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer .f-block {
    margin: 5px 0;
  }
}
.infosy {
  background: #ffffff;
  min-height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  padding: 5px 10px;
  transform: translateY(100%);
  transition: 0.6s;
  border: 1px solid #a52301;
}
.infosy.active {
  transform: translateY(0);
}
.infosy p {
  padding: 0 20px;
}
.infosy .c-buttons {
  margin-top: 5px;
}
.infosy .c-buttons .a-block {
  margin: 0 10px;
}
.infosy .c-buttons .a-block a,
.infosy .c-buttons .a-block button {
  font-size: 14px;
}
.infosy p,
.infosy a {
  color: #434343;
  font-size: 16px;
  line-height: 19px;
}
.infosy a {
  text-decoration: underline;
}
.infosy a:hover {
  text-decoration: none;
}
.infosy .to-close {
  transition: 0.3s;
  position: absolute;
  right: 20px;
  top: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: #464646;
  cursor: pointer;
  font-size: 27px;
  z-index: 2;
  font-family: Tahoma;
}
.infosy .to-close:hover {
  opacity: 0.5;
}
.for-success {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  text-align: center;
  display: none;
}
.for-success .successs {
  background: #ffffff;
  padding: 20px 30px;
  box-shadow: 0 6px 8px rgba(39,26,15,0.42);
}
.for-success .successs .min-title {
  margin: 0 0 20px 0;
  color: #000000;
}
@media (min-width: 768px) and (max-width: 1199px) {
  body {
    font-size: 16px;
    line-height: 19px;
  }
  body .title {
    font-size: 30px;
    line-height: 35px;
  }
  body .title.big {
    font-size: 30px;
    line-height: 35px;
  }
  body .title.bigg {
    font-size: 30px;
    line-height: 35px;
  }
  body .title.biggg {
    font-size: 30px;
    line-height: 35px;
  }
  body .min-title {
    font-size: 22px;
    line-height: 26px;
  }
  body .min-title.big {
    font-size: 22px;
    line-height: 26px;
  }
  body p {
    font-size: 18px;
    line-height: 21px;
  }
  body p.min {
    font-size: 18px;
    line-height: 21px;
  }
  body p.big {
    font-size: 18px;
    line-height: 21px;
  }
  body .order a,
  body .order button {
    font-size: 19px;
    line-height: 22px;
    padding: 5px 15px;
    min-height: 60px;
    max-width: 300px;
  }
  body .order a.big,
  body .order button.big {
    font-size: 19px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .order a.big,
  .order button.big {
    font-size: 30px;
    line-height: 33px;
    max-width: 460px;
    padding: 20px 20px 25px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) and (max-height: 650px) {
  .title {
    font-size: 30px;
    line-height: 35px;
  }
  .title.big {
    font-size: 35px;
    line-height: 40px;
  }
  .title.bigg {
    font-size: 45px;
    line-height: 50px;
  }
  .title.biggg {
    font-size: 55px;
    line-height: 60px;
  }
  .min-title {
    font-size: 20px;
    line-height: 24px;
  }
  .min-title.big {
    font-size: 25px;
    line-height: 30px;
  }
  p {
    font-size: 20px;
    line-height: 23px;
  }
  p.min {
    font-size: 18px;
    line-height: 21px;
  }
  p.big {
    font-size: 22px;
    line-height: 25px;
  }
  .order a,
  .order button {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 25px;
    min-height: 70px;
    max-width: 400px;
  }
  .order a.big,
  .order button.big {
    font-size: 27px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .container {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 21px;
  }
  body .title {
    font-size: 25px;
    line-height: 30px;
  }
  body .title.big {
    font-size: 25px;
    line-height: 30px;
  }
  body .title.bigg {
    font-size: 25px;
    line-height: 30px;
  }
  body .title.biggg {
    font-size: 30px;
    line-height: 35px;
  }
  body .min-title {
    font-size: 19px;
    line-height: 24px;
  }
  body .min-title.big {
    font-size: 19px;
    line-height: 24px;
  }
  body p {
    font-size: 18px;
    line-height: 21px;
  }
  body p.min {
    font-size: 18px;
    line-height: 21px;
  }
  body p.big {
    font-size: 18px;
    line-height: 21px;
  }
  body .order a,
  body .order button {
    font-size: 18px;
    line-height: 21px;
    padding: 5px 15px;
    min-height: 55px;
    max-width: 300px;
  }
  body .order a.big,
  body .order button.big {
    font-size: 16px;
    line-height: 19px;
  }
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 45px 0;
  font-size: 18px;
  z-index: 90;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.18);
}
@media (max-width: 767px) {
  .cookie-banner {
    padding: 15px;
    font-size: 14px;
    bottom: 50px;
  }
}
.cookie-banner.active {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.cookie-banner .fw-bold {
  font-weight: 700;
}
.cookie-banner .banner-inner {
  padding: 0 10px;
  max-width: 1700px;
  margin: auto;
}
.cookie-banner a {
  color: #000;
  text-decoration: underline;
}
.cookie-banner a:hover {
  text-decoration: none;
}
.cookie-banner .content-toggle {
  text-decoration: underline;
  margin: 15px 0 0 0;
  cursor: pointer;
}
.cookie-banner .content-toggle:hover {
  text-decoration: none;
}
.cookie-banner .content-toggle.active .tt-1 {
  display: none;
}
.cookie-banner .content-toggle.active .tt-2 {
  display: block;
}
.cookie-banner .content-toggle .tt-2 {
  display: none;
}
.cookie-banner .banner-top {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.cookie-banner .banner-top .logo {
  width: 250px;
  flex-shrink: 0;
  text-align: center;
}
.cookie-banner .banner-top .logo img {
  max-width: 100%;
}
.cookie-banner .banner-top .cookie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 250px;
  height: 55px;
  background: #eeb90f;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}
.cookie-banner .banner-top .cookie-btn:hover {
  background: #ffd549;
}
.cookie-banner .banner-top .cookie-btn.bd-btn {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.cookie-banner .banner-top .cookie-btn.bd-btn:hover {
  background: #000;
  color: #fff;
}
.cookie-banner .banner-top .buttons {
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .cookie-banner .banner-top {
    display: block;
    text-align: center;
  }
  .cookie-banner .banner-top .logo {
    width: 150px;
    margin: 0 auto 5px;
    display: none;
  }
  .cookie-banner .banner-top .buttons {
    margin-top: 10px;
  }
  .cookie-banner .banner-top .cookie-btn {
    padding: 10px;
    width: 250px;
    height: 45px;
    border-radius: 5px;
  }
}
.cookie-banner .banner-content {
  display: none;
  padding: 30px 0 0 0;
}
.cookie-banner .banner-content p:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cookie-banner .banner-content {
    padding: 20px 0 0 0;
  }
  .cookie-banner .banner-content p:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.expand-text-block {
  --start-height: 0;
  --collapse-height: 100;
  margin-top: 30px;
}
.expand-text-block p {
  margin-bottom: 15px;
}
.expand-text-block .expand-btn {
  border: none;
  background: none;
  padding: 0;
  color: #fff;
  margin-top: 20px;
}
.expand-text-block .expand-btn:hover {
  text-decoration: underline;
}
.expand-text-block .expand-btn p {
  margin: 0;
}
.expand-text-block .expand-btn.active .txt-1 {
  display: none;
}
.expand-text-block .expand-btn.active .txt-2 {
  display: block;
}
.expand-text-block .expand-btn .txt-2 {
  display: none;
}
.expand-text-block .expand-block {
  overflow: hidden;
  height: var(--collapse-height);
  transition: 0.3s;
  position: relative;
}
.expand-text-block .expand-block.active:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg,#000 12%,rgba(0,212,255,0) 100%);
  z-index: 3;
}
.expand-text-block .expand-block.expanded {
  height: var(--start-height);
}
.expand-text-block .expand-block.expanded:before {
  opacity: 0 !important;
}
.seo-text {
  padding: 30px 0;
  background: #000;
  color: #fff;
}
