html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  font-size: 16px;
  font-family: "Roboto-Regular", Helvetica, sans-serif;
  color: #333;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.5;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("/fonts/Montserrat-Light.woff2") format("woff2"),
    url("/fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("/fonts/Roboto-Regular.woff2") format("woff2"),
    url("/fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("/fonts/Montserrat-Bold.woff2") format("woff2"),
    url("/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Light";
  src: url("/fonts/Roboto-Light.woff2") format("woff2"),
    url("/fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #dbd5e5;
}
body::-webkit-scrollbar-thumb {
  background: #ff7b05;
}
body::-webkit-scrollbar-thumb:hover {
  background: #333;
}

.wrapper {
  position: relative;
}

.header-wrapper {
  position: relative;
  padding: 10px 0;
  z-index: 1;
}

.container {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-bar__wrapper {
  position: relative;
  background: #353e48;
  padding: 5px 0;
}

.top-bar__in {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar__in-block {
  position: relative;
}

.top-bar__in-phone-block {
  position: relative;
}

.top-bar__in-phone {
  display: flex;
  align-items: center;
  font-family: "Montserrat-Bold";
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
}

.top-bar__in-phone span {
  font-family: "Montserrat-Light";
  display: inline-block;
  margin-left: 10px;
}

.top-bar__in-phone img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.top-bar__in-address {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
}

.top-bar__in-address img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.top-bar__in-email-wrapper {
  position: relative;
  color: #fff;
}

.top-bar__in-email-title {
  font-family: "Montserrat-Bold";
}

.top-bar__in-email {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "Montserrat-Light";
}

.header-in {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-in__block {
  position: relative;
}

.header-in__logo {
  position: relative;
}

.header-in__logo img {
  max-width: 125px;
}

.lang-wrapper {
  position: absolute;
  top: -7px;
  right: -27px;
  display: flex;
}

.lang-activ {
  color: #ff7b05;
  margin-right: 10px;
}

.lang-link {
  color: #333;
}

.lang-link {
  color: #333;
  text-decoration: none;
}

.lang-link:hover {
  color: #ff7b05;
}

.menu-wrapper {
  position: relative;
}

.menu__toggle-btn {
  display: none;
  background: #ff7b05;
  padding: 10px;
  cursor: pointer;
}

.menu__toggle-btn span {
  display: block;
  background: #fff;
  height: 3px;
  width: 40px;
}

.menu__toggle-btn span:nth-child(2) {
  margin: 10px 0;
}

.nav-main {
  position: relative;
  display: flex;
}

.nav-main span {
  color: #ff7b05;
}

.nav-main__link {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
  margin-right: 45px;
  transition: 250ms;
}

.nav-main__link:last-child {
  margin: 0;
}

.nav-main__link:hover {
  color: #ff7b05;
}

.show-menu {
  display: flex !important;
  position: fixed;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.show-menu .nav-main__link {
  color: #fff;
  margin: 0;
  z-index: 1;
  font-size: 24px;
  margin-bottom: 15px;
}

.show-menu .nav-main__link:last-child {
  margin: 0;
}

.show-menu .nav-main__link:hover {
  color: #ff7b05;
}

.menu-overlay--show {
  position: fixed;
  display: block;
  background: #000000de;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.menu__toggle-btn--close {
  position: relative;
  z-index: 2;
  padding: 22px 10px;
}

.menu__toggle-btn--close span:first-child {
  transform: rotate(45deg);
}

.menu__toggle-btn--close span:nth-child(2) {
  display: none;
}

.menu__toggle-btn--close span:last-child {
  transform: rotate(-45deg);
  position: relative;
  top: -3px;
}

/* slider-wrapper */
.slider-wrapper {
  position: relative;
  background: url(/img/sld-img-1.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.slider-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000c7;
  width: 100%;
  height: 100%;
}

.slider-in {
  position: relative;
}

.slider-in__text-wrapper {
  position: relative;
  padding: 200px 0;
}

.main-btn__block {
  text-align: center;
}

.main-btn {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  background: #ff7b05;
  border: 1px solid #ff7b05;
  border-radius: 3px;
  transition: 250ms;
  cursor: pointer;
}

.main-btn:hover {
  color: #ff7b05;
  background: #fff;
}

.slider-in__text {
  position: relative;
  text-align: center;
  color: #fff;
  font-family: "Montserrat-Bold";
  margin-bottom: 40px;
}

.slider-in__text:nth-child(1) {
  font-size: 2rem;
}
/* slider-wrapper */

/* advantages-wrapper */
.advantages-wrapper {
  position: relative;
}

.advantages__in {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2px;
}

.advantages__in-block {
  position: relative;
  text-align: center;
  padding: 60px 20px;
  transition: 250ms;
}

.advantages__in-block:hover {
  box-shadow: 0 0 10px #0009;
}

.advantages__in-img img {
  width: 90px;
  height: 90px;
}

.advantages__in-title {
  margin: 10px 0;
  font-size: 18px;
}

.advantages__in-text {
  font-family: "Roboto-Light";
}
/* slider-wrapper */

/* services-wrapper */
.services-wrapper {
  position: relative;
  margin-top: 50px;
}

.services__in {
  position: relative;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.services__in-block {
  position: relative;
}

.services__in--grid {
  position: relative;
}

.services__in-text-block {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  font-family: "Roboto-Light";
}

.services__in-text-block:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/img/work-done.svg) no-repeat;
}

.main-title__block {
  position: relative;
  text-align: center;
}

.main-title {
  color: #f6f6f6;
  font-family: "Montserrat-Bold";
  font-size: 8rem;
}

.main-subtitle {
  position: relative;
  top: -70px;
  font-size: 2rem;
}

.services__in-text__img {
  margin-right: 15px;
}

.services__in-text__img img {
  width: 60px;
  height: 60px;
}

.services__in-text__title {
  font-family: "Montserrat-Bold";
  margin-bottom: 15px;
}

.services__in-text__text {
  font-family: "Roboto-Light";
}

.services__in-block-img {
  text-align: center;
  position: relative;
}

.services__in-block-img img {
  position: relative;
  z-index: 1;
}

.services__in-block-img::before {
  content: "";
  position: absolute;
  top: -32px;
  right: 35px;
  background: #353e48;
  width: 155px;
  height: 115%;
}
/* services-wrapper */

/* portfolio-wrapper */
.portfolio-wrapper {
  position: relative;
  margin-top: 75px;
  padding: 45px 0;
}

.portfolio-wrapper .main-title {
  color: #ebeced;
}

.portfolio__in {
  position: relative;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.portfolio__in-block {
  position: relative;
  transition: 250ms;
}

.portfolio__in-block:hover {
  transform: scale(1.1);
  z-index: 1;
}
/* portfolio-wrapper */

/* about-wrapper */
.about-wrapper {
  position: relative;
  margin-top: 50px;
}

.about__in {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 20px;
}

.about__in-block {
  position: relative;
}

.about__in-block-img {
  position: relative;
  text-align: center;
}

.about__in-block-img img {
  position: relative;
  z-index: 1;
}

.about__in-block-img::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 35px;
  width: 150px;
  height: 115%;
  background: #ebeced;
}

.about__in-block-img::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 75px;
  background: #ff7b05;
  width: 75px;
  height: 75%;
}

.about__in .main-btn__block {
  text-align: left;
  margin-top: 25px;
}

.popup-info .container {
  position: relative;
  z-index: 11;
}

.about__in-text__block {
  position: relative;
}

.about__in-text-title {
  font-family: "Montserrat-Bold";
  margin-bottom: 10px;
}

.about__in-devider {
  background: #ff7b05;
  width: 140px;
  height: 4px;
  margin-bottom: 10px;
}

.popup-info {
  position: fixed;
  display: none;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup-info-show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000b8;
}

.popup-info__in {
  position: relative;
  background: #fff;
  padding: 20px 20px 20px 20px;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 450px;
}

.popup-info__in::-webkit-scrollbar {
  width: 10px;
}
.popup-info__in::-webkit-scrollbar-track {
  background: #dbd5e5;
}
.popup-info__in::-webkit-scrollbar-thumb {
  background: #ff7b05;
}
.popup-info__in::-webkit-scrollbar-thumb:hover {
  background: #333;
}

.popup-info__in h4 {
  font-family: "Montserrat-Bold";
  margin: 30px 0 10px 0;
}

.popup-info__in p {
  font-family: "Montserrat-Light";
  margin-bottom: 10px;
}

.about__in-text {
  font-family: "Montserrat-Light";
  margin-bottom: 10px;
}

.popup-info__in ul {
  position: relative;
  margin: 15px 0;
  padding-left: 40px;
}

.popup-info__in ul li {
  position: relative;
}

.popup-info__in ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -24px;
  background: #ff7b05;
  width: 5px;
  height: 5px;
}

.about__in-text__block ul {
  position: relative;
  margin: 15px 0;
  padding-left: 40px;
}

.about__in-text__block ul li {
  position: relative;
  font-family: "Montserrat-Light";
}

.about__in-text__block ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -24px;
  background: #ff7b05;
  width: 5px;
  height: 5px;
}

.popup-close {
  position: absolute;
  top: 30px;
  right: 20px;
  background: #fff;
  z-index: 1;
  padding: 18px 5px;
  cursor: pointer;
}

.popup-close span {
  display: block;
  background: red;
  height: 3px;
  width: 40px;
}

.popup-close span:first-child {
  transform: rotate(45deg);
}

.popup-close span:last-child {
  transform: rotate(-45deg);
  position: relative;
  top: -3px;
}
/* about-wrapper */

/* footer-wrapper */
.footer-wrapper {
  position: relative;
  margin-top: 100px;
  background-color: #fafafa;
  padding: 35px 0;
}

.footer__in {
  position: relative;
}

.footer-wrapper .main-title {
  color: #ebeced;
}

.footer__title {
  color: #2c4755;
  font-size: 3rem;
  font-family: "Montserrat-Bold";
}

.footer-phone {
  display: block;
  color: #ff7b05;
  font-family: "Montserrat-Bold";
  margin-bottom: 15px;
  font-size: 2rem;
  text-decoration: none;
}

.footer__in p {
  color: #ff7b05;
  font-family: "Montserrat-Bold";
  font-size: 2rem;
}

.dev-footer {
  position: relative;
  text-align: center;
  padding: 20px 0;
  background: #2c4755;
}

.dev-footer p {
  color: #fff;
}

.go-top__btn {
  position: fixed;
  bottom: 95px;
  right: 25px;
  background: #ff7b05;
  padding: 10px;
  cursor: pointer;
  transition: 250ms;
  display: block;
  opacity: 0;
}

.go-top__btn:hover {
  opacity: 0.7;
}

.go-top__btn img {
  width: 35px;
  height: 35px;
}

.footer__in-map {
  position: relative;
  width: 100%;
  height: 400px;
}

.form_title {
  text-align: center;
  font-family: "Montserrat-Bold";
  font-size: 2rem;
}

.err_info {
  color: red;
  text-align: center;
}

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

.input-block input,
.input-block textarea {
  width: 300px;
  padding: 20px;
}

#collback_form {
  text-align: center;
}

#submit {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  background: #ff7b05;
  border: 1px solid #ff7b05;
  border-radius: 3px;
  transition: 250ms;
  cursor: pointer;
  outline: none;
  margin-top: 25px;
}

#submit:hover {
  color: #ff7b05;
  background: #fff;
}

.suces_info {
  background: green;
  padding: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.footer__in {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer__in-phone {
  display: block;
}

.footer__in-title {
  font-size: 2rem;
  font-family: "Montserrat-Bold";
}

.footer__in-phone,
.footer__in-address {
  color: #ff7b05;
  text-decoration: none;
  font-size: 18px;
}

.footer__map {
  width: 100%;
  height: 360px;
  margin-top: 100px;
}

.contact-wrapper .footer-wrapper {
  margin: 0;
}

.contact-wrapper .input-block input {
  width: 100%;
}

.contact-wrapper .input-block textarea {
  width: 100%;
  min-height: 100px;
}
/* footer-wrapper */

/* product-wrapper */
.product-wrapper {
  position: relative;
  margin-top: 100px;
}

.product__in {
  position: relative;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.product__in-list {
  position: relative;
}

.product__in-title {
  position: relative;
  font-size: 2rem;
  font-family: "Montserrat-Bold";
  margin-bottom: 15px;
}

.product__in-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}

.product__in-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  width: 6px;
  height: 6px;
  background: #ff7b05;
}

.product__in-devider {
  position: relative;
  width: 100%;
  height: 2px;
  background: #ff7b05;
  margin: 75px 0;
}

.product__in-devider::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #0292dc;
  top: -30px;
  left: calc(50% - 50px);
}

.product__in-devider::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #0292dc;
  bottom: -30px;
  left: calc(50% - 50px);
}

.product__in-list li b {
  font-family: "Montserrat-Bold";
}
/* product-wrapper */

.footer-text-wrapper {
  position: relative;
  font-size: 14px;
}

.footer-text-wrapper p {
  margin-bottom: 10px;
}

.footer-text-wrapper h3 {
  font-weight: bold;
  margin: 40px 0 10px 0;
}

.footer-text-wrapper ul {
  position: relative;
  padding-left: 30px;
  list-style: disc;
}

.footer-text-wrapper li {
  margin-bottom: 10px;
}

.row-1-2 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 30px;
}

.row-1-3 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 30px;
}

.row-1-4 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 30px;
}

.row-1-4 > div .product__in-block a {
    display: flex;
    flex-direction: column;
    color: #000;
    text-decoration: none;
}

.row-1-4 > div .product__in-block img {
    height: 200px;
    object-fit: contain;
}

.row-1-4 > div .product__in-block span {
    text-align: center;
    font-size: 16px;
}

.row-1-2 > div .product__in-block a {
    display: flex;
    flex-direction: column;
    color: #000;
    text-decoration: none;
}

.row-1-2 > div .product__in-block span {
    text-align: center;
}

.product-table {
    margin-top: 50px;
}

.product-table h2 {
    text-align: center;
}

.product-summary table td:not(:last-child) {
    border-right: 1px solid #ff7b05;
}

.product-summary table td {
    padding: 5px;
    vertical-align: bottom;
}

.product-summary table td:not(:first-child) {
    text-align: center;
}

.product-summary table {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #ff7b05;
}

.product-summary table tr:nth-child(odd) {
    background: #fff6ee;
}

.product-summary table tr:first-child {
    background: #ff7b05;
    color: #fff;
    font-weight: bold;
}


.row-1-3 > div .product__in-block a {
    display: flex;
    flex-direction: column;
    color: #000;
    text-decoration: none;
}

.row-1-3 > div .product__in-block a span {
    font-size: 18px;
    line-height: 1.2;
}

.row-1-2 > div { 
    width: calc(50% - 10px);
}

.row-1-3 > div { 
    width: calc(33% - 15px);
}

.row-1-4 > div { 
    width: calc(25% - 15px);
}

.row-1-2 > div img { 
    height: 50vw;
    max-height: 300px;
    object-fit: cover;
}

.related-products h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
}

.product-summary h2 {
    font-weight: bold;
    font-size: 28px;
}

.product-summary ul {
    list-style: square;
    padding-left: 20px;
}

.product-summary .row-1-2 > div:first-child img {
    width: 100%;
    margin-bottom: 30px;
    object-fit: contain;    
}

.product-summary .row-1-2 > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.related-products .produc__in .product__in-title {
    text-align: center;
}

.related-products .produc__in img {
    height: 200px;
    object-fit: contain;
}

@media only screen and (max-width: 1100px) {
  .services__in {
    grid-template-columns: repeat(1, 1fr);
  }

  .services__in-block:last-child {
    display: none;
  }

  .portfolio__in {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 980px) {
  .menu__toggle-btn {
    display: block;
  }

  .nav-main {
    display: none;
  }
  
    .row-1-2 > div { 
        width: calc(50% - 10px);
    }

    .row-1-3 > div { 
        width: calc(50% - 10px);
    }  
    
    .related-products h2 {
        font-size: 28px;
    }
    
    .row-1-3 > div .product__in-block a span {
        font-size: 16px;
    }
} 

@media only screen and (max-width: 890px) {
  .top-bar__in-block:nth-child(2) {
    display: none;
  }

  .about__in {
    grid-template-columns: repeat(1, 1fr);
  }

  .about__in-block-img {
    margin-bottom: 35px;
  }

  .about__in .main-btn__block {
    text-align: center;
  }
}

@media only screen and (max-width: 800px) {
  .advantages__in {
    grid-template-columns: repeat(1, 1fr);
  }

  .portfolio__in {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__title,
  .footer-phone,
  .footer__in p {
    font-size: 1rem;
  }

  .main-title {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 810px) {
  .footer__in {
    flex-direction: column;
  }

  .footer__in-phone-block {
    margin-bottom: 50px;
  }

  .product__in-title {
    font-size: 1rem;
  }

  .product__in {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 630px) {
  .main-subtitle {
    top: -45px;
  }

  .services__in-text-block {
    text-align: center;
  }
  
  .product-summary .row-1-2 > div { 
      width: 100%;
  }  
}

@media only screen and (max-width: 600px) {
  .slider-in__text {
    font-size: 14px;
  }

  .slider-in__text:nth-child(1) {
    font-size: 1rem;
  }

  .slider-in__text-wrapper {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 460px) {
  .header-in__logo img {
    max-width: 200px;
  }

  .input-block input,
  .input-block textarea {
    width: 180px;
    padding: 10px;
  }

  .form_title {
    font-size: 1rem;
  }

  .lang-wrapper {
    right: -40px;
  }

  .top-bar__in {
    flex-direction: column;
    text-align: center;
  }

  .top-bar__in-phone-block {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 350px) {
  .top-bar__in-phone img {
    margin-right: 2px;
  }
}
