@font-face {
  font-family: Sera;
  src: url("../fonts/CeraPro-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Sera;
  src: url("../fonts/CeraPro-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: Sera;
  src: url("../fonts/CeraPro-Bold.ttf");
  font-weight: 700;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Sera;
}

a {
  color: #000;
}

body {
  position: relative;
  background: #cfe5fa;
}

p {
  font-size: 18px;
  line-height: 112.01%;
}

.container {
  max-width: 1700px;
  height: 100%;
  margin: 0 auto;
  display: block;
}

section {
  min-height: 100vh;
}

h1 {
  margin-top: 450px;
  font-size: 57.2772px;
  line-height: 112.01%;
  text-transform: uppercase;
}

#home {
  padding: 85px 0;
  background: url(../img/1.png);
  background-repeat: no-repeat;
  background-position-x: center;
  height: 100%;
}
#home .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.dmenu {
  display: flex;
  flex-direction: column;
}

.dmenu a {
  font-size: 22px;
  line-height: 112.01%;
  text-decoration: none;
  color: #000;
  text-align: right;
  margin-bottom: 20px;
}

.btn {
  display: flex;
  font-weight: 500;
  font-size: 25px;
  line-height: 112.01%;
  cursor: pointer;
  border-bottom: 2px solid #000;
  display: inline-block;
  width: fit-content;
  padding-bottom: 15px;
  transition: all 0.4s ease;
}
.btn:hover {
  transform: scale(1.1);
}

.logomob {
  display: none;
}

.btn-arrow {
  margin-left: 20px;
}

.s1-btn {
  margin-top: 50px;
}

.s2-inner {
  width: 70%;
  float: right;
}

.menu {
  display: none;
}

.burger-menu {
  display: none;
}

h2 {
  font-weight: 700;
  font-size: 57.2772px;
  line-height: 112.01%;
  text-transform: uppercase;
}

#whyus {
  background: url(../img/2.png);
  background-position-y: 0%;
  background-position-x: left;
  background-repeat: no-repeat;
}
#whyus .container {
  padding-right: 150px;
}

.s2-subtitle {
  margin-top: 30px;
}

.info {
  margin-top: 50px;
}

.info-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 112.01%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
}

.info-content {
  display: block;
  transition: all 0.4s ease;
  height: 0;
  overflow: hidden;
}

.row {
  margin-bottom: 30px;
}

.row--active .info-content {
  height: auto;
  margin: 32px 0;
}

.services-crads {
  display: flex;
  justify-content: space-between;
}

.card {
  background: #cfe5fa;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}

.menu {
  height: 100%;
}

.menu-links {
  margin-top: 64px;
}

.menu-link {
  font-size: 20px;
  line-height: 27px;
  cursor: pointer;
  color: #a4a4a4;
  margin-bottom: 38px;
  transition: color 0.4s ease;
}
.menu-link:hover {
  color: #000;
}
.menu-link--active {
  font-size: 25px;
  line-height: 33px;
  color: #000;
}

.card-image {
  height: 265px;
  width: 201px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #bbd6ef;
  border-radius: 40px;
}

.card-image--1 {
  background-image: url(../img/s1.png);
}

.card-image--2 {
  background-image: url(../img/s2.png);
}

.card-image--3 {
  background-image: url(../img/s3.png);
}

.card-image--4 {
  background-image: url(../img/s4.png);
}

.card-image--5 {
  background-image: url(../img/s5.png);
}

.card-image--6 {
  background-image: url(../img/s6.png);
}

.card-image--7 {
  background-image: url(../img/s7.png);
}

.card-text {
  font-weight: 500;
  font-size: 25px;
  line-height: 115.01%;
  /* or 29px */
  text-align: center;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-top: 29px;
}

.services-mobile {
  display: none;
}

.card--active {
  min-width: 312px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  background-color: #bbd6ef;
}
.card--active .card-text {
  display: none;
}
.card--active .card-image {
  height: 400px;
  width: 300px;
}

.services-info-wrapper {
  position: relative;
}

.services-info {
  z-index: 9;
  background: #bbd6ef;
  padding: 50px;
  border-radius: 54px;
  width: 789px;
  margin-top: -80px;
  position: absolute;
  height: 415px;
  left: 0;
}

.card-l {
  border-bottom-right-radius: 26px;
}

.card-r {
  border-bottom-left-radius: 26px;
}

.si {
  height: 100%;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.si-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 115.01%;
  /* or 29px */
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 21px;
}

li {
  margin-bottom: 10px;
}

.si-top,
.si-top-mobile {
  display: none;
}

.si-top--active,
.si-top-mobile--active {
  display: block;
}

.services {
  margin-top: 50px;
}

#contacts {
  margin-top: 500px;
  background: url("../img/cont.png");
  background-repeat: no-repeat;
  background-position-x: left;
  background-size: contain;
}

#contacts .container {
  padding-top: 100px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 100px;
}

.contacts-wrapper {
  width: 70%;
}

textarea ::placeholder {
  color: #000;
}

#thanks {
  display: none;
  margin-top: 30px;
}

.contact-form {
  margin-top: 60px;
  display: flex;
}

.contact-form-left {
  display: flex;
  flex-direction: column;
}

input,
textarea {
  background: rgba(0, 0, 0, 0);
  border: 1.4px solid #000;
  padding: 27px 30px;
  width: 451px;
  margin-bottom: 17px;
}
input::placeholder,
textarea::placeholder {
  color: #7e9bb7;
}
input:nth-child(3),
textarea:nth-child(3) {
  margin-bottom: 0px;
}

textarea {
  height: 100%;
  margin-left: 52px;
}

.brmob {
  display: none;
}

.contact-info {
  display: flex;
  margin-top: 30px;
  margin-bottom: 15px;
}

.contact-info-row {
  display: flex;
  margin-right: 20px;
}
.contact-info-row span {
  word-wrap: none;
}
.contact-info-row img {
  margin-right: 10px;
}

.ct {
  margin-top: 25px;
}

@media screen and (max-width: 1500px) {
  html {
    zoom: 0.7;
  }
  #whyus {
    padding-bottom: 1000px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    zoom: 0.6;
  }
  #whyus {
    padding-bottom: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .services {
    display: none;
  }
  html {
    zoom: 1;
  }
  #whyus {
    padding-bottom: 0;
  }
  .contact-form {
    flex-direction: column;
  }
  .dmenu {
    display: none;
  }
  h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 112.01%;
  }
  p {
    font-size: 14px;
    line-height: 112.01%;
  }
  .services-info {
    width: 100%;
    max-width: 355px;
  }
  textarea {
    height: 100%;
    margin-left: 0;
  }
  #contacts .container {
    width: 100%;
  }
  input,
textarea {
    width: 100%;
  }
  .container {
    padding: 30px;
  }
  .s2-inner {
    width: 100%;
  }
  #whyus .container {
    padding-right: 30px;
  }
  .contact-info {
    flex-direction: column;
  }
  .contacts-wrapper {
    width: 100%;
  }
  .logo {
    display: none;
  }
  .logomob {
    display: block;
  }
  #home {
    background-image: url("../img/1mob.png");
    padding-top: 0;
  }
  #whyus {
    background-image: url("../img/2mob.png");
    background-position-x: right;
    background-position-y: 0%;
  }
  h2 {
    font-size: 28px;
    line-height: 112.01%;
  }
  .info-title {
    font-size: 16px;
    line-height: 112.01%;
  }
  #contacts {
    background-image: url("../img/contmob.png");
    background-position-x: right;
    background-size: 50%;
    background-position-y: 70%;
  }
  textarea {
    margin-top: 20px;
  }
  .brmob {
    display: block;
  }
  .contact-info-row:nth-child(1) {
    margin-bottom: 20px;
  }
  .burger-menu {
    display: block;
  }
  .menu {
    height: 100%;
    width: 100%;
    z-index: 12;
    display: none;
    text-align: left;
    height: 100vh;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 50px;
    position: fixed;
    top: 0;
    background: #fff;
  }
  .menu li {
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    list-style-type: none;
  }
  .menu li a {
    padding-top: 3em;
    text-decoration: none;
    color: #000;
  }
  .burger-menu {
    margin-top: 5px;
    cursor: pointer;
    z-index: 14;
  }
  .services-crads {
    margin-top: 50px;
  }
  .bar {
    transition: 0.4s;
    z-index: 14;
  }
  .services-crads {
    overflow-x: scroll;
  }
  #contacts {
    margin-top: 0;
  }
  .card-mobile {
    margin: 0 20px;
  }
  .card-image {
    height: 156px;
    width: 118px;
  }
  .card-text {
    font-size: 16px;
    line-height: 115.01%;
  }
  .bar-1 {
    width: 5em;
    display: block;
    width: 40px;
    border-top: 2px solid #000;
    padding-top: 6px;
    cursor: pointer;
    transition: 0.4s;
  }
  .services-mobile {
    display: block;
  }
  .bar-2 {
    width: 5em;
    display: block;
    width: 40px;
    border-top: 2px solid #000;
    padding-top: 5px;
    display: fixed;
    transition: 0.4s;
  }
  #services {
    margin-top: 300px;
  }
  .bar-3 {
    width: 5em;
    display: block;
    width: 40px;
    border-top: 2px solid #000;
    padding-top: 5px;
    transition: 0.4s;
  }
  .change .bar-1 {
    -webkit-transform: rotate(-45deg) translate(-10px, 5px);
    transform: rotate(-45deg) translate(-10px, 8px);
  }
  .change .bar-2 {
    opacity: 0;
  }
  .change .bar-3 {
    -webkit-transform: rotate(45deg) translate(-10px, 5px);
    transform: rotate(45deg) translate(-10px, -5px);
  }
  .open {
    display: flex;
  }
  .services-info {
    margin-top: 150px;
    position: relative;
    height: auto;
    width: fit-content;
    padding: 19px;
    border-radius: 10px;
  }
  .btn {
    font-size: 20px;
    line-height: 112.01%;
  }
  .si {
    padding-top: 122px;
    padding-bottom: 30px;
  }
  .btn-arrow {
    height: 10px;
    width: 10px;
  }
  .mobimg {
    height: 250px;
    width: 190px;
    position: absolute;
    background: #bbd6ef;
    background-image: url("../img/s1.png");
    border-radius: 10px;
    left: 0;
    top: -130px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .mobimg-image--1 {
    background-image: url(../img/s1.png);
  }
  .mobimg-image--2 {
    background-image: url(../img/s2.png);
  }
  .mobimg-image--3 {
    background-image: url(../img/s3.png);
  }
  .mobimg-image--4 {
    background-image: url(../img/s4.png);
  }
  .mobimg-image--5 {
    background-image: url(../img/s5.png);
  }
  .mobimg-image--6 {
    background-image: url(../img/s6.png);
  }
  .mobimg-image--7 {
    background-image: url(../img/s7.png);
  }
}

/*# sourceMappingURL=style.css.map */
