<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.trade {
  margin-bottom: 50px;
}

.trade-top {
  display: flex;
  justify-content: space-between;
}

.trade-top .leftBlock {
  max-width: 742px;
  width: 100%;
}

.trade-top .leftBlock .select {
  width: 100%;
  height: 53px;
  position: relative;
  margin-top: 10px;
}

.trade-wrap {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trade-wrap&gt;.leftblock {
  margin: 30px auto 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.trade-top .leftBlock .select-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  max-height: 53px;
  transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  -moz-transition: ease-in-out 0.25s;
  -ms-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
  background: #f8f8f8;
  z-index: 400;
}

.trade-top .leftBlock .select-wrap .top {
  padding: 17px 40px 17px 35px;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  cursor: pointer;
}

.trade-top .leftBlock .select-wrap .arrow {
  position: absolute;
  right: 20px;
  cursor: pointer;
}

.trade-top .leftBlock .select-wrap .arrow svg {
  transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  -moz-transition: ease-in-out 0.25s;
  -ms-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
}

.trade-top .leftBlock .select-wrap .bottom {
  padding: 0 35px;
  z-index: 300;
}

.trade-top .leftBlock .select-wrap .select-item {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  -moz-transition: ease-in-out 0.25s;
  -ms-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
}

.trade-top .leftBlock .select-wrap .select-item:hover {
  color: #082b85;
}

.trade-top .leftBlock .select-wrap--active {
  max-height: 3000px;
}

.trade-top .leftBlock .select-wrap--active .arrow svg {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.trade-contacts {
  width: 100%;
  padding: 40px 70px 45px 25px;
  background: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.leftBlock .trade-contacts:last-of-type {
  margin-bottom: 0;
}

.trade-contacts .left {
  max-width: 222px;
  width: 100%;
  height: 148px;
}

.trade-contacts .right {
  width: 100%;
  margin-left: 40px;
}

.trade-contacts .right .city {
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  color: #363636;
}

.trade-contacts .right .text {
  margin-top: 25px;
  font-size: 18px;
  line-height: 37px;
  color: #363636;
}

.trade-contacts .right .icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2b00a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  flex-shrink: 0;
  margin-right: 4px;
}

.trade-contacts .right .email {
  display: flex;
  align-items: center;
}

.trade-contacts .right .email .link {
  margin-left: 0;
  font-size: 18px;
  line-height: 37px;
  font-weight: 500;
  color: #363636;
  transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  -moz-transition: ease-in-out 0.25s;
  -ms-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
}

.trade-contacts .right .email .link:hover {
  color: #082b85;
}

.trade-contacts .right .email {
  align-items: center;
}

.trade-contacts .right .email .icon {
  margin-right: 20px;
}

.trade-contacts .right .phone {
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.trade-contacts .right .phone .links {
  margin-left: 18px;
}

.trade-wrap .leftBlock .trade-contacts .right .phone .link {
  display: block;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  color: #656565;
  transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  -moz-transition: ease-in-out 0.25s;
  -ms-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
}

.trade-wrap .leftBlock .trade-contacts .right .phone .link:hover {
  color: #082b85;
}

.trade-top .rightBlock {
  max-width: 630px;
  width: 100%;
  margin-left: 20px;
}

.trade-top .rightBlock {
  display: flex;
  justify-content: space-between;
}

.trade-top .rightBlock .left {
  max-width: 340px;
  width: 100%;
}

.trade-top .rightBlock .left .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #082b85;
}

.trade-top .rightBlock .left .description {
  font-size: 14px;
  line-height: 17px;
  color: #b5b5b5;
}

.trade-top .rightBlock .left .address {
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #727272;
  font-weight: 700;
}

.trade-top .rightBlock .right .title {
  font-size: 18px;
  line-height: 22px;
  color: #082b85;
  font-weight: 500;
  margin-bottom: 45px;
}

.trade-top .rightBlock .right .phone {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #727272;
  transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  -moz-transition: ease-in-out 0.25s;
  -ms-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
}

.trade-top .rightBlock .right .phone:hover {
  color: #082b85;
}

.trade-wrap .map {
  width: 100%;
  height: fit-content;
}

.trade-wrap .map&gt;ymaps {
  z-index: 150 !important;
}

.questions {
  margin-top: 80px;
}

.trade-contacts-wrap {
  display: flex;
  justify-content: space-around;
}

.trade-contacts-info {
  margin-left: 20px;
}

@media (max-width: 1400px) {
  .trade-wrap .leftBlock .trade-contacts {
    padding: 40px 25px 45px;
  }
}



@media (max-width: 1280px) {
  .trade-top {
    flex-direction: column;
  }

  .trade-top .leftBlock .select {
    margin-top: 20px;
  }

  .trade-top .rightBlock {
    margin-left: 0;
    margin-top: 20px;
  }

  .trade-top .rightBlock {
    flex-direction: column;
    max-width: 100%;
  }

  .trade-top .rightBlock .left {
    max-width: 100%;
  }

  .trade-top .rightBlock .right {
    margin-top: 20px;
  }

  .trade-top .rightBlock .right .title {
    margin-bottom: 20px;
  }
}

@media (max-width: 990px) {

  .trade-wrap .map,
  .trade-wrap .map .bx-yandex-view-layout,
  .trade-wrap .map .bx-yandex-view-map,
  .bx-yandex-map {
    max-height: 320px;
  }

  .trade-top .leftBlock .select-wrap .arrow {
    top: 23px;
  }

  .trade-top .leftBlock .select-wrap--active .arrow {
    top: 23px;
  }
}

@media (max-width: 768px) {

  .trade-wrap .map,
  .trade-wrap .map .bx-yandex-view-layout,
  .trade-wrap .map .bx-yandex-view-map,
  .bx-yandex-map {
    max-height: 270px;
  }
}

@media (max-width: 960px) {
  .trade-wrap {
    flex-direction: column;
    margin-top: 20px;
  }

  .trade-wrap .leftBlock {
    margin: 20px auto 0;
  }

  .trade-wrap .map {
    max-width: 100%;
    height: 335px;
    margin-top: 50px;
  }

  .trade-contacts-wrap {
    flex-direction: column;
  }

  .trade-contacts-info {
    margin-left: 0;
    margin-top: 30px;
  }

  .trade-wrap .leftBlock .trade-contacts {
    align-items: flex-start;
  }

  .trade-top .leftBlock .select-wrap--active .arrow {
    top: 17px;
  }
}

@media (max-width: 550px) {
  .trade-top .rightBlock {
    flex-direction: column-reverse;
  }

  .trade-wrap .leftBlock .trade-contacts {
    flex-direction: column;
  }

  .trade-wrap .leftBlock .trade-contacts .left {
    max-width: 100%;
  }

  .trade-wrap .leftBlock .trade-contacts .right {
    margin-left: 0;
    margin-top: 20px;
    max-width: 100%;
  }

  .trade-wrap .leftBlock .trade-contacts .right .city {
    font-size: 17px;
    line-height: 20px;
  }

  .trade-wrap .leftBlock .trade-contacts .right .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 29px;
  }

  .trade-wrap .leftBlock .trade-contacts .right .email .link {
    font-size: 14px;
    line-height: 16px;
  }

  .trade-wrap .leftBlock .trade-contacts .right .icon {
    margin-right: 10px;
  }

  .trade-wrap .leftBlock .trade-contacts .right .phone .links {
    margin-left: 0;
  }

  .trade-wrap .leftBlock .trade-contacts .right .phone .link {
    font-size: 14px;
    line-height: 24px;
  }

  .trade-wrap .leftBlock .trade-contacts .right .phone {
    margin-top: 10px;
    align-items: center;
  }

  .trade-top .leftBlock .select-wrap .top {
    padding: 17px 40px 17px 20px;
  }

  .trade-contacts-info {
    margin-top: 10px;
  }

  .trade-top .leftBlock .select-wrap .bottom {
    padding: 0 20px;
  }

  .trade-top .leftBlock .select-wrap--active .arrow {
    top: 17px;
  }
}


.trade-contacts-address {
  margin-right: auto;
}

.trade-wrap .leftBlock .trade-contacts .right .phone {
  width: 250px;
}

.trade .trade-wrap .map {
  height: 350px;
}

.trade .trade-wrap {
  flex-flow: column-reverse wrap;
}

.trade-wrap .map ymaps {
  height: 100% !important;
  z-index: 2000;
}

.trade-wrap .map&gt;div,
.trade-wrap .map&gt;div&gt;iframe {
  width: 100%;
  height: 100%;
}

.trade-wrap .map ymaps .ymaps-2-1-79-map {
  width: 100%;
  height: 100%;
}

.ymaps-2-1-79-map-bg {
  height: 100%;
  width: 100%;
}

.trade-wrap .map ymaps .ymaps-2-1-79-inner-panes {
  width: 100%;
  height: 100%;
  z-index: 100;
  display: block;
}

.trade-wrap .map {
  width: 100%;
  height: 350px;
}

.trade {
  margin-bottom: 50px;
}

.trade-top {
  display: flex;
  justify-content: space-between;
}

.trade-top .leftBlock {
  max-width: 742px;
  width: 100%;
}

.trade-top .leftBlock .select {
  width: 100%;
  height: 53px;
  position: relative;
  margin-top: 10px;
}

.trade-wrap {
  margin-top: 50px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

.trade-wrap .leftBlock {
  margin: 30px auto 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.trade-top .leftBlock .select-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  max-height: 53px;
  transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  -moz-transition: ease-in-out 0.25s;
  -ms-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
  background: #f8f8f8;
}

.trade-top .leftBlock .select-wrap .top {
  padding: 17px 40px 17px 35px;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  cursor: pointer;
}

.trade-top .leftBlock .select-wrap .arrow {
  position: absolute;
  right: 20px;
  cursor: pointer;
}

.trade-top .leftBlock .select-wrap .arrow svg {
  transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  -moz-transition: ease-in-out 0.25s;
  -ms-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
}

.trade-top .leftBlock .select-wrap .bottom {
  padding: 0 35px;
}

.trade-top .leftBlock .select-wrap .select-item {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  -moz-transition: ease-in-out 0.25s;
  -ms-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
}

.trade-top .leftBlock .select-wrap .select-item:hover {
  color: #082b85;
}

.trade-top .leftBlock .select-wrap--active {
  max-height: 3000px;
}

.trade-top .leftBlock .select-wrap--active .arrow svg {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.trade-wrap .leftBlock .trade-contacts {
  width: 100%;
  padding: 40px 70px 45px 25px;
  background: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.trade-wrap .leftBlock .trade-contacts:last-of-type {
  margin-bottom: 0;
}

.trade-wrap .leftBlock .trade-contacts .left {
  max-width: 222px;
  width: 100%;
  height: 148px;
}

.trade-wrap .leftBlock .trade-contacts .right {
  width: 100%;
  margin-left: 40px;
}

.trade-wrap .leftBlock .trade-contacts .right .city {
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  color: #363636;
}

.trade-wrap .leftBlock .trade-contacts .right .text {
  margin-top: 25px;
  font-size: 18px;
  line-height: 37px;
  color: #363636;
}

.trade-wrap .leftBlock .trade-contacts .right .icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2b00a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.trade-wrap .leftBlock .trade-contacts .right .email {
  display: flex;
  align-items: center;
}

.trade-wrap .leftBlock .trade-contacts .right .email .link {
  margin-left: 18px;
  font-size: 18px;
  line-height: 37px;
  font-weight: 500;
  color: #363636;
  transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  -moz-transition: ease-in-out 0.25s;
  -ms-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
}

.trade-wrap .leftBlock .trade-contacts .right .email .link:hover {
  color: #082b85;
}

.trade-wrap .leftBlock .trade-contacts .right .phone {
  margin-top: 25px;
  display: flex;
}

.trade-wrap .leftBlock .trade-contacts .right .phone .links {
  margin-left: 18px;
}

.trade-wrap .leftBlock .trade-contacts .right .phone .link {
  display: block;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  color: #656565;
  transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  -moz-transition: ease-in-out 0.25s;
  -ms-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
}

.trade-wrap .leftBlock .trade-contacts .right .phone .link:hover {
  color: #082b85;
}

.trade-top .rightBlock {
  max-width: 630px;
  width: 100%;
  margin-left: 20px;
}

.trade-top .rightBlock {
  display: flex;
  justify-content: space-between;
}

.trade-top .rightBlock .left {
  max-width: 340px;
  width: 100%;
}

.trade-top .rightBlock .left .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #082b85;
}

.trade-top .rightBlock .left .description {
  font-size: 14px;
  line-height: 17px;
  color: #b5b5b5;
}

.trade-top .rightBlock .left .address {
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #727272;
  font-weight: 700;
}

.trade-top .rightBlock .right .title {
  font-size: 18px;
  line-height: 22px;
  color: #082b85;
  font-weight: 500;
  margin-bottom: 45px;
}

.trade-top .rightBlock .right .phone {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #727272;
  transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  -moz-transition: ease-in-out 0.25s;
  -ms-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
}

.trade-top .rightBlock .right .phone:hover {
  color: #082b85;
}

.trade-wrap .map {
  width: 100%;
  height: 350px;
}

.questions {
  margin-top: 80px;
}

.trade-contacts-wrap {
  display: flex;
  justify-content: space-around;
}

.trade-contacts-info {
  margin-left: 20px;
}

@media (max-width: 1400px) {
  .trade-contacts {
    padding: 40px 25px 45px;
  }
}

@media (max-width: 1280px) {
  .trade-top {
    flex-direction: column;
  }

  .trade-top .leftBlock .select {
    margin-top: 20px;
  }

  .trade-top .rightBlock {
    margin-left: 0;
    margin-top: 20px;
  }

  .trade-top .rightBlock {
    flex-direction: column;
    max-width: 100%;
  }

  .trade-top .rightBlock .left {
    max-width: 100%;
  }

  .trade-top .rightBlock .right {
    margin-top: 20px;
  }

  .trade-top .rightBlock .right .title {
    margin-bottom: 20px;
  }

  .trade .trade-wrap {
    flex-flow: column-reverse wrap;
  }

}

@media (max-width: 960px) {
  .trade .trade-wrap {
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .trade-wrap .leftBlock {
    margin: 20px auto 0;
  }

  .trade-wrap .map {
    max-width: 100%;
    height: 335px;
    margin-top: 50px;
  }

  .trade-contacts-wrap {
    flex-direction: column;
  }

  .trade-contacts-info {
    margin-left: 0;
    margin-top: 30px;
  }

  .trade-contacts {
    align-items: flex-start;
  }
}

@media (max-width: 550px) {
  .trade-contacts {
    flex-direction: column;
  }

  .trade-contacts .left {
    max-width: 100%;
  }

  .trade-contacts .right {
    margin-left: 0;
    margin-top: 20px;
    max-width: 100%;
  }

  .trade-contacts .right .city {
    font-size: 17px;
    line-height: 20px;
  }

  .trade-contacts .right .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 29px;
  }

  .trade-contacts .right .email .link {
    margin-left: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .trade-contacts .right .phone .links {
    margin-left: 10px;
  }

  .trade-contacts .right .phone .link {
    font-size: 14px;
    line-height: 24px;
  }

  .trade-contacts .right .phone {
    margin-top: 10px;
  }

  .trade-top .leftBlock .select-wrap .top {
    padding: 17px 40px 17px 20px;
  }

  .trade-contacts-info {
    margin-top: 10px;
  }

  .trade-top .leftBlock .select-wrap .bottom {
    padding: 0 20px;
  }
}</pre></body></html>