header {
  padding-top: 20px;
}
header .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .tel-block {
  text-align: right;
}
header .tel-block a {
  text-align: right;
  display: block;
  font-weight: 600;
  color: #000;
  font-size: 25px;
}
header .menu a {
  color: #000;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
}
body {
  font-family: Montserrat;
}
#main {
  padding: 70px 0;
}
#main h1 {
  font-weight: 600;
  margin-top: 50px;
  font-size: 58px;
  color: #000;
}
#main .title {
  font-size: 28px;
  color: #000;
}
.container {
  width: 1300px;
  max-width: 100%;
}
#block1 {
  padding: 70px 0;
}
#block1 h2 {
  font-weight: 600;
  color: black;
}
#block1 .title {
  margin-top: 20px;
  font-size: 22px;
  color: #000;
  margin-bottom: 15px;
}
#block1 li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 5px;
}
#block2 {
  padding: 70px 0;
}
#block2 h2 {
  font-size: 42px;
  text-align: center;
  color: black;
  font-weight: 600;
  margin-bottom: 35px;
}
#block2 .img {
  width: 100%;
  height: 245px;
  border-radius: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#block2 .img svg {
  max-width: 150px;
}
#block2 .title {
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  margin-bottom: 15px;
}
#block2 .text {
  text-align: center;
  font-size: 18px;
}
#block3 {
  padding: 70px 0;
}
#block3 h2 {
  font-size: 42px;
  color: black;
  font-weight: 600;
  margin-bottom: 35px;
}
#block3 .title {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 15px;
}
#block3 li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 5px;
}
#block4 {
  padding: 70px 0;
  background: #F9F7FA;
}
#block4 h2 {
  font-size: 42px;
  text-align: center;
  color: black;
  font-weight: 600;
  margin-bottom: 25px;
}
#block4 .title {
  font-size: 25px;
  text-align: center;
  color: #000;
  margin-bottom: 35px;
}
#block4 .col-md-3 .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
#block4 .text {
  font-size: 18px;
  text-align: center;
}
#block4 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
#block4 .icon img {
  width: 70px;
}
footer {
  background: #000;
  padding: 50px 0;
}
footer a {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}
footer a:hover {
  color: #fff;
}
footer .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 20px;
}
footer hr {
  opacity: 0.3;
}
footer .text {
  color: #fff;
  opacity: 0.6;
}
.round {
  width: 100%;
  background: url(img/round1.svg) center center no-repeat;
  background-size: contain;
  width: 600px;
  max-width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin-left: auto;
  margin-right: auto;
  animation: rotate2 60.8s infinite linear;
}
.round2 {
  width: 520px;
  height: 520px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(img/round1.svg) center center no-repeat;
  background-size: contain;
  animation: rotate 60.8s infinite linear;
}
#block1 {
  padding-top: 150px;
}
#block1 .round,
#block1 .round2 {
  transform: scale(0.5);
}
#block1 h2 {
  margin-bottom: 50px;
}
#block1 .title {
  margin-bottom: 35px;
}
#main .col-md-6,
#block1 .col-md-6 {
  position: relative;
}
#main img,
#block1 img {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 50;
}
#main .link,
#block1 .link {
  background: linear-gradient(180deg, #ff6f76 0%, #e21f29 100%);
  height: 60px;
  width: 290px;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  margin-top: 30px;
  transition: all 0.25s;
}
#main .link:hover,
#block1 .link:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
@keyframes rotate {
  0% {
    /*-webkit-transform: translate(-50%, -50%) rotate(0deg);*/
    transform: rotate(0deg);
  }
  100% {
    /*-webkit-transform: rotate(360deg);*/
    transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  0% {
    /*-webkit-transform: rotate(0deg);*/
    transform: rotate(0deg);
  }
  100% {
    /*-webkit-transform:  rotate(360deg);*/
    transform: rotate(-360deg);
  }
}
#modal .modal-header {
  border: none;
}
#modal h2 {
  margin-bottom: 20px;
}
#modal form input {
  border: 1px solid #ccc;
  height: 50px;
  border-radius: 7px;
  margin-bottom: 15px;
  width: 100%;
  padding-left: 15px;
}
#modal form input:last-of-type {
  margin-bottom: 0;
}
#modal form button {
  background: linear-gradient(180deg, #ff6f76 0%, #e21f29 100%);
  height: 60px;
  width: 290px;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
  transition: all 0.25s;
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#block3 form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
#block3 form input {
  border: 1px solid #ccc;
  height: 50px;
  border-radius: 7px;
  margin-bottom: 15px;
  width: 100%;
  padding-left: 15px;
}
#block3 form input:last-of-type {
  margin-bottom: 0;
}
#block3 form button {
  background: linear-gradient(180deg, #ff6f76 0%, #e21f29 100%);
  height: 60px;
  width: 290px;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
  transition: all 0.25s;
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 0px) and (max-width: 768px) {
  header .menu {
    display: none;
  }
  header .line {
    flex-direction: column;
  }
  header .logo {
    margin-bottom: 10px;
  }
  header .call {
    display: none;
  }
  #main h1 {
    font-size: 38px;
    text-align: center;
  }
  #main {
    padding-top: 0;
  }
  #main .title {
    font-size: 23px;
    text-align: center;
  }
  #main .title br {
    display: none;
  }
  .round {
    width: 300px;
    height: 300px;
  }
  .round2 {
    width: 250px;
    height: 250px;
  }
  #block4 h2 {
    font-size: 32px;
  }
  #main .link,
  #block1 .link {
    margin-bottom: 80px;
  }
  #main img {
    top: -50px;
  }
  #block1 .round {
    transform: scale(0.5);
    top: 260px;
  }
  #block1 .round2 {
    top: 280px;
  }
  #block1 h2 {
    margin-bottom: 20px;
    font-size: 23px;
    text-align: center;
  }
  #block1 .title {
    font-size: 18px;
    text-align: center;
  }
  #block2 h2 {
    font-size: 27px;
  }
  #block2 .text {
    margin-bottom: 35px;
  }
  #block3 h2 {
    font-size: 29px;
    text-align: center;
  }
  #block3 h2 br {
    display: none;
  }
  #block3 .title {
    text-align: center;
  }
  #block4 .title {
    font-size: 19px;
  }
  #block4 .text {
    margin-bottom: 30px;
  }
  footer .menu {
    flex-direction: column;
  }
  footer .menu a {
    display: block;
    width: 100%;
    margin-bottom: 7px;
    text-align: center;
  }
  section {
    overflow: hidden;
  }
  #block1 {
    padding-top: 0;
  }
  footer .text {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */