@import "fonts.css";

html, body {
  height: 100%;
  margin: 0;
}


section {
  height: 100vh;
  position: relative;
  text-align: center;
  padding-top: 20px;
}

.top-menu {
  position: absolute;
  width: 100%;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-menu div {
  cursor: pointer;
}

section .inner {
  margin: 0 auto;
  max-width: 90%;
}
section#main {
  background-image: url(../../img/gallery/background.jpg);
  position: relative;
  background-position: center center;
  background-size: cover;
}

.main-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
}

.main-content-left {
  width: 50%;
  display: flex;
  margin-top: 10rem;
  flex-direction: column;
  justify-content: flex-start;
}

.main-content-text {
  text-align: left;
  font-family: MSBold;
  font-size: 24px;
  color: white;
}

.main-content-h1 {
  color: #26DE81;
  text-align: left;
  font-family: MSLight;
}

.arrow {
  cursor: pointer;
  font-family: Arial;
  font-size: 24px;
}

.response-btn {
  width: 250px;
  color: #45AAF2;
  background: white;
  font-family: MSBold;
  border-radius: 100px;
  outline: none;
  height: 50px;
}

.main-calculate {
  display: flex;
  font-family: MSSemibold;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 5rem;
}

@keyframes levitate {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -10px);
  }
}

.main-calculate img {
  box-shadow: 0 0 20px rgba(254,211,48, 0.4);
  animation: levitate 1.5s alternate ease-in-out infinite;
}

.main-calculate-text {
  padding-left: 3rem;
  color: white;
}

.main-content-right {
  width: 50%;
  margin-top: 10rem;
}

.main-form {
  display: flex;
  width: 70%;
  margin: 0 auto;
  height: 100%;
}

.main-form-left {
  width: 60%;
  background: white;
  color: black;
  padding: 10px;
}

.main-form-left-pre {
  margin-top: 20px;
  font-family: MSLight;
}

.main-form-left-item {
  font-family: MSBold;
  font-family: 18px;
  margin-top: 20px;
}

.main-form-left-about {
  margin-top: 20px;
  font-family: MSLight;
  color: black;
}

.main-form-left-arrow {
  background: #FED330;
  width: 50px;
  border-radius: 2px;
  margin: 40px auto;
}

.main-form-right {
  background: #FED330;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mouse {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 5%;
}

section#about {
  background-color: #06002B;
  position: relative;
  padding-bottom: 50px;
}

section#about .header-text {
  font-family: MSBold;
  padding-top: 70px;
  font-size: 18px;
  color: white;
}

.about-text {
  margin-top: 50px;
  font-family: MSLight;
  text-align: left;
  font-size: 18px;
  color: white;
}

.bank {
  padding-top: 20px;
}
section#adv {
  background-color: #06002B;
}

section#adv .top-menu div svg {
  fill: white;
}

section#adv .header-text {
  font-family: MSBold;
  padding-top: 70px;
  font-size: 18px;
  color: white;
}

.adv-text {
  background: #FED330;
  color: black;
  font-family: MSBold;
  padding: 50px 0;
  font-family: 18px;
  margin-top: 50px;
}

.adv-block {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.adv-block-item {
  display: flex;
  width: 40%;
  margin-top: 50px;
}

.adv-block-item-text {
  text-align: left;
  padding-left: 30px;
}

.adv-block-item-text-header {
  font-family: MSBold;
  font-size: 18px;
  color: white;
}

.adv-block-item-text-about {
  font-family: MSLight;
  font-size: 16px;
  margin-top: 10px;
  color: white;
}

section#service {
  background-color: #06002B;
}

section#service .top-menu div svg {
  fill: white;
}

section#service .header-text {
  font-family: MSBold;
  padding-top: 70px;
  font-size: 18px;
  color: white;
}

.serv-block {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.serv-block-item {
  width: 26%;
  margin-top: 60px;
}

.serv-block-item-header {
  display: flex;
  align-items: center;
}

.serv-block-item-header-text {
  padding-left: 20px;
  color: white;
  font-size: 20px;
  font-family: MSBold;
  text-align: left;
}

.serv-block-item-body {
  color: white;
  text-align: left;
  margin-top: 20px;
  font-family: MSLight;
}

section#price {
  background: #06002B;
}

section#price .top-menu div svg {
  fill: white;
}

section#price .header-text {
  font-family: MSBold;
  padding-top: 70px;
  font-size: 18px;
  color: white;
}

.price-block {
  margin-top: 50px;
}

.price-block-item {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin: 20px auto;
}

.price-block-item-name {
  font-family: MSBold;
  color: white;
}

.price-block-item-price {
  font-family: MSBold;
  color: white;
}

.link {
  color: white;
  font-family: MSBold;
  font-size: 20px;
}

.link:hover {
  text-decoration: none;
  color: white;
}

section#contact {
  background: #06002B;
}

section#contact .top-menu div svg {
  fill: white;
}

section#contact .header-text {
  font-family: MSBold;
  padding-top: 70px;
  font-size: 18px;
  color: white;
}

.contact-block {
  margin-top: 50px;
  width: 50%;
}

.contact-block-item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-wrap {
  margin: 10px auto;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#map {
  width: 40%;
}

.contact-block-item-text {
  font-size: 18px;
  font-family: MSBold;
  margin-bottom: 12px;
  color: white;
}

.contact-block-item-phone a {
  color: white;
  font-family: MSLight;
  font-size: 18px;
}

.contact-block-item-phone a:hover {
  text-decoration: none;
}

.contact-block-item-address {
  font-family: MSLight;
  color: white;
  text-align: left;
}

.dev {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.dev img {
  width: 30px
}

.dev-text {
  margin-top: 10px;
  font-family: MSBold;
  color: white;
}

.dev-link {
  color: #4bd2ff;
  font-family: MSBold;
}

.dev-link:hover {
  text-decoration: none;
  color: #4bd2ff
}

.request-title {
  font-family: MSBold;
}

.request-body-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px auto
}

.request-body-item-text {
  font-family: MSBold;
  font-size: 16px
}

.request-body-item-input {
  margin-top: 10px;
  width: 200px;
  height: 40px;
  outline: 0;
  border: 2px solid #4bd2ff;
  border-radius: 5px;
  text-align: center;
  color: #000;
  font-family: MSLight;
}

.request-body-item-input::-moz-placeholder {
  color: #00f;
  font-family: 'Comic Sans MS'
}

.request-body-item-input:-ms-input-placeholder {
  text-align: center;
  font-family: MSLight;
}

.request-body-item-input::-webkit-input-placeholder {
  text-align: center;
  font-family: MSLight;
}

.request-btn {
  width: 200px;
  height: 40px;
  border-radius: 5px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #55efc4 -3.61%, #74b9ff 103.61%);
  color: #fff;
  cursor: pointer;
  font-family: MSBold;
  font-size: 14px;
  transition: .3s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .5)
}

.nav-link {
  color: black;
  font-family: MSBold;
}

.inline {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}

#ooo label, #ip label {
  width: 100%;
  display: flex;
  align-items: center;
}

#ooo label input[type="checkbox"], #ip label input[type="checkbox"] {
  min-width: 20px;
  min-height: 20px;
}

select option {
  font-size: 14px;
}

.ooo-ops, .ip-ops {
  font-family: MSLight;
  font-size: 14px;
  width: 45%;
}

.ooo-type, .ip-type {
  width: 45%;
  font-family: MSLight;
}

.form-check {
  margin-top: 20px;
  display: flex;
}

.form-check-label {
  font-size: 14px;
  font-family: MSLight;
  padding-left: 10px;
}

.total-price {
  color: #26DE81;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: MSBold;
  margin-top: 10px;
}

.total-warn {
  margin-top: 20px;
  text-align: center;
  color: orange;
  font-family: MSLight;
}

.sum {
  padding-right: 5px;
}

@media screen and (max-width: 1400px) {
  .main-content {
    padding-top: 20px;
  }

  section#main .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .main-content-left {
    margin-top: 30px;
  }

  .main-content-text {
    font-size: 18px;
  }

  .main-content-h1 {
    font-size: 24px;
  }

  .main-content-right {
    margin-top: 30px;
  }

  .main-form {
    width: 85%;
  }

  .main-form-right img {
    width: 40px;
  }

  .bank {
    width: 100px;
  }

  .mouse {
    width: 30px;
  }

  section#adv .header-text {
    padding-top: 40px;
  }

  .adv-text {
    margin-top: 30px;
    padding: 20px 10px;
  }

  .adv-block {
    margin-top: 0;
  }

  .adv-block-item {
    width: 45%;
  }

  .adv-block-item-text-header {
    font-size: 14px;
  }

  .adv-block-item-text-about {
    font-size: 12px;
  }

  .adv-block-item-img img {
    width: 60px;
  }

  section#service .header-text {
    padding-top: 40px;
  }

  .serv-block {
    margin-top: 0;
  }

  .serv-block-item {
    margin-top: 20px;
  }

  .serv-block-item-header-text {
    font-size: 16px;
  }

  .serv-block-item-header img {
    width: 30px;
  }

  .serv-block-item-body {
    font-size: 12px;
  }

  section#price .header-text {
    padding-top: 40px;
  }

  .price-block-item-name {
    text-align: left;
  }
}

.req-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

@media screen and (max-width: 500px) {

  section#main {
    display: flex;
    align-items: center;
  }

  .main-content {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
  }

  .main-content-left {
    width: 100%;
    margin-top: 0;
  }

  .main-calculate {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .main-calculate-text {
    padding-left: 0;
    padding-right: 20px;
  }

  @keyframes levitate {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(0, -10px);
    }
  }


  .callCalculate {
    animation: levitate 1.5s alternate ease-in-out infinite;
  }

  .response-btn {
    margin: 10px auto;
  }

  .main-calculate-text .arrow {
    font-size: 18px;
  }

  .main-content-right {
    display: none;
  }

  .mouse {
    display: none;
  }

  .about-text {
    font-size: 14px;
    margin-top: 10px;
  }

  .adv-text {
    display: none;
  }

  .adv-block {
    margin-top: 0;
  }

  .adv-block-item {
   width: 100%;
   margin-top: 20px;
   display: flex;
   align-items: center;
  }

  .adv-block-item-text-header {
    font-size: 14px;
  }

  .adv-block-item-text-about {
    font-size: 12px;
    display: none;
  }

  section#service {
    display: flex;
    /* align-items: center; */
  }

  section#service .inner {
    max-width: 95%;
  }

  .serv-block {
    margin-top: 50px;
  }

  .serv-block-item {
    width: 50%;
  }

  .serv-block-item-header-text {
    font-size: 14px;
  }

  .serv-block-item-header img {
    width: 30px;
  }

  .serv-block-item-body {
    display: none;
  }

  .price-block {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .price-block-item {
    width: 45%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: left;
  }

  .price-block-item-name {
    text-align: left;
    width: 100%;
  }

  .contact-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .contact-block {
    width: 90%;
    margin-top: 10px;
  }

  .contact-block-item-text {
    font-size: 16px;
  }

  .contact-block-item-phone a {
    font-size: 16px;
  }

  #map {
    display: none;
  }
}


@media screen and (max-width: 320px) and (max-height: 500px) {

  .top-menu div svg {
    height: 18px;
  }

  .main-content-text {
    margin-top: 40px;
    font-size: 18px;
  }

  .main-content-h1 {
    font-size: 16px;
    line-height: 24px;
  }

  .main-calculate {
    margin-top: 20px;
  }

  .main-calculate img {
    width: 40px;
    height: 40px;
  }

  .main-calculate-text {
    text-align: left;
  }

  .main-calculate-text .arrow {
    font-size: 16px;
  }

  section#about .header-text {
    padding-top: 40px;
  }

  section#about .about-text {
    font-size: 12px;
  }

  section#about img {
    display: none;
  }

  section#adv .header-text {
    padding-top: 40px;
  }

  section#adv .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  section#adv .adv-block-item {
    display: flex;
  }

  section#adv .adv-block-item-img img {
    width: 60px;
  }
/*
  section#service .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  } */

  section#service .header-text {
    padding-top: 40px;
  }

  .serv-block {
    margin-top: 20px;
  }

  .serv-block-item {
    margin-top: 20px;
  }

  .serv-block-item-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .serv-block-item-header-text {
    text-align: center;
    padding-left: 0;
    font-size: 12px;
    padding-top: 10px;
  }

  section#price .header-text {
    padding-top: 40px;
  }

  .price-block {
    margin-top: 20px;
  }

  .price-block-item {
    margin-top: 0;
    width: 40%;
  }

  .price-block-item-name {
    font-size: 12px;
  }

  section#contact .header-text {
    padding-top: 40px;
  }
}
