@font-face {
    font-family: ALSFuchsia; 
    src: url(ALSFuchsia.ttf);
}
@font-face {
    font-family: OpenSans; 
    src: url(OpenSans.ttf);
}
@font-face {
    font-family: OpenSans_Light; 
    src: url(OpenSans_Light.ttf);
}
@font-face {
    font-family: OpenSans_Semibold; 
    src: url(OpenSans_Semibold.ttf);
}
@font-face {
    font-family: Montserrat-Light; 
    src: url(Montserrat-Light.ttf);
}
@font-face {
    font-family: Montserrat-Medium; 
    src: url(Montserrat-Medium.ttf);
}
@font-face {
    font-family: Montserrat-SemiBold; 
    src: url(Montserrat-SemiBold.ttf);
}
h1{
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-family: inherit;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url(bg.jpg) repeat;
    font-family: Montserrat-Medium;
}

#menu {
    position: relative;
    height: 100px;
    width: 100%;
    background-color: white;
    box-shadow: 0 0px 4px 5px rgba(0,0,0, 0.1);
    z-index: 2;
}

#header {
    height: 436px;
    width: 100%;
    background-image: url(header_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.logo{
	background: url(logo.png) no-repeat;
	width: 114px;
	height: 80px;
	float: left;
	margin-top: 11px;
}
#content {
    margin: 0 auto;
    background-color: white;
    height: auto;
    max-width: 1000px;
    width: 100%;
    box-shadow: 1px 0 30px 6px rgba(0,0,0,0.2);
    position: relative;
    z-index: 0;
}

.wrap {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 5px;
}

.logo_txt{
    color: #34a3de;
    font-family: ALSFuchsia;
    font-size: 25px;
    float: left;
    padding-top: 22px; 
    line-height: 30px;
}

.button_1 {
    margin-top: 25px;
    float: right;
    background: url(button_1.png) no-repeat;
    width: 195px;
    height: 49px;
    color: white;
    text-align: center;
    font-size: 18x;
}
.button_1:hover {
    background-position: 0 -49px;
}
.button_1:active {
    background-position: 0 -98px;
}

.btn_1_txt {
    padding-top: 14px;
    font-size: 17px;
    font-family: Montserrat-Semibold;
    text-transform: uppercase;
}

.block_1 {
    float: right;
    padding-left: 38px;
}

.tel {
    font-family: Montserrat-SemiBold;
    font-size: 23px;
    padding-top: 12px;
    color: #34a3de;
}

.tel a {
    text-decoration: none;
    color: #34a3de;
}

.block_1 .txt {
    font-family: Montserrat-SemiBold;
    font-size: 13px;
    color: #848484;
}

.address a{
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    color: #34a3de;
}

.title_1 {
    font-size: 38px;
    color: #f33357;
    padding-left: 30px;
    padding-top: 70px;
}

.title_2 {
    font-size: 38px;
    color: white;
    padding-left: 30px;
    padding-top: 12px;
}

.form_title {
    font-size: 24px;
    color: white;
    padding-left: 30px;
    padding-top: 41px;
    padding-bottom: 24px;
}
#form {
    max-width: 415px;
    margin-left: 30px;
}
#form [required] {
    float:left; 
    width: 200px;
    height: 45px;
    font-size: 14x;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 2%;
    border: 1px solid #91cded;
    border-radius: 3px;
    outline: none;
}
#form [required]:hover {
    border: 1px solid #5db5e5;
    box-shadow: 0 0px 2px rgba(0,0,0,.2), 0 0 transparent;
}
#form [required]:focus {
    border: 1px solid #5db5e5;
    outline: none;
    box-shadow: 0 1px 2px rgba(0,0,0,.2) inset, 0 0 transparent;
    transition: .2s linear;
}
#form [type="submit"] {
    border: none;
    color: #fff;
    background: url(button_2.png) no-repeat;
    width: 414px;
    height: 45px;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold';
    padding-left: 75px;
    text-transform: uppercase;
}
#form [type="submit"]:hover {
    background-position: 0 -45px;
    outline: none;
}
#form [type="submit"]:focus {
    background-position: 0 -90px;
    outline: none;
}
.otst {
    float: left;
    width: 15px;
    height: 1px;
}

#cont_1 {
    height: 655px;
    padding-top: 50px;
    padding-left: 75px;
    padding-right: 75px;
}

.info_txt {
    font-size: 14px;
    color: #516872;
    padding-top: 22px;
    text-align: center;
}

.info {
    width: 230px;
    float: left;
}

.cb {
    clear: both;
}

.otst_1 {
    width: 80px;
    height: 1px;
    float: left;
}
.otst_5 {
    width: 10px;
    height: 1px;
    float: left;
}
.otst_4 {
    width: 150px;
    height: 1px;
    float: left;
}
.cont_2_block {
    margin-top: 40px;
}

.cont_1_block {
}

.title_cont_2 {
    font-size: 30px;
    color: #f6697f;
    padding-top: 45px;
    text-align: center;
}

#cont_2 {
    height: 525px;
    background: url(cont_2_bg.jpg) no-repeat;
}

.cont_2_block_left {
    float: left;
    width: 470px;
}

.cont_2_block_right {
    float: right;
    width: 500px;
    padding-top: 40px;
}
.cont_2_block_left ul{
    margin-left: 0px;
    margin-top: 14px;
}
ul li{
    list-style: none;
    font-size: 14px;
    color: white;
    margin-left: 0px;
    width: 415px;
    height: 50px;
}

.preim_txt {
    font-size: 16px;
    color: white;
    padding-top: 17px;
    padding-right: 5px;
    text-shadow: 0 0 5px rgba(0,0,0, 0.5);
}

#cont_3 {
    padding-left: 63px;
    height: 350px;
    background: url(bg_cont_3.jpg) no-repeat bottom;
}

.cont_3_left {
    float: left;
    width: 600px;
}

.cont_3_right {
    float: left;
    margin-left: 10px;
}

.cont_3_name {
    font-family: Montserrat-SemiBold;
    font-size: 42px;
    color: #f33351;
    padding-top: 32px;
    padding-bottom: 8px;
}
.cont_3_name_1 {
    font-family: Montserrat-SemiBold;
    font-size: 42px;
    color: #f33351;
    padding-top: 27px;
    padding-bottom: 8px;
}

.cont_3_subname {
    font-family: Montserrat-SemiBold;
    font-size: 48px;
    color: #455d68;
    /*padding-bottom: 12px;*/
}

.akc_txt1 {
    font-family: Montserrat-SemiBold;
    font-size: 30px;
    color: white;
    padding-bottom: 11px;
    padding-left: 20px;
}

.akc_txt2 {
    font-family: Montserrat-SemiBold;
    font-size: 30px;
    color: white;
    padding-left: 20px;
    padding-bottom: 17px;
}

.akc_bottom {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #455d68;
}

.name_form_2 {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    color: #455d68;
    padding-top: 37px;
    padding-bottom: 32px;
}
#form_1 {
    max-width: 250px;
}
#form_1 [required] {
    float:left; 
    width: 250px;
    height: 45px;
    font-size: 14x;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 2%;
    border: 1px solid #91cded;
    border-radius: 3px;
    outline: none;
}
#form_1 [required]:hover {
    border: 1px solid #5db5e5;
    box-shadow: 0 0px 2px rgba(0,0,0,.2), 0 0 transparent;
}
#form_1 [required]:focus {
    border: 1px solid #5db5e5;
    outline: none;
    box-shadow: 0 1px 2px rgba(0,0,0,.2) inset, 0 0 transparent;
    transition: .2s linear;
}
#form_1 [type="submit"] {
    border: none;
    color: #fff;
    background: url(button_3.png) no-repeat;
    width: 250px;
    height: 45px;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold';
    padding-left: 25px;
    text-transform: uppercase;
}
#form_1 [type="submit"]:hover {
    background-position: 0 -45px;
    outline: none;
}
#form_1 [type="submit"]:focus {
    background-position: 0 -90px;
    outline: none;
}
.cont_4 {
    height: auto;
    padding: 0 63px 38px 75px;
}

.cont_4_title {
    font-size: 30px;
    color: #f33351;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 30px;
    
}

#cont_5 {
    height: 153px;
    background: url(cont_5_bg.jpg) no-repeat;
}

#cont_6 {
    height:303px;
    background: url(cont_6_bg.jpg) no-repeat;
    padding: 0 50px;
}

#cont_7 {
    height:370px;
    background: url(cont_7_bg.jpg) no-repeat;
    padding-left: 63px;
}

#cont_8 {
    height: 790px;
    background-color: white;
}

.title_cont_5 {
    font-size: 28px;
    color: #f33351;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 14px;
}

.cont_5_txt {
    font-size: 26px;
    color: #39a8db;
    text-align: center;
    padding-left: 9px;
    padding-top: 7px;
}



.cont_6_title {
    font-size: 28px;
    color: #f33351;
    padding-top: 44px;
    text-align: center;
    padding-bottom: 145px;
}



.steps {
    float: left;
}

.step_txt {
    font-size: 18px;
    color: #516872;
    text-align: center;
}

.otst_2 {
    width: 145px;
    height: 1px;
    float: left;
}

.otst_3 {
    float: left;
    width: 123px;
    height: 1px;
}

.cont_7_name {
    font-family: Montserrat-SemiBold;
    font-size: 42px;
    color: #f33351;
    padding-top: 45px;
    padding-bottom: 8px;
}

.name_form_cont_3 {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    color: #455d68;
    padding-top: 37px;
    padding-bottom: 32px;
}

.cont_8_title {
    font-size: 28px;
    color: #f33351;
    padding-top: 11px;
    text-align: center;
    padding-bottom: 40px;
}

.map {
    height: 440px;
    width: 100%;
    /*background-image: url(map.jpg);*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    position: relative;
    z-index: 0;
}

#footer {
    padding: 0 5px;
}

#footer .block {
    float: left;
}

#footer .block .block_txt {
    font-size: 22px;
    color: #f33351;
    padding-top: 35px;
}

#footer .block .btn_1 a{
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    color: #2ba2da;
    text-decoration: underline;
    padding-left: 31px;
}
#footer .block .btn_1 a:hover{
    color: #0093d8;
}
#footer .block .btn_2 a{
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    color: #2ba2da;
    text-decoration: underline;
    padding-left: 34px;
}
#footer .block .btn_2 a:hover{
    color: #0093d8;
}
.pos_2 {
    padding-top: 42px;
}
.footer_razr_txt {
    padding-top: 37px;
    font-size: 14px;
    color: #b6b6b6;
    float: left;
}

.Alloud_logo {
    width: 107px;
    height: 44px;
    background-image: url(logo_Alloud.png);
    background-repeat: no-repeat;
    float: left;
    margin-left: 10px;
    margin-top: 25px;
}
.pos_3 {
    padding-left: 60px;
}

#cont_8 .address {
    position: relative;
    z-index: 1;
    background-image: url(address_bg.png);
    background-repeat: no-repeat;
    float: left;
    width: 310px;
    height: 159px;
    margin-left: 130px;
    top:170px;
}

.address_add_name {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #555555;
    padding-top: 19px;
    padding-left: 18px;
}

.address_add {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #55b5e1;
    padding-left: 18px;
    padding-top: 5px;
}

.address_tel_name {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #555555;
    padding-top: 19px;
    padding-left: 18px;
}

.address_tel {
    font-family: Montserrat-SemiBold;
    font-size: 16px !important;
    color: #55b5e1;
    padding-left: 18px;
    padding-top: 5px;
    text-decoration: none;
}

.cursor {
    cursor: pointer;
}

#preim_1 {
    display: block;
}

#preim_2 {
    display: none;
}

#preim_3 {
    display: none;
}

#preim_4 {
    display: none;
}

#preim_5 {
    display: none;
}

#preim_6 {
    display: none;
}
#preim_7 {
    display: none;
}
#preim_8 {
    display: none;
}
#preim_9 {
    display: none;
}
#preim_10 {
    display: none;
}

.pos_4 {
    padding-left: 20px;
    padding-top: 16px;
}

#list_1 {
    background: url(bg_li.png) no-repeat;
    background-position: 0 -2px;
    color:#1d79b7;
}
#popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
#popup table {
    margin: 0 auto;
    background: url(popup_bg.png);
    width: 675px;
    height: 309px;
}
button {
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    left: 660px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;padding: 0;
    top: -213px;
    width: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
button:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    padding: 0px;
}
button:hover {
    background-color: rgba(221, 81, 64, 0.8);
}
.popup_name{
    padding-top: 0px;
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 35px;
    color:#f33351;
}
.popup_txt_1{
    padding-top: 40px;
    text-align: center;
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    color:#434343;
}
#form_3 {
    max-width: 550px;
	margin: 0 auto;
}
#form_3 [required] {
    float:left; 
    width: 270px;
    height: 45px;
    font-size: 14x;
    box-sizing: border-box;
    margin-bottom: 27px;
    padding: 2%;
    border: 1px solid #91cded;
    border-radius: 3px;
    outline: none;
}
#form_3 [required]:hover {
    border: 1px solid #5db5e5;
    box-shadow: 0 0px 2px rgba(0,0,0,.2), 0 0 transparent;
}
#form_3 [required]:focus {
    border: 1px solid #5db5e5;
    outline: none;
    box-shadow: 0 1px 2px rgba(0,0,0,.2) inset, 0 0 transparent;
    transition: .2s linear;
}
#form_3 [type="submit"] {
	cursor: pointer;
    border: none;
    color: #fff;
    background: url(button_4.png) no-repeat;
    width: 550px;
    height: 45px;
    font-size: 17px;
}
#form_3 [type="submit"]:hover {
    background-position: 0 -45px;
    outline: none;
}
#form_3 [type="submit"]:focus {
    background-position: 0 -90px;
    outline: none;
}

#form_4 {
    max-width: 550px;
	margin: 0 auto;
}
#form_4 [required] {
    float:left; 
    width: 270px;
    height: 45px;
    font-size: 14x;
    box-sizing: border-box;
    margin-bottom: 27px;
    padding: 2%;
    border: 1px solid #91cded;
    border-radius: 3px;
    outline: none;
}
#form_4 [required]:hover {
    border: 1px solid #5db5e5;
    box-shadow: 0 0px 2px rgba(0,0,0,.2), 0 0 transparent;
}
#form_4 [required]:focus {
    border: 1px solid #5db5e5;
    outline: none;
    box-shadow: 0 1px 2px rgba(0,0,0,.2) inset, 0 0 transparent;
    transition: .2s linear;
}
#form_4 [type="submit"] {
	cursor: pointer;
    border: none;
    color: #fff;
    background: url(button_4.png) no-repeat;
    width: 550px;
    height: 45px;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
}
#form_4 [type="submit"]:hover {
    background-position: 0 -45px;
    outline: none;
}
#form_4 [type="submit"]:focus {
    background-position: 0 -90px;
    outline: none;
}
.textarea{
	float:left; 
    width: 550px;
    height: 115px;
    font-size: 14x;
    box-sizing: border-box;
    margin-bottom: 27px;
    padding: 2%;
    border: 1px solid #91cded;
    border-radius: 3px;
    outline: none;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 998;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
/* Позиционирум медиа-элементы внутри окна */
.is-image {
  width: 100%;
  display: inline-block;
  height: auto;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  top: 0; left: 0; bottom: 0; right: 0;
}
embed, iframe {
  width: 100%;
    height: 100%;
  margin: ;
  top: 0; left: 0; bottom: 0; right: 0;
}
/* Формируем и позиционируем всплывающее окно */
.popup { 
    width: 675px;
    margin: auto;
	height: 355px;
    background: url(bg.jpg) repeat;
    display: block;
    left: 0; right: 0;
    opacity: 0;
    position: fixed;
    font-size: 14px;
    top: 0;
    visibility: hidden;
    z-index: 999;
	border-radius: 10px;
/* Устанавливаем эффект перехода появления окна */ 
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
	box-shadow:0 0 5px 1px rgba(0,0,0,0.2);
}
.popup_1 { 
    width: 675px;
    margin: auto;
	height: 230px;
    background: url(bg.jpg) repeat;
    display: block;
    left: 0; right: 0;
    opacity: 0;
    position: fixed;
    font-size: 14px;
    top: 0;
    visibility: hidden;
    z-index: 999;
	border-radius: 10px;
/* Устанавливаем эффект перехода появления окна */ 
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
	box-shadow:0 0 5px 1px rgba(0,0,0,0.2);
}
.overlay:target+.popup {
    opacity: 1;
    top:5%;
    visibility: visible;
}
.overlay:target+.popup_1 {
    opacity: 1;
    top:5%;
    visibility: visible;
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;padding: 0;
    top: -15px;
    width: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:before {
	font-family: Arial;
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(221, 81, 64, 0.8);
}
.popup p, .popup div {
    margin-bottom: 10px;
}
.popup_1 p, .popup_1 div {
    margin-bottom: 10px;
}
.popup_name_1{
    padding-top: 15px;
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 35px;
    color:#f33351;
}
.popup_name_2{
    padding-top: 100px;
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 35px;
    color:#f33351;
}
.popup_name_3{
    padding-top: 50px;
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 35px;
    color:#f33351;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.title_thanks {
    font-size: 70px;
    text-align: center;
    font-family: Montserrat-Semibold;
}

.suptitle_thanks {
    text-align: center;
    font-size: 45px;
}

.text_thanks {
    text-align: center;
    font-size: 40px;
}
.footer__form { 
    margin: auto;
    display: block;
    font-size: 14px;
    height: 100vh;
    padding-bottom: 50px;
}
.footer__form_name_1{
    padding-top: 15px;
    text-align: center;
    font-family: Montserrat-Semibold;
    font-size: 35px;
    color:#f33351;
}
.footer__form_name_2 {
    padding-top: 15px;
    text-align: center;
    font-family: Montserrat-Medium;
    font-size: 25px;
    color:#f33351;
}
.footer__form .forms3 {
    max-width: 1000px !important;
}
.footer__form .forms3 select {
    padding: 0 0 0 2% !important;
    font-size: 18px;
    font-family: 'Montserrat-SemiBold';
}
.footer__form .forms3 textarea {
    width: 99.5%;
    height: calc(100vh - 320px);
    font-size: 18px;
    font-family: 'Montserrat-SemiBold';
}
.footer__form .forms3 input {
    width: 35% !important;
    font-size: 18px;
    font-family: 'Montserrat-SemiBold';
}
.footer__form .forms3 [type="submit"] {
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    margin-top: 20px;
}