@charset "UTF-8";
@font-face {
  font-family: 'Lato Regular';
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato Black';
  src: url("../fonts/Lato-Black.eot");
  src: url("../fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.navbar-dark .navbar-toggler {
  background-color: #10375C;
  border-radius: 10%;
}

a {
  text-decoration: none;
  color: #0C0D11;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
}

p {
  font-size: calc(16px + 4 * ((100vw - 320px) / (1980 - 320)));
  line-height: normal;
}

a:hover {
  text-decoration: none;
}

a:active {
  outline: none;
  border: none;
}

.contact-form a:hover {
  color: #10375C;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 1s;
  transition: 1s;
}

.bg-blocks2 a:hover {
  color: #10375C;
}

.header a:hover {
  color: #10375C;
}

button {
  outline: none;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 12px 30px;
  font-size: calc(16px + 2 * ((100vw - 320px) / (1980 - 320)));
  font-family: "Lato Black", sans-serif;
  color: #0C0D11;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 16px 0px #22222273;
          box-shadow: 0px 0px 16px 0px #22222273;
  white-space: nowrap;
}

button:hover {
  outline: none;
  -webkit-box-shadow: 0px 0px 16px 0px #FFCA18;
          box-shadow: 0px 0px 16px 0px #FFCA18;
}

.button:hover {
  outline: none;
  -webkit-box-shadow: 0px 0px 16px 0px #FFCA18;
          box-shadow: 0px 0px 16px 0px #FFCA18;
}

button.btn-notbg:hover {
  border: 2px solid #FFCA18;
}

button:active {
  outline: none;
}

button.btn-bg {
  background-color: #FFCA18;
}

button.btn-notbg {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  color: #fff;
}

.button {
  outline: none;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 12px 30px;
  font-size: calc(16px + 2 * ((100vw - 320px) / (1980 - 320)));
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 16px 0px #22222273;
          box-shadow: 0px 0px 16px 0px #22222273;
  white-space: nowrap;
}

.navbar .button {
  background-color: #10375C;
  color: #fff;
  font-size: 13px;
  padding: 12px 35px;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: normal;
}

h3 {
  line-height: 109.5%;
  font-weight: 600;
  font-size: calc(20px + 15 * ((100vw - 320px) / (1980 - 320)));
}

h4 {
  font-size: calc(16px + 4 * ((100vw - 320px) / (1980 - 320)));
}

h4 {
  font-size: calc(16px + 4 * ((100vw - 320px) / (1980 - 320)));
}

h5 {
  font-size: calc(14px + 2 * ((100vw - 320px) / (1980 - 320)));
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
  letter-spacing: 0.06em;
}

html {
  scroll-behavior: smooth;
  scrollbar-arrow-color: #10375C;
  scrollbar-face-color: #10375C;
  scrollbar-shadow-color: #000;
  scrollbar-highlight-color: #000;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #0C0D11;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #10375C;
}

body {
  height: 100%;
  font-family: "Lato Regular", sans-serif;
  color: #0C0D11;
}

.navbar-expand-sm {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
}

.navbar-expand-md {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.navbar {
  padding-left: 0;
  padding-right: 0;
}

.navbar-collapse .navbar-nav li a {
  text-transform: uppercase;
  margin: 0 0 0 15px;
}

.navbar-toggler {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .nav-link {
  font-size: 14px;
}

header a {
  font-size: calc(14px + 2 * ((100vw - 320px) / (1980 - 320)));
}

.hr-header {
  background-color: #10375C;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.header-adress_img {
  margin-right: 10px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.header-block {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  padding-top: 20px;
}

.soc-head {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: #10375C !important;
}

.banner-title {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.banner-title p {
  max-width: 490px;
  color: #FFFFFFCF;
  font-size: calc(15px + 3 * ((100vw - 320px) / (1980 - 320)));
}

.small-text {
  font-size: calc(15px + 3 * ((100vw - 320px) / (1980 - 320)));
}

.service-text {
  max-width: 310px;
  padding-left: 10px;
}

.main-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainblock-text {
  padding: 15px;
}

.title {
  font-family: "Lato Black", sans-serif;
  font-weight: 900;
  margin-bottom: calc(20px + 10 * ((100vw - 320px) / (1980 - 320)));
  font-size: 40px;
  font-size: calc(19px + 21 * ((100vw - 320px) / (1980 - 320)));
  text-transform: uppercase;
  color: #fff;
}

.block-subtitle {
  margin-bottom: 50px;
  margin-bottom: calc(30px + 20 * ((100vw - 320px) / (1980 - 320)));
}

.block-subtitle h2 {
  text-transform: uppercase;
  font-family: "Lato Black", sans-serif;
  position: relative;
}

.block-subtitle p {
  margin-top: 55px;
  margin-top: calc(10px + 45 * ((100vw - 320px) / (1980 - 320)));
  max-width: 1000px;
}

.block-subtitle h2.title-opacity0 {
  position: absolute;
  font-size: calc(30px + 18 * ((100vw - 320px) / (1980 - 320)));
  line-height: 58px;
  text-transform: uppercase;
  color: rgba(16, 55, 92, 0.06);
}

.block-subtitle h2.title-opacity1 {
  font-size: calc(22px + 23 * ((100vw - 320px) / (1980 - 320)));
  line-height: 109%;
  color: #10375C;
  top: 20%;
}

.block-subtitle h2.title-opacity1:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 34%;
  height: 1px;
  background: #10375C;
  border: solid #10375C;
  border-width: 0 10px;
  margin-left: 5%;
}

.cont-title {
  top: 25%;
}

.form2 input:focus {
  border: none;
  border-bottom: 2px solid #FFCA18;
  outline: none;
}

.form2 textarea:focus {
  border: none;
  border-bottom: 2px solid #FFCA18;
  outline: none;
}

.form2 input:active {
  border: none;
  border-bottom: 2px solid #FFCA18;
  outline: none;
}

.form2 textarea:active {
  border: none;
  border-bottom: 2px solid #FFCA18;
  outline: none;
}

input::-webkit-input-placeholder {
  color: #0C0D11;
  font-size: 16px;
  font-family: "Lato Regular", sans-serif;
}

input:-ms-input-placeholder {
  color: #0C0D11;
  font-size: 16px;
  font-family: "Lato Regular", sans-serif;
}

input::-ms-input-placeholder {
  color: #0C0D11;
  font-size: 16px;
  font-family: "Lato Regular", sans-serif;
}

input::placeholder {
  color: #0C0D11;
  font-size: 16px;
  font-family: "Lato Regular", sans-serif;
}

textarea::-webkit-input-placeholder {
  color: #0C0D11;
  font-size: 16px;
  font-family: "Lato Regular", sans-serif;
}

textarea:-ms-input-placeholder {
  color: #0C0D11;
  font-size: 16px;
  font-family: "Lato Regular", sans-serif;
}

textarea::-ms-input-placeholder {
  color: #0C0D11;
  font-size: 16px;
  font-family: "Lato Regular", sans-serif;
}

textarea::placeholder {
  color: #0C0D11;
  font-size: 16px;
  font-family: "Lato Regular", sans-serif;
}

.form2 input {
  width: 100%;
}

.form2 textarea {
  width: 100%;
}

.kontacts-info-adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  margin-top: 30px;
  font-size: calc(20px + 4 * (100vw / 1980));
}

.kontacts-info-adress img {
  margin-right: 20px;
  max-width: 40px;
}

.kontacts-block-info h3 {
  margin-bottom: 40px;
  margin-bottom: calc(20px + 20 * ((100vw - 320px) / (1980 - 320)));
}

.kont-info {
  margin-top: 45px;
}

.soc a img {
  margin: 0 60px 0 0;
}

.soc {
  padding-top: 20px;
}

.btn-submit {
  -webkit-box-shadow: 0px 0px 12px 4px rgba(255, 255, 255, 0.26);
          box-shadow: 0px 0px 12px 4px rgba(255, 255, 255, 0.26);
}

.kontacts-block-info {
  color: #fff;
}

.kontacts-block-info a {
  color: #fff;
}

label {
  font-size: 24px;
  font-size: calc(20px + 4 * (100vw / 1980));
  line-height: 29px;
  color: #000;
}

.form2 input {
  padding: 15px 5px;
  border: none;
  border-bottom: 2px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  display: block;
  margin-bottom: 5%;
}

.btn-bg2 {
  background-color: #10375C;
  color: #fff;
  text-transform: none;
  font-family: "Lato Regular", sans-serif;
}

textarea {
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 5px;
  border: none;
  border-bottom: 2px solid #C4C4C4;
  background: none;
  margin-bottom: 5%;
}

input,
textarea {
  outline: none;
}

div.scrollup {
  position: fixed;
  width: 50px;
  right: 10px;
  bottom: 13%;
  cursor: pointer;
  display: none;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
}

.tel-fix {
  position: fixed;
  width: 50px;
  right: 10px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
  bottom: 3%;
}

.tel-fix:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

div.scrollup:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.services-blocks,
.contents {
  padding-top: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
  padding-bottom: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
  position: relative;
}

.services-blocks {
  padding-top: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
  position: relative;
}

.contact-form p {
  font-size: calc(16px + 4 * ((100vw - 320px) / (1980 - 320)));
  line-height: normal;
}

.contakt {
  padding-top: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
}

.contact-form {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #10375C), color-stop(50%, #fff));
  background: linear-gradient(to right, #10375C 50%, #fff 50%);
  position: relative;
  padding-bottom: calc(20px + 40 * ((100vw - 320px) / (1980 - 320)));
  padding-top: calc(20px + 40 * ((100vw - 320px) / (1980 - 320)));
}

.bottom-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #10375C;
  color: #fff;
}

footer {
  padding-bottom: calc(20px + 10 * ((100vw - 320px) / (1980 - 320)));
  padding-top: calc(20px + 10 * ((100vw - 320px) / (1980 - 320)));
  background: #2C2C2C;
  color: #fff;
  font-size: calc(16px + 2 * ((100vw - 320px) / (1980 - 320)));
}

footer hr {
  background-color: #fff;
}

footer a {
  color: #fff;
}

footer p {
  font-size: calc(14px + 0 * ((100vw - 320px) / (1980 - 320)));
}

footer .opisanie {
  font-size: calc(14px + 4 * ((100vw - 320px) / (1980 - 320)));
}

footer hr {
  width: 30%;
  margin-top: 0;
  border: 0;
  border-top: 1px solid #FFCA18;
  margin-left: 0;
  line-height: 0;
}

footer .telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: calc(5px + 10 * ((100vw - 320px) / (1980 - 320)));
}

footer .telephone img {
  margin-right: 15px;
  max-width: 18px;
}

footer .nav-footer li {
  margin-bottom: 15px;
  margin-bottom: calc(5px + 10 * ((100vw - 320px) / (1980 - 320)));
}

footer a:hover {
  color: #FFCA18;
}

.footer-soc a {
  padding: 10px 10px 10px 0;
}

.footer-soc img {
  max-width: 25px;
}

.nav-link img {
  max-width: 17px;
}

.adress_img img {
  max-width: 25px;
}

/*page thank-you*/
.thank {
  font-family: "Lato Regular", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5%;
  padding-top: 5%;
  text-align: center;
}

.thank-text h1 {
  font-size: calc(18px + 30 * (100vw / 1980));
  font-weight: 200;
  line-height: 59px;
  color: #10375C;
  margin-bottom: 26px;
  margin-top: 10px;
}

.thank-text h2 {
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000;
  line-height: 22px;
}

.thank-text a {
  color: rgba(89, 89, 89, 0.03);
}

.contact-form {
  color: #0C0D11;
}

.contact-form a {
  color: #fff;
  font-size: calc(20px + 4 * ((100vw - 320px) / (1980 - 320)));
}

.contact-form a:hover {
  color: #FFCA18;
}

.contact-form h3 {
  font-size: calc(20px + 7 * ((100vw - 320px) / (1980 - 320)));
}

.modal-window {
  display: none;
  margin: 40px;
  color: #0C0D11;
}

.modal-header {
  padding: 50px 20px 0;
  border: none;
  text-align: center;
  display: block;
}

.modal-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
}

.modal-body {
  position: relative;
  padding: 20px 50px 50px;
}

.modal-body button.main-btn {
  width: 100%;
}

.modal-body .form-control {
  text-align: center;
  margin-bottom: 15px;
}

#modal-thank .after-modal-title {
  margin-bottom: 40px;
}

button.close {
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 19px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal {
  text-align: center;
  color: #0C0D11;
}

.text-block {
  padding-top: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
  padding-bottom: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
}

.li-text {
  margin-left: 16px;
  max-width: 540px;
}

.li-img img {
  width: 25px !important;
  height: auto;
}

.text-block p {
  border: 0.967795px solid #4991F0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  font-size: calc(17px + 7 * ((100vw - 320px) / (1980 - 320)));
  font-family: "Raleway Regular", sans-serif;
  line-height: normal;
  letter-spacing: 0.03em;
}

.w-90 {
  width: 90%;
  margin-top: 20px;
}

.service-ul {
  margin-top: 30px;
}

.service-ul h4 {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: calc(18px + 7 * ((100vw - 320px) / (1980 - 320)));
}

.services-info {
  padding: 20px 30px 20px 20px;
}

.services-info hr {
  border: none;
  border-top: 1px solid #10375C;
}

.services-info ul li {
  padding-bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: calc(17px + 3 * ((100vw - 320px) / (1980 - 320)));
}

.services-info h3 {
  font-family: "Lato Black", sans-serif;
}

.navbar-toggler {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#carouselExampleControls3 {
  position: relative;
}

.header__link:hover {
  color: #FFCA18;
}

.header__link:active {
  color: #FFCA18;
}

.nav-link img {
  margin-right: 10px;
  vertical-align: middle;
}

.main-block {
  padding-bottom: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
  position: relative;
}

.main-block .carousel-control-next {
  width: calc(50px + 46 * ((100vw - 320px) / (1980 - 320)));
}

.main-block .carousel-control-prev {
  width: calc(50px + 46 * ((100vw - 320px) / (1980 - 320)));
}

.services-blocks {
  padding-bottom: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
  position: relative;
}

.services-blocks .carousel-control-next {
  width: calc(50px + 46 * ((100vw - 320px) / (1980 - 320)));
}

.services-blocks .carousel-control-prev {
  width: calc(50px + 46 * ((100vw - 320px) / (1980 - 320)));
}

.carousel-control-next, .carousel-control-prev {
  width: auto;
}

.carousel-control-next {
  right: -40px;
}

.carousel-control-prev {
  left: -40px;
}

.title-block {
  background: #10375C;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel-inner {
  -webkit-box-shadow: 0px 4px 26px 0px #22222273 !important;
          box-shadow: 0px 4px 26px 0px #22222273 !important;
}

.numbers-blocks {
  margin-left: 0%;
  margin-right: 0;
}

.numbers-block {
  font-family: "Lato Black", sans-serif;
  min-height: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  background-color: #10375C;
  color: #fff;
  text-align: center;
  border-right: 1px solid #FFFFFF;
}

.numbers-block span {
  display: block;
  font-size: 50px;
  font-size: calc(30px + 20 * ((100vw - 320px) / (1980 - 320)));
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Lato Regular", sans-serif;
}

.numbers-block p {
  font-size: 22px;
  font-size: calc(20px + 2 * ((100vw - 320px) / (1980 - 320)));
}

#carouselExampleControls2 {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.prev, .next {
  cursor: pointer;
}

#carouselExampleControls2 .owl-carousel .owl-item img {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

#accordion [data-toggle="collapse"].collapsed:after {
  content: '';
  background-image: url(../img/plus.png);
  width: 49px;
  width: calc(20px + 28 * ((100vw - 320px) / (1980 - 320)));
  height: 48px;
  height: calc(20px + 28 * ((100vw - 320px) / (1980 - 320)));
  position: absolute;
  background-size: cover;
  right: calc(10px + 20 * ((100vw - 320px) / (1980 - 320)));
  top: calc(15px + 15 * ((100vw - 320px) / (1980 - 320)));
}

#accordion [data-toggle="collapse"]:after {
  content: '';
  background-image: url(../img/krestik.png);
  width: 49px;
  width: calc(20px + 28 * ((100vw - 320px) / (1980 - 320)));
  height: 48px;
  height: calc(20px + 28 * ((100vw - 320px) / (1980 - 320)));
  position: absolute;
  background-size: cover;
  right: calc(10px + 20 * ((100vw - 320px) / (1980 - 320)));
  top: calc(15px + 15 * ((100vw - 320px) / (1980 - 320)));
}

.card .card-header {
  padding: 30px 30px 30px 30px;
  padding: calc(10px + 20 * ((100vw - 320px) / (1980 - 320)));
  background-color: transparent;
  position: relative;
}

#accordion .card {
  background-color: #fff;
  border: none;
  margin-bottom: 29px;
  border-radius: 0;
  -webkit-box-shadow: 0px 4px 20px 0px #0F367A4A;
          box-shadow: 0px 4px 20px 0px #0F367A4A;
}

.h5-lg {
  font-weight: 900;
  font-size: 33px;
  font-size: calc(15px + 17 * ((100vw - 320px) / (1980 - 320)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h5-lg span {
  font-size: 48px;
  font-size: calc(18px + 30 * ((100vw - 320px) / (1980 - 320)));
  color: #10375C;
  font-family: "Lato Black", sans-serif;
  margin-right: 3%;
  margin-right: calc(10px + 30 * ((100vw - 320px) / (1980 - 320)));
}

.contents .block-subtitle p {
  max-width: 100%;
}

.contents .block-subtitle a {
  font-weight: 900;
  color: #10375C;
}

.priziv {
  position: relative;
  background-image: url(../img/man.png);
  background-repeat: no-repeat;
  background-color: #10375C;
  padding-top: 4%;
  padding-bottom: 4%;
  color: #fff;
  background-size: contain;
  background-position: bottom right;
}

.priziv a {
  color: #fff;
}

.priziv h3 {
  margin-bottom: 30px;
}

.priziv p {
  max-width: 515px;
  line-height: 1.3;
}

.zakazatzasor {
  margin-bottom: 30px;
}

.zakazatzasor:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10%;
  height: 1px;
  background: #fff;
  border: solid #fff;
  border-width: 0 10px;
  margin-left: 5%;
}

.buttons {
  margin-top: 7%;
}

.tel-priziv {
  margin-right: 10px;
  max-width: 29px;
}

.priziv span {
  font-size: 24px;
  font-size: calc(20px + 4 * ((100vw - 320px) / (1980 - 320)));
}

.position-img {
  position: absolute;
  top: 0;
}

.position-img2 {
  position: absolute;
  bottom: 0;
}

.contents {
  background-color: rgba(89, 89, 89, 0.03);
}

/*преимущества*/
.preimush-block {
  padding-top: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
  padding-bottom: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
  background-color: rgba(89, 89, 89, 0.03);
}

.preimush {
  position: relative;
  background-image: url(../img/cadr.png);
  background-repeat: no-repeat;
  color: #0C0D11;
  background-position: left;
}

.single-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.text {
  max-width: 456px;
  margin-left: 35px;
}

.icon img {
  max-height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.feature-right .single-feature:nth-child(2) {
  margin-left: 6%;
}

.feature-right .single-feature:nth-child(3) {
  margin-left: 8%;
}

.feature-right .single-feature:nth-child(4) {
  margin-left: 6%;
}

.otzivi {
  background-color: rgba(89, 89, 89, 0.03);
  padding-top: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
  padding-bottom: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
}

.otzivi .carousel-inner {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.otzivi .carousel-control-next {
  right: 0 !important;
  width: calc(20px + 24 * ((100vw - 320px) / (1980 - 320)));
}

.otzivi .carousel-control-prev {
  left: 0 !important;
  width: calc(20px + 24 * ((100vw - 320px) / (1980 - 320)));
}

.avito {
  margin-top: 5%;
}

.avito .button.btn-bg {
  background-color: #10375C;
  color: #fff;
  text-align: center;
}

.avito .button.btn-bg img {
  margin-left: 10px;
}

.otzivi .carousel-item {
  height: 280px;
}

.slider-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.display-2 {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  #carouselExampleControls .owl-item {
    margin-right: 13px !important;
  }
  .display-1 {
    display: none !important;
  }
  .display-2 {
    display: block !important;
  }
  #carouselExampleControls2 .carousel-inner {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .header__list li {
    margin-left: 0;
  }
  .title-block {
    border-left: none;
    padding-left: 15px;
  }
  .modal-body {
    position: relative;
    padding: 20px;
  }
  .modal-header {
    padding: 30px 20px 0;
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .position-img {
    width: 40%;
  }
  .main-buttons {
    display: block;
  }
  .main-buttons .btn-bg {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .numbers-block {
    min-height: 140px !important;
  }
  .form2 {
    padding-top: 45px;
  }
  .soc a img {
    margin: 0 20px 0 0;
  }
  .footer-soc a {
    padding: 10px 10px 10px 0 !important;
  }
  .arr-left_block {
    margin-bottom: 5%;
  }
  .services-row2 {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .header-block {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .form-right .wrapper-block {
    margin-bottom: 7%;
  }
  .service-item {
    height: 530px;
  }
  .price-block__image {
    max-width: 335px !important;
    margin-left: -8% !important;
  }
}

@media only screen and (max-width: 767px) {
  .logotip {
    display: none;
  }
  .thank {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  input::-webkit-input-placeholder {
    color: #fff;
  }
  input:-ms-input-placeholder {
    color: #fff;
  }
  input::-ms-input-placeholder {
    color: #fff;
  }
  input::placeholder {
    color: #fff;
  }
  textarea::-webkit-input-placeholder {
    color: #fff;
  }
  textarea:-ms-input-placeholder {
    color: #fff;
  }
  textarea::-ms-input-placeholder {
    color: #fff;
  }
  textarea::placeholder {
    color: #fff;
  }
  .contact-form {
    background: #10375C;
  }
  label {
    color: #fff;
  }
  .btn-submit {
    background-color: #FFCA18;
    color: #0C0D11;
    margin-top: 5%;
  }
  .block-subtitle h2.title-opacity1:after {
    display: none;
  }
  .block-subtitle h2.title-opacity0 {
    display: none;
  }
  .block-subtitle h2.title-opacity1 {
    top: 0;
  }
  .form2 .inpt-name {
    margin-right: auto !important;
  }
  .form2 input {
    display: block;
    width: 100% !important;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .form2 textarea {
    width: 100% !important;
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .carousel-control-prev {
    left: 0 !important;
    bottom: 70%;
  }
  .carousel-control-next {
    right: 0 !important;
    bottom: 70%;
  }
  .clock {
    display: none;
  }
  .text-block p {
    padding: 10px;
  }
  .bg-img3 {
    display: none;
  }
  .block-subtitle img {
    display: none;
  }
  .services,
  .price {
    padding-top: calc(30px + 70 * ((100vw - 320px) / (1980 - 320)));
    padding-bottom: calc(30px + 70 * ((100vw - 320px) / (1980 - 320)));
  }
  .block-subtitle img {
    bottom: calc(10px + 30 * ((100vw - 320px) / (1980 - 320)));
    width: 140px;
  }
  button.navbar-toggler {
    width: auto;
  }
  .avito .button.btn-bg {
    padding: 5px 15px;
    width: 98%;
  }
}

@media only screen and (max-width: 490px) {
  .buttons button {
    width: 98%;
  }
  .main-img_bg {
    padding: 20px !important;
  }
  .btn-bg {
    width: 98%;
  }
  .btn-notbg {
    width: 98%;
  }
  button {
    padding: 5px 15px;
    width: 98%;
  }
  .banner-title {
    padding-left: 0;
    padding-right: 0;
  }
  .single-feature {
    display: block;
    text-align: center;
  }
  .single-feature .icon {
    margin-bottom: 10px;
  }
  .li-img img {
    width: 30px;
  }
  .points ul li {
    padding-bottom: 10%;
  }
  .li-text {
    margin-left: 7px;
  }
  .block-subtitle h2::after {
    display: none;
  }
  .kontacts-info-adress img {
    max-width: 25px;
  }
  button.close {
    right: auto;
    padding-right: 50px !important;
  }
  .kontacts .block-img {
    width: 88px;
  }
  .footer-adress_img {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .block-img {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  .form2 input {
    width: 100%;
  }
  .form2 textarea {
    width: 100%;
  }
  .bottom-footer a {
    font-size: 12px;
  }
  .form2 input,
  textarea {
    padding: 9px 23px;
  }
}

@media only screen and (max-width: 500px) {
  footer .footer-soc img, .soc a img {
    max-width: 42px;
  }
  .footer-soc a {
    margin: 0 20px 0 0 !important;
  }
  .otzivi .carousel-items {
    padding-left: 0;
    padding-right: 0;
  }
  .avito {
    margin-top: 40%;
  }
  .services-info {
    padding: 20px 20px 20px 20px;
  }
  .feature-right .single-feature:nth-child(2) {
    margin-left: 0 !important;
  }
  .feature-right .single-feature:nth-child(3) {
    margin-left: 0 !important;
  }
  .feature-right .single-feature:nth-child(4) {
    margin-left: 0 !important;
  }
  .text {
    margin-left: 20px;
  }
  .avito .button.btn-bg img {
    display: none;
  }
  .otzivi .carousel-control-next {
    top: auto;
  }
  .otzivi .carousel-control-prev {
    top: auto;
  }
  .otzivi .carousel-control-next {
    margin-right: 31% !important;
    width: 45px;
    bottom: -63px;
  }
  .otzivi .carousel-control-prev {
    margin-left: 31% !important;
    width: 45px;
    bottom: -63px;
  }
  #accordion [data-toggle="collapse"].collapsed:after {
    display: none;
  }
  #accordion [data-toggle="collapse"]:after {
    display: none;
  }
  .adress_img img {
    max-width: 32px;
  }
  .header-adress_img {
    margin-right: 17px;
  }
  .footer-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 390px) {
  .price-block__image {
    max-width: 250px !important;
    margin-left: 0% !important;
  }
  .service-item {
    height: 450px;
  }
  .thank,
  .err-text {
    min-height: 350px;
  }
  .banner-text {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 370px) {
  .bg-img3 {
    display: none;
  }
}

@media (max-width: 767px) {
  .preimush {
    background-image: none !important;
  }
  .main-img {
    display: none;
  }
  header .text-area img {
    margin-right: 0;
    margin-left: 5px;
  }
  header .text-area img .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-weight: 600;
  }
  .header-block {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

@media (max-width: 1190px) {
  .carousel-control-next {
    right: -20px;
  }
  .carousel-control-prev {
    left: -20px;
  }
  .banner-title p {
    max-width: 415px;
  }
}

@media (max-width: 1190px) {
  .priziv {
    background-size: 50% !important;
  }
  .buttons button {
    display: block;
    margin-bottom: 20px;
  }
  .bg-img2, .bg-img {
    display: none;
  }
  .service-text {
    margin: auto;
  }
  .form2 input,
  textarea {
    padding: 12px 23px;
  }
}

@media (max-width: 710px) {
  .priziv {
    background-size: 40% !important;
  }
  .position-img {
    display: none;
  }
}

@media (max-width: 600px) {
  .priziv {
    background-image: none !important;
  }
  .buttons {
    text-align: center;
  }
}

@media (max-width: 1260px) {
  .preimush {
    background-size: 40%;
  }
}

@media (max-width: 1471px) {
  .order-img {
    background-color: #10375C;
    padding: 0;
  }
  .slider-block {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media (max-width: 1470px) {
  .footer-soc a {
    padding: 10px 3px 10px 0;
  }
  .bg-img2 {
    left: -5%;
  }
  .bg-img {
    left: -3%;
  }
  h4 {
    font-size: calc(14px + 5 * ((100vw - 320px) / (1980 - 320)));
  }
}

@media (min-width: 1472px) {
  .container {
    max-width: 1412px;
  }
}

.block-img {
  margin: auto;
  margin-bottom: 20px;
  max-width: 115px;
  margin-bottom: 20px;
}

.price-block__image {
  position: absolute;
  margin-top: 20px;
  max-width: 475px;
  margin-left: -35%;
}

button.navbar-toggler:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  position: relative;
  z-index: 3;
}

.header__logo img {
  max-width: 100%;
  display: block;
}

.navbar-expand-md .navbar-collapse {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.navbar-light .navbar-nav li {
  list-style: none;
  text-transform: uppercase;
  margin-left: calc(10px + 10 * ((100vw - 320px) / (1980 - 320)));
}

.header__list a {
  text-decoration: none;
}

.content {
  padding: 100px 0 0 0;
}

@media (min-width: 1670px) {
  .preimush {
    position: relative;
    background-image: url(../img/cadr.png);
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .main-img_bg {
    padding: 30px;
  }
  .navbar-collapse {
    border-top: 1px solid #10375C;
    margin-top: 3%;
  }
  .navbar-collapse .two {
    margin-top: 3%;
  }
  .navbar-nav .nav-link {
    font-weight: 700;
  }
  .two.navbar-nav li {
    margin-bottom: 2%;
    margin-top: 2%;
    font-weight: 700;
    text-transform: uppercase;
  }
  .two.navbar-nav li a {
    font-size: 16px;
    color: #10375C;
    margin-left: 0;
  }
  .two.navbar-nav li a:active {
    color: #FFCA18;
  }
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 99999;
  }
  .header__burger::before,
  .header__burger::after {
    content: '';
    background-color: black;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__burger span {
    background-color: black;
    top: 9px;
    position: absolute;
    width: 100%;
    height: 2px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  .header__menu {
    position: fixed;
    overflow: auto;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 10px 0px 10px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  .header__menu.active {
    top: 0;
    z-index: 9999;
    background-color: #fff;
  }
  .header__body {
    height: 50px;
  }
  body.lock {
    overflow: hidden;
  }
}
/*# sourceMappingURL=main.css.map */