@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: "DaysOne";
  src: url("../fonts/DaysOne-Regular.ttf");
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  color: #2B2A29;
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

p, label {
  margin: 0;
}

section {
  position: relative;
}

h2, .h2, h3, .h3 {
  font-size: 50px;
  font-weight: 400;
  line-height: 64px;
}

.conditions .conditions-item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
     object-position: 50%;
}

@media (max-width: 1280px) {
  h2, .h2, h3, .h3 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 1024px) {
  h2, .h2, h3, .h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  h2, .h2, h3, .h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.dark {
  color: #2B2A29;
}

.light {
  color: #fff;
}

.btn {
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.btn:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.btn-yellow {
  background: #FFC357;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  padding: 13px 30px;
  transition: 0.2s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #2B2A29;
  font-family: "DaysOne", sans-serif;
  font-size: 19px;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .btn-yellow {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 18px;
  }
}
@media (max-width: 767px) {
  .btn-yellow {
    padding: 10px 18px;
    font-size: 12px;
    line-height: 14px;
  }
}
.btn-yellow:hover {
  background: #fcb42f;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.btn-yellow span {
  display: block;
}

.btn-yellow img {
  margin-left: 12px;
}

@media (max-width: 767px) {
  .btn-yellow img {
    width: 24px;
  }
}
body {
  font-family: "DaysOne", sans-serif;
  color: #2B2A29;
}

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

.container-wrap {
  width: 100%;
  overflow: hidden;
  padding: 55px 0 80px;
}

@media (max-width: 767px) {
  .container-wrap {
    padding: 30px 0 50px;
  }
}
.container {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 410px;
  }
}
header {
  background-color: #00345B;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 15px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  header {
    padding: 8px 0;
  }
}
header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

header .logo {
  max-width: 200px;
}

@media (max-width: 767px) {
  header .logo {
    max-width: 140px;
  }
}
@media (max-width: 410px) {
  header .logo {
    max-width: 105px;
  }
}
header .logo img {
  width: 100%;
}

header nav {
  font-family: "Roboto-Regular";
}

@media (max-width: 1280px) {
  header nav {
    display: none;
  }
}
header nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
}

header nav ul li {
  margin: 0 10px;
}

header nav a {
  color: #fff;
  font-size: 15px;
  transition: 0.2;
}

header nav a:hover {
  color: #FFC357;
  text-decoration: none;
}

header .contact-info .phone {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

header .contact-info .phone div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 1280px) {
  header .contact-info .phone div {
    display: none;
  }
}
header .contact-info .phone div img {
  margin-right: 8px;
}

header .contact-info .phone a {
  font-family: "Roboto-Black";
  font-size: 27px;
  color: #fff;
  line-height: 32px;
}

@media (max-width: 1024px) {
  header .contact-info .phone a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  header .contact-info .phone a {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 410px) {
  header .contact-info .phone a {
    font-size: 14px;
    line-height: 17px;
  }
}
header .contact-info .address {
  font-family: "Roboto-Regular";
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
}

@media (max-width: 1280px) {
  header .contact-info .address {
    display: none;
  }
}
.title {
  background: url("../img/title-bg.jpg") no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  padding: 10px 0 55px;
  color: #2B2A29;
}

.title .container-wrap {
  padding: 10px 0;
}

.title .container {
  max-width: 1120px;
}

@media (max-width: 1024px) {
  .title .container {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .title .container {
    max-width: 410px;
  }
}
.title h1 {
  font-size: 50px;
  font-weight: 100;
  line-height: 64px;
}

@media (max-width: 1280px) {
  .title h1 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 1024px) {
  .title h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .title h1 {
    font-size: 21px;
    line-height: 28px;
  }
}
.title .wrap {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .title .wrap {
    margin-top: 12px;
  }
}
.title .wrap .brand-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .title .wrap .brand-wrap {
    margin-top: 10px;
  }
}
.title .wrap .brand-wrap img {
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .title .wrap .brand-wrap img {
    margin-left: 14px;
  }
}
@media (max-width: 767px) {
  .title .wrap .brand-wrap img {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 1024px) {
  .title .wrap .brand-wrap img:first-of-type {
    width: 54px;
  }
}
@media (max-width: 1024px) {
  .title .wrap .brand-wrap img:nth-of-type(2) {
    width: 140px;
  }
}
.title .wrap .brand-wrap img:last-of-type {
  margin-top: -15px;
}

@media (max-width: 1024px) {
  .title .wrap .brand-wrap img:last-of-type {
    width: 70px;
  }
}
.title h2 {
  font-size: 28px;
  font-weight: 100;
  line-height: 36px;
  margin-right: 40px;
}

@media (max-width: 1280px) {
  .title h2 {
    font-size: 25px;
    line-height: 32px;
    margin-right: 0px;
  }
}
@media (max-width: 1024px) {
  .title h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .title h2 {
    font-size: 14px;
    line-height: 20px;
  }
}
.title .btn {
  margin: 30px auto 0;
}

.top-screen__adv {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  text-align: center;
}
.top-screen__adv_item {
  position: relative;
  z-index: 1;
  padding: 46px 6px 6px 6px;
  width: calc(33.3% - 16px);
  box-shadow: 0 0 10px rgba(0, 79, 140, 0.2);
  background-color: #fff;
}
.top-screen__adv_item:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/good.svg) no-repeat center/contain;
  transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .top-screen__adv {
    gap: 20px;
  }
  .top-screen__adv_item {
    padding-top: 36px;
    width: calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .top-screen__adv {
    gap: 10px;
    text-align: left;
  }
  .top-screen__adv_item {
    padding-top: 6px;
    padding-left: 46px;
    width: 100%;
  }
  .top-screen__adv_item:before {
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
  }
}
.catalog {
  background-color: #00345B;
}

.catalog::before {
  content: "";
  display: block;
  position: absolute;
  height: 378px;
  width: 265px;
  background: url("../img/catalog-before.png") no-repeat left top;
  background-size: contain;
  top: -40px;
  left: 0;
}

@media (max-width: 1560px) {
  .catalog::before {
    width: 155px;
  }
}
@media (max-width: 1280px) {
  .catalog::before {
    width: 130px;
  }
}
@media (max-width: 1024px) {
  .catalog::before {
    width: 100px;
  }
}
@media (max-width: 410px) {
  .catalog::before {
    width: 70px;
  }
}
.catalog::after {
  content: "";
  display: block;
  position: absolute;
  height: 465px;
  width: 219px;
  background: url("../img/catalog-after.png") no-repeat right bottom;
  background-size: contain;
  bottom: -150px;
  right: 0;
}

@media (max-width: 1560px) {
  .catalog::after {
    width: 155px;
    bottom: -70px;
  }
}
@media (max-width: 1280px) {
  .catalog::after {
    width: 85px;
    bottom: -110px;
  }
}
.catalog h2 {
  text-align: center;
}

.catalog .catalog-tab {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .catalog .catalog-tab {
    margin-top: 20px;
  }
}
.catalog .tab-wrap {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .catalog .tab-wrap {
    justify-content: flex-start;
  }
}
.catalog .tab-wrap .tab {
  font-family: "DaysOne", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #ACACAC;
  background: #003E6C;
  padding: 20px 24px;
  transition: 0.2s;
  border-radius-top: 5px;
}

@media (max-width: 1280px) {
  .catalog .tab-wrap .tab {
    padding: 16px 24px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .catalog .tab-wrap .tab {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .catalog .tab-wrap .tab {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 410px) {
  .catalog .tab-wrap .tab {
    font-size: 11px;
    line-height: 14px;
  }
}
.catalog .tab-wrap .tab:hover {
  color: #f8ca75;
  background: #01508b;
}

.catalog .tab-wrap .tab-active {
  background: #00243F;
  position: relative;
  z-index: 12;
  text-decoration-line: underline;
  color: #FFC357;
}

.catalog .catalog-wrap {
  background: #00243F;
  box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  z-index: 10;
  position: relative;
}

.catalog .catalog-content {
  max-width: 852px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
  padding: 60px 10px;
}

@media (max-width: 1024px) {
  .catalog .catalog-content {
    grid-gap: 20px;
    max-width: 670px;
    padding: 32px 10px;
  }
}
@media (max-width: 767px) {
  .catalog .catalog-content {
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
    padding: 16px 10px;
  }
}
.catalog .product-wrap {
  max-width: 256px;
  width: 100%;
  background: #fff;
  padding: 3px;
  text-align: center;
  transition: 0.2s;
  border-radius: 5px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .catalog .product-wrap {
    max-width: 210px;
  }
}
.catalog .product-wrap:hover {
  background: #FFC357;
}

.catalog .product-content {
  padding: 20px 5px 0;
  background: #fff;
}

@media (max-width: 1024px) {
  .catalog .product-content {
    padding: 12px 5px 0;
  }
}
.catalog .product-content .h3 {
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 1024px) {
  .catalog .product-content .h3 {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .catalog .product-content .h3 {
    font-size: 12px;
    line-height: 15px;
  }
}
.catalog .product-content .price {
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  color: #D12229;
}

@media (max-width: 1024px) {
  .catalog .product-content .price {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .catalog .product-content .price {
    font-size: 14px;
    ine-height: 18px;
  }
}
.catalog .product-content .img-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.catalog .product-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.catalog .btn-wrap {
  padding: 4px 10px 6px;
  text-align: right;
}

.catalog .btn-wrap .btn {
  font-family: "Roboto-Regular";
  position: relative;
  padding: 0;
}

@media (max-width: 1024px) {
  .catalog .btn-wrap .btn {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .catalog .btn-wrap .btn {
    font-size: 12px;
  }
}
.catalog .btn-wrap .btn::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.5px;
  width: 100%;
  background-color: #2B2A29;
  bottom: 2px;
  left: 0;
}

.coverage::before {
  content: "";
  display: block;
  position: absolute;
  height: 419px;
  width: 347px;
  background: url("../img/coverage-before.png") no-repeat left top;
  background-size: contain;
  bottom: -35px;
  left: calc((100vw - 750px) / 2.7);
  z-index: 10;
}

@media (max-width: 1560px) {
  .coverage::before {
    left: calc((100vw - 750px) / 3);
  }
}
@media (max-width: 1280px) {
  .coverage::before {
    display: none;
  }
}
.coverage::after {
  content: "";
  display: block;
  position: absolute;
  height: 171px;
  width: 114px;
  background: url("../img/coverage-after.png") no-repeat right top;
  background-size: contain;
  bottom: -85px;
  right: 0;
  z-index: 10;
}

@media (max-width: 1560px) {
  .coverage::after {
    width: 80px;
    bottom: -110px;
  }
}
@media (max-width: 1024px) {
  .coverage::after {
    width: 60px;
    bottom: -120px;
  }
}
@media (max-width: 410px) {
  .coverage::after {
    width: 45px;
    bottom: -135px;
  }
}
.coverage .coverage-img {
  position: absolute;
  left: 0;
  top: -35px;
  width: calc((100vw - 750px) / 1.55);
}

@media (max-width: 1560px) {
  .coverage .coverage-img {
    width: calc((100vw - 750px) / 1.4);
    height: 600px;
    min-width: 460px;
  }
}
@media (max-width: 1280px) {
  .coverage .coverage-img {
    display: none;
  }
}
.coverage .coverage-img img {
  width: 100%;
}

@media (max-width: 1560px) {
  .coverage .coverage-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.coverage .coverage-content {
  width: 750px;
  margin: 28px 0 0 auto;
}

@media (max-width: 1280px) {
  .coverage .coverage-content {
    width: 100%;
    margin-top: 0;
  }
}
.coverage .h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 33px;
  color: #00508C;
}

@media (max-width: 1024px) {
  .coverage .h3 {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .coverage .h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
.coverage .content {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 28px;
}

@media (max-width: 1280px) {
  .coverage .content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .coverage .content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .coverage .content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 320px) {
  .coverage .content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.coverage .content .color {
  text-align: center;
}

.coverage .content .color div {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  margin: 0 auto 12px;
}

@media (max-width: 767px) {
  .coverage .content .color div {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
  }
}
.coverage .content .color span {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 19px;
  display: block;
}

@media (max-width: 767px) {
  .coverage .content .color span {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 410px) {
  .coverage .content .color span {
    font-size: 10px;
    line-height: 12px;
  }
}
.coverage .btn {
  margin: 55px 0 0 auto;
}

@media (max-width: 767px) {
  .coverage .btn {
    margin-top: 30px;
  }
}
.metal-coatings {
  background-color: #00345B;
}

.metal-coatings::before {
  content: "";
  display: block;
  position: absolute;
  height: 171px;
  width: 106px;
  background: url("../img/metal-before.png") no-repeat left top;
  background-size: contain;
  bottom: 35px;
  left: 0;
  z-index: 5;
}

@media (max-width: 1560px) {
  .metal-coatings::before {
    width: 75px;
  }
}
.metal-coatings::after {
  content: "";
  display: block;
  position: absolute;
  height: 392px;
  width: 289px;
  background: url("../img/metal-after.png") no-repeat right top;
  background-size: contain;
  bottom: -180px;
  right: 0;
  z-index: 5;
}

@media (max-width: 1560px) {
  .metal-coatings::after {
    width: 160px;
    bottom: -230px;
  }
}
@media (max-width: 1280px) {
  .metal-coatings::after {
    width: 115px;
    bottom: -310px;
  }
}
@media (max-width: 1024px) {
  .metal-coatings::after {
    width: 136px;
    height: 190px;
    bottom: -55px;
  }
}
@media (max-width: 767px) {
  .metal-coatings::after {
    width: 110px;
    height: 150px;
    bottom: -30px;
  }
}
.metal-coatings .container {
  max-width: 1100px;
}

@media (max-width: 1024px) {
  .metal-coatings .container {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .metal-coatings .container {
    max-width: 410px;
  }
}
.metal-coatings .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px 24px;
  position: relative;
  margin-top: 20px;
}

@media (max-width: 1280px) {
  .metal-coatings .content {
    grid-gap: 24px 16px;
  }
}
@media (max-width: 1024px) {
  .metal-coatings .content {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .metal-coatings .content {
    grid-template-columns: 1fr;
    grid-gap: 12px;
    margin-top: 12px;
  }
}
.metal-coatings .wrap {
  margin-top: 50px;
  position: relative;
  z-index: 10;
}

@media (max-width: 1024px) {
  .metal-coatings .wrap {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .metal-coatings .wrap {
    margin-top: 20px;
  }
}
.metal-coatings .title-coating {
  font-size: 28px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1280px) {
  .metal-coatings .title-coating {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .metal-coatings .title-coating {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .metal-coatings .title-coating {
    font-size: 12px;
  }
}
.metal-coatings .coating {
  padding: 10px 5px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 767px) {
  .metal-coatings .coating {
    max-width: 320px;
    margin: 0 auto;
  }
}
.metal-coatings .coating > span {
  font-size: 21px;
  display: block;
  color: #fcb531;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .metal-coatings .coating > span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .metal-coatings .coating > span {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
  }
}
.metal-coatings .coating img {
  width: 100%;
  padding: 24px 24px 16px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
     border-radius: 40px;
}

@media (max-width: 1024px) {
  .metal-coatings .coating img {
    padding: 16px 16px 12px;
  }
}
.metal-coatings .coating ul li {
  font-size: 14px;
  line-height: 17px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 10px 0;
}

@media (max-width: 1024px) {
  .metal-coatings .coating ul li {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .metal-coatings .coating ul li {
    font-size: 14px;
    line-height: 17px;
  }
}
.metal-coatings .coating ul li span:first-of-type {
  max-width: 250px;
}

.metal-coatings .coating ul li span:last-of-type {
  max-width: 100px;
  font-family: "Roboto-Regular";
}

.conditions h2 {
  text-align: right;
}

.conditions h2 span {
  display: block;
  color: #00508C;
}

@media (max-width: 1280px) {
  .conditions .container {
    max-width: 1100px;
  }
}
@media (max-width: 1024px) {
  .conditions .container {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .conditions .container {
    max-width: 410px;
  }
}
.conditions .slider-wrap {
  width: 630px;
}

@media (max-width: 1280px) {
  .conditions .slider-wrap {
    width: 560px;
  }
}
@media (max-width: 1024px) {
  .conditions .slider-wrap {
    width: 100%;
  }
}
.conditions .slider-wrap .big-slide {
  width: 600px;
  height: 480px;
  margin: 0px auto 0;
  position: relative;
}

@media (max-width: 1280px) {
  .conditions .slider-wrap .big-slide {
    width: 540px;
  }
}
@media (max-width: 1024px) {
  .conditions .slider-wrap .big-slide {
    width: 736px;
    margin: 0px 0 0 auto;
  }
}
@media (max-width: 767px) {
  .conditions .slider-wrap .big-slide {
    width: 100%;
    height: 220px;
  }
}
.conditions .slider-wrap .big-slide::before {
  content: "";
  display: block;
  position: absolute;
  height: 171px;
  width: 171px;
  background: url("../img/cond-before.png") no-repeat left top;
  background-size: contain;
  top: -85px;
  left: -80px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .conditions .slider-wrap .big-slide::before {
    height: 100px;
    width: 100px;
    top: -65px;
    left: -40px;
  }
}
@media (max-width: 767px) {
  .conditions .slider-wrap .big-slide::before {
    height: 60px;
    width: 60px;
    top: -35px;
    left: -35px;
  }
}
.conditions .slider-wrap .big-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  background: #FFC357;
  border-radius: 5px;
  z-index: -1;
}

@media (max-width: 1280px) {
  .conditions .slider-wrap .big-slide::after {
    top: -10px;
    left: -10px;
  }
}
@media (max-width: 767px) {
  .conditions .slider-wrap .big-slide::after {
    top: -6px;
    left: -6px;
  }
}
.conditions .slider-wrap .big-slide img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.conditions .conditions-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}

@media (max-width: 1024px) {
  .conditions .conditions-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .conditions .conditions-wrap {
    margin-top: 24px;
  }
}
.conditions .conditions-slider {
  width: 600px;
  margin: -55px -15px 0 auto;
}

@media (max-width: 1280px) {
  .conditions .conditions-slider {
    width: 540px;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .conditions .conditions-slider {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .conditions .conditions-slider {
    margin: -35px 0 0 auto;
  }
}
.conditions .conditions-slider .slide-wrap {
  padding: 0 10px;
  height: 145px;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .conditions .conditions-slider .slide-wrap {
    height: 95px;
    padding: 0 6px;
  }
}
.conditions .conditions-slider .slide-wrap .slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
}

.conditions .conditions-slider .slide-wrap .slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  z-index: 1;
  transition: 0.2;
}

.conditions .conditions-slider .slide-wrap .slide:hover::after {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.2s;
}

.conditions .conditions-slider .slide-wrap .slide:hover::before {
  cursor: pointer;
}

.conditions .conditions-slider .slide-wrap .slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: url("../img/img.png");
  z-index: 2;
  transition: 0.2s;
  background-size: contain;
}

@media (max-width: 767px) {
  .conditions .conditions-slider .slide-wrap .slide::before {
    width: 24px;
    height: 24px;
  }
}
.conditions .conditions-slider .slide-wrap .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: 0.2s;
}

.conditions .conditions-slider .slide-wrap .slide:hover img {
  transition: 0.2s;
  transform: scale(1.2);
}

.conditions .conditions-content {
  max-width: 560px;
  width: 100%;
}

@media (max-width: 1024px) {
  .conditions .conditions-content {
    max-width: 100%;
    margin-top: 24px;
  }
}
.conditions .subtitle {
  font-size: 26px;
  line-height: 33px;
  text-align: right;
}

@media (max-width: 1280px) {
  .conditions .subtitle {
    font-size: 20px;
    line-height: 29px;
  }
}
@media (max-width: 1024px) {
  .conditions .subtitle {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .conditions .subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.conditions .wrap {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 50px auto 0;
  max-width: 500px;
}

@media (max-width: 1280px) {
  .conditions .wrap {
    margin: 50px 0 0 auto;
  }
}
@media (max-width: 1024px) {
  .conditions .wrap {
    max-width: 100%;
    margin-top: 28px;
  }
}
@media (max-width: 410px) {
  .conditions .wrap {
    align-items: flex-start;
  }
}
.conditions .conditions-item {
  width: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) {
  .conditions .conditions-item {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .conditions .conditions-item {
    width: 150px;
  }
}
@media (max-width: 410px) {
  .conditions .conditions-item {
    width: 140px;
  }
}
.conditions .conditions-item:nth-of-type(3), .conditions .conditions-item:nth-of-type(4) {
  margin-top: 28px;
}

@media (max-width: 1024px) {
  .conditions .conditions-item:nth-of-type(3), .conditions .conditions-item:nth-of-type(4) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .conditions .conditions-item:nth-of-type(3), .conditions .conditions-item:nth-of-type(4) {
    margin-top: 20px;
  }
}
.conditions .conditions-item .text-wrap {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

@media (max-width: 410px) {
  .conditions .conditions-item .text-wrap {
    min-height: auto;
  }
}
.conditions .conditions-item .text-wrap::before {
  content: "";
  display: block;
  position: absolute;
  height: 93px;
  width: 13px;
  background: url("../img/border-1.png") no-repeat center;
  background-size: contain;
  background-size: contain;
  top: 0;
  left: -10px;
}

@media (max-width: 410px) {
  .conditions .conditions-item .text-wrap::before {
    display: none;
  }
}
.conditions .conditions-item .text-wrap::after {
  content: "";
  display: block;
  position: absolute;
  height: 93px;
  width: 13px;
  background: url("../img/border-2.png") no-repeat center;
  background-size: contain;
  background-size: contain;
  top: 0;
  right: -10px;
}

.transaction {
  padding: 50px 0 70px;
  position: relative;
  overflow: hidden;
}

.transaction__title {
  font-weight: 800;
  font-size: 37px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 40px;
}

.transaction__elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.transaction_element {
  width: 100%;
  max-width: 226px;
  max-width: 186px;
  /* width: calc(100% / 6); */
}

.transaction_element .img {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  margin-right: 15px;
}

.transaction_element_svg {
  height: 95px;
  fill: #1d579e !important;
}

.transaction_element .number_block {
  position: relative;
}

.transaction_element .number_block .number {
  text-align: center;
  padding: 0 10px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #1d579e;
  align-items: center;
  width: 35px;
  height: 35px;
  color: #1d579e;
  display: flex;
  justify-content: center;
  align-content: center;
}

.transaction_element .title {
  text-align: center;
  margin-top: 12px;
  font-weight: 400;
  font-size: 13px;
  background: none;
  padding: 0;
}

.transaction_element .number_block .points {
  position: absolute;
  left: -70px;
  width: 138px;
  top: 4px;
  overflow: hidden;
}

.transaction__btn {
  padding-top: 60px;
}

.transaction__btn button {
  background-color: #1d579e;
  display: block;
  max-width: 462px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  padding: 11px 10px;
  color: #ffffff;
  border: none;
}

@media (max-width: 1440px) {
  .transaction_element .number_block .points {
    left: -70px;
    width: 138px;
  }
}
@media (max-width: 1440px) {
  .transaction_element {
    max-width: 186px;
  }
}
@media screen and (max-width: 1024px) {
  .transaction__elements {
    max-width: 710px;
  }
  .transaction_element .four.points {
    display: none;
  }
  .transaction_element_svg {
    height: 100px;
  }
  .accessories-grid .accessories-grid__item {
    width: calc(50% - 32px);
    height: 260px;
    margin: 16px 16px;
  }
}
@media screen and (max-width: 767px) {
  .transaction_element_svg {
    height: 50px;
  }
  .transaction_element .number_block .points {
    top: 9px !important;
  }
}
@media (max-width: 410px) {
  .conditions .conditions-item .text-wrap::after {
    display: none;
  }
}
.conditions .conditions-item .text-wrap p {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  font-family: "Roboto-Regular";
}

@media (max-width: 1024px) {
  .conditions .conditions-item .text-wrap p {
    font-size: 14px;
    line-height: 17px;
  }
  .transaction__elements {
    max-width: 710px;
  }
}
@media (max-width: 767px) {
  .conditions .conditions-item .text-wrap p {
    font-size: 12px;
    line-height: 14px;
  }
}
.conditions .conditions-item .text-wrap p span {
  font-family: "Roboto-Black";
}

.conditions .conditions-item .img-wrap {
  width: 80px;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.conditions .btn {
  margin: 58px auto 0;
}

@media (max-width: 1024px) {
  .conditions .btn {
    margin-top: 30px;
  }
}
.steps {
  background: url("../img/steps-bg.png") no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  color: #fff;
}

.steps::before {
  content: "";
  display: block;
  position: absolute;
  height: 299px;
  width: 252px;
  background: url("../img/steps-before.png") no-repeat left bottom;
  background-size: contain;
  bottom: -120px;
  left: 0px;
}

@media (max-width: 1560px) {
  .steps::before {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .steps::before {
    bottom: -64px;
    width: 90px;
    height: 110px;
  }
}
.steps .h2 {
  text-align: center;
}

.steps .steps-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 36px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .steps .steps-wrap {
    justify-content: space-between;
    margin-top: 20px;
  }
}
.steps .step {
  width: 140px;
}

@media (max-width: 1024px) {
  .steps .step {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .steps .step {
    width: 30%;
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  .steps .step {
    width: 45%;
  }
}
.steps .step .number {
  font-size: 44px;
  line-height: 44px;
  color: #FFC357;
  position: relative;
}

@media (max-width: 767px) {
  .steps .step .number {
    font-size: 28px;
    line-height: 28px;
  }
}
.steps .step .number::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 125px;
  background-color: #FFC357;
  bottom: 5px;
  left: 75px;
}

@media (max-width: 1280px) {
  .steps .step .number::after {
    display: none;
  }
}
.steps .step:last-of-type .number::after {
  display: none;
}

.steps .step .text {
  font-family: "Roboto-Regular";
  margin-top: 20px;
  font-size: 16px;
  line-height: 19px;
}

@media (max-width: 1024px) {
  .steps .step .text {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .steps .step .text {
    font-size: 12px;
    line-height: 14px;
    margin-top: 6px;
  }
}
.about-us::before {
  content: "";
  display: block;
  position: absolute;
  height: 210px;
  width: 696px;
  background: url("../img/about-after.png") no-repeat;
  background-size: cover;
  bottom: 0;
  right: 0px;
  max-width: 35%;
}

@media (max-width: 1560px) {
  .about-us::before {
    max-width: 32%;
    height: 195px;
  }
}
@media (max-width: 1024px) {
  .about-us::before {
    max-width: 30%;
    height: 170px;
  }
}
@media (max-width: 767px) {
  .about-us::before {
    max-width: 45%;
    height: 105px;
  }
}
.about-us .h2 {
  text-align: center;
}

.about-us .wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .about-us .wrap {
    margin-top: 20px;
    justify-content: space-around;
  }
}
.about-us .column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 767px) {
  .about-us .column {
    min-width: 150px;
  }
}
.about-us .column .item {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

@media (max-width: 1024px) {
  .about-us .column .item {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .about-us .column .item {
    font-size: 12px;
    line-height: 14px;
  }
}
.about-us .column .item:first-of-type {
  margin-bottom: 70px;
}

@media (max-width: 1024px) {
  .about-us .column .item:first-of-type {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .about-us .column .item:first-of-type {
    margin-bottom: 24px;
  }
}
.about-us .column .item img {
  margin-bottom: 10px;
}

@media (max-width: 1280px) {
  .about-us .column .item img {
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .about-us .column .item img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .about-us .column .item img {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .about-us .column-3, .about-us .column-4 {
    margin-top: 24px;
  }
}
.stocks {
  background-color: #00243F;
}

.stocks .container {
  max-width: 1160px;
}

@media (max-width: 1024px) {
  .stocks .container {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .stocks .container {
    max-width: 410px;
  }
}
.stocks .stocks-wrap {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: space-between;
}

@media (max-width: 767px) {
  .stocks .stocks-wrap {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.stocks .stock-item-1 {
  height: 460px;
  position: relative;
  max-width: 54%;
}

@media (max-width: 1024px) {
  .stocks .stock-item-1 {
    height: 365px;
  }
}
@media (max-width: 767px) {
  .stocks .stock-item-1 {
    max-width: 100%;
    width: 100%;
    height: 140px;
  }
}
.stocks .stock-item-1 div {
  position: absolute;
  bottom: 45px;
  max-width: 92%;
  padding: 10px 0 10px 10px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

@media (max-width: 1280px) {
  .stocks .stock-item-1 div {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .stocks .stock-item-1 div {
    font-size: 14px;
    line-height: 16px;
    bottom: 25px;
  }
}
@media (max-width: 767px) {
  .stocks .stock-item-1 div {
    font-size: 12px;
    line-height: 16px;
    bottom: 10px;
    width: 280px;
  }
}
.stocks .wrap {
  max-width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: space-between;
}

@media (max-width: 1280px) {
  .stocks .wrap {
    max-width: 44%;
  }
}
@media (max-width: 767px) {
  .stocks .wrap {
    max-width: 100%;
    width: 100%;
  }
}
.stocks .wrap .stocks-item {
  height: 210px;
}

@media (max-width: 1024px) {
  .stocks .wrap .stocks-item {
    height: 175px;
  }
}
@media (max-width: 767px) {
  .stocks .wrap .stocks-item {
    height: 140px;
    margin-top: 16px;
  }
}
.stocks .wrap .stocks-item div {
  position: absolute;
  bottom: 20px;
  right: 0;
  max-width: 330px;
  font-size: 19px;
  line-height: 24px;
  text-align: right;
  padding: 6px 10px 6px 0px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

@media (max-width: 1280px) {
  .stocks .wrap .stocks-item div {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .stocks .wrap .stocks-item div {
    font-size: 14px;
    line-height: 16px;
    max-width: 295px;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .stocks .wrap .stocks-item div {
    width: 280px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .stocks .wrap .stocks-item:last-of-type div {
    right: calc(100% - 280px);
    text-align: left;
    padding: 6px 0px 6px 10px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.stocks .wrap .stocks-item .color-red {
  font-size: 25px;
  line-height: 32px;
  color: #E7432E;
}

@media (max-width: 1024px) {
  .stocks .wrap .stocks-item .color-red {
    font-size: 18px;
    line-height: 21px;
  }
}
.stocks .wrap .stocks-item .text-light {
  font-family: "Roboto-Regular";
  display: block;
}

.stocks .wrap .stocks-item .text-position {
  position: relative;
}

.stocks .wrap .stocks-item .text-position::after {
  content: "";
  position: absolute;
  top: 11px;
  left: -1px;
  display: block;
  width: 45px;
  height: 2px;
  background-color: #E7432E;
  transform: rotate(15deg);
}

@media (max-width: 1024px) {
  .stocks .wrap .stocks-item .text-position::after {
    top: 7px;
    width: 36px;
  }
}
@media (max-width: 767px) {
  .stocks .wrap .stocks-item .text-position::after {
    width: 30px;
  }
}
.stocks .stocks-item {
  position: relative;
  color: #fff;
}

.stocks .stocks-item div {
  background-color: #00345B;
}

.stocks .stocks-item div .color {
  color: #FFC357;
}

.stocks .img-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stocks .position {
  position: absolute;
  top: -20px;
  left: -30px;
}

@media (max-width: 1280px) {
  .stocks .position {
    width: 160px;
  }
}
@media (max-width: 1024px) {
  .stocks .position {
    width: 100px;
    left: -15px;
  }
}
@media (max-width: 767px) {
  .stocks .position {
    width: 80px;
  }
}
.our-works {
  background-color: #00345B;
}

.our-works::before {
  content: "";
  display: block;
  position: absolute;
  height: 455px;
  width: 243px;
  background: url("../img/works-before.png") no-repeat left top;
  background-size: contain;
  bottom: -160px;
  left: 0;
  z-index: 10;
}

@media (max-width: 1560px) {
  .our-works::before {
    width: 190px;
  }
}
@media (max-width: 1280px) {
  .our-works::before {
    width: 140px;
    height: 300px;
    bottom: -130px;
  }
}
@media (max-width: 767px) {
  .our-works::before {
    width: 90px;
    height: 265px;
    bottom: -130px;
  }
}
.our-works::after {
  content: "";
  display: block;
  position: absolute;
  height: 607px;
  width: 215px;
  background: url("../img/works-after.png") no-repeat right top;
  background-size: contain;
  top: -100px;
  right: 0;
}

@media (max-width: 1560px) {
  .our-works::after {
    width: 110px;
  }
}
@media (max-width: 1280px) {
  .our-works::after {
    top: -60px;
  }
}
@media (max-width: 767px) {
  .our-works::after {
    top: -7px;
    width: 30px;
    height: 85px;
  }
}
.our-works .header-wrap {
  max-width: 1140px;
  margin: 0 auto;
}

.our-works .h2 {
  color: #fff;
}

.our-works h3 {
  color: #FFC357;
  font-size: 26px;
  line-height: 33px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .our-works h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .our-works h3 {
    font-size: 12px;
  }
}
.our-works .works-slider {
  margin-top: 65px;
  z-index: 10;
  position: relative;
}

@media (max-width: 1024px) {
  .our-works .works-slider {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .our-works .works-slider {
    margin-top: 20px;
  }
}
.our-works .works-slider .slide {
  display: flex;
  justify-content: space-between;
  height: 570px;
  position: relative;
}

@media (max-width: 1024px) {
  .our-works .works-slider .slide {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .our-works .works-slider .slide {
    height: 160px;
  }
}
@media (max-width: 410px) {
  .our-works .works-slider .slide {
    height: 160px;
  }
}
.our-works .works-slider .slide .img-wrap {
  position: relative;
  width: 48%;
  height: 270px;
  transition: 0.2;
  overflow: hidden;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .our-works .works-slider .slide .img-wrap {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .our-works .works-slider .slide .img-wrap {
    height: 75px;
    width: 47%;
  }
}
@media (max-width: 410px) {
  .our-works .works-slider .slide .img-wrap {
    height: 75px;
  }
}
.our-works .works-slider .slide .img-wrap:hover img {
  transform: scale(1.2);
}

.our-works .works-slider .slide .img-wrap:hover::after {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.2;
}

.our-works .works-slider .slide .img-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  z-index: 1;
  transition: 0.2;
}

.our-works .works-slider .slide .img-wrap:hover::before {
  cursor: pointer;
}

.our-works .works-slider .slide .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: url("../img/img.png");
  z-index: 2;
  background-size: contain;
}

@media (max-width: 767px) {
  .our-works .works-slider .slide .img-wrap::before {
    width: 20px;
    height: 20px;
  }
}
.our-works .works-slider .slide .img-wrap:nth-of-type(1), .our-works .works-slider .slide .img-wrap:nth-of-type(2) {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .our-works .works-slider .slide .img-wrap:nth-of-type(1), .our-works .works-slider .slide .img-wrap:nth-of-type(2) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .our-works .works-slider .slide .img-wrap:nth-of-type(1), .our-works .works-slider .slide .img-wrap:nth-of-type(2) {
    margin-bottom: 10px;
  }
}
@media (max-width: 410px) {
  .our-works .works-slider .slide .img-wrap:nth-of-type(1), .our-works .works-slider .slide .img-wrap:nth-of-type(2) {
    margin-bottom: 10px;
  }
}
.our-works .works-slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}

.our-works .works-slider .slide .work-big {
  width: 40%;
}

@media (max-width: 767px) {
  .our-works .works-slider .slide .work-big {
    width: 54%;
  }
}
.our-works .works-slider .slide .work-big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-works .works-slider .slide .work-small {
  width: 57%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-height: 570px;
}

@media (max-width: 767px) {
  .our-works .works-slider .slide .work-small {
    width: 43%;
  }
}
.our-works .works-slider .slide .work-small img {
  -o-object-fit: cover;
     object-fit: cover;
}

.our-works .works-slider .slide .work-small img:nth-of-type(1), .our-works .works-slider .slide .work-small img:nth-of-type(2) {
  margin-bottom: 4%;
}

.our-works .btn {
  margin: 40px auto 0;
  position: relative;
  z-index: 15;
}

.contacts::after {
  content: "";
  display: block;
  position: absolute;
  height: 440px;
  width: 243px;
  background: url("../img/contacts-after.png") no-repeat right bottom;
  background-size: contain;
  bottom: -60px;
  right: 0;
}

@media (max-width: 1560px) {
  .contacts::after {
    width: 120px;
  }
}
@media (max-width: 1280px) {
  .contacts::after {
    display: none;
  }
}
.contacts .h2 {
  text-align: center;
}

.contacts .contact-wrap {
  margin-top: 65px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  position: relative;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .contacts .contact-wrap {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .contacts .contact-wrap {
    margin-top: 20px;
  }
}
.contacts .map {
  width: 62%;
}

@media (max-width: 1024px) {
  .contacts .map {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .contacts .map {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
.contacts .map img {
  width: 100%;
}

.contacts .contact-content {
  width: 34%;
}

@media (max-width: 1024px) {
  .contacts .contact-content {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .contacts .contact-content {
    width: 100%;
    order: 1;
  }
}
.contacts .contact-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .contacts .contact-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contacts .contact-item {
    margin-bottom: 10px;
  }
}
.contacts .contact-item:last-of-type {
  margin-bottom: 0;
}

.contacts .img-wrap {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .contacts .img-wrap {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .contacts .img-wrap {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1024px) {
  .contacts .img-wrap img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.contacts .text-wrap {
  font-size: 18px;
  line-height: 23px;
}

@media (max-width: 1024px) {
  .contacts .text-wrap {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .contacts .text-wrap {
    font-size: 12px;
    line-height: 14px;
  }
}
.contacts .text-wrap .inf {
  font-family: "Roboto-Regular";
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-top: 2px;
}

@media (max-width: 1024px) {
  .contacts .text-wrap .inf {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .contacts .text-wrap .inf {
    font-size: 12px;
    line-height: 14px;
  }
}
footer {
  padding: 25px 0;
  background: #00243F;
  position: relative;
  z-index: 20;
}

footer .container {
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  footer .container {
    justify-content: space-between;
  }
}
footer .up {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  footer .up {
    left: 0;
    transform: translate(0, 0);
    position: relative;
    order: 2;
  }
  footer .up img {
    width: 20px;
  }
}
footer .logo-coconut {
  margin: 0 0 0 auto;
  color: #fff;
  display: block;
}

@media (max-width: 767px) {
  footer .logo-coconut {
    margin: 0 auto 0 0;
    font-size: 12px;
    order: 1;
  }
}
footer .logo-coconut span {
  text-decoration: underline;
}

.tabs-hidden {
  display: none !important;
}

.menu-btn-wr {
  display: none;
}

@media (max-width: 1280px) {
  .menu-btn-wr {
    display: block;
  }
}
.nav-mobile {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 150;
  background: #00243F;
  opacity: 0.99;
  transition: left 0.3s;
  overflow-y: scroll;
}

.nav-mobile .logo {
  max-width: 200px;
}

@media (max-width: 767px) {
  .nav-mobile .logo {
    max-width: 140px;
  }
}
@media (max-width: 410px) {
  .nav-mobile .logo {
    max-width: 120px;
  }
}
.nav-mobile .logo img {
  width: 100%;
}

.nav-mobile nav {
  padding: 40px 10px 10px 20px;
}

@media (max-width: 480px) {
  .nav-mobile nav {
    padding-top: 30px;
  }
}
.nav-mobile nav ul {
  height: 100%;
}

.nav-mobile nav ul li {
  margin: 20px 0px;
}

@media (max-width: 480px) {
  .nav-mobile nav ul li {
    margin: 10px 0;
  }
}
.nav-mobile nav ul li:first-of-type {
  margin-top: 0;
}

.nav-mobile nav ul li a {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}

@media (max-width: 560px) {
  .nav-mobile nav ul li a {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .nav-mobile nav ul li a {
    font-size: 16px;
  }
}
.nav-mobile .contact-nav {
  margin: 40px 0 40px 20px;
}

@media (max-width: 768px) {
  .nav-mobile .contact-nav {
    margin: 30px 0 30px 20px;
  }
  .transaction_element {
    max-width: 110px;
    margin: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .transaction_element .number_block .points {
    left: -61px;
    width: 99px;
  }
  .number_block svg circle {
    r: 2;
  }
}
@media (max-width: 480px) {
  .nav-mobile .contact-nav {
    margin-top: 20px;
  }
}
.nav-mobile .contact-nav span {
  color: #fff;
}

.nav-mobile .contact-nav a {
  font-size: 20px;
  font-weight: 100;
  color: #fff;
}

@media (max-width: 480px) {
  .nav-mobile .contact-nav a {
    font-size: 16px;
  }
}
.nav-mobile .contact-nav .info {
  margin-top: 8px;
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  .nav-mobile .contact-nav .info {
    margin-top: 5px;
  }
}
.nav-mobile .contact-nav .contact-phone {
  text-transform: uppercase;
}

@media screen and (max-width: 409px) {
  .transaction_element .four.points {
    display: block;
  }
  .transaction_element .points.three {
    display: none;
  }
  .transaction_element .five.points {
    display: none;
  }
}
.nav-mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #00345B;
}

@media (max-width: 767px) {
  .nav-mobile-header {
    padding: 8px 0;
  }
}
.close-menu {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  transition: all ease-in-out 0.3s;
}

.close-menu span::before {
  transform: translateY(-7px);
  transform: rotate(45deg);
}

.close-menu span::before, .close-menu span::after {
  content: "";
  display: block;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -13px;
  width: 26px;
  height: 3px;
  background-color: #fff;
}

.close-menu span::after {
  transform: translateY(7px);
  transform: rotate(-45deg);
}

.menu-btn {
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
}

.menu-btn span, .menu-btn span::before, .menu-btn span::after {
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -13px;
  width: 26px;
  height: 3px;
  background-color: #fff;
}

.menu-btn span::before {
  transform: translateY(-7px);
}

.menu-btn span::before, .menu-btn span::after {
  content: "";
  display: block;
  transition: 0.2s;
}

.menu-btn span::after {
  transform: translateY(7px);
}

.nav-mobile.active {
  left: 0;
  transition: left 0.3s;
  z-index: 150;
}

.ModalFeedback .modal-dialog {
  max-width: 640px;
  width: 100%;
}

@media (max-width: 767px) {
  .ModalFeedback .modal-dialog {
    max-width: 400px;
  }
}
@media (max-width: 410px) {
  .ModalFeedback .modal-dialog {
    max-width: 300px;
  }
}
.ModalFeedback .modal-content {
  max-width: 640px;
  width: 100%;
  background-color: #00345B;
  padding: 20px 20px 30px;
  position: relative;
  color: #fff;
}

@media (max-width: 767px) {
  .ModalFeedback .modal-content {
    max-width: 400px;
    padding: 16px 16px 24px;
  }
}
@media (max-width: 410px) {
  .ModalFeedback .modal-content {
    padding: 12px 10px;
    max-width: 300px;
  }
}
.ModalFeedback .form-header {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

@media (max-width: 767px) {
  .ModalFeedback .form-header {
    font-size: 16px;
    line-height: 20px;
  }
}
.ModalFeedback .content-wrap {
  margin-top: 24px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .ModalFeedback .content-wrap {
    flex-wrap: wrap;
  }
}
.ModalFeedback .wrap {
  width: 60%;
  padding-right: 20px;
  border-right: 2px solid #00508C;
}

@media (max-width: 767px) {
  .ModalFeedback .wrap {
    width: 100%;
    border-right: none;
    padding: 0 0 20px 0;
    border-bottom: 2px solid #00508C;
  }
}
.ModalFeedback .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.ModalFeedback .item:last-of-type {
  margin-bottom: 0;
}

.ModalFeedback .item .img-wrap {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  flex-shrink: 0;
}

.ModalFeedback .item p {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 19px;
}

@media (max-width: 767px) {
  .ModalFeedback .item p {
    font-size: 14px;
    line-height: 17px;
  }
}
.ModalFeedback .item p span {
  font-family: "Roboto-Black";
}

.ModalFeedback form {
  width: 40%;
}

@media (max-width: 767px) {
  .ModalFeedback form {
    width: 100%;
    padding-top: 10px;
  }
}
.ModalFeedback form .form-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ModalFeedback form .btn-form {
  min-width: 210px;
  margin: 10px auto 0;
  font-size: 17px;
  line-height: 21px;
  padding: 10px;
}

@media (max-width: 767px) {
  .ModalFeedback form .btn-form {
    min-width: 200px;
    background: #FFC357;
    font-size: 14px;
    line-height: 16px;
  }
}
.modalForm .modal-dialog {
  max-width: 1200px;
  width: 100%;
}

@media (max-width: 1024px) {
  .modalForm .modal-dialog {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .modalForm .modal-dialog {
    max-width: 400px;
  }
}
@media (max-width: 410px) {
  .modalForm .modal-dialog {
    max-width: 300px;
  }
}
.modalForm .modal-content {
  max-width: 1200px;
  width: 100%;
  background-color: #fff;
  padding: 40px 50px 50px;
  position: relative;
}

@media (max-width: 1024px) {
  .modalForm .modal-content {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .modalForm .modal-content {
    max-width: 400px;
    padding: 16px 16px 24px;
  }
}
@media (max-width: 410px) {
  .modalForm .modal-content {
    padding: 12px 10px;
    max-width: 300px;
  }
}
.modalForm .content-wrap {
  width: 100%;
  color: #fff;
}

.modalForm .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.modalForm .product-img {
  width: 42%;
  margin-right: 4%;
}

@media (max-width: 767px) {
  .modalForm .product-img {
    width: 100%;
    margin-right: 0;
  }
}
.modalForm .product-img .big-slide {
  width: 100%;
  height: 220px;
}

@media (max-width: 767px) {
  .modalForm .product-img .big-slide {
    height: 160px;
  }
}
@media (max-width: 410px) {
  .modalForm .product-img .big-slide {
    height: 140px;
  }
}
.modalForm .product-img .big-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modalForm .product-img .img-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 14px;
  height: 70px;
}

@media (max-width: 767px) {
  .modalForm .product-img .img-wrap {
    height: 60px;
    margin-top: 10px;
  }
}
@media (max-width: 410px) {
  .modalForm .product-img .img-wrap {
    margin-top: 8px;
    height: 52px;
  }
}
.modalForm .product-img .img-wrap .img {
  width: 30%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 410px) {
  .modalForm .product-img .img-wrap .img {
    width: 31.5%;
  }
}
.modalForm .product-descr-1 {
  width: 100%;
}

@media (max-width: 767px) {
  .modalForm .product-descr-1 {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 410px) {
  .modalForm .product-descr-1 {
    margin-top: 16px;
  }
}
.modalForm .product-descr-1 .descr {
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 17px;
  margin-top: 6px;
}

@media (max-width: 767px) {
  .modalForm .product-descr-1 .descr {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 410px) {
  .modalForm .product-descr-1 .descr {
    font-size: 10px;
    line-height: 12px;
  }
}
.modalForm .product-descr-1 .descr-ul-1 {
  margin-top: 22px;
}

.modalForm .product-descr-1 .descr-ul-1 > li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.modalForm .product-descr-1 .descr-ul-1 > li:first-of-type {
  margin-bottom: 15px;
}

@media (max-width: 410px) {
  .modalForm .product-descr-1 .descr-ul-1 > li:first-of-type {
    margin-bottom: 8px;
  }
}

@media (max-width: 410px) {

}
.modalForm .product-descr-2 {
  width: 100%;
  margin-top: 26px;
}

@media (max-width: 410px) {
  .modalForm .product-descr-2 {
    margin-top: 16px;
  }
}
.modalForm .product-descr-2 ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}

.modalForm .product-descr-2 ul li:before {
  content: "";
  display: block;
  position: relative;
  height: 19px;
  width: 22px;
  background: url("../img/vector.png") no-repeat center;
  background-size: contain;
  background-size: contain;
  margin: -4px 10px 0 0;
  flex-shrink: 0;
}

@media (max-width: 410px) {
  .modalForm .product-descr-2 ul li:before {
    height: 18px;
    width: 18px;
    margin: -2px 6px 0 0;
  }
}
.modalForm h4 {
  font-size: 21px;
}

@media (max-width: 767px) {
  .modalForm h4 {
    font-size: 16px;
  }
}
@media (max-width: 410px) {
  .modalForm h4 {
    font-size: 14px;
    line-height: 16px;
  }
}
.modalForm ul {
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 767px) {
  .modalForm ul {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 410px) {
  .modalForm ul {
    font-size: 10px;
    line-height: 12px;
  }
}
.modalForm ul .ul-title {
  font-family: "Roboto-Black";
}

.modalForm ul li {
  font-family: "Roboto-Regular";
}

.modalForm ul li span {
  margin-right: 5px;
}

.modalForm form {
  width: 100%;
  margin: 28px auto 0;
  padding: 16px 0px 24px;
  background: #f8f8fa;
  text-align: center;
}

@media (max-width: 410px) {
  .modalForm form {
    margin-top: 16px;
    padding: 12px 0px 16px;
  }
}
.modalForm form .form-header {
  max-width: 540px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 15px;
  color: #333333;
}

@media (max-width: 767px) {
  .modalForm form .form-header {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 410px) {
  .modalForm form .form-header {
    font-size: 14px;
    line-height: 16px;
  }
}
form .form-field {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

form label {
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}

form input[type=tel], form input[type=text] {
  width: 176px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 50px;
  border: none;
  color: #979797;
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin: 0 5px 8px;
}

@media (max-width: 767px) {
  form input[type=tel], form input[type=text] {
    width: 150px;
    height: 30px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 410px) {
  form input[type=tel], form input[type=text] {
    width: 128px;
    height: 28px;
    font-size: 10px;
    line-height: 12px;
    margin: 0 3px;
  }
}
form .btn-form {
  min-width: 255px;
  background: #FFC357;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  margin: 7px auto 0;
}

@media (max-width: 767px) {
  form .btn-form {
    min-width: 180px;
    background: #FFC357;
  }
}
#ModalPrice2 .modal-dialog, #ModalZamer .modal-dialog, #ModalFeedback2 .modal-dialog {
  max-width: 630px;
  width: 100%;
}

@media (max-width: 1024px) {
  #ModalPrice2 .modal-dialog, #ModalZamer .modal-dialog, #ModalFeedback2 .modal-dialog {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  #ModalPrice2 .modal-dialog, #ModalZamer .modal-dialog, #ModalFeedback2 .modal-dialog {
    max-width: 400px;
  }
}
@media (max-width: 410px) {
  #ModalPrice2 .modal-dialog, #ModalZamer .modal-dialog, #ModalFeedback2 .modal-dialog {
    max-width: 300px;
  }
}
#ModalPrice2 .modal-content, #ModalZamer .modal-content, #ModalFeedback2 .modal-content {
  max-width: 630px;
  width: 100%;
  background-color: #00345B;
  padding: 40px 20px 50px;
  position: relative;
  color: #fff;
}

@media (max-width: 1024px) {
  #ModalPrice2 .modal-content, #ModalZamer .modal-content, #ModalFeedback2 .modal-content {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  #ModalPrice2 .modal-content, #ModalZamer .modal-content, #ModalFeedback2 .modal-content {
    max-width: 400px;
    padding: 16px 16px 24px;
  }
}
@media (max-width: 410px) {
  #ModalPrice2 .modal-content, #ModalZamer .modal-content, #ModalFeedback2 .modal-content {
    padding: 12px 10px;
    max-width: 300px;
  }
}
#ModalPrice2 form, #ModalZamer form, #ModalFeedback2 form {
  width: 100%;
  text-align: center;
}

@media (max-width: 410px) {
  #ModalPrice2 form, #ModalZamer form, #ModalFeedback2 form {
    margin-top: 16px;
    padding: 12px 0px 16px;
  }
}
#ModalPrice2 form .form-header, #ModalZamer form .form-header, #ModalFeedback2 form .form-header {
  max-width: 540px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #ModalPrice2 form .form-header, #ModalZamer form .form-header, #ModalFeedback2 form .form-header {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 410px) {
  #ModalPrice2 form .form-header, #ModalZamer form .form-header, #ModalFeedback2 form .form-header {
    font-size: 14px;
    line-height: 16px;
  }
}
#ModalPrice2 form .form-header span, #ModalZamer form .form-header span, #ModalFeedback2 form .form-header span {
  font-family: "Roboto-Regular";
  font-size: 18px;
  line-height: 22px;
  display: block;
  margin-top: 4px;
}

@media (max-width: 767px) {
  #ModalPrice2 form .form-header span, #ModalZamer form .form-header span, #ModalFeedback2 form .form-header span {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 410px) {
  #ModalPrice2 form .form-header span, #ModalZamer form .form-header span, #ModalFeedback2 form .form-header span {
    font-size: 12px;
    line-height: 14px;
  }
}
#ModalPrice2 form .form-field, #ModalZamer form .form-field, #ModalFeedback2 form .form-field {
  margin-top: 24px;
}

#ModalPrice2 form .desc, #ModalZamer form .desc, #ModalFeedback2 form .desc {
  font-family: "Roboto-Regular";
  font-size: 12px;
  line-height: 14px;
  margin-top: 20px;
}

.modal .btn-close, .modalForm .btn-close, .ModalFeedback .btn-close, #ModalPrice2 .btn-close, #ModalZamer .btn-close, #ModalFeedback2 .btn-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #00345B;
  border: none;
  color: #fff;
}

@media (max-width: 767px) {
  .modal .btn-close, .modalForm .btn-close, .ModalFeedback .btn-close, #ModalPrice2 .btn-close, #ModalZamer .btn-close, #ModalFeedback2 .btn-close {
    top: -4px;
    right: -4px;
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
.our-works .slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.our-works .slick-dots {
  bottom: -40px;
}

.our-works .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.our-works .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 5px;
  background: #fff;
  border: none;
  opacity: 1;
  border-radius: 50%;
}

.our-works .slick-dots li button:before {
  color: transparent;
  opacity: 1;
}

.our-works .slick-dots li.slick-active {
  border-radius: 50%;
}

.our-works .slick-dots li.slick-active button {
  background-color: #FFC357;
  opacity: 1;
  border-radius: 50%;
}

.our-works .slick-dots li.slick-active button:before {
  width: 20px;
  height: 20px;
  padding: 5px;
  background: #FFC357;
  border: none;
  color: transparent;
  opacity: 1;
  border-radius: 50%;
}

.slick-slider .slick-slide:focus, .slick-slider .slick-slide img:focus, .slick-slider .slick-slide video:focus, .slick-slider .slick-slide a:focus {
  outline: none;
}

.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  font-size: 0px;
}

.slick-slider .slick-next, .slick-slider .slick-next:hover, .slick-slider .slick-next:focus {
  right: -10px;
  background-image: url("../img/next.png");
}

.slick-slider .slick-prev, .slick-slider .slick-prev:hover, .slick-slider .slick-prev:focus {
  left: -10px;
  background-image: url("../img/prev.png");
}

.slick-slider .slick-next, .slick-slider .slick-next:hover, .slick-slider .slick-next:focus, .slick-slider .slick-prev, .slick-slider .slick-prev:hover, .slick-slider .slick-prev:focus {
  width: 32px;
  height: 32px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  top: 50%;
  background-size: contain;
}

.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .title-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .title-text {
    font-size: 12px;
  }
}
.catalog-text {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
}

.catalog-text p span {
  color: #FFC357;
}

@media (max-width: 1024px) {
  .catalog-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .catalog-text {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .catalog-text {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */

/* #################### Changes ####################### */

.price{
  opacity: 0 !important;
}

.all__gallery__slide{
  height: 440px;
  overflow: hidden;
}
.all__gallery__slide img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.slick-initialized .slick-slide{
  margin-left: 10px;
  margin-right: 10px;
}

.all__gallery .dark{
  margin-bottom: 65px;
}
.all__gallery .slider-nav{
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  padding: 0;              /* было 0 50px — убираем, чтобы вынести к краям */
  pointer-events: none;    /* панель не перекрывает слайды */
}
.container__slider{
 position: relative;
}
.all__gallery .slider-nav .slider-next,
.all__gallery .slider-nav .slider-prev{
  pointer-events: auto;    /* сами кнопки кликабельны */
  border: none;
  font-size: 30px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  background: rgba(0,0,0,0.55);   /* фон, чтобы не сливались с фото */
  color: #fff;
  cursor: pointer;
}
.all__gallery .slider-nav .slider-prev{ margin-left: -28px; }  /* выносим за левый край */
.all__gallery .slider-nav .slider-next{ margin-right: -28px; } /* выносим за правый край */

.all__gallery .slider-nav .slider-next:hover,
.all__gallery .slider-nav .slider-prev:hover{
  border: none;
  opacity: 0.8;
}
@media (max-width:1024px) {
  .all__gallery .slider-nav{
    padding: 0 30px;
  }
  .all__gallery__slide{
    height: 300px;
  }
}
@media (max-width:767px) {
.all__gallery .slider-nav .slider-next,
 .all__gallery .slider-nav .slider-prev{
 font-size: 20px;
}
.all__gallery .dark{
  margin-bottom: 25px;
}
}
@media (max-width:380px) {
  .all__gallery .slider-nav{
    padding: 0 10px;
  }
  .all__gallery .dark{
  margin-bottom: 15px;
  }
}

.descr-ul-1 li{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px;
  border-radius: 15px;
  background-color: #f8f8fa;
  color: #333333;
  gap: 10px ;
}
.descr-ul-1 li ul li{
  background-color: #fff;
}
.descr-ul-1 ul{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ul-title__cont{
  background-color: #f8f8fa !important;
  justify-content: center !important;
  font-size: 22px;
  line-height: 30px;
}
.modal .btn-close, .modalForm .btn-close{
  background-color: #f8f8fa;
  color: #333333;
}


.product-slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.product-img-slider {
    width: 100%;
    overflow: hidden;
}

.product-img-slider .img {
    width: 100%;
    padding: 0 10px; /* Отступ между слайдами */
    box-sizing: border-box;
}


.slider-prev, .slider-next {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    margin: 0 10px;
}
.img-wrap_modal{
  display: flex;
  gap: 20px;
}
.content-wrap h4{
  color: #333333;
  margin-bottom: 25px;
}
.img-wrap_modal .img_slider{
  border-radius: 15px;
  width: 100%;
  height: 70%;  
  object-fit: cover;
} 

.product-slider-container .slider-nav{
    display: flex;
    width: 100%;
    justify-content: space-between;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    padding: 0 20px;
}
.product-slider-container .slider-nav .slick-arrow{
  padding: 5px 10px;
  padding-bottom: 7px;
  border-radius: 10px;
  font-size: 25px;
  background: #f8f8fa;
}
.product-slider-container .slider-nav .slick-arrow:hover{
  opacity: 0.8;
}
.modal.show .modal-dialog{
  margin: 0 auto;
  margin-top: 15px;
  padding: 15px;
}

@media (max-width: 1220px) {
  .modalForm .modal-dialog,
  .modalForm .modal-content{
    max-width: 800px;
  }
}

@media (max-width: 500px) {
.product-slider-container .slider-nav .slick-arrow{
  font-size: 20px;
}
}