@import url(https://fonts.cdnfonts.com/css/inter);* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Inter";
}

.wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.nav {
  position: relative;
  display: -ms-flex;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  background: #fff;
}

.nav .hidden-block {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 400px;
  height: auto;
  transition: 0.2s all;
  pointer-events: none;
  opacity: 0;
  border: 2px solid #02AFB9;
  background: #FFFFFF;
}

.nav .hidden-block.show {
  pointer-events: all;
  opacity: 1;
}

.nav .hidden-block .container {
  position: relative;
}

.nav .hidden-block .close {
  position: absolute;
  top: 15px;
  right: 25px;
  width: 45px;
  height: 45px;
  content: "";
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.0948 8.9043L8.9043 25.0948M25.0948 25.0948L8.9043 8.9043L25.0948 25.0948Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.nav .hidden-block .title {
  padding: 20px;
  color: #000000;
  font-size: 25px;
  font-weight: 400;
}

.nav .hidden-block .table {
  display: -ms-flex;
  display: flex;
}

.nav .hidden-block .table .col {
  width: 100%;
  padding: 20px;
  border-top: 2px solid #02AFB9;
}

.nav .hidden-block .table .col ul {
  list-style: none;
}

.nav .hidden-block .table .col ul li {
  margin-bottom: 10px;
  cursor: pointer;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
}

.nav .hidden-block .table .col ul li.alph {
  cursor: unset;
  color: #02AFB9;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.nav .hidden-block .table .col ul li:last-child {
  margin-bottom: 0;
}

.nav .logo {
  display: block;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  height: 70px;
  margin-right: 54px;
  text-align: center;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg width='317' height='70' viewBox='0 0 317 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3778 32V12.3636H20.0128C21.5533 12.3636 22.8125 12.6417 23.7905 13.1978C24.7749 13.7475 25.5036 14.4922 25.9766 15.4318C26.4496 16.3714 26.6861 17.4197 26.6861 18.5767C26.6861 19.7337 26.4496 20.7852 25.9766 21.7312C25.5099 22.6772 24.7876 23.4315 23.8097 23.994C22.8317 24.5501 21.5788 24.8281 20.0511 24.8281H15.2955V22.7188H19.9744C21.0291 22.7188 21.8761 22.5366 22.5153 22.1722C23.1545 21.8079 23.6179 21.3157 23.9055 20.6957C24.1996 20.0692 24.3466 19.3629 24.3466 18.5767C24.3466 17.7905 24.1996 17.0874 23.9055 16.4673C23.6179 15.8473 23.1513 15.3615 22.5057 15.0099C21.8601 14.652 21.0036 14.473 19.9361 14.473H15.7557V32H13.3778ZM36.0344 32.3068C34.7049 32.3068 33.5384 31.9904 32.5348 31.3576C31.5376 30.7248 30.7578 29.8395 30.1953 28.7017C29.6392 27.5639 29.3612 26.2344 29.3612 24.7131C29.3612 23.179 29.6392 21.8398 30.1953 20.6957C30.7578 19.5515 31.5376 18.663 32.5348 18.0302C33.5384 17.3974 34.7049 17.081 36.0344 17.081C37.364 17.081 38.5273 17.3974 39.5245 18.0302C40.5281 18.663 41.3079 19.5515 41.864 20.6957C42.4265 21.8398 42.7077 23.179 42.7077 24.7131C42.7077 26.2344 42.4265 27.5639 41.864 28.7017C41.3079 29.8395 40.5281 30.7248 39.5245 31.3576C38.5273 31.9904 37.364 32.3068 36.0344 32.3068ZM36.0344 30.2741C37.0444 30.2741 37.8754 30.0153 38.5273 29.4975C39.1793 28.9798 39.6619 28.299 39.9751 27.4553C40.2884 26.6115 40.445 25.6974 40.445 24.7131C40.445 23.7287 40.2884 22.8114 39.9751 21.9613C39.6619 21.1112 39.1793 20.424 38.5273 19.8999C37.8754 19.3757 37.0444 19.1136 36.0344 19.1136C35.0245 19.1136 34.1935 19.3757 33.5415 19.8999C32.8896 20.424 32.407 21.1112 32.0938 21.9613C31.7805 22.8114 31.6239 23.7287 31.6239 24.7131C31.6239 25.6974 31.7805 26.6115 32.0938 27.4553C32.407 28.299 32.8896 28.9798 33.5415 29.4975C34.1935 30.0153 35.0245 30.2741 36.0344 30.2741ZM52.1448 32.3068C50.7641 32.3068 49.5752 31.9808 48.578 31.3288C47.5809 30.6768 46.8138 29.7788 46.2769 28.6346C45.74 27.4904 45.4715 26.1832 45.4715 24.7131C45.4715 23.2173 45.7464 21.8974 46.2961 20.7532C46.8522 19.6026 47.6256 18.7045 48.6164 18.0589C49.6135 17.407 50.7769 17.081 52.1064 17.081C53.142 17.081 54.0752 17.2727 54.9062 17.6562C55.7371 18.0398 56.4179 18.5767 56.9484 19.267C57.479 19.9574 57.8082 20.7628 57.936 21.6832H55.6732C55.5006 21.0121 55.1171 20.4176 54.5226 19.8999C53.9346 19.3757 53.142 19.1136 52.1448 19.1136C51.2627 19.1136 50.4893 19.3437 49.8245 19.804C49.1661 20.2578 48.6515 20.9002 48.2808 21.7312C47.9165 22.5558 47.7343 23.5241 47.7343 24.6364C47.7343 25.7741 47.9133 26.7649 48.2712 27.6087C48.6356 28.4524 49.1469 29.1076 49.8053 29.5742C50.4701 30.0408 51.2499 30.2741 52.1448 30.2741C52.7329 30.2741 53.2666 30.1719 53.746 29.9673C54.2254 29.7628 54.6313 29.4688 54.9637 29.0852C55.2961 28.7017 55.5326 28.2415 55.6732 27.7045H57.936C57.8082 28.5739 57.4917 29.3569 56.9868 30.0536C56.4882 30.744 55.8266 31.2937 55.002 31.7028C54.1839 32.1055 53.2314 32.3068 52.1448 32.3068ZM60.0837 19.3821V17.2727H72.0496V19.3821H67.2172V32H64.9545V19.3821H60.0837ZM80.5686 32.3068C79.2391 32.3068 78.0725 31.9904 77.069 31.3576C76.0718 30.7248 75.292 29.8395 74.7295 28.7017C74.1734 27.5639 73.8953 26.2344 73.8953 24.7131C73.8953 23.179 74.1734 21.8398 74.7295 20.6957C75.292 19.5515 76.0718 18.663 77.069 18.0302C78.0725 17.3974 79.2391 17.081 80.5686 17.081C81.8982 17.081 83.0615 17.3974 84.0587 18.0302C85.0622 18.663 85.8421 19.5515 86.3982 20.6957C86.9607 21.8398 87.2419 23.179 87.2419 24.7131C87.2419 26.2344 86.9607 27.5639 86.3982 28.7017C85.8421 29.8395 85.0622 30.7248 84.0587 31.3576C83.0615 31.9904 81.8982 32.3068 80.5686 32.3068ZM80.5686 30.2741C81.5786 30.2741 82.4095 30.0153 83.0615 29.4975C83.7135 28.9798 84.1961 28.299 84.5093 27.4553C84.8225 26.6115 84.9791 25.6974 84.9791 24.7131C84.9791 23.7287 84.8225 22.8114 84.5093 21.9613C84.1961 21.1112 83.7135 20.424 83.0615 19.8999C82.4095 19.3757 81.5786 19.1136 80.5686 19.1136C79.5587 19.1136 78.7277 19.3757 78.0757 19.8999C77.4237 20.424 76.9411 21.1112 76.6279 21.9613C76.3147 22.8114 76.1581 23.7287 76.1581 24.7131C76.1581 25.6974 76.3147 26.6115 76.6279 27.4553C76.9411 28.299 77.4237 28.9798 78.0757 29.4975C78.7277 30.0153 79.5587 30.2741 80.5686 30.2741ZM90.696 32V17.2727H96.7173C98.3026 17.2727 99.5618 17.6307 100.495 18.3466C101.428 19.0625 101.895 20.0085 101.895 21.1847C101.895 22.0795 101.63 22.7731 101.099 23.2653C100.569 23.7511 99.8878 24.0803 99.0568 24.2528C99.6001 24.3295 100.127 24.5213 100.639 24.8281C101.157 25.1349 101.585 25.5568 101.924 26.0938C102.262 26.6243 102.432 27.2763 102.432 28.0497C102.432 28.804 102.24 29.4783 101.857 30.0728C101.473 30.6673 100.923 31.1371 100.207 31.4822C99.4915 31.8274 98.6349 32 97.6378 32H90.696ZM92.8438 29.929H97.6378C98.4176 29.929 99.0281 29.7436 99.4691 29.3729C99.9102 29.0021 100.131 28.4972 100.131 27.858C100.131 27.0973 99.9102 26.4996 99.4691 26.065C99.0281 25.6239 98.4176 25.4034 97.6378 25.4034H92.8438V29.929ZM92.8438 23.4474H96.7173C97.3246 23.4474 97.8455 23.3643 98.2802 23.1982C98.7148 23.0256 99.0472 22.7827 99.2773 22.4695C99.5138 22.1499 99.6321 21.7727 99.6321 21.3381C99.6321 20.718 99.3732 20.2322 98.8555 19.8807C98.3377 19.5227 97.625 19.3438 96.7173 19.3438H92.8438V23.4474ZM111.84 32.3068C110.459 32.3068 109.271 31.9808 108.273 31.3288C107.276 30.6768 106.509 29.7788 105.972 28.6346C105.435 27.4904 105.167 26.1832 105.167 24.7131C105.167 23.2173 105.442 21.8974 105.991 20.7532C106.547 19.6026 107.321 18.7045 108.312 18.0589C109.309 17.407 110.472 17.081 111.802 17.081C112.837 17.081 113.771 17.2727 114.601 17.6562C115.432 18.0398 116.113 18.5767 116.644 19.267C117.174 19.9574 117.503 20.7628 117.631 21.6832H115.369C115.196 21.0121 114.812 20.4176 114.218 19.8999C113.63 19.3757 112.837 19.1136 111.84 19.1136C110.958 19.1136 110.185 19.3437 109.52 19.804C108.861 20.2578 108.347 20.9002 107.976 21.7312C107.612 22.5558 107.43 23.5241 107.43 24.6364C107.43 25.7741 107.609 26.7649 107.967 27.6087C108.331 28.4524 108.842 29.1076 109.501 29.5742C110.165 30.0408 110.945 30.2741 111.84 30.2741C112.428 30.2741 112.962 30.1719 113.441 29.9673C113.921 29.7628 114.327 29.4688 114.659 29.0852C114.991 28.7017 115.228 28.2415 115.369 27.7045H117.631C117.503 28.5739 117.187 29.3569 116.682 30.0536C116.184 30.744 115.522 31.2937 114.697 31.7028C113.879 32.1055 112.927 32.3068 111.84 32.3068ZM120.939 32V17.2727H123.202V23.6776H124.698L129.99 17.2727H132.905L126.96 24.3679L132.982 32H130.067L125.235 25.7869H123.202V32H120.939ZM139.775 32.3452C138.842 32.3452 137.995 32.1694 137.234 31.8178C136.473 31.4599 135.869 30.9453 135.422 30.2741C134.975 29.5966 134.751 28.7784 134.751 27.8196C134.751 26.9759 134.917 26.2919 135.249 25.7678C135.582 25.2372 136.026 24.8217 136.582 24.5213C137.138 24.2209 137.752 23.9972 138.423 23.8501C139.101 23.6967 139.781 23.5753 140.465 23.4858C141.36 23.3707 142.086 23.2844 142.642 23.2269C143.204 23.163 143.613 23.0575 143.869 22.9105C144.131 22.7635 144.262 22.5078 144.262 22.1435V22.0668C144.262 21.1207 144.003 20.3857 143.486 19.8615C142.974 19.3374 142.198 19.0753 141.156 19.0753C140.075 19.0753 139.228 19.3118 138.615 19.7848C138.001 20.2578 137.57 20.7628 137.32 21.2997L135.173 20.5327C135.556 19.6378 136.068 18.9411 136.707 18.4425C137.352 17.9375 138.055 17.5859 138.816 17.3878C139.583 17.1832 140.337 17.081 141.079 17.081C141.552 17.081 142.095 17.1385 142.709 17.2536C143.329 17.3622 143.927 17.5891 144.502 17.9343C145.084 18.2795 145.566 18.8004 145.95 19.4972C146.333 20.1939 146.525 21.1271 146.525 22.2969V32H144.262V30.0057H144.147C143.994 30.3253 143.738 30.6673 143.38 31.0316C143.022 31.396 142.546 31.706 141.951 31.9616C141.357 32.2173 140.631 32.3452 139.775 32.3452ZM140.12 30.3125C141.015 30.3125 141.769 30.1367 142.383 29.7852C143.003 29.4336 143.47 28.9798 143.783 28.4237C144.102 27.8675 144.262 27.2827 144.262 26.669V24.598C144.166 24.7131 143.955 24.8185 143.629 24.9144C143.31 25.0039 142.939 25.0838 142.517 25.1541C142.102 25.218 141.696 25.2756 141.299 25.3267C140.91 25.3714 140.593 25.4098 140.35 25.4418C139.762 25.5185 139.212 25.6431 138.701 25.8157C138.196 25.9819 137.787 26.2344 137.474 26.5732C137.167 26.9055 137.014 27.3594 137.014 27.9347C137.014 28.7209 137.304 29.3153 137.886 29.718C138.474 30.1143 139.219 30.3125 140.12 30.3125ZM159.514 32V19.3438H155.602C154.72 19.3438 154.027 19.5483 153.522 19.9574C153.017 20.3665 152.764 20.929 152.764 21.6449C152.764 22.348 152.991 22.9009 153.445 23.3036C153.905 23.7063 154.535 23.9077 155.334 23.9077H160.09V26.017H155.334C154.337 26.017 153.477 25.8413 152.755 25.4897C152.032 25.1381 151.476 24.6364 151.086 23.9844C150.697 23.326 150.502 22.5462 150.502 21.6449C150.502 20.7372 150.706 19.9574 151.115 19.3054C151.524 18.6534 152.109 18.1516 152.87 17.8001C153.637 17.4485 154.548 17.2727 155.602 17.2727H161.662V32H159.514ZM149.696 32L153.877 24.6747H156.331L152.151 32H149.696ZM190.285 22.1818C190.285 24.2528 189.911 26.0426 189.163 27.5511C188.415 29.0597 187.389 30.223 186.085 31.0412C184.781 31.8594 183.292 32.2685 181.617 32.2685C179.943 32.2685 178.453 31.8594 177.149 31.0412C175.845 30.223 174.819 29.0597 174.071 27.5511C173.324 26.0426 172.95 24.2528 172.95 22.1818C172.95 20.1108 173.324 18.321 174.071 16.8125C174.819 15.304 175.845 14.1406 177.149 13.3224C178.453 12.5043 179.943 12.0952 181.617 12.0952C183.292 12.0952 184.781 12.5043 186.085 13.3224C187.389 14.1406 188.415 15.304 189.163 16.8125C189.911 18.321 190.285 20.1108 190.285 22.1818ZM187.984 22.1818C187.984 20.4815 187.699 19.0465 187.13 17.8768C186.568 16.707 185.804 15.8217 184.839 15.2209C183.88 14.62 182.806 14.3196 181.617 14.3196C180.428 14.3196 179.351 14.62 178.386 15.2209C177.427 15.8217 176.663 16.707 176.095 17.8768C175.532 19.0465 175.251 20.4815 175.251 22.1818C175.251 23.8821 175.532 25.3171 176.095 26.4869C176.663 27.6566 177.427 28.5419 178.386 29.1428C179.351 29.7436 180.428 30.044 181.617 30.044C182.806 30.044 183.88 29.7436 184.839 29.1428C185.804 28.5419 186.568 27.6566 187.13 26.4869C187.699 25.3171 187.984 23.8821 187.984 22.1818ZM204.907 11.75L206.057 13.1307C205.61 13.5653 205.092 13.869 204.504 14.0415C203.916 14.2141 203.251 14.3196 202.51 14.358C201.768 14.3963 200.944 14.4347 200.036 14.473C199.013 14.5114 198.166 14.7607 197.495 15.2209C196.824 15.6811 196.306 16.3459 195.942 17.2152C195.578 18.0845 195.344 19.152 195.242 20.4176H195.434C195.932 19.4972 196.623 18.8196 197.505 18.3849C198.387 17.9503 199.333 17.733 200.343 17.733C201.493 17.733 202.529 18.0014 203.449 18.5384C204.37 19.0753 205.098 19.8711 205.635 20.9258C206.172 21.9805 206.441 23.2812 206.441 24.8281C206.441 26.3686 206.166 27.6982 205.616 28.8168C205.073 29.9354 204.309 30.7983 203.325 31.4055C202.347 32.0064 201.199 32.3068 199.883 32.3068C198.566 32.3068 197.412 31.9968 196.421 31.3768C195.43 30.7504 194.66 29.8235 194.111 28.5962C193.561 27.3626 193.286 25.8381 193.286 24.0227V22.4503C193.286 19.1712 193.842 16.6847 194.954 14.9908C196.073 13.2969 197.754 12.4212 199.998 12.3636C200.79 12.3381 201.497 12.3317 202.117 12.3445C202.737 12.3572 203.277 12.3285 203.737 12.2582C204.197 12.1879 204.587 12.0185 204.907 11.75ZM199.883 30.2741C200.771 30.2741 201.535 30.0504 202.174 29.603C202.82 29.1555 203.315 28.5259 203.66 27.7141C204.005 26.896 204.178 25.9339 204.178 24.8281C204.178 23.7543 204.002 22.8402 203.651 22.0859C203.305 21.3317 202.81 20.7564 202.165 20.3601C201.519 19.9638 200.745 19.7656 199.844 19.7656C199.186 19.7656 198.595 19.8775 198.07 20.1012C197.546 20.3249 197.099 20.6541 196.728 21.0888C196.357 21.5234 196.07 22.054 195.865 22.6804C195.667 23.3068 195.562 24.0227 195.549 24.8281C195.549 26.4773 195.935 27.7972 196.709 28.788C197.482 29.7788 198.54 30.2741 199.883 30.2741ZM208.598 32V29.8906H209.135C209.576 29.8906 209.944 29.8043 210.238 29.6317C210.532 29.4528 210.768 29.1428 210.947 28.7017C211.133 28.2543 211.273 27.6342 211.369 26.8416C211.471 26.0426 211.545 25.0263 211.59 23.7926L211.858 17.2727H221.676V32H219.413V19.3821H214.006L213.776 24.6364C213.725 25.8445 213.616 26.9087 213.45 27.8292C213.29 28.7433 213.044 29.5103 212.711 30.1303C212.385 30.7504 211.951 31.217 211.407 31.5302C210.864 31.8434 210.183 32 209.365 32H208.598ZM230.162 32.3452C229.228 32.3452 228.381 32.1694 227.621 31.8178C226.86 31.4599 226.256 30.9453 225.809 30.2741C225.361 29.5966 225.138 28.7784 225.138 27.8196C225.138 26.9759 225.304 26.2919 225.636 25.7678C225.968 25.2372 226.413 24.8217 226.969 24.5213C227.525 24.2209 228.139 23.9972 228.81 23.8501C229.487 23.6967 230.168 23.5753 230.852 23.4858C231.747 23.3707 232.472 23.2844 233.028 23.2269C233.591 23.163 234 23.0575 234.256 22.9105C234.518 22.7635 234.649 22.5078 234.649 22.1435V22.0668C234.649 21.1207 234.39 20.3857 233.872 19.8615C233.361 19.3374 232.584 19.0753 231.542 19.0753C230.462 19.0753 229.615 19.3118 229.002 19.7848C228.388 20.2578 227.956 20.7628 227.707 21.2997L225.559 20.5327C225.943 19.6378 226.454 18.9411 227.093 18.4425C227.739 17.9375 228.442 17.5859 229.203 17.3878C229.97 17.1832 230.724 17.081 231.466 17.081C231.939 17.081 232.482 17.1385 233.096 17.2536C233.716 17.3622 234.313 17.5891 234.889 17.9343C235.47 18.2795 235.953 18.8004 236.336 19.4972C236.72 20.1939 236.912 21.1271 236.912 22.2969V32H234.649V30.0057H234.534C234.38 30.3253 234.125 30.6673 233.767 31.0316C233.409 31.396 232.933 31.706 232.338 31.9616C231.744 32.2173 231.018 32.3452 230.162 32.3452ZM230.507 30.3125C231.402 30.3125 232.156 30.1367 232.77 29.7852C233.39 29.4336 233.856 28.9798 234.169 28.4237C234.489 27.8675 234.649 27.2827 234.649 26.669V24.598C234.553 24.7131 234.342 24.8185 234.016 24.9144C233.696 25.0039 233.326 25.0838 232.904 25.1541C232.488 25.218 232.082 25.2756 231.686 25.3267C231.296 25.3714 230.98 25.4098 230.737 25.4418C230.149 25.5185 229.599 25.6431 229.088 25.8157C228.583 25.9819 228.174 26.2344 227.861 26.5732C227.554 26.9055 227.4 27.3594 227.4 27.9347C227.4 28.7209 227.691 29.3153 228.273 29.718C228.861 30.1143 229.606 30.3125 230.507 30.3125ZM247.025 32.3068C245.644 32.3068 244.455 31.9808 243.458 31.3288C242.461 30.6768 241.694 29.7788 241.157 28.6346C240.62 27.4904 240.351 26.1832 240.351 24.7131C240.351 23.2173 240.626 21.8974 241.176 20.7532C241.732 19.6026 242.506 18.7045 243.496 18.0589C244.493 17.407 245.657 17.081 246.986 17.081C248.022 17.081 248.955 17.2727 249.786 17.6562C250.617 18.0398 251.298 18.5767 251.828 19.267C252.359 19.9574 252.688 20.7628 252.816 21.6832H250.553C250.381 21.0121 249.997 20.4176 249.403 19.8999C248.814 19.3757 248.022 19.1136 247.025 19.1136C246.143 19.1136 245.369 19.3437 244.704 19.804C244.046 20.2578 243.531 20.9002 243.161 21.7312C242.796 22.5558 242.614 23.5241 242.614 24.6364C242.614 25.7741 242.793 26.7649 243.151 27.6087C243.515 28.4524 244.027 29.1076 244.685 29.5742C245.35 30.0408 246.13 30.2741 247.025 30.2741C247.613 30.2741 248.146 30.1719 248.626 29.9673C249.105 29.7628 249.511 29.4688 249.844 29.0852C250.176 28.7017 250.412 28.2415 250.553 27.7045H252.816C252.688 28.5739 252.372 29.3569 251.867 30.0536C251.368 30.744 250.706 31.2937 249.882 31.7028C249.064 32.1055 248.111 32.3068 247.025 32.3068ZM254.964 19.3821V17.2727H266.93V19.3821H262.097V32H259.834V19.3821H254.964ZM272.186 22.6037H276.405C278.131 22.6037 279.451 23.0415 280.365 23.9173C281.279 24.793 281.736 25.902 281.736 27.2443C281.736 28.1264 281.531 28.9286 281.122 29.6509C280.713 30.3668 280.112 30.9389 279.32 31.3672C278.527 31.7891 277.555 32 276.405 32H270.23V17.2727H272.493V29.8906H276.405C277.3 29.8906 278.035 29.6541 278.61 29.1811C279.185 28.7081 279.473 28.1009 279.473 27.3594C279.473 26.5795 279.185 25.9435 278.61 25.4513C278.035 24.9592 277.3 24.7131 276.405 24.7131H272.186V22.6037Z' fill='%2302AFB9'/%3E%3Cpath d='M17.9602 59L20.3466 44.4545H21.767L19.3807 59H17.9602ZM11.3409 54.9659L11.5682 53.5455H22.4205L22.1932 54.9659H11.3409ZM12.8466 59L15.233 44.4545H16.6534L14.267 59H12.8466ZM12.1932 49.9091L12.4205 48.4886H23.2727L23.0455 49.9091H12.1932ZM34.157 44.4545V46.017H27.1399V59H25.3786V44.4545H34.157ZM35.6893 59V57.4375H36.087C36.4137 57.4375 36.686 57.3736 36.9038 57.2457C37.1216 57.1132 37.2968 56.8835 37.4293 56.5568C37.5666 56.2254 37.6708 55.7661 37.7418 55.179C37.8176 54.5871 37.872 53.8343 37.9052 52.9205L38.104 48.0909H45.3768V59H43.7006V49.6534H39.695L39.5245 53.5455C39.4866 54.4403 39.4061 55.2287 39.283 55.9105C39.1647 56.5876 38.9824 57.1558 38.7362 57.6151C38.4947 58.0743 38.1727 58.42 37.7702 58.652C37.3678 58.884 36.8635 59 36.2575 59H35.6893ZM51.6623 59.2557C50.971 59.2557 50.3436 59.1255 49.7802 58.8651C49.2167 58.5999 48.7693 58.2188 48.4379 57.7216C48.1064 57.2197 47.9407 56.6136 47.9407 55.9034C47.9407 55.2784 48.0638 54.7718 48.31 54.3835C48.5562 53.9905 48.8853 53.6828 49.2972 53.4602C49.7092 53.2377 50.1637 53.072 50.6609 52.9631C51.1628 52.8494 51.667 52.7595 52.1737 52.6932C52.8365 52.608 53.3739 52.544 53.7859 52.5014C54.2025 52.4541 54.5056 52.3759 54.695 52.267C54.8891 52.1581 54.9862 51.9687 54.9862 51.6989V51.642C54.9862 50.9413 54.7944 50.3968 54.4109 50.0085C54.0321 49.6203 53.4568 49.4261 52.685 49.4261C51.8848 49.4261 51.2575 49.6013 50.8029 49.9517C50.3484 50.3021 50.0288 50.6761 49.8441 51.0739L48.2532 50.5057C48.5373 49.8428 48.9161 49.3267 49.3896 48.9574C49.8678 48.5833 50.3886 48.3229 50.9521 48.1761C51.5202 48.0246 52.079 47.9489 52.6282 47.9489C52.9786 47.9489 53.381 47.9915 53.8356 48.0767C54.2949 48.1572 54.7376 48.3253 55.1637 48.581C55.5946 48.8366 55.9521 49.2225 56.2362 49.7386C56.5202 50.2547 56.6623 50.946 56.6623 51.8125V59H54.9862V57.5227H54.9009C54.7873 57.7595 54.5979 58.0128 54.3327 58.2827C54.0676 58.5526 53.7148 58.7822 53.2745 58.9716C52.8342 59.161 52.2968 59.2557 51.6623 59.2557ZM51.918 57.75C52.5808 57.75 53.1396 57.6198 53.5941 57.3594C54.0534 57.099 54.399 56.7628 54.631 56.3509C54.8678 55.9389 54.9862 55.5057 54.9862 55.0511V53.517C54.9151 53.6023 54.7589 53.6804 54.5174 53.7514C54.2807 53.8177 54.006 53.8769 53.6935 53.929C53.3858 53.9763 53.0851 54.0189 52.7915 54.0568C52.5027 54.09 52.2683 54.1184 52.0884 54.142C51.6528 54.1989 51.2456 54.2912 50.8668 54.419C50.4928 54.5421 50.1897 54.7292 49.9577 54.9801C49.7305 55.2263 49.6168 55.5625 49.6168 55.9886C49.6168 56.571 49.8323 57.0114 50.2631 57.3097C50.6987 57.6032 51.2504 57.75 51.918 57.75ZM59.7216 59V48.0909H64.1818C65.3561 48.0909 66.2888 48.3561 66.9801 48.8864C67.6714 49.4167 68.017 50.1174 68.017 50.9886C68.017 51.6515 67.8205 52.1652 67.4276 52.5298C67.0346 52.8897 66.5303 53.1335 65.9148 53.2614C66.3172 53.3182 66.7079 53.4602 67.0866 53.6875C67.4702 53.9148 67.7874 54.2273 68.0384 54.625C68.2893 55.018 68.4148 55.5009 68.4148 56.0739C68.4148 56.6326 68.2727 57.1321 67.9886 57.5724C67.7045 58.0128 67.2973 58.3608 66.767 58.6165C66.2367 58.8722 65.6023 59 64.8636 59H59.7216ZM61.3125 57.4659H64.8636C65.4413 57.4659 65.8935 57.3286 66.2202 57.054C66.5469 56.7794 66.7102 56.4053 66.7102 55.9318C66.7102 55.3684 66.5469 54.9257 66.2202 54.6037C65.8935 54.277 65.4413 54.1136 64.8636 54.1136H61.3125V57.4659ZM61.3125 52.6648H64.1818C64.6316 52.6648 65.0175 52.6032 65.3395 52.4801C65.6615 52.3523 65.9077 52.1723 66.0781 51.9403C66.2533 51.7036 66.3409 51.4242 66.3409 51.1023C66.3409 50.643 66.1491 50.2831 65.7656 50.0227C65.3821 49.7576 64.8542 49.625 64.1818 49.625H61.3125V52.6648ZM78.2532 52.7784V54.3409H72.2305V52.7784H78.2532ZM72.6282 48.0909V59H70.9521V48.0909H72.6282ZM79.5316 48.0909V59H77.8555V48.0909H79.5316ZM87.0245 59.2273C86.0397 59.2273 85.1755 58.9929 84.4322 58.5241C83.6935 58.0554 83.1159 57.3996 82.6992 56.5568C82.2873 55.714 82.0813 54.7292 82.0813 53.6023C82.0813 52.4659 82.2873 51.474 82.6992 50.6264C83.1159 49.7789 83.6935 49.1207 84.4322 48.652C85.1755 48.1832 86.0397 47.9489 87.0245 47.9489C88.0094 47.9489 88.8711 48.1832 89.6097 48.652C90.3531 49.1207 90.9308 49.7789 91.3427 50.6264C91.7594 51.474 91.9677 52.4659 91.9677 53.6023C91.9677 54.7292 91.7594 55.714 91.3427 56.5568C90.9308 57.3996 90.3531 58.0554 89.6097 58.5241C88.8711 58.9929 88.0094 59.2273 87.0245 59.2273ZM87.0245 57.7216C87.7726 57.7216 88.3881 57.5298 88.8711 57.1463C89.354 56.7628 89.7115 56.2585 89.9435 55.6335C90.1755 55.0085 90.2915 54.3314 90.2915 53.6023C90.2915 52.8731 90.1755 52.1937 89.9435 51.5639C89.7115 50.9342 89.354 50.4252 88.8711 50.0369C88.3881 49.6487 87.7726 49.4545 87.0245 49.4545C86.2764 49.4545 85.6609 49.6487 85.1779 50.0369C84.695 50.4252 84.3375 50.9342 84.1055 51.5639C83.8735 52.1937 83.7575 52.8731 83.7575 53.6023C83.7575 54.3314 83.8735 55.0085 84.1055 55.6335C84.3375 56.2585 84.695 56.7628 85.1779 57.1463C85.6609 57.5298 86.2764 57.7216 87.0245 57.7216ZM99.1001 59.2273C98.049 59.2273 97.1423 58.9953 96.38 58.5312C95.6224 58.0625 95.0376 57.4091 94.6257 56.571C94.2185 55.7282 94.0149 54.7481 94.0149 53.6307C94.0149 52.5133 94.2185 51.5284 94.6257 50.6761C95.0376 49.8191 95.6106 49.1515 96.3445 48.6733C97.0831 48.1903 97.9448 47.9489 98.9297 47.9489C99.4979 47.9489 100.059 48.0436 100.613 48.233C101.167 48.4223 101.671 48.7301 102.126 49.1562C102.58 49.5777 102.942 50.1364 103.212 50.8324C103.482 51.5284 103.617 52.3854 103.617 53.4034V54.1136H95.2081V52.6648H101.913C101.913 52.0492 101.79 51.5 101.543 51.017C101.302 50.5341 100.956 50.1529 100.506 49.8736C100.061 49.5942 99.5357 49.4545 98.9297 49.4545C98.2621 49.4545 97.6844 49.6203 97.1967 49.9517C96.7138 50.2784 96.3421 50.7045 96.0817 51.2301C95.8213 51.7557 95.6911 52.3191 95.6911 52.9205V53.8864C95.6911 54.7102 95.8331 55.4086 96.1172 55.9815C96.406 56.5497 96.8061 56.983 97.3175 57.2812C97.8288 57.5748 98.4231 57.7216 99.1001 57.7216C99.5405 57.7216 99.9382 57.66 100.293 57.5369C100.653 57.4091 100.963 57.2197 101.224 56.9688C101.484 56.7131 101.685 56.3958 101.827 56.017L103.447 56.4716C103.276 57.0208 102.99 57.5038 102.587 57.9205C102.185 58.3324 101.688 58.6544 101.096 58.8864C100.504 59.1136 99.8388 59.2273 99.1001 59.2273Z' fill='%23FF1973'/%3E%3Crect x='1.5' y='1.5' width='314' height='67' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-size: contain;
}

.nav .city {
  position: absolute;
  top: 33px;
  left: 160px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #02AFB9;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.nav .city svg {
  margin-right: 10px;
}

.nav .links {
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-left: 115px;
}

.nav .links a {
  margin-right: 30px;
  text-decoration: none;
  color: #02AFB9;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.nav .links a:last-child {
  margin-right: 0;
}

.nav .links a.active {
  color: #02AFB9;
}

.slider {
  display: -ms-flex;
  display: flex;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 20px;
}

.slider .main-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #02AFB9;
  border-right: unset;
}

.slider .main-slider .slick-dots {
  position: absolute;
  right: 20px;
  bottom: 10px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  list-style: none;
}

.slider .main-slider .slick-dots li {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  cursor: pointer;
  transition: 0.2s all;
  border: 1px solid #02AFB9;
  border-radius: 50%;
  outline: none;
  background: none;
}

.slider .main-slider .slick-dots li:last-child {
  margin-right: 0;
}

.slider .main-slider .slick-dots li button {
  border: none;
  outline: none;
  background: none;
  font-size: 0;
}

.slider .main-slider .slick-dots li.slick-active {
  background: #02AFB9;
}

.slider .main-slider .item {
  display: -ms-flex;
  display: flex;
  width: 100%;
  max-width: 1400px;
}

.slider .main-slider .item img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider .main-slider .item .rt {
  position: relative;
  padding: 20px;
}

.slider .main-slider .item .rt .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 39px;
  color: #000000;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  -webkit-line-clamp: 2;
}

.slider .main-slider .item .rt .desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 66px;
  word-break: break-all;
  color: #000000;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  -webkit-line-clamp: 1;
}

.slider .main-slider .item .rt .link {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  height: 50px;
  transition: 0.2s all;
  text-align: center;
  text-decoration: none;
  text-decoration: none;
  letter-spacing: 0.02em;
  color: #02AFB9;
  border: 3px solid #02AFB9;
  border: 1px solid #02AFB9;
  border-radius: 10px;
  border-radius: 5px;
  background: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.slider .main-slider .item .rt .link:hover {
  color: #fff;
  background: #02AFB9;
}

.tag-block,
.tags {
  overflow-y: auto;
  width: auto;
  height: auto;
  min-height: 300px;
  max-height: 300px;
  border: 1.5px solid #02AFB9;
}

.tag-block input,
.tags input {
  width: 100%;
  height: 60px;
  text-indent: 10px;
  opacity: 0.5;
  color: #000000;
  border: none;
  border-bottom: 1.5px solid #02AFB9;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.tag-block ul,
.tags ul {
  padding: 20px;
  list-style: none;
}

.tag-block ul li a,
.tags ul li a {
  text-decoration: none;
  color: #02AFB9;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.tag-block ul li a.title,
.tags ul li a.title {
  margin-bottom: 10px;
  font-weight: 500;
}

.tag-block ul li span,
.tags ul li span {
  color: #02AFB9;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.content-wrapper {
  display: -ms-flex;
  display: flex;
  width: 100%;
}

.content-wrapper main {
  width: 100%;
  max-width: 1400px;
}

.content-wrapper main .page-h1 {
  margin-bottom: 20px;
  color: #02AFB9;
  font-size: 30px;
  font-weight: 500;
}

.content-wrapper main .posts {
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
}

.content-wrapper main .posts .post {
  display: -ms-flex;
  display: flex;
  align-items: center;
  width: 100%;
  width: 100%;
  max-width: 500px;
  height: 100%;
  min-height: 320px;
  max-height: 320px;
  margin-bottom: 63px;
  padding: 16px 48px 35px 14px;
  border: 1.5px solid #02AFB9;
}

.content-wrapper main .posts .post.full {
  min-width: unset;
  max-width: unset;
}

.content-wrapper main .posts .post img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-wrapper main .posts .post .info {
  position: relative;
  height: 250px;
  margin-left: 36px;
}

.content-wrapper main .posts .post .info .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 19px;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  -webkit-line-clamp: 3;
}

.content-wrapper main .posts .post .info .desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  -webkit-line-clamp: 3;
}

.content-wrapper main .posts .post .info .link {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  transition: 0.2s all;
  text-decoration: none;
  letter-spacing: 0.02em;
  color: #02AFB9;
  border: 1px solid #02AFB9;
  border-radius: 5px;
  background: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.content-wrapper main .posts .post .info .link:hover {
  color: #fff;
  background: #02AFB9;
}

.sidebar-slider {
  width: 100%;
  max-width: 447px;
  margin-top: 20px;
}

.sidebar-slider .title {
  margin-bottom: 20px;
  text-align: center;
  color: #02AFB9;
  font-size: 30px;
  font-weight: 500;
}

.sidebar-slider .slider-container .item {
  position: relative;
  height: 100%;
  padding: 20px 20px 50px;
  border: 1px solid #02AFB9;
}

.sidebar-slider .slider-container .item img {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-slider .slider-container .item .title {
  margin-bottom: 15px;
  text-align: left;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.sidebar-slider .slider-container .item .desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  -webkit-line-clamp: 3;
}

.sidebar-slider .slider-container .item .link {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 20px auto 0;
  transition: 0.2s all;
  text-decoration: none;
  letter-spacing: 0.02em;
  color: #02AFB9;
  border: 1px solid #02AFB9;
  border-radius: 5px;
  background: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.sidebar-slider .slider-container .item .link:hover {
  color: #fff;
  background: #02AFB9;
}

.post-page {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.post-page .link-main {
  position: absolute;
  right: 0;
  bottom: -100px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  color: #02AFB9;
  border: 1px solid #02AFB9;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
}

.post-page .tags-row {
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 20px;
  opacity: 0.7;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.post-page .tags-row a {
  margin-left: 10px;
  text-decoration: none;
  color: #000000;
}

.post-page .head-post {
  display: -ms-flex;
  display: flex;
  margin-bottom: 42px;
}

.post-page .head-post img {
  width: 350px;
  height: auto;
  margin-right: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-page .head-post .rt {
  position: relative;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 350px;
}

.post-page .head-post .rt .title {
  margin-bottom: 15px;
  color: #000000;
  font-size: 30px;
  font-weight: 400;
}

.post-page .head-post .rt span {
  opacity: 0.7;
  color: #000000;
  font-size: 25px;
  font-weight: 400;
  line-height: 48px;
}

.post-page .body {
  width: 100%;
  margin-bottom: 36px;
  text-indent: 40px;
  word-break: break-all;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.post-page .gallery {
  margin-bottom: 70px;
}

.post-page .gallery .title {
  margin-bottom: 36px;
  transform: translateX(-110px);
  text-align: center;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.post-page .gallery .gallery-post {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1386px;
  height: 323px;
  border: 1.5px solid #02AFB9;
}

.post-page .gallery .gallery-post .item {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 451px;
  height: 282px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-page .gallery .gallery-post .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-page .gallery .gallery-post .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  display: -ms-flex;
  display: flex;
  align-items: center;
  list-style: none;
  transform: translateX(-50%);
}

.post-page .gallery .gallery-post .slick-dots li {
  width: 26px;
  height: 26px;
  margin-right: 20px;
  cursor: pointer;
  transition: 0.2s all;
  border: 1px solid #02AFB9;
  border-radius: 50%;
  outline: none;
  background: none;
}

.post-page .gallery .gallery-post .slick-dots li:last-child {
  margin-right: 0;
}

.post-page .gallery .gallery-post .slick-dots li button {
  border: none;
  outline: none;
  background: none;
  font-size: 0;
}

.post-page .gallery .gallery-post .slick-dots li.slick-active {
  background: #02AFB9;
}

footer {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 100px;
  background: #02AFB9;
}

footer .footer-container {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1550px;
  padding: 15px 0;
}

footer .footer-container .block {
  color: #FFFFFF;
  font-size: 20px;
}

footer .footer-container .block a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
}

footer .footer-container .block .title {
  margin-bottom: 19px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
}

footer .footer-container .block .title-2 {
  margin-top: 45px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
}

footer .footer-container .block .row {
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 300;
}

footer .footer-container .block .row a {
  margin-right: 40px;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 500;
}

footer .footer-container .block .row:last-child {
  margin-bottom: 0;
}

footer .footer-container .block .col {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}

footer .footer-container .block .col a {
  margin-bottom: 19px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
}

footer .footer-container .block .col a:last-child {
  margin-bottom: 0;
}

.auth-block {
  position: fixed;
  top: 0;
  left: 0;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}

.auth-block h1 {
  margin-bottom: 80px;
  color: #02AFB9;
  font-size: 80px;
  font-weight: 500;
  line-height: 97px;
}

.auth-block form {
  width: 100%;
  max-width: 1024px;
  height: auto;
  padding: 80px;
  border: 5px solid #02AFB9;
  background: #FFFFFF;
}

.auth-block form .form-group {
  margin-bottom: 20px;
  border: none;
}

.auth-block form .form-group label {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  color: #02AFB9;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.auth-block form .form-group input {
  width: 100%;
  height: 50px;
  text-indent: 10px;
  color: #000000;
  border: 1.5px solid #02AFB9;
  border-radius: 5px;
  background: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.auth-block form .form-group .btn {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 15px 43px;
  cursor: pointer;
  transition: 0.2s all;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000;
  border: 1px solid #02AFB9;
  border-radius: 5px;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.auth-block form .form-group .btn:hover {
  color: #fff;
  background: #02AFB9;
}

.auth-block form .reset {
  display: block;
  margin: 20px 0;
  text-decoration: none;
  letter-spacing: 0.02em;
  color: #02AFB9;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.user-header {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  border: 2px solid #02AFB9;
}

.user-header .block {
  display: -ms-flex;
  display: flex;
  align-items: center;
  height: 100%;
}

.user-header .block ul {
  display: -ms-flex;
  display: flex;
  height: 100%;
  margin-bottom: 0;
  list-style: none;
}

.user-header a {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
  transition: 0.2s all;
  text-decoration: none;
  color: #02AFB9;
  border: 1px solid #02AFB9;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
}

.user-header a:hover {
  color: #fff;
  background: #02AFB9;
}

.user-page h1 {
  margin-bottom: 15px;
  color: #02AFB9;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #02AFB9;
}

.img-block {
  display: -ms-flex;
  display: flex;
}

.img-block .files {
  display: none;
}

.img-block .sortable1 {
  position: relative;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.img-block .sortable1 .img-prev-item {
  position: relative;
  margin: 20px;
}

.img-block .sortable1 .img-prev-item .del {
  position: absolute;
  z-index: 1;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transform: rotateZ(45deg);
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' fill='%23B10000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 7.5C18.2321 7.5 18.4546 7.59219 18.6187 7.75628C18.7828 7.92038 18.875 8.14294 18.875 8.375V17.125H27.625C27.8571 17.125 28.0796 17.2172 28.2437 17.3813C28.4078 17.5454 28.5 17.7679 28.5 18C28.5 18.2321 28.4078 18.4546 28.2437 18.6187C28.0796 18.7828 27.8571 18.875 27.625 18.875H18.875V27.625C18.875 27.8571 18.7828 28.0796 18.6187 28.2437C18.4546 28.4078 18.2321 28.5 18 28.5C17.7679 28.5 17.5454 28.4078 17.3813 28.2437C17.2172 28.0796 17.125 27.8571 17.125 27.625V18.875H8.375C8.14294 18.875 7.92038 18.7828 7.75628 18.6187C7.59219 18.4546 7.5 18.2321 7.5 18C7.5 17.7679 7.59219 17.5454 7.75628 17.3813C7.92038 17.2172 8.14294 17.125 8.375 17.125H17.125V8.375C17.125 8.14294 17.2172 7.92038 17.3813 7.75628C17.5454 7.59219 17.7679 7.5 18 7.5Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
}

.img-block .sortable1 img {
  width: 222px;
  height: 280px;
  border-radius: 2px;
  background: #D9D9D9;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-block .sortable1 .add-foto-btn {
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: center;
  width: 222px;
  height: 280px;
  margin: 20px;
  cursor: pointer;
  text-align: center;
  color: #000000;
  border-radius: 2px;
  background: #F5F5F5;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.img-block .sortable1 .add-foto-btn svg {
  margin-bottom: 10px;
}

.img-block .sortable2 {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  width: 97px;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-block .sortable2 img {
  width: 97px;
  height: 97px;
  margin-bottom: 9px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFFFFF;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-block .sortable2 img:last-child {
  margin-bottom: 0;
}

.form-group {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #02afb9;
}

.form-group label {
  margin-bottom: 10px;
}

.form-check .form-check-input {
  margin-right: 10px;
  margin-left: 0;
}

.pagination-block {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.pagination-block .more {
  cursor: pointer;
  color: #02AFB9;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.pagination-block nav {
  display: none;
}

@-webkit-keyframes js-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes js-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#js-block {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
}

#js-block div {
  transform-origin: 40px 40px;
  -webkit-animation: js-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: js-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

#js-block div:after {
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 -4px;
  content: " ";
  border-radius: 50%;
  background: #02afb9;
}

#js-block div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

#js-block div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

#js-block div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

#js-block div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

#js-block div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

#js-block div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

#js-block div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

#js-block div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

#js-block div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

#js-block div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

#js-block div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

#js-block div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

#js-block div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

#js-block div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

#js-block div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

#js-block div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

.slick-list {
  width: 100%;
}

.slider .slick-list {
  position: absolute !important;
}

.sidebar {
  width: 100%;
  max-width: 300px;
}

.head-mobile {
  display: none;
}

.advertising-block-style {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 300px;
  text-align: center;
  border: 1.5px solid #02afb9;
}

.card-body img {
  width: 100%;
}
.content-wrapper main .posts .post .info .desc {
    word-break: unset;
}
@media screen and (max-width: 1800px) {
  .wrapper {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1700px) {
  .pagination-block {
    padding: 0 15px;
  }

  .content-wrapper main .posts {
    justify-content: unset;
    margin: -15px;
    padding-right: 15px;
  }

  .content-wrapper main .posts .post {
    max-width: 500px;
    margin: 10px;
  }

  .content-wrapper main .posts .post img {
    width: 200px;
    height: 200px;
  }

  .content-wrapper main .posts .post .info {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1600px) {
  footer {
    height: auto;
  }

  footer .footer-container {
    padding: 20px;
  }
}

@media screen and (max-width: 1500px) {
  .sidebar {
    max-width: 300px;
  }
}

@media screen and (max-width: 1440px) {
  .sidebar {
    max-width: 300px;
  }

  .sidebar ul li a {
    font-size: 15px;
    line-height: inherit;
  }

  .sidebar ul li span {
    font-size: 15px;
    line-height: inherit;
  }

  .slider .main-slider .item .rt .title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .slider .main-slider .item .rt .desc {
    margin-bottom: 0;
  }

  .nav {
    justify-content: space-between;
  }

  .nav .logo {
    margin-right: 20px;
  }

  .nav .links {
    margin-left: 0;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1390px) {
  .pagination-block {
    margin-top: 15px;
    padding-right: 35px;
  }

  .content-wrapper main .posts .post {
    max-width: unset;
    padding: 15px;
  }
}

@media screen and (max-width: 1240px) {
  .nav .logo {
    margin-right: 10px;
  }

  .nav .links a {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .nav .city svg {
    width: 50px;
    height: 50px;
  }

  .nav .links a {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .post-page .head-post .rt span.data {
    position: unset;
  }

  footer .footer-container .block .row {
    align-items: flex-start;
    flex-direction: column;
  }

  footer .footer-container .block .row a {
    margin-top: 15px;
    margin-right: 0;
  }

  footer .footer-container .block .title-2 {
    margin-top: 20px;
  }

  .nav {
    flex-wrap: unset !important;
  }

  .nav .links {
    flex-wrap: wrap;
  }

  .slider .main-slider .item .rt .title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: inherit;
  }

  .slider .main-slider .item .rt .desc {
    font-size: 20px;
    line-height: inherit;
  }

  .sidebar {
    max-width: 250px;
  }

  .sidebar-slider .slider-container .item img {
    width: 100%;
    height: 100%;
    max-height: 200px;
  }

  .sidebar-slider .slider-container .item .title {
    margin-top: 15px;
    font-size: 15px;
    line-height: inherit;
  }

  .sidebar-slider .slider-container .item .desc {
    font-size: 15px;
    line-height: inherit;
  }
}

@media screen and (max-width: 1000px) {
  .advertising-block-style {
    height: 300px;
    margin-bottom: 20px;
  }

  .slider {
    margin-bottom: 20px;
  }

  .slider .main-slider {
    border-right: 1.5px solid #02afb9;
  }

  .content-wrapper {
    flex-direction: column-reverse;
  }

  .content-wrapper .sidebar {
    max-width: unset;
    margin-top: 20px;
  }

  .content-wrapper .sidebar ul li a,
  .content-wrapper .sidebar ul li span {
    font-size: 20px;
  }

  .content-wrapper .sidebar .sidebar-slider {
    max-width: unset;
    margin-bottom: 20px;
  }

  .content-wrapper .sidebar .sidebar-slider .title {
    font-size: 30px;
    line-height: inherit;
  }

  .content-wrapper main .page-h1 {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .content-wrapper main .posts {
    margin: 0;
    padding-right: 0;
  }

  .content-wrapper main .posts .post {
    min-height: inherit;
    max-height: inherit;
    margin: 0 0 20px;
  }

  .tag-block {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .post-page .link-main {
    position: unset;
  }

  .post-page .head-post {
    flex-direction: column;
  }

  .post-page .head-post img {
    width: 100%;
    margin: 0 0 20px auto;
  }

  .post-page .gallery .title {
    transform: unset;
  }

  .post-page .gallery .gallery-post {
    height: auto;
    padding: 20px 0;
  }

  .post-page .gallery .gallery-post .item {
    height: auto;
  }

  .nav .hidden-block .container .title {
    padding: 20px;
    font-size: 20px;
  }

  .nav .hidden-block .container .table .col {
    padding: 20px;
  }

  .nav .hidden-block .container .table .col ul li {
    font-size: 20px;
    line-height: inherit;
  }

  .nav {
    height: 60px;
  }

  .nav .city,
  .nav .links,
  .nav .logo {
    display: none;
  }

  .head-mobile {
    display: block;
  }

  .mobile-menu {
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    left: 0;
    justify-content: flex-end;
    height: 60px;
    padding: 0 16px;
    background-color: #000;
  }

  .mobile-menu,
  .mobile-menu__btn {
    display: flex;
    align-items: center;
    -ms-flex-align: center;
  }

  .mobile-menu__btn {
    position: relative;
    justify-content: center;
    width: 35px;
    height: 30px;
    cursor: pointer;
    transition: 0.4s;
  }

  .mobile-menu__icon {
    position: relative;
    display: block;
    width: 90%;
    height: 4px;
    transition: 0.4s;
    background: #fff;
  }

  .mobile-menu__icon:after,
  .mobile-menu__icon:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    transition: 0.4s;
    background: #fff;
  }

  .mobile-menu__icon:after {
    top: 8px;
  }

  .mobile-menu__icon:before {
    top: -8px;
  }

  .mobile-menu__container {
    position: fixed;
    z-index: 999;
    top: 60px;
    right: 0;
    left: 0;
    display: flex;
    overflow: hidden;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    height: 0;
    transition: 0.5s;
    transition-delay: 0.2s;
    text-align: center;
    opacity: 1;
    background-color: #000;
  }

  .mobile-menu__list {
    margin-top: -50px;
    padding-left: 0;
    list-style: none;
    transition: 0.5s;
    transition-delay: 0.5s;
  }

  .mobile-menu__item {
    padding-bottom: 15px;
    font-size: 26px;
  }

  .mobile-menu__link {
    transition: all liner 0.2s;
    text-decoration: none;
    color: #fff;
    font-family: PT Sans, sans-serif;
  }

  .mobile-menu__link:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  .mobile-menu__checkbox {
    display: none;
  }

  .mobile-menu__checkbox:checked ~ .mobile-menu__nav {
    transition-delay: 0s;
    opacity: 1;
  }

  .mobile-menu__checkbox:checked ~ .mobile-menu__container {
    height: 100%;
    transition-delay: 0s;
  }

  .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
    background: transparent;
  }

  .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon:after,
  .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon:before {
    top: 0;
  }

  .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon:after {
    transform: rotate(-45deg);
  }

  .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon:before {
    transform: rotate(45deg);
  }

  .city-mobile {
    position: absolute;
    left: 65px;
    color: #fff;
    border-bottom: 1px dashed #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
  }

  .logo-mobile {
    position: absolute;
    left: 15px;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='95' height='95' viewBox='0 0 95 95' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9631 55V22.2727H31.0213C33.5888 22.2727 35.6875 22.7361 37.3175 23.663C38.9581 24.5792 40.1726 25.8203 40.9609 27.3864C41.7493 28.9524 42.1435 30.6996 42.1435 32.6278C42.1435 34.5561 41.7493 36.3086 40.9609 37.8853C40.1832 39.462 38.9794 40.7191 37.3494 41.6566C35.7195 42.5835 33.6314 43.0469 31.0852 43.0469H23.1591V39.5312H30.9574C32.7152 39.5312 34.1268 39.2276 35.1921 38.6204C36.2575 38.0131 37.0298 37.1928 37.5092 36.1594C37.9993 35.1154 38.2443 33.9382 38.2443 32.6278C38.2443 31.3175 37.9993 30.1456 37.5092 29.1122C37.0298 28.0788 36.2521 27.2692 35.1761 26.6832C34.1001 26.0866 32.6726 25.7884 30.8935 25.7884H23.9261V55H19.9631ZM76.1412 38.6364C76.1412 42.0881 75.5179 45.071 74.2715 47.5852C73.025 50.0994 71.3152 52.0384 69.1419 53.402C66.9686 54.7656 64.4863 55.4474 61.6951 55.4474C58.9039 55.4474 56.4217 54.7656 54.2484 53.402C52.0751 52.0384 50.3652 50.0994 49.1188 47.5852C47.8723 45.071 47.2491 42.0881 47.2491 38.6364C47.2491 35.1847 47.8723 32.2017 49.1188 29.6875C50.3652 27.1733 52.0751 25.2344 54.2484 23.8707C56.4217 22.5071 58.9039 21.8253 61.6951 21.8253C64.4863 21.8253 66.9686 22.5071 69.1419 23.8707C71.3152 25.2344 73.025 27.1733 74.2715 29.6875C75.5179 32.2017 76.1412 35.1847 76.1412 38.6364ZM72.3059 38.6364C72.3059 35.8026 71.8319 33.4109 70.8837 31.4613C69.9462 29.5117 68.6731 28.0362 67.0645 27.0348C65.4664 26.0334 63.6767 25.5327 61.6951 25.5327C59.7136 25.5327 57.9185 26.0334 56.3098 27.0348C54.7118 28.0362 53.4387 29.5117 52.4906 31.4613C51.5531 33.4109 51.0843 35.8026 51.0843 38.6364C51.0843 41.4702 51.5531 43.8619 52.4906 45.8114C53.4387 47.761 54.7118 49.2365 56.3098 50.2379C57.9185 51.2393 59.7136 51.7401 61.6951 51.7401C63.6767 51.7401 65.4664 51.2393 67.0645 50.2379C68.6731 49.2365 69.9462 47.761 70.8837 45.8114C71.8319 43.8619 72.3059 41.4702 72.3059 38.6364Z' fill='%2302AFB9'/%3E%3Cpath d='M16.5398 63.4545V65.017H9.52273V78H7.76136V63.4545H16.5398ZM18.0721 78V76.4375H18.4698C18.7965 76.4375 19.0688 76.3736 19.2866 76.2457C19.5044 76.1132 19.6796 75.8835 19.8121 75.5568C19.9495 75.2254 20.0536 74.7661 20.1246 74.179C20.2004 73.5871 20.2549 72.8343 20.288 71.9205L20.4869 67.0909H27.7596V78H26.0835V68.6534H22.0778L21.9073 72.5455C21.8694 73.4403 21.7889 74.2287 21.6658 74.9105C21.5475 75.5876 21.3652 76.1558 21.119 76.6151C20.8775 77.0743 20.5555 77.42 20.1531 77.652C19.7506 77.884 19.2463 78 18.6403 78H18.0721ZM34.0451 78.2557C33.3538 78.2557 32.7264 78.1255 32.163 77.8651C31.5996 77.5999 31.1521 77.2188 30.8207 76.7216C30.4892 76.2197 30.3235 75.6136 30.3235 74.9034C30.3235 74.2784 30.4466 73.7718 30.6928 73.3835C30.939 72.9905 31.2681 72.6828 31.68 72.4602C32.092 72.2377 32.5465 72.072 33.0437 71.9631C33.5456 71.8494 34.0498 71.7595 34.5565 71.6932C35.2193 71.608 35.7567 71.544 36.1687 71.5014C36.5853 71.4541 36.8884 71.3759 37.0778 71.267C37.2719 71.1581 37.369 70.9687 37.369 70.6989V70.642C37.369 69.9413 37.1772 69.3968 36.7937 69.0085C36.4149 68.6203 35.8396 68.4261 35.0678 68.4261C34.2676 68.4261 33.6403 68.6013 33.1857 68.9517C32.7312 69.3021 32.4116 69.6761 32.2269 70.0739L30.636 69.5057C30.9201 68.8428 31.2989 68.3267 31.7724 67.9574C32.2506 67.5833 32.7714 67.3229 33.3349 67.1761C33.9031 67.0246 34.4618 66.9489 35.011 66.9489C35.3614 66.9489 35.7638 66.9915 36.2184 67.0767C36.6777 67.1572 37.1204 67.3253 37.5465 67.581C37.9774 67.8366 38.3349 68.2225 38.619 68.7386C38.9031 69.2547 39.0451 69.946 39.0451 70.8125V78H37.369V76.5227H37.2837C37.1701 76.7595 36.9807 77.0128 36.7156 77.2827C36.4504 77.5526 36.0977 77.7822 35.6573 77.9716C35.217 78.161 34.6796 78.2557 34.0451 78.2557ZM34.3008 76.75C34.9637 76.75 35.5224 76.6198 35.9769 76.3594C36.4362 76.099 36.7818 75.7628 37.0138 75.3509C37.2506 74.9389 37.369 74.5057 37.369 74.0511V72.517C37.2979 72.6023 37.1417 72.6804 36.9002 72.7514C36.6635 72.8177 36.3888 72.8769 36.0763 72.929C35.7686 72.9763 35.4679 73.0189 35.1744 73.0568C34.8855 73.09 34.6512 73.1184 34.4712 73.142C34.0356 73.1989 33.6284 73.2912 33.2496 73.419C32.8756 73.5421 32.5726 73.7292 32.3406 73.9801C32.1133 74.2263 31.9996 74.5625 31.9996 74.9886C31.9996 75.571 32.2151 76.0114 32.646 76.3097C33.0816 76.6032 33.6332 76.75 34.3008 76.75ZM42.1044 78V67.0909H46.5646C47.7389 67.0909 48.6716 67.3561 49.3629 67.8864C50.0542 68.4167 50.3999 69.1174 50.3999 69.9886C50.3999 70.6515 50.2034 71.1652 49.8104 71.5298C49.4174 71.8897 48.9131 72.1335 48.2976 72.2614C48.7 72.3182 49.0907 72.4602 49.4695 72.6875C49.853 72.9148 50.1702 73.2273 50.4212 73.625C50.6721 74.018 50.7976 74.5009 50.7976 75.0739C50.7976 75.6326 50.6555 76.1321 50.3714 76.5724C50.0874 77.0128 49.6802 77.3608 49.1499 77.6165C48.6196 77.8722 47.9851 78 47.2464 78H42.1044ZM43.6953 76.4659H47.2464C47.8241 76.4659 48.2763 76.3286 48.603 76.054C48.9297 75.7794 49.093 75.4053 49.093 74.9318C49.093 74.3684 48.9297 73.9257 48.603 73.6037C48.2763 73.277 47.8241 73.1136 47.2464 73.1136H43.6953V76.4659ZM43.6953 71.6648H46.5646C47.0144 71.6648 47.4003 71.6032 47.7223 71.4801C48.0443 71.3523 48.2905 71.1723 48.4609 70.9403C48.6361 70.7036 48.7237 70.4242 48.7237 70.1023C48.7237 69.643 48.532 69.2831 48.1484 69.0227C47.7649 68.7576 47.237 68.625 46.5646 68.625H43.6953V71.6648ZM60.636 71.7784V73.3409H54.6133V71.7784H60.636ZM55.011 67.0909V78H53.3349V67.0909H55.011ZM61.9144 67.0909V78H60.2383V67.0909H61.9144ZM69.4073 78.2273C68.4225 78.2273 67.5584 77.9929 66.815 77.5241C66.0763 77.0554 65.4987 76.3996 65.082 75.5568C64.6701 74.714 64.4641 73.7292 64.4641 72.6023C64.4641 71.4659 64.6701 70.474 65.082 69.6264C65.4987 68.7789 66.0763 68.1207 66.815 67.652C67.5584 67.1832 68.4225 66.9489 69.4073 66.9489C70.3922 66.9489 71.2539 67.1832 71.9925 67.652C72.7359 68.1207 73.3136 68.7789 73.7255 69.6264C74.1422 70.474 74.3505 71.4659 74.3505 72.6023C74.3505 73.7292 74.1422 74.714 73.7255 75.5568C73.3136 76.3996 72.7359 77.0554 71.9925 77.5241C71.2539 77.9929 70.3922 78.2273 69.4073 78.2273ZM69.4073 76.7216C70.1554 76.7216 70.771 76.5298 71.2539 76.1463C71.7369 75.7628 72.0943 75.2585 72.3263 74.6335C72.5584 74.0085 72.6744 73.3314 72.6744 72.6023C72.6744 71.8731 72.5584 71.1937 72.3263 70.5639C72.0943 69.9342 71.7369 69.4252 71.2539 69.0369C70.771 68.6487 70.1554 68.4545 69.4073 68.4545C68.6592 68.4545 68.0437 68.6487 67.5607 69.0369C67.0778 69.4252 66.7203 69.9342 66.4883 70.5639C66.2563 71.1937 66.1403 71.8731 66.1403 72.6023C66.1403 73.3314 66.2563 74.0085 66.4883 74.6335C66.7203 75.2585 67.0778 75.7628 67.5607 76.1463C68.0437 76.5298 68.6592 76.7216 69.4073 76.7216ZM81.483 78.2273C80.4318 78.2273 79.5251 77.9953 78.7628 77.5312C78.0052 77.0625 77.4205 76.4091 77.0085 75.571C76.6013 74.7282 76.3977 73.7481 76.3977 72.6307C76.3977 71.5133 76.6013 70.5284 77.0085 69.6761C77.4205 68.8191 77.9934 68.1515 78.7273 67.6733C79.4659 67.1903 80.3277 66.9489 81.3125 66.9489C81.8807 66.9489 82.4418 67.0436 82.9957 67.233C83.5497 67.4223 84.054 67.7301 84.5085 68.1562C84.9631 68.5777 85.3253 69.1364 85.5952 69.8324C85.8651 70.5284 86 71.3854 86 72.4034V73.1136H77.5909V71.6648H84.2955C84.2955 71.0492 84.1723 70.5 83.9261 70.017C83.6847 69.5341 83.339 69.1529 82.8892 68.8736C82.4441 68.5942 81.9186 68.4545 81.3125 68.4545C80.6449 68.4545 80.0672 68.6203 79.5795 68.9517C79.0966 69.2784 78.7249 69.7045 78.4645 70.2301C78.2041 70.7557 78.0739 71.3191 78.0739 71.9205V72.8864C78.0739 73.7102 78.2159 74.4086 78.5 74.9815C78.7888 75.5497 79.1889 75.983 79.7003 76.2812C80.2116 76.5748 80.8059 76.7216 81.483 76.7216C81.9233 76.7216 82.321 76.66 82.6761 76.5369C83.036 76.4091 83.3461 76.2197 83.6065 75.9688C83.867 75.7131 84.0682 75.3958 84.2102 75.017L85.8295 75.4716C85.6591 76.0208 85.3726 76.5038 84.9702 76.9205C84.5677 77.3324 84.0705 77.6544 83.4787 77.8864C82.8868 78.1136 82.2216 78.2273 81.483 78.2273Z' fill='%23FF1973'/%3E%3Crect x='1.5' y='1.5' width='92' height='92' stroke='%2302AFB9' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-size: cover;
  }

  .wrapper {
    padding: 0 15px;
  }
}

@media screen and (max-width: 600px) {
  .slider {
    min-height: inherit;
    max-height: inherit;
  }

  .slider .slick-list {
    position: inherit !important;
  }

  .slider .main-slider .item {
    flex-direction: column;
  }

  .slider .main-slider .item img {
    margin: 0 auto;
  }

  .slider .main-slider .item .rt .link {
    position: unset;
    margin-top: 15px;
  }

  footer .footer-container {
    flex-direction: column;
  }

  footer .footer-container .block .title {
    margin: 5px 0;
    font-size: 20px;
    line-height: inherit;
  }

  footer .footer-container .block .title-2 {
    font-size: 20px;
    line-height: inherit;
  }

  footer .footer-container .block .row {
    margin-bottom: 0;
    font-size: 20px;
  }

  footer .footer-container .block .col a {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }
}

@media screen and (max-width: 512px) {
  .nav .hidden-block .close {
    top: 0;
    right: 0;
  }

  .content-wrapper main .posts .post {
    flex-direction: column;
  }

  .content-wrapper main .posts .post img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }

  .content-wrapper main .posts .post .info {
    height: auto;
    padding-bottom: 60px;
  }
}

