* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
}
body .main-page {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: black;
}

li {
  list-style: none;
}

header {
  padding: 12px 220px 25px 220px;
  box-shadow: 0px 5px 2px -5px rgba(34, 60, 80, 0.6);
}
@media (max-width: 1366px) {
  header {
    padding: 12px 83px 25px 83px;
  }
}
@media (max-width: 1024px) {
  header {
    padding: 12px 58px 25px 58px;
  }
}
@media (max-width: 530px) {
  header {
    padding: 12px 20px 25px 20px;
  }
}
header .top-side {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
header .top-side .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
header .top-side .title .title-name p {
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  color: #0AA9B4;
  text-align: right;
}
@media (max-width: 530px) {
  header .top-side .title .title-name p {
    font-size: 9px;
    font-weight: 400;
    line-height: 1;
  }
}
header .top-side .title .title-name a {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #00315C;
}
@media (max-width: 530px) {
  header .top-side .title .title-name a {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
  }
}
header .top-side .changing-languages a {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
header .top-side .changing-languages a:nth-child(1) {
  color: #1F1F24;
}
header .top-side .changing-languages a:nth-child(2) {
  color: #8E8E91;
}
header .top-side .changing-languages a:nth-child(3) {
  color: #8E8E91;
}
@media (max-width: 530px) {
  header .top-side .changing-languages {
    display: none;
  }
}
header .top-side .changing-languages-small {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .top-side .changing-languages-small div:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 5px;
}
header .top-side .changing-languages-small div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 530px) {
  header .top-side .changing-languages-small {
    display: flex;
    gap: 15px;
    align-items: center;
  }
}
@media (min-width: 530px) {
  header .top-side .changing-languages-small {
    display: none;
  }
}
header .searching {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 10px;
  width: 100%;
  padding-left: 20px;
}
@media (max-width: 530px) {
  header .searching {
    gap: 17px;
  }
}
@media (max-width: 530px) and (max-width: 530px) {
  header .searching {
    padding-left: 8px;
  }
}
@media (max-width: 530px) {
  header .searching .bar {
    width: 25px;
    height: 18px;
  }
  header .searching .bar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
header .searching .input-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  height: 68px;
  border: 2px solid #0AA9B4;
  border-radius: 10px 10px 10px 10px;
  padding-left: 8px;
  background: #F7FCFC;
}
@media (max-width: 530px) {
  header .searching .input-box {
    height: 39px;
  }
}
header .searching .input-box .dropdown {
  width: 200px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
  border-right: 2px solid #0AA9B4;
  padding: 0px 8px;
}
@media (max-width: 530px) {
  header .searching .input-box .dropdown {
    width: 87px;
  }
}
header .searching .input-box .dropdown .button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 67px;
  border-radius: 10px 10px 10px 10px;
}
@media (max-width: 530px) {
  header .searching .input-box .dropdown .button {
    justify-content: flex-start;
    gap: 11px;
    align-items: center;
    padding: 10px 12px 10px 0px;
  }
  header .searching .input-box .dropdown .button p {
    font-size: 12px;
  }
}
header .searching .input-box .dropdown .others {
  width: 100%;
  display: none;
  position: absolute;
  top: 64px;
  z-index: 10;
}
header .searching .input-box .dropdown .others a {
  padding: 14px 14px;
  display: block;
  background-color: rgb(255, 255, 255);
}
header .searching .input-box .dropdown .others a:hover {
  background: rgb(204, 204, 204);
}
@media (max-width: 530px) {
  header .searching .input-box .dropdown .others {
    top: 38px;
  }
}
header .searching .input-box .dropdown .active {
  width: 100%;
  display: block;
  position: absolute;
  top: 64px;
  z-index: 10;
}
header .searching .input-box .dropdown .active a {
  padding: 14px 14px;
  display: block;
  background-color: rgb(255, 255, 255);
}
header .searching .input-box .dropdown .active a:hover {
  background: rgb(204, 204, 204);
}
@media (max-width: 530px) {
  header .searching .input-box .dropdown .active {
    top: 38px;
  }
}
header .searching .input-box .dropdown .none {
  width: 100%;
  display: none;
  position: absolute;
  top: 64px;
  z-index: 10;
}
header .searching .input-box .dropdown .none a {
  padding: 14px 14px;
  display: block;
  background-color: rgb(255, 255, 255);
}
header .searching .input-box .dropdown .none a:hover {
  background: rgb(204, 204, 204);
}
@media (max-width: 530px) {
  header .searching .input-box .dropdown .none {
    top: 38px;
  }
}
header .searching .input-box .inputSide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
header .searching .input-box .inputSide input {
  width: 100%;
  padding: 20px 0px;
  border: none;
  outline: 0 !important;
  color: #1F1F24;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  padding-left: 25px;
}
@media (max-width: 530px) {
  header .searching .input-box .inputSide input {
    width: calc(100% - 8px);
    padding: 0px 0px 0px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
  }
}
header .searching .input-box .inputSide div {
  display: flex;
  align-items: center;
  padding: 0px 21px 0px 14px;
  cursor: pointer;
  background-color: white;
}
@media (max-width: 530px) {
  header .searching .input-box .inputSide div {
    display: none;
  }
}

main {
  height: calc(100% - 123px);
  display: flex;
  margin-top: 66px;
  padding: 0px 220px 220px 220px;
  gap: 50px;
}
@media (max-width: 1366px) {
  main {
    padding: 12px 83px 25px 83px;
  }
}
@media (max-width: 1024px) {
  main {
    padding: 12px 58px 25px 58px;
  }
}
@media (max-width: 530px) {
  main {
    padding: 12px 20px 25px 20px;
    margin-top: 32px;
  }
}
main .main-blok {
  width: calc(100% - 200px);
}
@media (max-width: 790px) {
  main .main-blok {
    width: 100%;
  }
}
main .main-blok h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
  color: #00315C;
}
main .main-blok h1 span {
  font-size: 40px;
  font-weight: 300;
  line-height: 110%;
}
main .main-blok .company-contact {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  color: #4C4C50;
  margin-top: 20px;
}
main .main-blok .product-blok {
  border: 1px solid #E9E9EA;
  border-radius: 10px;
  padding: 30px;
}
main .main-blok .product-blok .image-and-map {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
main .main-blok .product-blok .image-and-map .product-image {
  display: flex;
  gap: 30px;
}
main .main-blok .product-blok .image-and-map .product-image .left-side {
  width: 170px;
  height: 120px;
  border: 1px solid #E9E9EA;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media (max-width: 530px) {
  main .main-blok .product-blok .image-and-map .product-image .left-side {
    width: 100px;
    height: 70px;
  }
}
main .main-blok .product-blok .image-and-map .product-image .right-side .product-name {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}
@media (max-width: 530px) {
  main .main-blok .product-blok .image-and-map .product-image .right-side .product-name {
    font-size: 13px;
  }
}
main .main-blok .product-blok .image-and-map .product-image .right-side div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
main .main-blok .product-blok .image-and-map .product-image .right-side div p {
  font-size: 15px;
  font-weight: 300;
  line-height: 160%;
}
@media (max-width: 530px) {
  main .main-blok .product-blok .image-and-map .product-image .right-side div p {
    font-size: 13px;
  }
}
main .main-blok .product-blok .image-and-map .map {
  display: flex;
  gap: 22px;
}
@media (max-width: 960px) {
  main .main-blok .product-blok .image-and-map .map {
    display: none;
  }
}
main .main-blok .product-blok .image-and-map .map .branches {
  position: relative;
}
main .main-blok .product-blok .image-and-map .map .branches .button div:nth-child(1) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 12px;
  cursor: pointer;
  transition: 0.3s;
}
main .main-blok .product-blok .image-and-map .map .branches .button .other-branches {
  display: none;
  position: absolute;
}
main .main-blok .product-blok .image-and-map .map .branches .button .other-branches a {
  display: block;
  padding: 12px;
}
main .main-blok .product-blok .image-and-map .map .branches .button .other-branches a:hover {
  background: rgb(204, 204, 204);
}
main .main-blok .product-blok .image-and-map .map .branches .button:hover .other-branches {
  display: block;
}
main .main-blok .product-blok .addres {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 33px 0px 26px 0px;
}
@media (max-width: 960px) {
  main .main-blok .product-blok .addres {
    margin: 12px 0px 10px 0px;
  }
}
main .main-blok .product-blok .addres p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #1F1F24;
}
@media (max-width: 530px) {
  main .main-blok .product-blok .addres p {
    font-size: 14px;
  }
}
main .main-blok .product-blok .addres2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0px 0px 25px 0px;
}
@media (max-width: 960px) {
  main .main-blok .product-blok .addres2 {
    margin: 0px 0px 10px 0px;
  }
}
main .main-blok .product-blok .addres2 p {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  color: #4C4C50;
}
@media (max-width: 530px) {
  main .main-blok .product-blok .addres2 p {
    font-size: 13px;
  }
}
main .main-blok .product-blok .contacts {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  main .main-blok .product-blok .contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
main .main-blok .product-blok .contacts .phone-number div {
  display: flex;
  align-items: center;
  gap: 10px;
}
main .main-blok .product-blok .contacts .phone-number div p {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 530px) {
  main .main-blok .product-blok .contacts .phone-number div p {
    font-size: 14px;
  }
}
main .main-blok .product-blok .contacts .phone-number .showNumber {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  color: #0AA9B4;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 530px) {
  main .main-blok .product-blok .contacts .phone-number .showNumber {
    font-size: 13px;
  }
}
main .main-blok .product-blok .contacts .breaks {
  display: flex;
}
main .main-blok .product-blok .contacts .breaks div:nth-child(1) {
  margin-right: 10px;
  padding-top: 5px;
}
main .main-blok .product-blok .contacts .breaks div:nth-child(2) {
  margin-right: 21px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #8E8E91;
}
@media (max-width: 530px) {
  main .main-blok .product-blok .contacts .breaks div:nth-child(2) {
    font-size: 14px;
  }
}
main .main-blok .product-blok .contacts .breaks div:nth-child(3) p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #4C4C50;
}
@media (max-width: 530px) {
  main .main-blok .product-blok .contacts .breaks div:nth-child(3) p {
    font-size: 14px;
  }
}
main .main-blok .product-blok .contacts .email {
  display: flex;
  flex-direction: column;
}
main .main-blok .product-blok .contacts .email div:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 10px;
}
main .main-blok .product-blok .contacts .email div:nth-child(1) a {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #0AA9B4;
}
@media (max-width: 530px) {
  main .main-blok .product-blok .contacts .email div:nth-child(1) a {
    font-size: 14px;
  }
}
main .main-blok .product-blok .contacts .email div:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 10px;
}
main .main-blok .product-blok .contacts .email div:nth-child(2) a {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #0AA9B4;
}
@media (max-width: 530px) {
  main .main-blok .product-blok .contacts .email div:nth-child(2) a {
    font-size: 14px;
  }
}
main .main-blok .product-blok .map2 {
  display: flex;
  gap: 22px;
}
@media (max-width: 960px) {
  main .main-blok .product-blok .map2 {
    display: block;
  }
}
@media (min-width: 960px) {
  main .main-blok .product-blok .map2 {
    display: none;
  }
}
main .main-blok .product-blok .map2 .branches {
  display: inline-block;
  position: relative;
}
main .main-blok .product-blok .map2 .branches .button div:nth-child(1) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 12px 12px 12px 0px;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 530px) {
  main .main-blok .product-blok .map2 .branches .button div:nth-child(1) p {
    font-size: 14px;
  }
}
main .main-blok .product-blok .map2 .branches .button .other-branches {
  display: none;
  position: absolute;
  z-index: 111;
}
main .main-blok .product-blok .map2 .branches .button .other-branches a {
  display: block;
  padding: 12px;
  background: rgb(255, 255, 255);
}
main .main-blok .product-blok .map2 .branches .button .other-branches a:hover {
  background: rgb(204, 204, 204);
}
main .main-blok .product-blok .map2 .branches .button .none {
  display: none;
  position: absolute;
  z-index: 111;
}
main .main-blok .product-blok .map2 .branches .button .none a {
  display: block;
  padding: 12px;
  background: rgb(255, 255, 255);
}
main .main-blok .product-blok .map2 .branches .button .none a:hover {
  background: rgb(204, 204, 204);
}
main .main-blok .product-blok .map2 .branches .button .active {
  display: inline-block;
  position: absolute;
  z-index: 111;
}
main .main-blok .product-blok .map2 .branches .button .active a {
  display: block;
  padding: 12px;
  background: rgb(255, 255, 255);
}
main .main-blok .product-blok .map2 .branches .button .active a:hover {
  background: rgb(204, 204, 204);
}
main .main-blok .product-blok .deliver {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  color: #1F1F24;
}
@media (max-width: 530px) {
  main .main-blok .product-blok .deliver {
    font-size: 14px;
  }
}
main .main-blok .footer-navigations {
  display: flex;
  align-items: center;
  margin-top: 54px;
}
main .main-blok .footer-navigations .left {
  cursor: pointer;
  margin-right: 10px;
}
@media (max-width: 530px) {
  main .main-blok .footer-navigations .left {
    display: none;
  }
}
main .main-blok .footer-navigations .other-extra-blocks {
  display: grid;
  grid-template-columns: repeat(4, minmax(237px, 1fr));
  box-shadow: 0px 5px 4px -5px rgba(34, 60, 80, 0.6);
  overflow: scroll;
}
main .main-blok .footer-navigations .other-extra-blocks::-webkit-scrollbar {
  display: none;
}
@media (max-width: 530px) {
  main .main-blok .footer-navigations .other-extra-blocks {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  main .main-blok .footer-navigations .other-extra-blocks div:nth-child(1) a {
    color: #E9E9EA;
  }
  main .main-blok .footer-navigations .other-extra-blocks div:nth-child(1) span {
    background-color: #BCBCBE;
  }
  main .main-blok .footer-navigations .other-extra-blocks div:nth-child(3) a {
    font-size: 26px;
    font-weight: 300;
    line-height: 110%;
  }
  main .main-blok .footer-navigations .other-extra-blocks div:nth-child(3) span:hover {
    opacity: 0;
    display: none;
  }
  main .main-blok .footer-navigations .other-extra-blocks div:nth-child(3) span.active {
    opacity: 1;
    width: 100%;
  }
}
main .main-blok .footer-navigations .other-extra-blocks div {
  padding: 12px 0px 14px 0px;
  position: relative;
}
main .main-blok .footer-navigations .other-extra-blocks div a {
  font-size: 22px;
  font-weight: 300;
  line-height: 110%;
  color: #0AA9B4;
}
main .main-blok .footer-navigations .other-extra-blocks div span {
  opacity: 0;
  width: 0%;
  height: 2px;
  background: #00315C;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
main .main-blok .footer-navigations .other-extra-blocks div:hover span {
  opacity: 1;
  width: 100%;
}
main aside {
  width: 200px;
  background: #E9E9EA;
  border-radius: 10px;
}
@media (max-width: 790px) {
  main aside {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */