.wrapper_head {
    background-image: url(../img/bg-1.4.jpg);  
    height: 800px;
    background-position: center;
    background-size: cover;
    font-family: 'Ubuntu', sans-serif;
	background-attachment: fixed;
}

.batt {
	margin-top: 60px;
}

.batt a {
	font-size: 150%;
    font-weight: bold;
}

.header {
    height: 70%;
}
.wrapper_section_1 {
    /*background-image: url(../img/bg_2.2.jpg); */
	background-color: #fffb83;
    height: 200px;
    background-size: cover;
}

.section_2 img {
    position: relative;
    width: 100%;
    height: 90%;
}

.section_2 h2 span {
    color: black;
    font-size: 25px;
    }

    .section_2 h3 span {
    color: #fff;
    font-size: 16px;
    }

    .section_2 {
        background-image: url(../img/bg-6.jpg);
        background-size: cover;
        background-position: center;
    }

   .section_2backcolor {
        background-color: white;
        padding: 5px;
   }

    .section_2Heading {
            bottom: 70px;
            font-size: 2rem;
    }


  .section_2 h4 { 
    font-size: 16px;
    color: black;
} 

@media (min-width: 300px) and (max-width:500px) {
    .h3, h4 {
    font-size: 0.75rem;
}

   .section_2 h2 span {
    font-size: 20px;
}
}

@media (min-width: 300px) and (max-width:500px) {
    .h3, h4 {
    font-size: 0.75rem;
    color: #fff;
}
}

.wrapper_section_5 {
    background-image: url(../img/bg_3.jpg);
    height: 600px;
    background-position: center;
    background-size: cover;
}

.ml-form-size {
    height: 52px;
    border-radius: 10px;
}

.wrapper_footer .ml-form-size {
	border-radius: 10px;
	border: 3px solid;
	border-color: #fff;
}

.section_5 {
    color: #fff;
}

.wrapper_footer {
    background-color: #0f8295;
    padding-top: 20px;
	padding-bottom: 20px;
}

.wrapper_footer {
    color: #fff;
}

.wrapper_footer h3 {
	font-size: 1rem;
}

.section_4_advantages::before {
    content: "✓";
    position: absolute;
    right: 102%;
    top: 0;
    line-height: 1;
    font-size: 52px;
    color: #00c534;
}

.wrapper_head h1 {
    font-size: 120px;
    color: white;
    font-weight: 700; 
	margin-top: 30px;
}

.wrapper_head h3 {
    color: black;       
}

.modal-dialog .close {
    right: 10px;
    top: 10px;
    position: absolute;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.modal-dialog .modal-body {
    padding: 35px 0;
}

.modal-dialog h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    padding: 0 10px;
    font-weight: 400;
    font-family: 'Intro';
    color: #fff;
    margin: 0 0 20px;
}

.modal-dialog p {
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.modal-dialog form {
    max-width: 270px;
    display: block;
    margin: 25px auto 0;
}

.modal-dialog form .form_group {
    overflow: hidden;
}

.modal-dialog form span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.modal-dialog form input {
    display: block;
    background: #d9d8e4;
    border: 0;
    line-height: 60px;
    padding: 0 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 60px;
}

.green_btn {
    text-decoration: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 0;
    border-radius: 30px;
    padding: 0;
    font-weight: 700;
    color: #000;
    font-size: 15px;
    line-height: 60px;
    text-align: center;
    width: 100%;
}

@media (min-width: 576px) {
.modal-dialog {
    max-width: 395px!important;
}
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */



@media (min-width: 300px) and (max-width:500px) {
.wrapper_head h1 {
    font-size: 40px;
    color: white;
}
}

.wrapper_section_1 h3 {
    /* padding-top: 40px; */
	text-transform: uppercase;
}

@media (min-width: 300px) and (max-width:764px) {

    .section_1ButtonWrapper {
        text-align: center!important;
    }
    }

h4 a  {
    color: #fff;
}

a:hover {
    color: #ffe4a6;
    text-decoration:none;
}

.headPhoneNumber h4 {
    font-size: 14px;
}

.headerButton {
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.tourButton {
	border-radius: 20px;
    text-transform: uppercase;
	margin-top: 20px;
	font-weight: 700;
}

.headerHeadline span {
    font-size: 170px;
    display: block;
    font-weight: 700;
    color: #fff;
}

.headerHeadline strong {
    font-size: 40px;
    color: #fff;
}

.headerHeadline {
 line-height: 1.0;
}

@media (min-width: 300px) and (max-width:764px) {
        .headerHeadline span {
    font-size: 47px;
    display: block;
    font-weight: 700;
    color: #fff;
    }

    .headerHeadline strong {
    font-size: 25px;
}
}

.header-offer {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 20px;
    webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    margin-top: 60px;

}

.header-offer button {
    color: #fff;
    font-weight: 800;
}

.header-offer strong {
    color: #333;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 9px;
}

.header-offer span {
    font-weight: 700;
    color: #b9035b;
    font-size: 23px;
    margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1200px) {
.wrapper_head h1 {
    font-size: 110px;
    color: white;
    font-weight: 700;
}
.headerHeadline span {
    font-size: 120px;
    display: block;
    font-weight: 700;
    color: #fff;
}
}

@media (min-width: 766px) and (max-width: 991px) {
.wrapper_head h1 {
    font-size: 110px;
    color: white;
    font-weight: 700;
	margin-top: 30px;
}
.headerHeadline span {
    font-size: 80px;
    display: block;
    font-weight: 700;
    color: #fff;
}
}

@media (min-width: 500px) and (max-width: 518px) {
.wrapper_head h1 {
    font-size: 32px;
    color: white;
    font-weight: 700;
}
.headerHeadline span {
    font-size: 80px;
    display: block;
    font-weight: 700;
    color: #fff;
}
}

@media (min-width: 516px) and (max-width: 766px) {
.wrapper_head h1 {
    font-size: 60px;
    color: white;
    font-weight: 700;
	margin-top: 20px;
}
.headerHeadline span {
    font-size: 80px;
    display: block;
    font-weight: 700;
    color: #fff;
}
}

@media (min-width: 766px) and (max-width: 992px) {
.headerButton {
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 10px;
}
}


@media (min-width: 300px) and (max-width:395px) {
        .wrapper-banner {
            display: none!important;
 }
}

.wrapper_section_5 h3 {
     color: #fff;
}

.wrapper_footer h3 {
    color: #fff;
}

.headPhoneNumber {
    background-image: url(../img/icons/smartphone.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 50px;
    background-size: 40px;
}

@media (min-width: 300px) and (max-width:800px) {
        .headPhoneNumber {
            display: block;
            margin: 0 auto;
            padding-top: 0.5rem!important;
 }
}

.indent {
    padding-top: 2.5rem;
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.instagram {
    background: #C13584;
    color: white;
}

.telegram {
    background: #0088CC;
    color: white;
}

.odnoklassniki {
    background: #ed812b;
    color: white;
}
.vk {
    background: #4c75a3;
    color: white;
}

.whatsapp {
    /*background: #075e54;*/
    /*background: #128c7e;*/
    background: #25d366;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}