/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'centurygothic';
  src: url("../fonts/centurygothic.eot");
  src: local("centurygothic"), url("../fonts/centurygothic.eot?#iefix") format("embedded-opentype"), url("../fonts/centurygothic.woff") format("woff"), url("../fonts/centurygothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'centurygothicbold';
  src: url("../fonts/centurygothicbold.eot");
  src: local("centurygothicbold"), url("../fonts/centurygothicbold.eot?#iefix") format("embedded-opentype"), url("../fonts/centurygothicbold.woff") format("woff"), url("../fonts/centurygothicbold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../sass/screen.scss */
* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
}

/* line 24, ../sass/screen.scss */
body.adapt {
  max-width: 1918px;
  width: 100%;
  margin: 0 auto;
  font-family: "centurygothic", sans-serif;
  background: #ebebeb;
}
/* line 1, ../sass/_formbox.scss */
body.adapt .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
/* line 19, ../sass/_formbox.scss */
body.adapt .orderForm {
  color: #c02026 !important;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #222222 !important;
  cursor: pointer;
  display: inline-block;
  left: 50%;
  opacity: 0;
  position: fixed;
  max-width: 400px;
  width: 100%;
  max-height: 437px;
  height: 100%;
  overflow-y: hidden;
  text-align: justify;
  top: 45%;
  visibility: hidden;
  z-index: 999999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .5s, top .5s;
  -moz-transition: opacity .5s, top .5s;
  -ms-transition: opacity .5s, top .5s;
  -o-transition: opacity .5s, top .5s;
  transition: opacity .5s, top .5s;
  box-shadow: 0px 0px 4px 0px #fff;
  background: transparent;
  border-radius: 15px;
}
/* line 55, ../sass/_formbox.scss */
body.adapt .orderForm:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100%;
}
/* line 65, ../sass/_formbox.scss */
body.adapt .orderForm .close_modal {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #eee;
  font-family: Open Sans, sans-serif;
  font-size: 1.4em;
  background: transparent;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
/* line 82, ../sass/_formbox.scss */
body.adapt .orderForm .close_modal:hover {
  background: transparent;
  color: #e31e24;
  font-weight: 600;
}
/* line 89, ../sass/_formbox.scss */
body.adapt .orderForm .formField {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
}
/* line 95, ../sass/_formbox.scss */
body.adapt .orderForm .formField .formInp {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
/* line 102, ../sass/_formbox.scss */
body.adapt .orderForm .formField .formInp .form-head {
  overflow: hidden;
  padding: 20px 0;
  background: white;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
}
/* line 111, ../sass/_formbox.scss */
body.adapt .orderForm .formField .formInp .form-head p {
  font-family: "centurygothicbold", sans-serif;
  text-align: center;
  padding: 10px 15px;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 26px;
}
/* line 122, ../sass/_formbox.scss */
body.adapt .orderForm .formField .formInp input {
  margin: 0 auto;
  background: transparent !important;
  border-bottom: 1px solid #333 !important;
  border-top: transparent !important;
  border-left: transparent !important;
  border-right: transparent !important;
  color: #3e3e3e !important;
  padding: 15px;
  max-width: 285px;
  width: 100%;
  font-size: 14px;
}
/* line 136, ../sass/_formbox.scss */
body.adapt .orderForm .formField .formInp .form_text {
  text-align: left;
  font-family: "centurygothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 14px;
  margin: 15px 0;
  max-width: 285px;
  width: 100%;
  background: transparent !important;
  border-bottom: 1px solid #333 !important;
  border-top: transparent !important;
  border-left: transparent !important;
  border-right: transparent !important;
}
/* line 153, ../sass/_formbox.scss */
body.adapt .orderForm .formField .formInp label {
  display: flex;
  max-width: 300px;
  align-items: center;
  position: relative;
  color: #3e3e3e;
  padding: 10px 0;
}
/* line 161, ../sass/_formbox.scss */
body.adapt .orderForm .formField .formInp label .checkbox {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
/* line 167, ../sass/_formbox.scss */
body.adapt .orderForm .formField .formInp label p {
  text-align: left;
  font-size: 12px;
  line-height: 1.5em;
}
/* line 175, ../sass/_formbox.scss */
body.adapt .orderForm .formField .formBtn {
  text-align: center;
  padding: 10px 0;
}
/* line 179, ../sass/_formbox.scss */
body.adapt .orderForm .formField .formBtn .yourBtn {
  font-family: "centurygothic", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: #000;
  padding: 15px 50px;
  background: transparent;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #BEBEBE;
  position: relative;
  cursor: pointer;
}
/* line 194, ../sass/_formbox.scss */
body.adapt .orderForm .formField .formBtn .yourBtn:disabled {
  background: transparent;
}
/* line 198, ../sass/_formbox.scss */
body.adapt .orderForm .formField .formBtn .yourBtn:hover {
  background: #017c94;
  border-color: #017c94 !important;
  color: #FFFFFF;
  transform: scale(0.97);
}
/* line 204, ../sass/_formbox.scss */
body.adapt .orderForm .formField .formBtn .yourBtn:hover span {
  color: #fff;
}
/* line 209, ../sass/_formbox.scss */
body.adapt .orderForm .formField .formBtn .yourBtn p {
  position: relative;
  color: #3e3e3e;
}
/* line 220, ../sass/_formbox.scss */
body.adapt .form_box {
  width: 100%;
  max-width: 1248px;
  text-align: center;
  padding: 15px 10px;
  box-shadow: 0px 0px 8px -3px #4d4d4d;
  margin: 0 auto;
  font-family: "centurygothic", sans-serif;
}
/* line 229, ../sass/_formbox.scss */
body.adapt .form_box .formField {
  overflow: hidden;
}
/* line 232, ../sass/_formbox.scss */
body.adapt .form_box .formField .formInp {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
/* line 236, ../sass/_formbox.scss */
body.adapt .form_box .formField .formInp .form-head {
  margin: 25px auto;
  text-transform: uppercase;
}
/* line 240, ../sass/_formbox.scss */
body.adapt .form_box .formField .formInp .form-head p {
  font-size: 24.79px;
  color: #019dbd;
  margin-bottom: 15px;
  font-family: "centurygothicbold", sans-serif;
  text-align: center;
  line-height: 1.5em;
  text-transform: uppercase;
}
/* line 245, ../sass/_formbox.scss */
body.adapt .form_box .formField .formInp .formLayout {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  margin: 15px 0;
}
/* line 252, ../sass/_formbox.scss */
body.adapt .form_box .formField .formInp .formLayout input {
  box-shadow: 0px 0px 8px -3px #4d4d4d;
  border: none;
  margin: 10px;
}
/* line 259, ../sass/_formbox.scss */
body.adapt .form_box .formField .formInp label {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
/* line 264, ../sass/_formbox.scss */
body.adapt .form_box .formField .formInp label .checkbox {
  margin-right: 15px;
  width: 15px;
  height: 15px;
}
/* line 270, ../sass/_formbox.scss */
body.adapt .form_box .formField .formInp label p {
  font-size: 13px;
}
/* line 276, ../sass/_formbox.scss */
body.adapt .form_box .formField .formBtn {
  width: 100%;
  margin: 25px auto;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
}
/* line 185, ../sass/_mixin.scss */
body.adapt .form_box .formField .formBtn .yourBtn {
  width: 100%;
  max-width: 285px;
  background: #ccc;
  padding: 15px 25px;
  border: none;
  box-shadow: 0px 0px 8px -3px #4d4d4d;
  cursor: pointer;
}
/* line 194, ../sass/_mixin.scss */
body.adapt .form_box .formField .formBtn .yourBtn:disabled {
  background: transparent;
  box-shadow: 0px 0px 8px -3px #4d4d4d;
}
/* line 198, ../sass/_mixin.scss */
body.adapt .form_box .formField .formBtn .yourBtn:disabled span {
  color: #333;
}
/* line 203, ../sass/_mixin.scss */
body.adapt .form_box .formField .formBtn .yourBtn span {
  font-size: 18px;
  font-family: "centurygothic", sans-serif;
  color: #fff;
}
/* line 209, ../sass/_mixin.scss */
body.adapt .form_box .formField .formBtn .yourBtn:hover {
  background: #c7c7c7;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
}
/* line 1, ../sass/_header.scss */
body.adapt .header {
  width: 100%;
  padding: 15px 0;
  background: #fff;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 112px;
}
/* line 10, ../sass/_header.scss */
body.adapt .header .h_elems {
  width: 100%;
  max-width: 1240px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
/* line 17, ../sass/_header.scss */
body.adapt .header .h_elems .h_left {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  cursor: pointer;
}
/* line 23, ../sass/_header.scss */
body.adapt .header .h_elems .h_left .logoBox {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: 15px;
  position: relative;
  z-index: 9;
}
/* line 29, ../sass/_header.scss */
body.adapt .header .h_elems .h_left .logoBox svg {
  object-fit: cover;
  max-width: 127px;
  width: 100%;
  max-height: 141px;
  min-height: 100px;
}
/* line 38, ../sass/_header.scss */
body.adapt .header .h_elems .h_left .nameOrg {
  overflow: hidden;
}
/* line 41, ../sass/_header.scss */
body.adapt .header .h_elems .h_left .nameOrg .name {
  font-size: 42px;
  font-family: "centurygothicbold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 48, ../sass/_header.scss */
body.adapt .header .h_elems .h_left .nameOrg .subName {
  font-family: "centurygothicbold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
}
/* line 57, ../sass/_header.scss */
body.adapt .header .h_elems .h_right {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  align-self: flex-start;
}
/* line 63, ../sass/_header.scss */
body.adapt .header .h_elems .h_right .box {
  width: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 68, ../sass/_header.scss */
body.adapt .header .h_elems .h_right .box a {
  text-decoration: none;
}
/* line 72, ../sass/_header.scss */
body.adapt .header .h_elems .h_right .box .phoneLink {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: #017c94;
  font-size: 24px;
  font-family: "centurygothicbold", sans-serif;
}
/* line 80, ../sass/_header.scss */
body.adapt .header .h_elems .h_right .box .phoneLink i {
  margin-right: 10px;
}
/* line 85, ../sass/_header.scss */
body.adapt .header .h_elems .h_right .box .mailLink {
  color: #313131;
  font-size: 16px;
  font-family: "centurygothicbold", sans-serif;
}
/* line 91, ../sass/_header.scss */
body.adapt .header .h_elems .h_right .box .open-modal {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 7px 20px;
  background: #ebebeb;
  border-radius: 15px;
  font-family: "centurygothic", sans-serif;
  font-size: 14px;
  color: #017c94;
  cursor: pointer;
}
/* line 103, ../sass/_header.scss */
body.adapt .header .h_elems .h_right .box .open-modal svg {
  margin-right: 15px;
  width: 14px;
  height: 14px;
}
/* line 112, ../sass/_header.scss */
body.adapt .header .h_elems .h_right_mob {
  display: none;
}
/* line 116, ../sass/_header.scss */
body.adapt .header .h_elems .menu_mob {
  max-width: 65px;
  width: 100%;
  margin-right: 15px;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  display: none;
}
/* line 124, ../sass/_header.scss */
body.adapt .header .h_elems .menu_mob .burger {
  visibility: visible;
  width: auto;
  height: auto;
  display: block;
}
/* line 130, ../sass/_header.scss */
body.adapt .header .h_elems .menu_mob .burger svg {
  width: 55px;
}
/* line 135, ../sass/_header.scss */
body.adapt .header .h_elems .menu_mob .close {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}
/* line 141, ../sass/_header.scss */
body.adapt .header .h_elems .menu_mob .close svg {
  width: 0;
  visibility: hidden;
}
/* line 150, ../sass/_header.scss */
body.adapt .header .h_elems .active .burger {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}
/* line 156, ../sass/_header.scss */
body.adapt .header .h_elems .active .burger svg {
  width: 0;
  visibility: hidden;
}
/* line 162, ../sass/_header.scss */
body.adapt .header .h_elems .active .close {
  visibility: visible;
  width: auto;
  height: auto;
  display: block;
}
/* line 168, ../sass/_header.scss */
body.adapt .header .h_elems .active .close svg {
  width: 55px;
  visibility: visible;
}
/* line 1, ../sass/_main.scss */
body.adapt .mainScr {
  background: url("../images/head_bg.jpg") no-repeat center center;
  background-attachment: fixed;
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
}
/* line 255, ../sass/_mixin.scss */
body.adapt .mainScr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #019ebd;
  opacity: .75;
  width: 100%;
  height: 100%;
}
/* line 266, ../sass/_mixin.scss */
body.adapt .mainScr .main_menu {
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
  max-width: 1240px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
}
/* line 276, ../sass/_mixin.scss */
body.adapt .mainScr .main_menu .listElements {
  max-width: 1060px;
  width: 100%;
  height: 57px;
  background: #fff;
  border-radius: 25px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
  margin: 10px 0;
}
/* line 287, ../sass/_mixin.scss */
body.adapt .mainScr .main_menu .listElements .item {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
/* line 292, ../sass/_mixin.scss */
body.adapt .mainScr .main_menu .listElements .item .elemLink {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-decoration: none;
  color: #5d5252;
  font-size: 14px;
  font-family: "centurygothicbold", sans-serif;
}
/* line 301, ../sass/_mixin.scss */
body.adapt .mainScr .main_menu .listElements .item .elemLink svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
/* line 310, ../sass/_mixin.scss */
body.adapt .mainScr .main_menu .h_right_mob {
  display: none;
}
/* line 315, ../sass/_mixin.scss */
body.adapt .mainScr .nameCompany {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
/* line 322, ../sass/_mixin.scss */
body.adapt .mainScr .nameCompany .title {
  color: #019dbd;
  font-family: "centurygothicbold", sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2em;
  margin: 25px auto;
  padding: 0 15px;
}
/* line 332, ../sass/_mixin.scss */
body.adapt .mainScr .nameCompany .title .top, body.adapt .mainScr .nameCompany .title .bottom {
  background: #fff;
  padding: 0 10px;
}
/* line 338, ../sass/_mixin.scss */
body.adapt .mainScr .nameCompany .subTitle {
  color: #fffefb;
  font-size: 18px;
  font-family: "centurygothicbold", sans-serif;
  text-align: center;
  line-height: 1.25em;
}
/* line 347, ../sass/_mixin.scss */
body.adapt .mainScr .btnBox {
  margin: 35px 0 75px 0;
  max-width: 500px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  z-index: 9;
}
/* line 359, ../sass/_mixin.scss */
body.adapt .mainScr .btnBox .open-modal {
  background: #fff;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: #333333;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "centurygothicbold", sans-serif;
  border-radius: 40px;
  padding: 25px;
  text-decoration: none;
}
/* line 5, ../sass/_main.scss */
body.adapt .serviceBox {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 25px 0;
}
/* line 15, ../sass/_main.scss */
body.adapt .serviceBox .elems {
  max-width: 400px;
  width: 100%;
  border-radius: 35px;
  background: #fff;
  padding: 27px;
  margin: 5px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  min-height: 530px;
}
/* line 28, ../sass/_main.scss */
body.adapt .serviceBox .elems .elemTitle {
  color: #5f5f61;
  font-family: "centurygothicbold", sans-serif;
  font-size: 24px;
  text-align: center;
  line-height: 1.25em;
}
/* line 36, ../sass/_main.scss */
body.adapt .serviceBox .elems .infoBox {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
/* line 41, ../sass/_main.scss */
body.adapt .serviceBox .elems .infoBox .info {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 25px 0;
  width: 100%;
}
/* line 48, ../sass/_main.scss */
body.adapt .serviceBox .elems .infoBox .info .imgInfo {
  margin-right: 15px;
  width: 40px;
}
/* line 52, ../sass/_main.scss */
body.adapt .serviceBox .elems .infoBox .info .imgInfo svg {
  width: auto;
  height: 33px;
}
/* line 58, ../sass/_main.scss */
body.adapt .serviceBox .elems .infoBox .info .textInfo {
  color: #3f3d3d;
  font-size: 15px;
  text-align: justify;
  line-height: 1.5em;
  width: 100%;
}
/* line 69, ../sass/_main.scss */
body.adapt .serviceBox .elems .last .info {
  max-width: 300px;
}
/* line 74, ../sass/_main.scss */
body.adapt .serviceBox .elems .fixPrice {
  max-width: 194px;
  width: 100%;
  margin: 25px auto;
  background: #0ea2c0;
  text-align: center;
  border-radius: 35px;
  min-height: 105px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
/* line 87, ../sass/_main.scss */
body.adapt .serviceBox .elems .fixPrice span {
  display: block;
  font-size: 15px;
  color: #333333;
  font-family: "centurygothicbold", sans-serif;
}
/* line 94, ../sass/_main.scss */
body.adapt .serviceBox .elems .fixPrice .price {
  font-size: 57px;
  color: #fff;
  font-family: "centurygothicbold", sans-serif;
  margin-bottom: 7px;
}
/* line 102, ../sass/_main.scss */
body.adapt .serviceBox .elems .textPrice {
  font-size: 22px;
  color: #6f6f6f;
  font-family: "centurygothicbold", sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.25em;
}
/* line 111, ../sass/_main.scss */
body.adapt .serviceBox .elems .btnBox {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
}
/* line 117, ../sass/_main.scss */
body.adapt .serviceBox .elems .btnBox a {
  border-radius: 21px;
  border: 1px solid #0ea2c0;
  text-align: center;
  text-decoration: none;
}
/* line 124, ../sass/_main.scss */
body.adapt .serviceBox .elems .btnBox .calcBtn {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-family: "centurygothicbold", sans-serif;
  background: #0ea2c0;
  padding: 15px 35px;
}
/* line 133, ../sass/_main.scss */
body.adapt .serviceBox .elems .btnBox .more {
  font-size: 13px;
  color: #b1b0b0;
  padding: 7px 15px;
  font-family: "centurygothic", sans-serif;
  max-width: 233px;
  width: 100%;
}
/* line 1, ../sass/_inside.scss */
body.adapt .inside {
  width: 100%;
}
/* line 4, ../sass/_inside.scss */
body.adapt .inside #vega-content {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 45px 0;
  max-width: 100%;
  padding: 0;
}
/* line 9, ../sass/_inside.scss */
body.adapt .inside #vega-content article {
  width: 100%;
}
/* line 12, ../sass/_inside.scss */
body.adapt .inside #vega-content article .mainScr {
  background: url("../images/head_bg.jpg") no-repeat center center;
  background-attachment: fixed;
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
}
/* line 255, ../sass/_mixin.scss */
body.adapt .inside #vega-content article .mainScr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #019ebd;
  opacity: .75;
  width: 100%;
  height: 100%;
}
/* line 266, ../sass/_mixin.scss */
body.adapt .inside #vega-content article .mainScr .main_menu {
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
  max-width: 1240px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
}
/* line 276, ../sass/_mixin.scss */
body.adapt .inside #vega-content article .mainScr .main_menu .listElements {
  max-width: 1060px;
  width: 100%;
  height: 57px;
  background: #fff;
  border-radius: 25px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
  margin: 10px 0;
}
/* line 287, ../sass/_mixin.scss */
body.adapt .inside #vega-content article .mainScr .main_menu .listElements .item {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
/* line 292, ../sass/_mixin.scss */
body.adapt .inside #vega-content article .mainScr .main_menu .listElements .item .elemLink {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-decoration: none;
  color: #5d5252;
  font-size: 14px;
  font-family: "centurygothicbold", sans-serif;
}
/* line 301, ../sass/_mixin.scss */
body.adapt .inside #vega-content article .mainScr .main_menu .listElements .item .elemLink svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
/* line 310, ../sass/_mixin.scss */
body.adapt .inside #vega-content article .mainScr .main_menu .h_right_mob {
  display: none;
}
/* line 315, ../sass/_mixin.scss */
body.adapt .inside #vega-content article .mainScr .nameCompany {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
/* line 322, ../sass/_mixin.scss */
body.adapt .inside #vega-content article .mainScr .nameCompany .title {
  color: #019dbd;
  font-family: "centurygothicbold", sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2em;
  margin: 25px auto;
  padding: 0 15px;
}
/* line 332, ../sass/_mixin.scss */
body.adapt .inside #vega-content article .mainScr .nameCompany .title .top, body.adapt .inside #vega-content article .mainScr .nameCompany .title .bottom {
  background: #fff;
  padding: 0 10px;
}
/* line 338, ../sass/_mixin.scss */
body.adapt .inside #vega-content article .mainScr .nameCompany .subTitle {
  color: #fffefb;
  font-size: 18px;
  font-family: "centurygothicbold", sans-serif;
  text-align: center;
  line-height: 1.25em;
}
/* line 347, ../sass/_mixin.scss */
body.adapt .inside #vega-content article .mainScr .btnBox {
  margin: 35px 0 75px 0;
  max-width: 500px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  z-index: 9;
}
/* line 359, ../sass/_mixin.scss */
body.adapt .inside #vega-content article .mainScr .btnBox .open-modal {
  background: #fff;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: #333333;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "centurygothicbold", sans-serif;
  border-radius: 40px;
  padding: 25px;
  text-decoration: none;
}
/* line 15, ../sass/_inside.scss */
body.adapt .inside #vega-content article .mainScr .nameCompany {
  margin: 25px auto;
}
/* line 18, ../sass/_inside.scss */
body.adapt .inside #vega-content article .mainScr .nameCompany .title {
  color: #fff;
}
/* line 21, ../sass/_inside.scss */
body.adapt .inside #vega-content article .mainScr .nameCompany .title .top {
  background: transparent;
}
/* line 28, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in {
  width: 100%;
}
/* line 31, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .text {
  font-size: 14px;
  line-height: 1.5em;
  max-width: 1240px;
  margin: 25px auto;
  border-radius: 35px;
  overflow: hidden;
}
/* line 39, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .text ol {
  box-sizing: content-box;
  padding-left: 22px;
  margin-top: 0px;
  margin-bottom: 10px;
  list-style-position: inside;
  text-indent: -22px;
  padding-inline-start: 26px;
  list-style: decimal;
}
/* line 49, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .text ol li {
  padding-left: 22px;
}
/* line 54, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .text div {
  background: #fff;
}
/* line 57, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .text div ol {
  box-sizing: content-box;
  padding-left: 22px;
  margin-top: 0px;
  margin-bottom: 10px;
  list-style-position: outside;
  text-indent: -22px;
  padding-inline-start: 26px;
  list-style: decimal;
}
/* line 67, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .text div ol li {
  padding-left: 22px;
}
/* line 73, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .text .title_spoiler {
  margin: 0;
  border: none;
}
/* line 77, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .text .title_spoiler a {
  font-size: 16px;
  font-family: "centurygothicbold", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.5em;
}
/* line 88, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .calcContent {
  background: #fff;
  border-radius: 55px;
  max-width: 1240px;
  width: 100%;
  margin: 25px auto;
}
/* line 95, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .calcContent .title {
  font-size: 24.79px;
  color: #019dbd;
  margin-bottom: 15px;
  font-family: "centurygothicbold", sans-serif;
  text-align: center;
  line-height: 1.5em;
  text-transform: uppercase;
  max-width: 731px;
  width: 100%;
  margin: 0 auto;
  padding: 37.5px 0;
}
/* line 103, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .calcContent .calcForm {
  margin: 25px auto;
  width: 100%;
  padding: 37.5px 15px;
}
/* line 108, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .calcContent .calcForm .calcElems {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
/* line 115, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .calcContent .calcForm .calcElems .elem {
  max-width: 305px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
/* line 122, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .calcContent .calcForm .calcElems .elem:nth-child(1) {
  max-width: 381px;
  width: 100%;
}
/* line 127, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .calcContent .calcForm .calcElems .elem span {
  display: block;
  color: #fff;
  font-family: "centurygothic", sans-serif;
  font-size: 18px;
}
/* line 134, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .calcContent .calcForm .calcElems .elem .calcFldName {
  color: #5f5f61;
  font-family: "centurygothicbold", sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
}
/* line 141, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .calcContent .calcForm .calcElems .elem .calcField {
  position: relative;
  background: #9a9a9a;
  border-radius: 42.55px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  min-height: 85px;
  width: 100%;
}
/* line 151, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .calcContent .calcForm .calcElems .elem .calcField button {
  position: absolute;
  width: 85px;
  height: 85px;
  border: none;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: #fff;
  font-family: "centurygothic", sans-serif;
  font-size: 48px;
  background: #717171;
  cursor: pointer;
}
/* line 167, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .calcContent .calcForm .calcElems .elem .calcField .num {
  font-size: 36px;
  font-family: "centurygothicbold", sans-serif;
  margin-bottom: 15px;
}
/* line 172, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .calcContent .calcForm .calcElems .elem .calcField .txt {
  font-size: 14px;
  font-family: "centurygothicbold", sans-serif;
}
/* line 177, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .calcContent .calcForm .calcElems .elem .calcField .minus {
  top: 0;
  left: 0;
}
/* line 182, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .calcContent .calcForm .calcElems .elem .calcField .plus {
  top: 0;
  right: 0;
}
/* line 190, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .calcContent .calcForm .orderBtn {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 57px;
}
/* line 197, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .calcContent .calcForm .orderBtn a {
  max-width: 453px;
  width: 100%;
  background: #0ea2c0;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 41.5px;
  font-size: 24px;
  font-family: "centurygothic", sans-serif;
  text-decoration: none;
  color: #fff;
  padding: 31px;
}
/* line 216, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox {
  max-width: 1240px;
  width: 100%;
  margin: 25px auto;
}
/* line 221, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox .aboutText {
  width: 100%;
  line-height: 1.5em;
  max-width: 1060px;
  margin: 0 auto;
}
/* line 227, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox .aboutText p {
  color: #3f3d3d;
  font-family: "centurygothicbold", sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
}
/* line 235, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox .aboutSteps {
  width: 100%;
}
/* line 238, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox .aboutSteps .stepTitle {
  margin: 52px auto;
  font-size: 25.5px;
  font-family: "centurygothicbold", sans-serif;
  color: #019dbd;
  text-transform: uppercase;
  text-align: center;
}
/* line 247, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox .aboutSteps .aboutElems {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
/* line 253, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox .aboutSteps .aboutElems .stElem {
  background: #fff;
  max-width: 405px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 35px;
  padding: 20px;
  min-height: 381px;
  margin: 3px;
}
/* line 265, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox .aboutSteps .aboutElems .stElem .stepNumb {
  display: block;
  text-align: left;
  color: #bce1e7;
  font-size: 72px;
  font-family: "centurygothicbold", sans-serif;
  width: 100%;
  margin-bottom: 17px;
}
/* line 275, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox .aboutSteps .aboutElems .stElem .stepSubTitle {
  font-size: 25.5px;
  color: #6f6f6f;
  text-align: center;
  font-family: "centurygothicbold", sans-serif;
  padding: 0 28px;
  margin-bottom: 37px;
}
/* line 284, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox .aboutSteps .aboutElems .stElem .stepText {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 1.5em;
  text-align: justify;
  font-family: "centurygothic", sans-serif;
  width: 100%;
  line-height: 1.5em;
  padding: 0 20px;
}
/* line 298, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox .blocks {
  max-width: 1240px;
  width: 100%;
  margin: 25px auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
/* line 307, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox .blocks .block {
  max-width: 405px;
  width: 100%;
  border-radius: 35px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 20px;
  min-height: 246px;
  margin: 3px;
  background: #fff;
}
/* line 319, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox .blocks .block .price {
  font-size: 93px;
  font-family: "centurygothicbold", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
/* line 326, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox .blocks .block .priceText, body.adapt .inside #vega-content article .box_in .aboutBox .blocks .block .confirmDoc {
  font-size: 25px;
  color: #fff;
  font-family: "centurygothicbold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 0 45px;
  line-height: 1.25em;
}
/* line 336, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox .blocks .block .arrowText {
  font-family: "centurygothicbold", sans-serif;
  font-size: 16px;
  color: #3d3d3d;
  text-align: center;
  line-height: 1.25em;
  padding: 0 45px;
}
/* line 345, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox .blocks .block:nth-child(1), body.adapt .inside #vega-content article .box_in .aboutBox .blocks .block:nth-child(3) {
  background: #55b9ce;
}
/* line 350, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox .blocks .block:nth-child(1) .icon-arrow svg, body.adapt .inside #vega-content article .box_in .aboutBox .blocks .block:nth-child(3) .icon-arrow svg {
  transform: rotate(-90deg);
}
/* line 356, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox .blocks .block .icon-arrow {
  display: block;
  margin-bottom: 20px;
}
/* line 360, ../sass/_inside.scss */
body.adapt .inside #vega-content article .box_in .aboutBox .blocks .block .icon-arrow svg {
  width: 85px;
  height: 85px;
  transform: rotate(180deg);
}
/* line 372, ../sass/_inside.scss */
body.adapt .inside #vega-content article .stepFld {
  margin: 21px auto;
  width: 100%;
  max-width: 1240px;
}
/* line 378, ../sass/_inside.scss */
body.adapt .inside #vega-content article .stepFld .stepElems {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
/* line 384, ../sass/_inside.scss */
body.adapt .inside #vega-content article .stepFld .stepElems .sElem {
  background: #fff;
  max-width: 405px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 35px;
  padding: 20px;
  min-height: 222px;
}
/* line 395, ../sass/_inside.scss */
body.adapt .inside #vega-content article .stepFld .stepElems .sElem .numb {
  display: block;
  text-align: left;
  color: #bce1e7;
  font-size: 72px;
  font-family: "centurygothicbold", sans-serif;
  width: 100%;
  margin-bottom: 7px;
}
/* line 405, ../sass/_inside.scss */
body.adapt .inside #vega-content article .stepFld .stepElems .sElem .numdText {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 1.5em;
  text-align: justify;
  font-family: "centurygothic", sans-serif;
  width: 100%;
}
/* line 1, ../sass/_footer.scss */
body.adapt .footer {
  width: 100%;
}
/* line 4, ../sass/_footer.scss */
body.adapt .footer .workBox {
  background: #3d3d3d;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
/* line 11, ../sass/_footer.scss */
body.adapt .footer .workBox .workElems {
  max-width: 1240px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
/* line 19, ../sass/_footer.scss */
body.adapt .footer .workBox .workElems .elem {
  color: #ebebeb;
  max-width: 395px;
  width: 100%;
  padding: 20px;
  font-size: 14px;
  font-family: "centurygothic", sans-serif;
  line-height: 1.5em;
  text-align: justify;
}
/* line 32, ../sass/_footer.scss */
body.adapt .footer .footerBottom {
  background: #000;
  width: 100%;
  padding: 0 15px;
}
/* line 37, ../sass/_footer.scss */
body.adapt .footer .footerBottom .fbElems {
  max-width: 1240px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 auto;
  padding: 25px 0;
}
/* line 47, ../sass/_footer.scss */
body.adapt .footer .footerBottom .fbElems .fbElem {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
/* line 51, ../sass/_footer.scss */
body.adapt .footer .footerBottom .fbElems .fbElem a {
  text-decoration: none;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
/* line 58, ../sass/_footer.scss */
body.adapt .footer .footerBottom .fbElems .fbElem a svg {
  width: 21px;
  height: 30px;
  margin-right: 10px;
}
/* line 65, ../sass/_footer.scss */
body.adapt .footer .footerBottom .fbElems .fbElem .fbButtons {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
}
/* line 71, ../sass/_footer.scss */
body.adapt .footer .footerBottom .fbElems .fbElem .fbButtons .fbLink {
  border-radius: 17px;
  padding: 11px 20px;
  border: 1px solid #2ea9c4;
  font-size: 14px;
  color: #ebebeb;
}
/* line 80, ../sass/_footer.scss */
body.adapt .footer .footerBottom .fbElems .fbElem .fbNav {
  overflow: hidden;
  margin: 15px 0;
  width: 100%;
}
/* line 85, ../sass/_footer.scss */
body.adapt .footer .footerBottom .fbElems .fbElem .fbNav .listElems {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
/* line 90, ../sass/_footer.scss */
body.adapt .footer .footerBottom .fbElems .fbElem .fbNav .listElems .fbItem {
  overflow: hidden;
}
/* line 93, ../sass/_footer.scss */
body.adapt .footer .footerBottom .fbElems .fbElem .fbNav .listElems .fbItem a {
  color: #2ea9c4;
  font-size: 16px;
}
/* line 101, ../sass/_footer.scss */
body.adapt .footer .footerBottom .fbElems .fbElem .fbCopyright {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
}
/* line 107, ../sass/_footer.scss */
body.adapt .footer .footerBottom .fbElems .fbElem .fbCopyright a {
  color: #7f7f7f;
  font-size: 14px;
}
/* line 114, ../sass/_footer.scss */
body.adapt .footer .footerBottom .fbElems .left {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  max-width: 58%;
  width: 100%;
}
/* line 120, ../sass/_footer.scss */
body.adapt .footer .footerBottom .fbElems .right {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  max-width: 300px;
  min-height: 98px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 126, ../sass/_footer.scss */
body.adapt .footer .footerBottom .fbElems .right a {
  color: #a7a6a6;
  font-family: "centurygothicbold", sans-serif;
}
/* line 131, ../sass/_footer.scss */
body.adapt .footer .footerBottom .fbElems .right .fbPhone {
  font-size: 24px;
}
/* line 135, ../sass/_footer.scss */
body.adapt .footer .footerBottom .fbElems .right .fbMail {
  font-size: 16px;
}
/* line 139, ../sass/_footer.scss */
body.adapt .footer .footerBottom .fbElems .right .author {
  font-size: 14px;
  font-family: "centurygothic", sans-serif;
}
/* line 148, ../sass/_footer.scss */
body.adapt .f_fixed {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
}
/* line 155, ../sass/_footer.scss */
body.adapt .f_fixed .f_menu {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  background: #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 7px 0;
}
/* line 165, ../sass/_footer.scss */
body.adapt .f_fixed .f_menu .f_link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: "centurygothic", sans-serif;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
/* line 174, ../sass/_footer.scss */
body.adapt .f_fixed .f_menu .f_link .f_icon {
  max-width: 25px;
  height: 25px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
/* line 181, ../sass/_footer.scss */
body.adapt .f_fixed .f_menu .f_link .f_icon img {
  width: auto;
  height: 100%;
}
/* line 187, ../sass/_footer.scss */
body.adapt .f_fixed .f_menu .f_link .f_text {
  font-size: 14px;
  font-family: "centurygothic", sans-serif;
}
/* line 193, ../sass/_footer.scss */
body.adapt .f_fixed .f_menu .f_phone {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(to bottom left, #1abdde 0%, #0889a2 100%);
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  box-shadow: 0px -2px 3px 1px #fff;
  font-size: 49px;
  font-weight: bold;
  position: relative;
  top: -37px;
}
@media screen and (max-width: 1366px) {
  /* line 2, ../sass/_mobile.scss */
  body.adapt .logoBox svg {
    max-height: 99px !important;
  }
}
@media screen and (max-width: 1189px) {
  /* line 8, ../sass/_mobile.scss */
  body.adapt .inside {
    padding: 0 10px;
  }
  /* line 11, ../sass/_mobile.scss */
  body.adapt .header {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1189px) {
  /* line 17, ../sass/_mobile.scss */
  body.adapt .footer .footerBottom .fbElems .left {
    max-width: 65%;
  }
}
@media screen and (max-width: 965px) {
  /* line 23, ../sass/_mobile.scss */
  body.adapt .f_fixed {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    z-index: 999;
  }
  /* line 27, ../sass/_mobile.scss */
  body.adapt .footer .footerBottom {
    display: none;
  }
  /* line 30, ../sass/_mobile.scss */
  body.adapt .footer .workBox {
    padding-bottom: 100px;
  }
  /* line 33, ../sass/_mobile.scss */
  body.adapt .header .h_elems .h_right {
    display: none;
  }
  /* line 36, ../sass/_mobile.scss */
  body.adapt .header .h_elems .menu_mob {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  /* line 39, ../sass/_mobile.scss */
  body.adapt .header .h_elems .h_left {
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  /* line 43, ../sass/_mobile.scss */
  body.adapt .header .h_elems {
    z-index: 999;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  /* line 47, ../sass/_mobile.scss */
  body.adapt .mainScr .main_menu, body.adapt .inside #vega-content article .mainScr .main_menu {
    position: fixed;
    left: 0;
    top: 0;
    max-width: 295px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 85px 0;
    overflow-y: scroll;
    margin-left: -300px;
    visibility: hidden;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
  }
  /* line 64, ../sass/_mobile.scss */
  body.adapt .mainScr .main_menu .listElements, body.adapt .inside #vega-content article .mainScr .main_menu .listElements {
    height: auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 0 15px;
  }
  /* line 71, ../sass/_mobile.scss */
  body.adapt .mainScr .main_menu .listElements .item, body.adapt .inside #vega-content article .mainScr .main_menu .listElements .item {
    width: 100%;
    margin: 15px 0;
  }
  /* line 75, ../sass/_mobile.scss */
  body.adapt .mainScr .main_menu .listElements .item .elemLink, body.adapt .inside #vega-content article .mainScr .main_menu .listElements .item .elemLink {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    width: 100%;
    font-size: 15.5px;
    padding: 15px 0;
  }
  /* line 84, ../sass/_mobile.scss */
  body.adapt .mainScr .main_menu .h_right_mob, body.adapt .inside #vega-content article .mainScr .main_menu .h_right_mob {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    align-self: flex-start;
    width: 100%;
    padding: 0 15px;
  }
  /* line 92, ../sass/_mobile.scss */
  body.adapt .mainScr .main_menu .h_right_mob .box, body.adapt .inside #vega-content article .mainScr .main_menu .h_right_mob .box {
    width: auto;
    overflow: hidden;
    margin: 15px 0;
  }
  /* line 97, ../sass/_mobile.scss */
  body.adapt .mainScr .main_menu .h_right_mob .box a, body.adapt .inside #vega-content article .mainScr .main_menu .h_right_mob .box a {
    text-decoration: none;
  }
  /* line 101, ../sass/_mobile.scss */
  body.adapt .mainScr .main_menu .h_right_mob .box .phoneLink, body.adapt .inside #vega-content article .mainScr .main_menu .h_right_mob .box .phoneLink {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    color: #017c94;
    font-size: 20px;
    font-family: "centurygothicbold", sans-serif;
  }
  /* line 109, ../sass/_mobile.scss */
  body.adapt .mainScr .main_menu .h_right_mob .box .phoneLink i, body.adapt .inside #vega-content article .mainScr .main_menu .h_right_mob .box .phoneLink i {
    margin-right: 10px;
  }
  /* line 114, ../sass/_mobile.scss */
  body.adapt .mainScr .main_menu .h_right_mob .box .mailLink, body.adapt .inside #vega-content article .mainScr .main_menu .h_right_mob .box .mailLink {
    color: #313131;
    font-size: 21px;
    font-family: "centurygothicbold", sans-serif;
  }
  /* line 120, ../sass/_mobile.scss */
  body.adapt .mainScr .main_menu .h_right_mob .box .open-modal, body.adapt .inside #vega-content article .mainScr .main_menu .h_right_mob .box .open-modal {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 7px 20px;
    background: #ebebeb;
    border-radius: 15px;
    font-family: "centurygothic", sans-serif;
    font-size: 15px;
    color: #017c94;
  }
  /* line 131, ../sass/_mobile.scss */
  body.adapt .mainScr .main_menu .h_right_mob .box .open-modal svg, body.adapt .inside #vega-content article .mainScr .main_menu .h_right_mob .box .open-modal svg {
    margin-right: 15px;
    width: 14px;
    height: 14px;
  }
  /* line 141, ../sass/_mobile.scss */
  body.adapt .mainScr .visible, body.adapt .inside #vega-content article .mainScr .visible {
    margin-left: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    visibility: visible;
  }
  /* line 147, ../sass/_mobile.scss */
  body.adapt .header .h_elems .h_left .nameOrg .name {
    font-size: 28px;
  }
  /* line 150, ../sass/_mobile.scss */
  body.adapt .inside #vega-content article .box_in .calcContent .calcForm .calcElems .elem {
    flex-basis: 65%;
    margin: 15px;
  }
  /* line 154, ../sass/_mobile.scss */
  body.adapt .inside #vega-content article .stepFld .stepElems .sElem {
    margin: 15px;
  }
}
@media screen and (max-width: 720px) {
  /* line 160, ../sass/_mobile.scss */
  body.adapt .inside #vega-content article .box_in .calcContent .calcForm .calcElems .elem {
    flex-basis: auto;
    max-width: 100% !important;
    width: 100% !important;
  }
  /* line 166, ../sass/_mobile.scss */
  body.adapt .inside #vega-content article .stepFld .stepElems .sElem {
    max-width: 100%;
    margin: 10px 0;
    min-height: auto;
  }
  /* line 171, ../sass/_mobile.scss */
  body.adapt .inside #vega-content article .box_in .aboutBox .aboutSteps .aboutElems .stElem {
    max-width: 100%;
    margin: 10px 0;
    min-height: auto;
  }
  /* line 176, ../sass/_mobile.scss */
  body.adapt .inside #vega-content article .box_in .aboutBox .blocks .block {
    max-width: 100%;
    margin: 10px 0;
    min-height: auto;
  }
  /* line 181, ../sass/_mobile.scss */
  body.adapt .mainScr .nameCompany .title {
    font-size: 37px;
    max-width: 515px;
  }
}
@media screen and (max-width: 520px) {
  /* line 188, ../sass/_mobile.scss */
  body.adapt .mainScr .nameCompany .title {
    font-size: 25px;
    max-width: 364px;
  }
}
@media screen and (max-width: 475px) {
  /* line 195, ../sass/_mobile.scss */
  body.adapt .header .h_elems .menu_mob, body.adapt .header .h_elems .active {
    max-width: 35px;
  }
  /* line 198, ../sass/_mobile.scss */
  body.adapt .header .h_elems .menu_mob .burger svg {
    width: 35px;
  }
  /* line 201, ../sass/_mobile.scss */
  body.adapt .header .h_elems .active .close svg {
    width: 35px;
  }
  /* line 205, ../sass/_mobile.scss */
  body.adapt .inside #vega-content article .mainScr .btnBox .open-modal {
    font-size: 14px;
  }
  /* line 208, ../sass/_mobile.scss */
  body.adapt .mainScr .btnBox .open-modal {
    font-size: 14px;
  }
  /* line 211, ../sass/_mobile.scss */
  body.adapt .inside #vega-content article .mainScr .nameCompany .title {
    font-size: 33px;
  }
  /* line 214, ../sass/_mobile.scss */
  body.adapt .inside #vega-content article .box_in .aboutBox .aboutSteps .stepTitle {
    font-size: 22px;
    line-height: 1.5em;
  }
  /* line 218, ../sass/_mobile.scss */
  body.adapt .inside #vega-content article .box_in .aboutBox .aboutSteps .aboutElems .stElem .stepSubTitle {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 475px) {
  /* line 224, ../sass/_mobile.scss */
  body.adapt .mainScr .nameCompany .title {
    font-size: 21px;
  }
}
/* line 40, ../sass/screen.scss */
body.adapt .b-top {
  z-index: 9998;
  left: 0;
  bottom: 90px;
  width: 60px;
  opacity: 0.5;
  cursor: pointer;
  position: fixed;
}
/* line 49, ../sass/screen.scss */
body.adapt .b-top .b-top-but {
  z-index: 9998;
  position: fixed;
  display: block;
  right: 30px;
  bottom: 85px;
  margin: 0 0 0 100%;
  width: 55px;
  height: 55px;
  color: #fff;
  background: #0ea2c0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  border: 1px solid #fff;
}
/* line 68, ../sass/screen.scss */
body.adapt .b-top:hover {
  opacity: 1;
}
