body {
   max-width: 640px;
   margin: 0 auto;
   overflow: hidden;
   background: url("images/bg-main.jpg");

   background-attachment: fixed;
   background-size: cover;
}

@font-face {
  font-family: 'Wedd';
  src: url('AnnabelleCyr.ttf') format('ttf'), url('Annabelle.otf') format('otf'), url('Annabelle.woff2') format('woff2');

}


/*  LOAD SITE  START */

.load-block {
    left: 0; 
    top: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    background: #fee4e3;
    height: 100%;
    width: 100%;
   text-align: center;
}

.load-block p {
    padding-top: 150px; 
    font-size: 42px;
    margin-bottom: 50px;
    font-family: "Wedd";
  font-weight: 400;
  font-style: normal;
}

.load-block p:after {
   content:"|";
   font-family: "Tahoma";
   animation: blink 0.7s infinite;
}

.load-block img {
    width: 40%;
    display: inline-block;
    animation: SBS 1.5s infinite linear;
}

@keyframes SBS {
   0% {transform:rotate(0deg);animation-timing-function:linear;}
   25% {transform:rotate(10deg);animation-timing-function:linear;}
   50% {transform:rotate(0deg);animation-timing-function:linear;}
   75% {transform:rotate(-10deg);animation-timing-function:linear;}
   100% {transform:rotate(0deg);}
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}



/* LOAD SITE END##  */



 

 /* Block 1 */
 
 .s1 {
   background: url("images/fon.jpeg") -100px center no-repeat;
    min-height: 730px;
    background-size: cover;
    padding-top: 60px;
 } 

 .s1 .wife, .s1 .husband, .s1 .and {
   font-family: "Wedd";
   font-size:90px;
   font-weight: 300;
   line-height: 1;
   padding: 0 30px;
   position: relative;

   text-align: center;
 } 

.s1 .and {
   text-align: center;
    opacity: 0.3;
    font-size: 80px; 
    font-family: auto;
}

.s1 .date { 
    text-align: center;
    font-size: 23px;
    margin-top: 30px;
}



/* Block 2 */


.s2 .friend {
    text-align: center;
    font-size: 38px;
    font-style: italic;
    font-weight: 400;
    /* border-top: 5px dotted; */
    /* border-bottom: 5px dotted; */
    padding: 25px 0;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.2;
}

.s2 .solid {
    width: 50%;
    background: #ccc;
    height: 2px;
    display: inline-block;
    margin: 0 auto;
}

.s2 .info {
   font-size: 22px;
    font-weight: 300;
}


/*  Block 3 */

.s3 {

}

.s3 .title {
    font-family: "Wedd";
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    /* border-top: 5px dotted; */
    /* border-bottom: 5px dotted; */
    padding: 25px 0;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.2;
}

.s3 img {
    width: 90%;
    margin: 0 auto;
    border-radius: 100%;
}


/* Block 4 */

.s4 {
background: rgb(103 105 86);
    margin-top: 60px;
    padding-bottom: 30px;
    color: #f6f6f6;
}

.s4 .h2 {
    text-align: center;
    
}
.s4 .info {
    text-align: center;
    font-size: 22px;
     font-weight: 300;

    
}



/* Block 5 */


.s5 .title {
    text-align: center;
    font-size: 38px;
    font-style: italic;
    font-weight: 400;
    /* border-top: 5px dotted; */
    /* border-bottom: 5px dotted; */
    padding: 25px 0;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.2;
}

.s5 .solid {
    width: 50%;
    background: #ccc;
    height: 2px;
    display: inline-block;
    margin: 0 auto;
}

.s5 .info {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
}



/* Block 6 */

.s6 {
    margin-bottom: 40px;
}

.s6 .title {
    text-align: center;
    font-size: 38px;
    font-style: italic;
    font-weight: 400;
    /* border-top: 5px dotted; */
    /* border-bottom: 5px dotted; */
    padding: 25px 0;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.2;
}

.s6 .solid {
    width: 50%;
    background: #ccc;
    height: 2px;
    display: inline-block;
    margin: 0 auto;
}

.s6 .table {
    font-weight: 300;
    color:#666!important;
    margin-top: 40px;
    width: 100%;
}


.s6 .table > div:nth-child(2) {
    padding-left: 20px;
}

/* Block 7 */



.s7 {
    background: #fee4e3;
    padding-bottom: 40px;
}


.s7 .title {
    text-align: center;
    font-size: 38px;
    font-style: italic;
    font-weight: 400;
    /* border-top: 5px dotted; */
    /* border-bottom: 5px dotted; */
    padding: 25px 0;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.2;
}

.s7 .solid {
    background: url(images/bg-line.png) center center no-repeat;
    height: 50px;
    display: block;
    margin: 0 auto;
    width: 70%;
    background-size: contain;
}

.s7 form p {
font-size: 22px;
    margin-bottom: 12px;
    margin-top: 30px;
}

.s7 form label {
    margin-left: 10px;
}

.s7 .info {
    text-align: center;
    font-size: 20px;
}


.gis2{
    color: #c00;
}


.s8 {
    background: url('images/fon2.jpg') center center no-repeat;
    background-size: cover;
}

.s8 > div {
    background: #2f3026bf;
    padding: 24px 0 100px;
}

.s8 .title {
    text-align: center;
    font-size: 38px;
    font-style: italic;
    font-weight: 400;
    /* border-top: 5px dotted; */
    /* border-bottom: 5px dotted; */
    padding: 25px 0;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.2;
    color: white;
}

.s8 .solid {
    width: 50%;
    background: white;
    height: 2px;
    display: inline-block;
    margin: 0 auto;
}

.s8 .info {
   font-size: 22px;
    font-weight: 300;
    color: white;
    text-align: center;
}

.s8 a {color:white;}

.s8 a.callme {
    display: inline-block;
    width: 60%;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    margin-top: 10px;
    background: #ffffff;
    border-radius: 15px;
    /* border: 2px solid #00000021; */
    color: #666;
}

/* Form CSS */

      .checkbox > *, .radio > *{
        vertical-align: middle;
      }

      input[type="checkbox"],
      input[type="radio"] {
        accent-color: #e29f9c;
        width: 20px;
        height: 20px;
      }

      input:not(:disabled),
      input:not(:disabled) ~ * {
        cursor: pointer;
      }

      input[type="text"] {
        width: 100%;
    padding: 10px;
    font-size: 20px;
    border-radius: 10px;
    border: 2px solid #e29f9c;
    outline: none;
}
      }

      @media (width <= 768px) {

        fieldset {
          min-width: initial;
          width: 100%;
        }
      }

      button {
        width: 100%;
    height: 50px;
    font-size: 22px;
    margin-top: 30px;
    background: #e29f9c;
    border-radius: 15px;
    border: 2px solid #00000021;
    color: white;
      }


/*
 
.main { 
   display: inline-block;
   max-width: 320px;
}

.name {
   font-size:40px;
   font-style: italic;
   font-weight: 300;
}

.x1 {
   position: relative;
   text-align: center;
   font-size: 21px;
   padding: 0;
   line-height: normal;
   width: 100%;
}

.x1:after {
    content: "";
    border-top: 2px solid #666;
    width: 100%;
    display: block;
    position: absolute;
    top: -10px;
   
}

.x1:before {
    content: "";
    border-top: 2px solid #666;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -8px;
   
}

.x2 {
    font-size: 80px;
    text-align: center;
    line-height: 1;
}

.x2 div {
   font-size: 25px;
    font-weight: 300;
}

.timer {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
}





a {
   display: inline-block;
    height: 60px;
    background: #f33e3e;
    width: 75%;
    line-height: 60px;
    font-size: 28px;
    color: #fff;
    border-radius: 10px;
    font-weight: 300;
}

.pod {
   font-style: italic;
    font-size: 20px;
    /* text-decoration: underline; *
    font-weight: 300;
}

.h2 {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 0;
}

.we {
   width: 60%;
display: inline-block;
   border-radius: 30px;
}


.btn2 {
   background: #ababab;
}*/