strong {
  font-weight: bold;
}

main.main-portfolio-inside .right .main_content_img {
  cursor: zoom-in;
}

.modal-container.active {
  cursor: zoom-out;
}

.main-portfolio-inside .popap-btn_open {
  left: unset;
  cursor: pointer;
  top: 0;
  right: 0;
}

main.main-portfolio-inside .right::-webkit-scrollbar {
  width: 5px;
}

main.main-portfolio-inside .right::-webkit-scrollbar-track {
  background-color: #30303048;
  border: 0;
}

main.main-portfolio-inside .right::-webkit-scrollbar-thumb {
  background-color: #303030;
  border-radius: 5px;
}

.portfolio-gallery .portfolio-card {
  cursor: pointer;
  transition: all 6s linear;
  background-size: 100%;
}

.portfolio-gallery .portfolio-card:hover {
  background-size: 200%;
}

.portfolio-gallery {
  overflow-y: auto;
  max-height: 100%;
}

section.main_slider .main_slider_1 .slide {
  background-position: top;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.modal-container .modal .modal_img .popap-btn_close {
  position: fixed;
}

main.main-portfolio-inside .right .main_content_img {
  overflow: hidden;
}

section.main_about_us .holder {
  padding-top: 110px;
  padding-right: 201px;
}

section.main_socials .holder .title .socials {
  display: flex !important;
}

footer .holder .left .socials {
  display: block !important;
}

section.main_pockets .holder .box .card ol li p span {
  text-align: left;
  padding-left: 15px;
}

section.main_slider .main_slider_2_box .main_slider_2 .slide span span {
  line-height: 30px;
  display: block;
  font-size: 15px;
  margin: 0;
}

.modal-container .modal .modal_img {
  position: relative;
  max-height: calc(100vh - 130px);
  display: flex;
  justify-content: center;
}

.modal-container .modal .modal_img img {
  max-width: 100%;
  max-height: calc(100vh - 130px);
  display: block;
  width: auto;
}

.modal-container {
  background-color: rgba(255, 255, 255, 0.89);
}

section.main_pockets .holder .box .card ol li p span {
  width: 100%;
}

section.main_pockets .holder .box .card {
  padding: 30px 10px;
  max-width: 415px;
  min-width: 415px;
  padding-bottom: 85px;
}

section.main_pockets .holder .box {
  max-width: 1270px;
}

section.main_pockets .holder img.lampa {
  left: -220px;
}

@media screen and (max-width: 1275px) {
  section.main_slider .main_slider_3_box {
    right: 500px;
  }

  section.main_slider .main_slider_2_box {
    max-width: 500px;
  }

  section.main_slider .main_slider_2_box .main_slider_2 {
    width: 85%;
  }
}

@media screen and (max-width: 1170px) {
  section.main_pockets .holder img {
    width: 20%;
  }

  section.main_pockets .holder img.lampa {
    top: 0;
    left: -50px;
  }

  section.main_pockets .holder img.table {
    bottom: 0;
    right: -50px;
  }

  section.main_pockets .holder img.lampa {
    display: none;
  }
  section.main_about_us .holder {
    background: none;
    max-width: none;
    padding-right: 0;
    padding-top: 50px;
    background-repeat: no-repeat!important;
    background-position: 100% 0%!important;
    background-size: 50%;
  }
  .abous_us_photo {
    position: relative;
    right: 0;
    width: 50%;
    height: auto;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 900px) {
  section.main_pockets .holder .box .card:nth-child(1) {
    margin-right: 0;
  }

  section.blog .holder .box .right .scroll_box .card .text {
    padding: 30px;
  }

  section.main_pockets .holder img {
    display: none;
  }

  section.main_slider .main_slider_3_box {
    display: none;
  }

  section.main_slider .main_slider_2_box {
    max-width: 500px;
  }

  section.main_slider .main_slider_2_box .main_slider_2 {
    width: 85%;
  }

  section.main_pockets .holder .box {
    flex-wrap: wrap;
    justify-content: center;
  }

  section.main_about_us .holder {
    background: none;
    padding-right: 15px;
    padding-top: 0;
  }
}

@media screen and (max-width: 810px) {
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  footer .holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .holder .middleLine {
    display: none;
  }

  footer .holder .left {
    margin-bottom: 40px;
    flex-wrap: wrap-reverse;
  }
}

@media screen and (max-width: 768px) {
  section.main_pockets .holder .box .card {
    padding: 30px 10px 85px;
  }
  section .holder .title h1 {
    margin-bottom: 50px !important;
    display: block;
    width: 100%;
  }

  header {
    padding: 0;
  }

  header .holder .content .burger {
    display: block;
  }

  header .holder .content nav {
    display: none;
  }

  section.contacts .holder .box {
    flex-direction: column;
  }

  section.contacts .holder .box .left {
    max-width: none;
    margin-bottom: 50px;
  }

  section.contacts .holder .box .left .title {
    height: 250px;
  }

  section.contacts .holder .box .left .map {
    height: 300px;
  }

  section.contacts .holder .box .right {
    max-width: none;
  }

  section.contacts .holder .box .right .form form .inputs {
    flex-wrap: wrap;
  }

  section.contacts .holder .box .right .form form .inputs .input {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 656px) {
  section.blog .holder .box {
    flex-direction: column;
    align-items: center;
  }

  section.blog .holder .box .left {
    max-width: none;
    margin-right: 0;
    margin-bottom: 50px;
    height: auto;
  }

  section.blog .holder .box .left .img {
    height: 300px;
  }

  section.blog .holder .box .right {
    padding-top: 30px;
  }

  section.blog .holder .box .right .scroll_box .card .text {
    padding: 30px;
  }

  section.uslugy .page_tite {
    height: 250px;
  }

  section.uslugy .holder {
    flex-direction: column;
    align-items: center;
  }

  section.uslugy .holder .box {
    max-width: 500px;
    background-color: transparent !important;
  }

  section.uslugy .holder .box:nth-child(1) {
    margin-right: 0;
    margin-bottom: 60px;
  }

  section.uslugy .holder .box .text {
    margin-bottom: 15px;
  }

  section.main_socials .holder .title {
    flex-wrap: wrap;
    align-items: center;
  }

  section.main_socials .holder .title .socials {
    flex-direction: column;
    margin: 0 auto;
  }

  section.main_socials .holder .title .socials a {
    margin-bottom: 10px;
  }

  section.main_about_us .holder {
	background-repeat: no-repeat!important;
    background-position: 100% 0%!important;
    background-size: 50%;
  }

  section.main_form {
    margin-top: 50px;
  }

  section.main_form .holder {
    flex-direction: column;
  }

  section.main_form .holder .left {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  section.main_form .holder .right {
    width: 100%;
    height: 250px;
  }

  section.work_select .holder {
    flex-direction: column;
  }

  section.work_select .holder .box {
    width: 100%;
    min-height: 400px;
    height: auto;
  }

  section.work_select .holder .box:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  section.main_slider .main_slider_2_box {
    top: 50vh;
    height: 50vh;
  }
  section.main_slider .main_slider_1 .slide {
    height: 50vh;
  }

  section.main_slider .main_slider_1 .slide {
    background-position: -288px top;
  }

  section.main_pockets .holder img {
    display: none;
  }

  .darken_slide .offer p {
    text-align: center;
  }

  section.main_pockets .holder .box {
    flex-direction: column;
    align-items: center;
  }

  section.main_pockets .holder .box .card {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  section.main_pockets .holder .box .card:nth-child(1),
  section.main_pockets .holder .box .card:nth-child(2) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  section.blog_page .holder .box {
    flex-direction: column;
  }

  section.blog_page .holder .box .left .title {
    height: 250px;
  }

  section.blog_page .holder .box .left .img {
    height: 250px;
  }

  section.blog_page .holder .box .right {
    padding-top: 50px;
  }

  section.main_advantages .holder h1.section_title {
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  .portfolio-gallery .portfolio-card {
    background-size: cover !important;
  }

  main.main-portfolio-inside {
    flex-direction: column !important;
  }

  section.main_portfolio .holder .title {
    flex-direction: column;
    align-items: flex-start;
  }

  section.main_blog .holder .title {
    flex-wrap: wrap;
  }

  section.main_blog .holder .title h1 {
    margin-right: 20px;
  }

  section.main_blog .holder .main_blog_slider .slide .text {
    max-width: 220px;
    padding: 20px 30px;
  }

  section.main_portfolio .holder .title {
    flex-wrap: wrap;
  }

  section.main_portfolio .holder .main_portfolio_slider .slide {
    height: 300px;
  }

  section.main_slider .main_slider_3_box {
    display: none;
  }

  section.main_slider .main_slider_2_box {
    max-width: 500px;
  }

  section.main_slider .main_slider_2_box .main_slider_2_arrows {
    width: 50px;
  }

  section.main_slider .main_slider_2_box .main_slider_2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  section.main_slider .main_slider_2_box .main_slider_2 .slide {
    padding-top: 20px;
  }

  section.main_slider .main_slider_2_box .main_slider_2 .slide span {
    font-size: 24px;
  }

  section.blog_page_form .holder .left {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  section.uslugy .holder .box .img .link {
    opacity: 1;
    visibility: visible;
  }

  section.uslugy .holder .box .img {
    padding-top: 55px;
  }

  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  footer .holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .holder .middleLine {
    display: none;
  }

  footer .holder .left {
    margin-bottom: 40px;
    flex-wrap: wrap-reverse;
  }

  footer .holder .left .socials {
    margin: 20px auto;
  }

  footer .holder .left .socials a {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
  }

  footer .holder .left .links {
    flex-wrap: wrap;
  }

  footer .holder .left .links .box {
    margin-bottom: 20px;
  }

  footer .holder .left .links .box {
    margin-right: 15px;
  }
  .modal-container .modal {
    top: 80%;
  }
}

@media screen and (max-width: 470px) {
  
}

@media screen and (max-width: 768px) {
  header {
    padding: 0;
  }

  header .holder .content .burger {
    display: block;
  }

  header .holder .content nav {
    display: none;
  }
}

@media screen and (max-width: 810px) {
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  footer .holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .holder .middleLine {
    display: none;
  }

  footer .holder .left {
    margin-bottom: 40px;
    flex-wrap: wrap-reverse;
  }
}

@media screen and (max-width: 479px) {
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  footer .holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .holder .middleLine {
    display: none;
  }

  footer .holder .left {
    margin-bottom: 40px;
    flex-wrap: wrap-reverse;
  }

  footer .holder .left .socials {
    margin: 20px auto;
  }

  footer .holder .left .socials a {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
  }

  footer .holder .left .links {
    flex-wrap: wrap;
  }

  footer .holder .left .links .box {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .modal-container .modal {
    width: 97%;
  }
}

@media screen and (max-width: 822px) {
  main.main-design section.main_content section.main_form {
    flex-direction: column;
  }

  main.main-design section.main_content section.main_form .main_form_right {
    margin: 50px auto 0 auto;
  }
}

@media screen and (max-width: 1000px) {
  .portfolio-gallery {
    justify-content: center;
    margin: 40px auto 0 auto;
    width: 80%;
  }

  .portfolio-gallery .portfolio-card {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .portfolio-gallery {
    justify-content: center;
    margin: 40px auto 0 auto;
    width: auto;
  }
}

@media (max-width: 480px) {
  section.main_portfolio .holder .title .arrows {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .portfolio-gallery .portfolio-card {
    height: 300px;
  }

  .darken_slide .offer p {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  main.main-portfolio-inside {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
  }
  main.main-portfolio-inside .left .main_top h2 {
    padding-bottom: 50px;
    margin-top: 50px;
  }
  main.main-portfolio-inside .left p {
    font-size: 16px;
    width: 100%;
    padding: 0 15px;
  }
  main.main-portfolio-inside .right {
    margin-top: 0px;
  }

  main.main-portfolio-inside .left {
    margin-right: 0px;
  }

  /* main.main-portfolio-inside .prew-a_1 { */
  /* display: none; */
  /* } */

  main.main-portfolio-inside .prew-a_2 {
    display: table;
  }
}

.question-text {
  text-align: left !important;
  margin-left: 30px;
  margin-top: 6px;
}

.question-span {
  color: #2e383c !important;
  font-family: Avenir, Arial, sans-serif;
  text-align: left;
  cursor: pointer;
}

.question p {
  text-align: left !impotant;
}

.question-span:hover {
  color: orange;
}

.question_title p {
  display: none;
}

 {
  display: none;
}

.question_title {
  /* padding: 0 10px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Avenir, Arial, sans-serif;
  font-size: 14px;
}

.question-arrow {
  /* color: #fff; */
  /* background: #fff; */
  /* background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.475 1.0375C12.475 1.14583 12.4333 1.24167 12.35 1.325L6.525 7.15C6.44167 7.23333 6.34583 7.275 6.2375 7.275C6.12917 7.275 6.03333 7.23333 5.95 7.15L0.125 1.325C0.0416667 1.24167 0 1.14583 0 1.0375C0 0.929167 0.0416667 0.833333 0.125 0.75L0.75 0.125C0.833333 0.0416667 0.929167 0 1.0375 0C1.14583 0 1.24167 0.0416667 1.325 0.125L6.2375 5.0375L11.15 0.125C11.2333 0.0416667 11.3292 0 11.4375 0C11.5458 0 11.6417 0.0416667 11.725 0.125L12.35 0.75C12.4333 0.833333 12.475 0.929167 12.475 1.0375Z' fill='%23333333'/%3E%3C/svg%3E"); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* border-radius: 3px; */
  /* float: right; */
  /* cursor: pointer; */
  /* width: 32px; */
  /* height: 32px; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}

.question-answer {
  padding: 15px;
}

.question {
  background: #eee;
}

/* .question p {
  padding-left: 25px;
} */

/* .question_title svg { */
/* padding-left: 7px; */
/* padding-top: 8px; */
/* } */
