.subscribe-embedded-form {
    font-size: 14px;
    background: linear-gradient(#4d2c0b, #59330c, #6b3e0f, #9c5914) fixed;
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    color: #333;
}
.subscribe-embedded-form p {
  margin-top: 0;
  margin-bottom: 15px;
}
.subscribe-embedded-form .form-group {
  margin-bottom: 20px;
}
.subscribe-embedded-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: bold;
}
.subscribe-embedded-form .form-control {
    display: block;
    width: 330px;
    height: 36px;
    padding: 7px 12px;
    font-size: 23px;
    line-height: 1.5384616;
    color: #663624;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}










.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
  position: relative;
  /*opacity: 0.65;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("nature1.jpg");
  min-height: 100%;
  background-position: center;
}

.bgimg-2 {
  background-image: url("nature2.jpg");
  min-height: 500px;
  background-position: center;
}

.bgimg-3 {
  background-image: url("nature3.jpg");
  min-height: 500px;
  background-position: center;
}

.bgimg-4 {
  background-image: url("nature.jpg");
  min-height: 500px;
  background-position: right;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fbff00;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}



#anim_block{position:absolute;width:100рх;top:50px;left:0; right:0; margin:auto; }

.pullUp{
    animation-name: pullUp;
    -webkit-animation-name: pullUp; 
 
    animation-duration: 3s; 
    -webkit-animation-duration: 3s;
 
    animation-timing-function: ease-out;    
    -webkit-animation-timing-function: ease-out;    
 
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;         
}
 
@keyframes pullUp {
    0% {
        transform: scaleY(0.1);
    }
    40% {
        transform: scaleY(1.02);
    }
    60% {
        transform: scaleY(0.98);
    }
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(0.98);
    }               
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(1);
    }                           
}
 
@-webkit-keyframes pullUp {
    0% {
        -webkit-transform: scaleY(0.1);
    }
    40% {
        -webkit-transform: scaleY(1.02);
    }
    60% {
        -webkit-transform: scaleY(0.98);
    }
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(0.98);
    }               
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(1);
    }       
}





.card_text_block:before {
    content: " ";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background: #ff0303;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(34, 34, 34);
    animation: template_wave_blink 1s infinite;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: template_wave_blink;
    vertical-align: middle;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;}
@-webkit-keyframes name{0%{background:#ff0303}50%{background:#8dff00}100%{background:#ff0303}}@-moz-keyframes name{0%{background:#ff0303}50%{background:#8dff00}100%{background:#ff0303}}@-ms-keyframes name{0%{background:#ff0303}50%{background:#8dff00}100%{background:#ff0303}}@-o-keyframes name{0%{background:#ff0303}50%{background:#8dff00}100%{background:#ff0303}}@-moz-keyframes template_wave_blink{0%{background:#ff0303}50%{background:#8dff00}100%{background:#ff0303}}@-webkit-keyframes template_wave_blink{0%{background:#ff0303}50%{background:#8dff00}100%{background:#ff0303}}



  


.preview-block__btn2 {
    max-width: 100%;

}

.custom-btn2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: transparent;
 
}

.custom-btn2:after {
    content: ""; 
    width: 30px; /* толщина блика */
    height: 300px;
    margin-left: 30px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme2;
    animation-name: slideme2;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme2 { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } } 




body{margin:0;overflow-x:hidden}
header{position:fixed; top:0px; z-index:200;width:100%;display:table;background-color:#4D2C0B;opacity: 0.9;margin-bottom:50px}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.toggle-icon{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 251, 0, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");width:30px;
    height:30px;position:absolute;}
@media (min-width: 1200px) {
.container{max-width:1140px}
}
#logo{float:left;font-size:25px;text-transform:uppercase;color:#EBF06A;font-weight:600;text-decoration:none;padding:11px 0}
nav{width:auto;float:right;margin-top:7px}
nav ul{display:table;float:right;margin:0;padding:0}
nav ul li{float:left;list-style-type:none}
nav ul li:last-child{padding-right:0}
nav ul li a{color:#DDDDDD;font-size:19px;padding:7px 19px;display:inline-block;text-decoration:none}
nav ul li a:hover{background-color:#384D0B;color:#EBF06A;text-decoration:underline}
input[type=checkbox],label{display:none}
@media only screen and (max-width: 980px) {
header{padding:20px 0}
#logo{padding:0}
input[type=checkbox]{position:absolute;top:-9999px;left:-9999px;background:none}
input[type=checkbox]:fous{background:none}
label{float:right;display:inline-block;cursor:pointer;margin-right:65px}
input[type=checkbox]:checked ~ nav{display:block}
nav{display:none;position:absolute;right:0;top:50px;background-color:#4D2C0B;padding:0;z-index:99}
nav ul{width:auto}
nav ul li{float:none;padding:0;width:100%;display:table}
nav ul li a{color:#DDDDDD;font-size:15px;padding:10px 30px;display:block;border-bottom:1px solid rgba(225,225,225,0.1)}
}
@media only screen and (max-width: 360px) {
label{padding:5px 0}
#logo{font-size:20px;text-shadow:3px 3px 2px #4D2C0B;}
nav{top:47px}
}






























