body {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Gilroy';
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
}

/*
html, body {
  height: 100%;
}*/

/*common*/
body.modal-open {
  overflow: hidden;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/Gilroy-Bold.woff') format('woff'),
    url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/Gilroy-Regular.woff') format('woff'),
    url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

p {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 22px;
}

strong {
  font-weight: bold;
}

a {
  color: #115062;
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a:hover {
  color: #2c798f;
  text-decoration: none;
}

h1 {
  padding: 0px 0px 20px 0px;
  font-size: 31px;
  text-align: left;
  font-weight: bold;
  color: #115062;
  line-height: normal;
}

h1 span {
  color: #c14134;
}

h2 {
  padding: 0px 0px 20px 0px;
  font-size: 36px;
  color: #115062;
  font-weight: bold;
}

h3 {
  padding: 0px 0px 30px 0px;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  color: #115062;
}

h4 {
  padding: 0px 0px 20px 0px;
  margin: 0;
  font-size: 26px;
  color: #115062;
  font-weight: bold;
}

div.clear {
  clear: both;
  line-height: 0px;
  font-size: 0px;
  height: 0;
}

ul,
ol,
li {
  font-size: 16px;
}

.block-1 {
  padding: 55px 0 55px 0;
  background-color: #cae9fb;
  background-image: url(../images/main_pic.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 1010px;
}

.logo {
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 188px;
  height: 65px;
  margin: 0 0 20px 0;
}

.slogan {
  font-size: 16px;
  line-height: normal;
  margin: 10px 0 0 0;
}

.phone-holder {
  background-image: url(../images/icon_phone.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding: 7px 0 7px 40px;
  margin: 10px 0 0 0;
}

.phone-holder a {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
}

.clock {
  background: url(../images/icon_clock.svg) no-repeat left;
  padding: 0 0 0 45px;
  line-height: normal;
  margin: 10px 0 0 0;
}

.b1-text-holder {
  margin: 70px 0 0 0;
  width: 85%;
}

.warn-text {
  font-size: 24px;
  color: #c14134;
  font-weight: bold;
}

.oldprice {
  font-weight: normal;
  text-decoration: line-through;
  color: #115062;
}

.price-color {
  color: #c14134;
}

.top-list {
  padding: 0;
  margin: 0 0 20px 0;
}

.top-list li {
  list-style: none;
  background: url(../images/icon_check.svg) no-repeat left;
  padding: 5px 0 5px 40px;
  line-height: normal;
  margin: 0 0 5px 0;
}

.rmore {
  color: #c14134;
  text-decoration: underline;
  display: block;
  margin: 0 0 20px 0;
}

.rmore:hover {
  text-decoration: none;
}

.b1-btn {
  display: block;
  background-color: #c14134;
  width: 80%;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  color: white;
  font-weight: bold;
  font-size: 17px;
  padding: 22px 0 22px 0;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  box-shadow: #f2a59e 0 0 40px;
}

.b1-btn:hover {
  color: white;
  box-shadow: #f2a59e 0 0 0px;
  background-color: #dd5a4d;
}

/*navbar*/

.top-small {
  background-color: #e8f7ff;
}

.top-hide {
  top: -120px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar {
  background-color: #e8f7ff;
  box-shadow: #8cbbd5 0 0 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-nav,
.mr-auto {
  flex: 1;
  margin: auto !important;
  display: flex;
  justify-content: space-between;
}

.navbar-brand {
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px;
  display: block;
  width: 100px;
  height: 35px;
  margin: 0 50px 0px 0;
}

.nav-link {
  color: #115062;
  font-weight: bold;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link:focus {
  color: #2c798f;
}

.navbar-tels a {
  font-size: 16px;
  line-height: normal;
  display: block;
  margin: 0;
  padding: 10px 0 0;
}

.tels-mob {
  display: none;
}

@media (min-width: 1399px) {
  .block-1 {
    background-size: cover;
    background-position: center center;
  }
}

@media (max-width: 1399px) {
  .b1-text-holder {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .block-1 {
    padding: 55px 0 55px 0;
    background-color: #cae9fb;
    background-image: url(../images/main_pic.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 900px;
  }

  .logo {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 120px;
    height: 41px;
    margin: 0 0 20px 0;
    background-size: 120px;
  }

  .slogan {
    font-size: 15px;
    margin: 0px 0 0 0;
  }

  .phone-holder {
    background-image: url(../images/icon_phone.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px;
    margin-top: 10px;
    padding: 7px 0 7px 20px;
  }

  .phone-holder a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
  }

  .clock {
    background: url(../images/icon_clock.svg) no-repeat left;
    padding: 0 0 0 35px;
    line-height: normal;
    margin: 0px 0 0 0;
    font-size: 14px;
    background-size: 22px;
  }

  .warn-text {
    font-size: 18px;
    color: #c14134;
    font-weight: bold;
  }

  h1 {
    font-size: 28px;
  }

  .navbar-tels a {
    font-size: 14px;
  }

  .nav-link {
    color: #115062;
    font-weight: bold;
    white-space: nowrap;
    font-size: 13px;
  }

  .b1-text-holder {
    margin: 30px 0 0 0;
  }
}

@media (max-width: 767px) {
  .block-1 {
    padding: 55px 0 0px 0;
    background-color: #cae9fb;
    background-image: url(../images/main_pic_mob.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 1000px;
  }

  .top-hide {
    top: 0px;
  }

  .top-line {
    display: none;
  }

  .navbar-padd {
    padding-bottom: 0px;
  }

  .navbar-toggler {
    border: 1px solid #a4cde4;
    font-size: 1rem;
    padding: 5px 7px 5px 7px;
    outline: none !important;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  .navbar-toggler-icon {
    background-color: #115062;
    height: 3px;
    display: block;
    margin: 4px 0 4px 0;
  }

  .navbar-tels {
    display: none;
  }

  .nav-item {
    margin: 0 -15px 0 -15px;
  }

  .nav-link {
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #caeafc;
  }

  .b1-text-holder {
    margin: 10px 0 0 0;
  }
  .b1-btn {
    width: 100%;
  }

  h1 {
    padding: 0px 0px 10px 0px;
  }

  .navbar .container {
    position: relative;
  }

  .tels-mob {
    display: block;
    position: absolute;
    left: 130px;
    top: 5px;
  }
  .tels-mob a {
    display: block;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
  }
}

/*----block 2------*/

.block-2 {
  padding: 90px 0 100px 0;
}

.b2-option {
  padding: 200px 0 0 0;
  text-align: center;
  margin: 100px auto 0 auto;
  width: 80%;
}

.b2-op1 {
  background: url(../images/b2_icon_1.svg) no-repeat top center;
}
.b2-op2 {
  background: url(../images/b2_icon_2.svg) no-repeat top center;
}
.b2-op3 {
  background: url(../images/b2_icon_3.svg) no-repeat top center;
}

.b2-head {
  font-size: 20px;
  font-weight: bold;
  color: #115062;
  margin: 0 0 10px 0;
}

.b2-text {
  margin: 0;
}

@media (max-width: 1399px) {
}

@media (max-width: 1199px) {
  .b2-option {
    width: 100%;
  }

  h2 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 28px;
    padding: 0 0 60px 0;
  }

  .block-2 {
    padding: 90px 0 80px 0;
  }

  .b2-option {
    background-position: left;
    background-size: 80px;
    padding: 0 0 0 100px;
    text-align: left;
    margin: 0;
  }

  .b2-text {
    margin: 0 0 40px 0;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    padding: 0 0 40px 0;
  }

  .block-2 {
    padding: 50px 0 50px 0;
  }
}

.block-3 {
  padding: 200px 0 200px 0;
  background-color: #ebf8ff;
  background: url(../images/b3_bcg.jpg) no-repeat top center;
}

.block-3 .b1-btn {
  margin: 40px 0 40px 0;
  width: 70%;
}

@media (min-width: 1399px) {
  .block-3 {
    background-size: cover;
    background-position: center center;
    padding: 150px 0 150px 0;
  }
}

@media (max-width: 1199px) {
  .block-3 {
    padding: 120px 0 120px 0;
  }
}

@media (max-width: 991px) {
  .block-3 h2 {
    padding: 0 0 20px 0;
  }
  .block-3 {
    padding: 100px 0 100px 0;
  }
}

@media (max-width: 767px) {
  .block-3 {
    padding: 70px 0 400px 0;
    background: url(../images/b3_bcg_mob.jpg) no-repeat bottom center;
    background-color: #ebf8ff;
  }

  .block-3 .b1-btn {
    width: 100%;
  }
}

.block-4 {
  padding: 165px 0 165px 0;
  background-color: #ebf8ff;
  background: url(../images/b4_bcg.jpg) no-repeat top right;
}

.block-4 .b1-btn {
  margin: 40px 0 40px 0;
  width: 70%;
}

.block-4 h2 span {
  color: #c14134;
}

@media (max-width: 1399px) {
  .block-4 {
    background-color: #ebf8ff;
    background: url(../images/b4_bcg.jpg) no-repeat top right -250px;
  }
}

@media (max-width: 1199px) {
  .block-4 {
    padding: 150px 0 150px 0;
    background-color: #ebf8ff;
    background: url(../images/b4_bcg.jpg) no-repeat top right -370px;
  }
}

@media (max-width: 991px) {
  .block-4 {
    padding: 100px 0 80px 0;
    background-color: #ebf8ff;
    background: url(../images/b4_bcg.jpg) no-repeat top right -600px;
  }

  .block-4 h2 {
    padding: 0 0 20px 0;
  }
}

@media (max-width: 767px) {
  .block-4 {
    padding: 80px 0 250px 0;
    background-color: #ebf8ff;
    background: url(../images/b4_bcg_mob.jpg) no-repeat bottom right;
  }

  .block-4 .b1-btn {
    width: 100%;
  }
}

/*---------block-5---------*/

.block-5 {
  padding: 100px 0 100px 0;
  background-color: #e8f7ff;
}

.block-5 h2 {
  text-align: center;
  padding: 0 0 60px 0;
}

.b5-img {
  margin: 0 0 20px 0;
}

.b5-option-text {
  margin: 0 0 90px 0;
  padding: 80px 0 0 0;
  background-position: top center;
  background-repeat: no-repeat;
}

.b5-p1 {
  background-image: url(../images/b4_i1.svg);
}
.b5-p2 {
  background-image: url(../images/b4_i2.svg);
}
.b5-p3 {
  background-image: url(../images/b4_i3.svg);
}
.b5-p4 {
  background-image: url(../images/b4_i4.svg);
}
.b5-p5 {
  background-image: url(../images/b4_i5.svg);
}
.b5-p6 {
  background-image: url(../images/b4_i6.svg);
}
.b5-p7 {
  background-image: url(../images/b4_i7.svg);
}
.b5-p8 {
  background-image: url(../images/b4_i8.svg);
}

.block-5 .b1-btn {
  width: 40%;
  margin: 40px auto 0 auto;
}

@media (max-width: 991px) {
  .b5-option-text {
    margin: 0 auto 40px auto;
    width: 60%;
  }

  .block-5 .b1-btn {
    width: 50%;
    margin: 40px auto 0 auto;
  }
}

@media (max-width: 767px) {
  .block-5 {
    padding: 80px 0 80px 0;
    background-color: #e8f7ff;
  }

  .block-5 h2 {
    padding: 0 0 20px 0;
  }

  .b5-option-text {
    margin: 0 0 20px 0;
    padding: 0 0 0 80px;
    background-size: 50px;
    background-position: left;
    background-repeat: no-repeat;
    text-align: left;
    width: 100%;
  }

  .block-5 .b1-btn {
    width: 100%;
    margin: 40px auto 0 auto;
  }
}

/*---------block-6---------*/

.block-6 {
  padding: 100px 0 100px 0;
}

.block-6 h2 {
  text-align: center;
  padding: 0 0 80px 0;
}

.block-6 .phone-holder {
  width: 200px;
  margin: 0 auto 20px auto;
}

.adress {
  background: url(../images/icon_map.svg) no-repeat left;
  width: 200px;
  padding: 0 0 0 50px;
  margin: 0 auto 20px auto;
}

.working-hours {
  background: url(../images/icon_clock.svg) no-repeat left;
  padding: 0 0 0 50px;
  width: 200px;
  margin: 0 auto 20px auto;
}

div.map-holder {
  height: 600px;
}

@media (max-width: 991px) {
  .block-6 {
    padding: 100px 0 50px 0;
  }

  .block-6 .phone-holder {
    background-size: 20px;
    background-position: 10px 0px;
  }

  .block-6 .phone-holder a {
    font-size: 20px;
    padding: 0 0 0 30px;
  }
}

@media (max-width: 767px) {
  .block-6 {
    padding: 50px 0 40px 0;
  }

  .block-6 h2 {
    padding: 0 0 30px 0;
  }

  div.map-holder {
    height: 300px;
  }
}

/*-------------podval-------------*/

.podval {
  background-color: #c7ebff;
  padding: 60px 0 60px 0;
  font-size: 15px;
}

.podval a {
  font-size: 15px;
}

img.logo-bot {
  width: 100%;
  max-width: 159px;
}

div.copyright {
  margin: 5px 0 0 0;
  text-align: center;
}

a.soc {
  display: inline-block;
  margin: 15px 10px 0 0;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
}

a.soc:hover {
  opacity: 0.8;
}

.soc-1 {
  background-image: url(../images/soc_i1.svg);
}
.soc-2 {
  background-image: url(../images/soc_i2.svg);
}

div.slogan-bot {
  margin: 5px 0 0 0;
  font-size: 15px;
  border-left: 1px solid #a7bfc5;
  color: #014152;
  padding-left: 45px;
}

@media (max-width: 1200px) {
  div.slogan-bot {
    padding-left: 25px;
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  div.slogan-bot {
    font-size: 13px;
  }

  div.podval {
    font-size: 13px;
  }

  .podval a {
    font-size: 13px;
  }

  img.logo-bot {
    margin: 10px 0 0 0;
  }
}

@media (max-width: 767px) {
  div.slogan-bot {
    text-align: center;
    border: none;
    padding: 0px;
  }
}

/*------------modal-----------*/

.modal-inner {
  padding: 50px;
}

.form-head {
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px 0;
  font-size: 24px;
}

.close-cross {
  color: #282520;
  top: 20px;
  right: 20px;
  position: absolute;
  border: none;
  z-index: 999;
  outline: none !important;
}

.close-cross:focus {
  outline: none !important;
}

.modal-content {
  padding: 40px;
}

.form-control {
  height: 60px;
  background-color: #ebf8ff;
  border: none;
  margin: 0 0 20px 0;
  box-shadow: inset #d5f0ff 0 0 10px;
}

.btn-primary {
  width: 100%;
  height: 65px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #c14134;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  color: white;
  background-color: #dd5a4d;
}

.form-bcg {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 50px 40px 40px 40px;
  border: none;
}

.form-p {
  font-size: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-content {
    padding: 10px;
  }
}

/*-------------thankyou page----------*/

h1.thankyouh1 {
  font-size: 36px;
  margin: 300px 0 40px 0;
}

.b1-thnk {
  background-image: url(../images/main_pic_thankyou.jpg);
}

@media (max-width: 767px) {
  h1.thankyouh1 {
    font-size: 24px;
    margin: 0px 0 40px 0;
    text-align: center;
  }

  .b1-thnk {
    padding: 55px 0 55px 0;
    height: 400px;
    background-image: url(../images/main_pic_thankyou_mob.jpg);
    background-position: bottom center;
  }
}
