@import url('https://fonts.googleapis.com/css2?family=Sanchez:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luxurious+Script&display=swap');

body{
    direction: ltr;
    font-family: 'Sanchez', sans-serif !important;
    font-size:  15px;
    margin: 0;
    padding: 0;
    
}

a {
   
    text-decoration: none;
    cursor: pointer;
}
.but,
button {
  outline: none;
  border: none;
  background: inherit;
  padding:  14px;
  box-sizing: border-box !important;
}
.button-1 {
    --primary-color: #ff7f50;
    --secondary-color: #ffa07a;
    --border-radius: 8px;
    --shadow-color: rgba(0, 0, 0, 0.2);
    --shadow-offset: 2px;
    --shadow-blur: 4px;
    --ripple-color: rgba(255, 255, 255, 0.5);
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: var(--border-radius);
    color: white;
    font-size: 18px;
    padding: 13px  25px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--shadow-offset) var(--shadow-offset) var(--shadow-blur) var(--shadow-color);
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
  }

  .button-1:hover {
    transform: scale(1);
    background: linear-gradient(to right, var(--secondary-color), var(--primary-color));
  }

  .button-1:focus {
    outline: none;
  }

  .button-1:active {
    animation: ripple 0.6s ease-out;
  }

  @keyframes ripple {
    to {
      transform: scale(1);
      opacity: 0;
    }
  }

  .button-1::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: var(--ripple-color);
    border-radius: 50%;
    opacity: 0.5;
  }

  .button-1:active::after {
    width: 100%;
    height: 100%;
    transition: width 0.3s ease-out, height 0.3s ease-out;
  }


    .button-2 {
      background-color: #c43f3f;
      color: #fff;
      font-size:  19px;
      font-weight:  700;
      border: none;
      border-radius: 8px;
      padding: 13px 25px;
      text-transform: uppercase;
      letter-spacing: 1px;
      box-shadow: 0px 4px 0px #a13333;
      transition: all 0.2s ease-in-out;
    }
  
    .button-2:hover {
      background-color: #a13333;
      box-shadow: 0px 2px 0px #751c1c;
      transform: translateY(2px);
    }

.button-3 {
  border: none;
  background-color: seagreen;
  color: white;
  font-size: 18px;
  font-weight:700;
  padding:  13px 25px;
  border-radius: 13px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transform: translate(1) translate(0, 0);
  transition: transform 225ms, box-shadow 225ms;
}

.button-3:hover {
  transform: scale(1.05) translate(0, -0.15rem);
  box-shadow: 0 0.5rem  15px rgba(0, 0, 0, 0.35);
}

.button-3:active {
  transform: scale(1) translate(0, 0.15rem);
  box-shadow: 0 0.5rem  15px rgba(0, 0, 0, 0.15);
}

.button-4 {
  position: relative;
  padding: 14px 32px;
  font-size:  19px;
  border:  1px solid #002B5B;
  text-transform: uppercase;
  cursor: pointer;
  border-radius:  15px;
  transition: all 0.5s;
  z-index: 1;
}

.button-4:hover {
  transform: scale(1.1);
  color: #fff;
  transition: all 0.5s;
}

.button-4::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 0%;
  height: 100%;
  border-radius: 15px;
  background: linear-gradient(#002B5b, #EA5455);
  transition: all 0.5s;
  z-index: -1;
}

.button-4:hover::after {
  top: 0%;
  left: 0%;
  width: 100%;
  transition: all 0.5s;
}
.button-5   {
    width: fit-content;
    height: 55px;
    background: #ffffff0d;
    border-radius: 8px;
    border: 1px solid #334b79;
    font-size: 13px;
    font-weight: bold;
    color: #334b79;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: relative;
    overflow: hidden;
    padding: 6px 21px;
    z-index: 1;
  }

    .button-5:before {
    width: 50%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: -50%;
    background: #334b79;
    transition: all 0.5s ease;
    z-index: -1;
  }

    .button-5:after {
    width: 50%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 100%;
    background: #334b79;
    transition: all 0.5s ease;
    z-index: -1;
  }

    .button-5:hover {
    color: white;
    cursor: pointer;
  }

    .button-5:hover:before {
    top: 0;
    left: 0;
  }

    .button-5:hover:after {
    top: 0;
    left: 50%;
  }
.stayl-padding {
    padding: 52px 0;
}
.stayl-margin {
    margin: 52px 0;
}
.stayl-title {
    padding-top: 19px;
    padding-bottom: 19px;
    color: #000000;
    text-align: start;
    font-weight: bold;
}
.white {
    color: white;
}
a {
    color: #242e31;
    text-decoration: none;
    font-weight: 700;
}
.newsletter-info{
    display: flex;
    flex-direction: column;
}
.form-check{
    margin: 14px 0px;
}
.input-control-area_control{
    display: block;
    width: 100%;
    padding:  13px 15px;
    font-size: 15px;
    font-weight:300;
    line-height: 1.2;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px dashed #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 13px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 14px 0px;
}
.textarea-control-area_control{
    width: 100%;
    border: 1px dashed #ced4da;
    border-radius: 13px;
    padding: 13px 15px;
}

.header-main {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    height: fit-content;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    display: flex;
    padding: 6px 0;
    align-items: center;
    justify-content: space-between;

}
.container-hed {
    width: 100%;
    max-width: 1256px;
    margin: 0 auto;
    padding: 0 14px;
    position: relative;
}
.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-wrapper {
    width: 100%;
}

.header__nav {
    position: absolute;
    display: block;
}
.header__nav ul {
    margin: 0 !important;
}
.header__menu {
    display: flex;
    position: relative;
    z-index: 2;
}
.header__menu ul {
    margin: 0;
}
.header__menu li {
    list-style: none;
    margin: 0px 0px 0px 36px;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

.content-wrapper {
    margin-top: 67px;
    padding: 6px;
    line-height: 34px;
}

@media(max-width: 1200px) {
    .header__nav {
        display: block;
        position: absolute;
        top: 80px;
        left: 0;
        background: rgb(245, 246, 246);
        box-shadow: #ccc;
        width: 100%;
        box-shadow: 0 4px 1px -1px rgba(36, 36, 36, 0.37);
        transition: all 0.4s ease;
        left: -100%;
    }

    .header__menu {
        display: block;
    }

    .header__nav.open-menu {
        left: 0;
    }

    .header__menu li {
        margin: 34px 0px 34px 25px;
        font-size: 13px;
    }

    .menu-burger__header {
        position: relative;
        width: 55px;
        height: 35px;
        display: block;
        margin-left: 14px;
    }

    .menu-burger__header span,
    .menu-burger__header:after,
    .menu-burger__header:before {
        height: 3px;
        width: 100%;
        position: absolute;
        background: #515758;
        margin: 0 auto;
    }

    .menu-burger__header span {
        top: 16px;
    }

    .menu-burger__header:after,
    .menu-burger__header:before {
        content: '';
    }

    .menu-burger__header:after {
        bottom: 5px;
    }

    .menu-burger__header:before {
        top: 5px;
    }

    .menu-burger__header.open-menu span {
        opacity: 0;
        transition: 0.5s;
    }

    .menu-burger__header.open-menu:before {
        transform: rotate(38deg);
        top: 16px;
        transition: 0.4s;
    }

    .menu-burger__header.open-menu:after {
        transform: rotate(-38deg);
        bottom: 16px;
        transition: 0.4s;
    }

    header {
        height: 60px;
    }

    .content-wrapper {
        margin-top: 48px;
    }

    .fixed-pade {
        overflow: hidden;
    }
}

.header-logo-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    padding: 14px;
}
.header-title {
    font-size: 21px;
    padding: 6px;
}
.header-logo img {
    height: 55px;
}
.header-dop-main {
    background-color: #21094E;
}
.header-dop-back {
    padding-top: 96px;
    background-image: url(media/fade-overlay_1366x7680.png);
    background-position: center;
    background-size: cover;
}
.header-dop {
    min-height: 301px;
    display: flex;
    align-items: center;
    padding: 26px  14px;
    gap: 26px;
}
.header-dop-img {
    flex: 1;
    display: flex;
    gap: 19px;
}
.header-dop-img img {
    flex: 1;
    height: auto;
    width: 50%;
    object-fit: cover;
}
.header-dop-img-two {
    display: flex;
    flex: 1;
    gap: 19px;
}
.header-dop-img-two img {
   height: 147px;
    width: 100%;
    object-fit: cover;
}
.header-dop-content {
    flex: 1;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 19px;
}
.header-dop-content-title {
    font-size: 25px;
}
.header-dop-content-contakt {
    font-size: 25px;
    display: flex;
    align-items: center;
    gap: 19px;
}
.header-dop-content-contakt div {
    display: flex;
    align-items: center;
    text-align: center;   
    gap: 19px;
}
.header-dop-content-text {
    text-align: center;
}


.blog-osnov {
    display: flex;
    gap: 26px;
}
.blog-box {
    display: flex;
    gap: 26px;
}
.blog {
    display: flex;
    gap: 19px;
}
.blog-img {
    display: flex;
    flex: 1;
    justify-content: center;
}
.blog-img img {
    height:  442px;
    width: 100%;
    object-fit: contain;
}
.blog-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 19px;
    gap: 19px;
}
.blog-content-title {
    text-align: start;
    font-size: 21px;
    color:  #000000;
}
.blog-content-dop {
    display: flex;
    justify-content: space-between;
    gap: 19px;
}
.blog-content-dop div  {
    display: flex;
    align-items: center;
    gap: 19px;
}
.blog-content-dop i {
    font-size: 21px;
    color:  #000000;
}
.blog-content-icon {
    display: flex;
    justify-content: space-between;
    gap: 19px;
}
.blog-content-icon div {
    display: flex;
    align-items: center;
    gap: 19px;
}
.blog-content-icon i {
    font-size: 21px;
    color:  #000000;
}

.blog-content-text-more {
    border-bottom: 2px dashed;
    color:  #000000;
}


.news-main {
    background-color: #21094E;
}
.news-back {
    background-image: url(media/fade-overlay_1366x7681.png);
    background-position: center;
    background-size: cover;
}
.news-osnov {
    display: flex;
    gap: 26px;
}
.news-osnov-video {
    flex: 1;
    display: flex;
    justify-content: center;
}

.news-osnov-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
}
.news-osnov-article {
    flex: 1;
    display: flex;
    color: #fff;
    gap: 19px;
}
.policy-block{
word-break: break-word;
}
.policy-block ul li,
.policy-block ol li {
  margin-bottom: 4px;
}
.policy-block ul,
.policy-block ol {
  margin-bottom: 15px;
  padding-left:  19px;
  list-style: inside;
}
.policy-block a,.policy-block table{
color: inherit;
}
.policy-block p{
margin-bottom:  6px;
text-indent: 3ch;
}

.blog-art {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 19px;
}
.img-news img {
    height: 219px;
    object-fit: cover;
    width: 100%; 
}
.blog-art-content-dop i {
    color: #fff;
}
.blog-art-content-icon i {
    color: #fff;
}
.blog-art-content-title {
    color: #fff;
    border-bottom: 2px dashed;
    text-align: start;
    font-size: 21px;
}

.newsletter-main {
    background-color: #21094E;
}
.form-newsl {
    width: 50%;
    display: flex;
    justify-content: center;
}

.newsletter-main a {
    width: 50%;
}

.newsletter-info {
    flex: 1;
    background-color: #fff;
    padding: 26px;
    
}
.newsletter-info h4 {
    color:  #000000;
}
.newsletter-button {
    display: flex;
    justify-content: center;
}
.reader-osnov {
    display: flex;
    justify-content: center;
    gap:  19px;
    margin-top: 26px;
}
.archive-osnov {
    display: flex;
    gap:  26px;
}
.archive-osnov-box {
    display: flex;
    gap:  26px;
}
.archive-art {
    display: flex;
    flex: 1;
    padding: 19px;
    gap:  19px;
}
.archive-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    gap:  19px;
}
.archive-title {
    border-bottom: 2px  dashed;
    text-align: start;
    font-size: 21px;
    color:  #000000;
}
.archive-content-dop {
    display: flex;
    gap:  19px;
    justify-content: space-around;
}

.archive-content-dop div {
    display: flex;
    gap:  19px;
}
.archive-content-dop i {
    font-size: 21px;
}
.archive-content-icon {
    display: flex;
    justify-content: space-around;
    gap:  19px;
}
.archive-content-icon div {
    display: flex;
    gap:  19px;
}
.archive-content-icon i {
    font-size: 21px;
}
.archive-content-img {
    flex: 1;
    display: flex;
    justify-content: center;
}
.archive-content-img img {
    object-fit: cover;
    height: 219px;
    width: 100%;
}
.reader-box {
    display: flex;
    flex: 1;
    align-items: center;
    box-shadow: 13px 13px 36px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 19px;
    gap:  26px;
}
.reader-box-img {
    flex-shrink: 0;
}
.reader-box-img img {
    height: 93px;
    border-radius:0%;
}
.reader-box-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap:  19px;
}
.reader-box-content div {
    text-align: center;
    display: flex;
    align-items: center;
    gap:  19px;
}
.reader-box-content div {
    font-size: 21px;
}
.reader-box-content i {
    font-size: 21px;
}





.footer-main {
    background-color: #21094E;
}
.footer-osnov {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap:  26px;
}
.footer-politik {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap:  19px;
}
.footer-politik i {
    font-size: 34px;
}

.footer-logotip-contakt {
    display: flex;
    text-align: center;
    align-items: center;
    gap:  19px;
}
.footer-logotip-contakt div {
    align-items: center;
    word-break: break-word;
    display: flex;
    gap:  19px;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-logotip {
    display: flex;
    flex: 1;
    gap:  26px;
}
.footer-logotip-contakt i {
    font-size: 25px;
}
.footer-menu {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap:  19px;
}
.dop-pages-text {
    text-align: justify;
    word-wrap: break-word;
}
.page-osnov {
    display: flex;
    gap:  19px;
}
.page-osnov-img {   
    display: flex;
    justify-content: center;
    align-items: center;
    height: 301px;
}
.page-osnov-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.page-osnov-text {
    flex: 1;
    text-align: justify;
}
.page-osnov-dop {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap:  19px;
}
.same-main-box {
    margin-top: 26px;
    display: flex;
    flex: 1;
    gap:  26px;
}
.same-main-box-art {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap:  26px;
}
.same-main-box-content-img {
    display: flex;
    flex: 1;
    justify-content: center;
}
.same-main-box-content-img img {
    object-fit: contain;
    height: 301px;
    width: 100%;
}
.same-main-box-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap:  19px;
}
.same-main-box-content-text {
    text-align: justify;
}
.same-main-box-title {
    text-align: start;
    border-bottom:2px dashed;
    font-size: 21px
    color:  #000000;
}
.forma-add-comment {
    padding:  21px;
     margin: 26px 0;
    box-shadow: 13px 13px 36px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.col {
    margin-bottom: 18px;
}
.header-dop-content-contakt a{
    color: white;
}
.comment-osnov {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.priva-padd{
   padding: 83px  14px; 
}

.comment {
    display: flex;
    background-color: white;
    padding: 19px;
    gap: 19px;
    box-shadow: 13px 13px 36px  rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.comment-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 19px;
    justify-content: space-around;
}

.comment-name {
    color: #000000;
     font-size: 21px;
}
.comment-img {
    flex-shrink: 0;
}
.comment-img i {
    font-size: 67px;
    color: #000000;
}
.comment-img-new {
    height: 93px;
    border-radius:0%;
}
.comment-text-new {
    padding: 19px 0;
}
.comment-bop {
    display: flex;
    justify-content: space-between;
    gap: 19px;
    align-items: center;
}


.kontakt-main {
    display: flex;
    gap: 26px;
}
.form-map {
    display: flex;
    align-items: center;
    gap: 26px;
}
.karta {
    flex: 1;
}
.form-contakt {
    flex: 1;
    padding:  21px;
    box-shadow:13px 13px 36px  rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.flex-section-group{
    display: flex;
    flex-direction:  column;
}

.kontakt-info {
    padding: 26px;
    box-shadow: 13px 13px 36px  rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}

.kontakt-box-contact {
    display: flex;
    flex: 1;
    gap: 26px;
}
.kontakt-box-contact i {
    font-size: 47px;
    color:  #000000;
}
.kontakt-box-osnova {
     display: flex;
     font-size: 21px;
     flex-direction: column;
    gap: 19px;
}
.kontakt-box-osnova-title {
    color:  #000000;
}
.kontakt-box-osnova-text {
    border-bottom:2px dashed;
    word-break: break-word;
}
.price {
     color:  #000000;
}


@media (max-width: 1200px) {
    .blog {
        flex-direction: column !important;
    }
    .news-osnov {
        flex-direction: column !important;
    }
    .blog-art {
        flex-direction: column !important;
    }
    .footer-osnov {
        flex-direction: column !important;
    }
    .footer-politik {
        flex-direction: row !important;
    }
   
    .footer-menu {
        flex-direction: row !important;
    }
    .news-osnov-article {
        flex-direction: row !important;
    }
    .form-map {
        flex-direction: column !important;
    }
    .karta {
        width: 100%;
    }
    .form-contakt {
        width: 100%;
    }
    .kontakt-box-contact {
        flex-direction: column !important;
        align-items: center;
    }
    .kontakt-box-osnova {
        text-align: center;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .art-var2 {
        flex-direction: column-reverse !important;
    }
    .header-dop {
        flex-direction: column !important;
    }
    .blog-box {
        flex-direction: column !important;
    }
    .form-newsl {
        width: 100%;
    }
    .reader-osnov {
        flex-wrap: wrap;
    }
    .archive-art {
        flex-direction: column !important;
    }
       
    .news-osnov-article {
        flex-direction: column !important;
    }
    .page-osnov {
        flex-direction: column !important;
    }
    .same-main-box {
        flex-direction: column !important;
    }
    .kontakt-info {
        flex-direction: column !important;
    }
    .footer-logotip-contakt {
        flex-direction: column !important;
    }
    
}
@media(max-width: 767px) {
    .footer-politik {
        flex-direction: column !important;
    }
    .archive-osnov-box {
        flex-direction: column !important;
    }
    .footer-menu {
        flex-direction: column !important;
    }
    .same-main-box-art {
        flex-direction: column !important;
    }
    .art-var2 {
        flex-direction: column-reverse !important;
    }
    .newsletter-main a {
        width: 100%;
    }
}
@media(max-width: 571px) {
    .header-dop-content-title {
        font-size: 18px;
    }
    .header-dop-content-contakt {
        font-size: 13px;
    } 
    .header-dop-content-text {
        font-size: 13px;
    }
    .page-osnov-img{
        height: auto;
    }
    .reader-osnov {
        flex-direction: column !important;
    }
    .header-dop-content {
        padding: 0 19px;
    }
    .blog-content-dop {
        align-items: center;
        flex-direction: column !important;
    }
    .blog-content-icon {
        align-items: center;
        flex-direction: column !important;
    }
    .reader-box {
        align-items: center;
        flex-direction: column !important;
    }
    .comment {
        flex-direction: column !important;
    }
    .comment-bop {
        flex-direction: column !important;
        align-items: flex-start;
    }
    .kontakt-box-osnova {
        white-space: wrap;
    }
    .archive-content-dop {
        flex-direction: column !important;
        align-items: center;
    }
    .archive-content-icon {
        flex-direction: column !important;
            align-items: center;
    }
    .blog-img img{
        height: auto;
    }

}
@media(max-width: 430px) {
    .header-dop-content-contakt div {
        flex-direction: column !important;
    }
    .kontakt-box-osnova-text{
        font-size: 13px;
    }
}