/*
Theme Name: koprino-dom.ru
*/

@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none !important;
  color: inherit;
  display: inline-block;
}

a:hover {
  color: inherit;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Gilroy", sans-serif !important;
  font-style: normal;
}

input {
  outline: none;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0 !important;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.wrapper.home .main_container {
  max-width: 1440px;
  padding: 0 40px;
}

.container_wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
label {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.main_container {
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
}

.full_container {
  max-width: 1800px;
  padding: 0 15px;
  margin: 0 auto;
}

.modal_bg {
  display: none;
  background: rgba(0, 0, 0, 0.21);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}

.modal_bg.active {
  display: block;
}

.main_modal {
  opacity: 0;
  z-index: -2;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 600px;
  transform: translate(-50%, -10%);
  padding: 55px;
  background: #fff;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: 0.2s ease;
}
.main_modal span {
margin-bottom: 1rem;
}
.main_modal input,
.main_modal textarea,
.modal-body input,
.modal-body textarea {
  font-size: 15.758px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
}
.main_modal textarea {
  padding: 30px;
  height: 250px;
  border: 1px solid rgb(35, 114, 187);
  border-radius: 27px;
  outline: none;
  resize: none;
}
.main_modal input,
.modal-body input, {
  padding: 0 30px;
  height: 60px;
  border: 1px solid rgb(35, 114, 187);
  border-radius: 100px;
}
.main_modal button {
  border: 1px solid rgb(35, 114, 187);
  border-radius: 17px;
  background-color: rgb(35, 114, 187);
  font-size: 15.758px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  height: 60px;
  width: 320px;
  margin: 25px auto 0 auto;
}

.main_modal.active {
  opacity: 1;
  z-index: 5;
  transform: translate(-50%, -50%);
}

.main {
  height: 120vh;
}
.main .home_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.main .home_media_bg {
  display: none;
}

header {
  padding-top: 40px;
}
header .main_container {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
header .header_social_media {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header_social_media .header_social_icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header_social_media svg {
  font-size: 25px;
 /* color: rgb(35, 114, 187); */
 color: #fff;   

}
header .header_social_media button {
  white-space: nowrap;
  padding: 12px 50px;
  border-radius: 100px;
  border: 1px solid rgb(35, 114, 187);
  margin-left: 5px;
  font-size: 16px;
  color: rgb(35, 114, 187);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
header .header_social_media a.header_btn {
  white-space: nowrap;
  padding: 12px 50px;
  border-radius: 100px;
 /* border: 1px solid rgb(35, 114, 187);   зима */
 border: 1px solid #fff;    
  margin-left: 5px;
  font-size: 16px;
 /*color: rgb(35, 114, 187);*/
 color: #fff;  

  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
header .header_logo h6 {
  font-size: 30px;
  /* color: rgb(35, 114, 187); зима */
 color: #fff;   
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
header .header_contact {
  font-size: 32px;
/* color: rgb(35, 114, 187); зима*/
 color: #fff;  /*  лето*/
  line-height: 0.506;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
header .header_contact svg {
  font-size: 25px;
}

.home {
  left: 0;
  right: 0;
  bottom: 200px;
  margin: 0 auto;
}
.home .search_home_media {
  display: none;
}

.home_under .home_under_card {
  gap: 50px;
}
.home_under .home_under_card h6 {
  font-size: 30px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
}
.home_under .home_under_center {
  transform: translateY(100px);
}

.accordion_main {
  padding: 250px 0;
}
.accordion_main .accordion_bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.accordion_main .accordion {
  max-width: 1070px;
  margin: 0 auto;
  padding-top: 150px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.accordion_main .accordion-item {
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.21);
}
.accordion_main .accordion-item-header {
  padding: 30px 40px;
  display: flex;
  align-items: center;
  width: 100%;
  align-items: center;
  position: relative;
  font-size: 36px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
}
.accordion_main .accordion-item-header::after {
  color: #2372bb;
  content: "+";
  font-size: 45px;
  position: absolute;
  right: 40px;
  border-radius: 15px;
}
.accordion_main .accordion-item-header.active::after {
  content: "−";
  border-radius: 15px;
}
.accordion_main .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion_main .accordion-item-body ul {
  padding: 0px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.accordion_main .accordion-item-body ul li {
  list-style-position: inside;
  list-style-type: disc;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
}
.accordion_main .accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
}

.cards {
  padding: 50px 0;
}
.cards .main_container {
  display: flex;
  align-items: center;
}
.cards .img_card {
  max-width: 400px;
  margin: 0 auto;
  gap: 20px;
}
.cards .img_card h6 {
  font-size: 30px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
}
.cards .img_card_center {
  padding-top: 100px;
}
.cards .cardsSwiper {
  display: none;
}

.comment {
  padding: 250px 0;
  position: relative;
}
.comment h3 {
  font-size: 60px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
}
.comment .comment_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.comment .comment_cards {
  display: flex;
  align-items: center;
  gap: 30px;
}
.comment .commentSwiper {
  display: none;
}
.comment .comment_card {
  min-height: 450px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 60px 30px 50px 30px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.21);
}
.comment .comment_card_center {
  margin-top: 100px;
}
.comment p {
  font-size: 24px;
  color: rgb(0, 1, 1);
  font-weight: bold;
  line-height: 1.5;
}
.comment h6 {
  font-size: 24px;
  color: rgb(35, 114, 187);
  font-weight: bold;
  line-height: 1.2;
}

.gallery {
  padding: 40px 0 80px 0;
}
.gallery .main_container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.gallery .gallery_card_center {
  transform: translateY(70px);
}
.gallery .gallery_card {
  width: calc(33.3333333333% - 20px);
}
.gallery .gallerySwiper {
  display: none;
}

.contact_wrapper {
  position: relative;
  padding-bottom: 700px;
}
.contact_wrapper .contact {
  padding: 250px 0 150px 0;
  position: relative;
  z-index: 2;
}
.contact_wrapper .contact .main_container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}
.contact_wrapper .contact .contact_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.contact_wrapper .contact h3 {
  font-size: 60px;
  color: rgb(35, 114, 187);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
.contact_wrapper .contact .contact_logo h6 {
  font-size: 30px;
  color: rgb(35, 114, 187);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  -moz-transform: matrix(0.8652863753, 0, 0, 0.8652863753, 0, 0);
  -webkit-transform: matrix(0.8652863753, 0, 0, 0.8652863753, 0, 0);
  -ms-transform: matrix(0.8652863753, 0, 0, 0.8652863753, 0, 0);
}
.contact_wrapper .contact address {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  line-height: 1.2;
}
.contact_wrapper .contact address svg {
  color: rgb(35, 114, 187);
}
.contact_wrapper .contact .contact_btn {
  width: 223px;
  padding: 12px 20px;
  border-radius: 100px;
  border: 1px solid rgb(35, 114, 187);
  font-size: 16px;
  color: rgb(35, 114, 187);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
.contact_wrapper .contact .contact_btn_two {
  width: 223px;
  padding: 12px 20px;
  border-radius: 100px;
  background-color: rgb(35, 114, 187);
  font-size: 16px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.contact_wrapper .contact a.header_btn {
  width: 223px;
  padding: 12px 20px;
  border-radius: 100px;
  background-color: rgb(35, 114, 187);
  font-size: 16px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}


.contact_wrapper .contact .phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.contact_wrapper .contact .contact_phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 32px;
  color: rgb(35, 114, 187);
  line-height: 0.506;
  font-weight: 800;
}
.contact_wrapper .contact .contact_phone svg {
  font-size: 25px;
}
.contact_wrapper .contact .contact_social svg {
  font-size: 25px;
  color: rgb(35, 114, 187);
}
.contact_wrapper .contact p {
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
}
.contact_wrapper iframe {
  width: 100%;
  height: 900px;
}
.contact_wrapper .map {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 1350px) {
  .main .home_bg {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .accordion_main {
    padding: 150px 0;
  }
  .accordion_main .accordion_bg {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .accordion_main .accordion {
    padding-top: 0;
    gap: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .swiper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .swiper button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: red;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    opacity: 0.749;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.21);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper button svg {
    font-size: 30px;
    color: #2372bb;
  }
  .swiper .next {
    right: 0;
  }
  .swiper .prev {
    left: 0;
  }
  .swiper .prev svg {
    transform: rotate(180deg);
  }
  header {
    padding-top: 50px;
	  	  /*background-color: #3857c7; */
        position: absolute;
        width: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
  }
  header .main_container {
    flex-direction: column;
  }
  header .header_logo {
    order: 1;
  }
  header .header_logo h6 {
    font-size: 10px;
  }
  header .header_logo img {
    width: 184px;
  }
  header .header_contact {
    order: 2;
    font-size: 20px;
  }
  header .header_contact svg {
    font-size: 20px;
  }
  header .header_social_media {
    flex-direction: column;
    order: 3;
  }
  header .header_social_media svg {
    font-size: 20px;
  }
  header .header_social_media .header_btn {
    height: 30px;
/*    width: 184px;*/
    padding: 5px 35px;
    font-size: 13px;
  }

header .header_social_media a.header_btn {
    height: 30px;
/*    width: 184px;*/
    padding: 5px 35px;
    font-size: 13px;
}

  .home_under .home_under_center {
    transform: translateY(0);
  }
  .home_under .home_under_cards {
    gap: 20px;
  }
  .home_under .home_under_card_end {
    width: 100%;
  }
  .home_under .home_under_card {
    width: 33.3333333333%;
    gap: 30px;
  }
  .home_under .home_under_card img {
    width: 80px;
  }
  .home_under .home_under_card h6 {
    font-size: 15px;
  }
  .accordion_main .accordion-item-header {
    font-size: 18px;
    padding: 17px 20px;
  }
  .accordion_main .accordion-item-header::after {
    display: none;
  }
  .accordion_main .accordion-item-body ul {
    padding: 0 20px 20px 0;
    gap: 20px;
  }
  .accordion_main .accordion-item-body ul li {
    font-size: 14px;
  }
  .cards {
    padding: 50px 0 10px 0;
  }
  .cards .main_container {
    display: none;
  }
  .cards .cardsSwiper {
    display: block;
  }
  .cards .cardsSwiper .img_card_center {
    padding-top: 0;
  }
  .cards .cardsSwiper h6 {
    font-size: 20px;
  }
  .comment {
    padding: 200px 0 150px 0;
  }
  .comment .comment_bg {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .comment .commentSwiper {
    display: block;
  }
  .comment .comment_cards {
    display: none;
  }
  .comment h3 {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .comment .comment_card_center {
    margin-top: 0;
  }
  .comment .comment_card {
    padding: 30px 15px;
    min-height: 250px;
  }
  .comment p {
    font-size: 16px;
  }
  .comment h6 {
    font-size: 16px;
  }
  .gallery {
    padding: 40px 0 10px 0;
  }
  .gallery .main_container .gallery_card {
    display: none;
  }
  .gallery .gallerySwiper {
    display: block;
  }
  .gallery .gallerySwiper img {
    width: 100%;
  }
  .contact_wrapper {
    position: static;
    padding-bottom: 0;
    margin-bottom: 382px;
  }
  .contact_wrapper .contact {
    padding: 200px 0 100px 0;
  }
  .contact_wrapper .contact .main_container {
    gap: 30px;
  }
  .contact_wrapper .contact .contact_bg {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact_wrapper .contact h3 {
    font-size: 36px;
  }
  .contact_wrapper .contact .contact_logo h6 {
    font-size: 10px;
  }
  .contact_wrapper .contact .contact_logo img {
    width: 188px;
  }
  .contact_wrapper .contact address {
    font-size: 16px;
  }
  .contact_wrapper .contact .contact_btn,
  .contact_wrapper .contact .contact_btn_two {
    white-space: nowrap;
    width: 182px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }
  .contact_wrapper .contact .phone .contact_phone {
    font-size: 20px;
  }
  .contact_wrapper .contact p {
    font-size: 14px;
  }
  .contact_wrapper .contact p br {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .main_modal {
    width: 95%;
    padding: 30px 20px;
    gap: 15px;
  }
  .main_modal input {
    border-radius: 15px;
    padding: 12px;
    height: 33px;
    font-size: 13px;
  }
  .main_modal textarea {
    border-radius: 15px;
    padding: 12px;
    height: 140px;
  }
  .main_modal button {
    margin: 15px auto 0 auto;
    font-size: 13px;
    height: 33px;
    width: 183px;
  }
}
@media only screen and (max-width: 400px) {
  .main {
    height: 110vh;
            margin-top: -20px;
  }
  .main .home_bg {
    display: none;
  }
  .main .home_media_bg {
    display: block;
    width: 100%;
    height: 100%;
  /*  -o-object-fit: contain;
       object-fit: contain; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .home {
    bottom: 0;
  }
  .home .main_container {
    padding: 0;
  }
  .home .search_home_desktop {
    display: none;
  }
  .home .search_home_media {
    height: 160px;
    width: 100%;
    display: block;
  }
  .comment {
    padding: 150px 0;
  }
  .home_under {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 420px) {
  .main {
    overflow: hidden;
  }
  .main .home_media_bg {
/*    top: 40px;*/
  }
}/*# sourceMappingURL=style.css.map */

/* Форма */
.wpcf7-text, .wpcf7-textarea  {
width: 100%;
padding: 10px 15px;
border-radius: 30px;
border: 2px solid #cdcdcd;
margin-bottom: 15px;
}
 
form {
margin-top: 30px;
}
 
.wpcf7-submit {
background: #fff;
border: none;
text-align: center;
color: #000;
padding: 7px 20px 10px 20px;
border-radius: 30px;
font-size: 25px;
}
 
.modal-body  .wpcf7-submit {
border: 1px solid #000;
}
/* Форма */
.accordion_main .accordion-item-body p {
list-style-position: inside;
list-style-type: disc;
font-size: 24px;
color: #000;
font-weight: bold;
line-height: 1.2;
margin: 1em 0;
}