@font-face {
    font-family: helvetica;
    /* Гарнитура шрифта */
    src: url(fonts/HelveticaNeueCyr-Bold.otf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: helveticaR;
    /* Гарнитура шрифта */
    src: url(fonts/HelveticaNeueCyr-Roman.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Comfortaa;
    /* Гарнитура шрифта */
    src: url(fonts/Comfortaa-Regular.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: SegoeSymbol;
    /* Гарнитура шрифта */
    src: url(fonts/SegoeUISymbol.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: SegoeBold;
    /* Гарнитура шрифта */
    src: url(fonts/SegoeUIBlack.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Montserrat;
    /* Гарнитура шрифта */
    src: url(fonts/Montserrat.ttf);
    /* Путь к файлу со шрифтом */
}

.contact-block {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    padding: 40px 15px 10px;
    overflow: hidden;
}


/*-------------------------------------------------contact-------------------------------------------------*/

.contact-info ul li {
    list-style: none;
    font-size: 20px;
    font-family: 'Comfortaa';
    white-space: nowrap;
}

.contact-info ul {
    padding: 0px 0px 0px 10px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.contact-info ul li img {
    background-color: #631d71;
    display: inline-block;
    vertical-align: middle;
    transform: rotateY(180deg);
    width: 34px;
    height: 34px;
    margin: 4px 8px 4px 2px;
    text-align: center;
    font-size: 25px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.contact-info ul li span {
    white-space: normal;
    display: inline-table;
    margin-bottom: 20px;
    vertical-align: baseline;
    max-width: calc(100% - 44px);
}

#contact {
    text-align: center;
}

.contact-info {
    width: 100%;
    max-width: calc(300px + 15%);
    padding: 0 1vw;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 40px 0px;
    /* text-align: center; */
}

.info-tell_outer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px 0px 10px;
    /* display: inline; */
    margin: 0 0 20px 0;
    text-align: left;
}

.radioMap {
    display: none;
}

.map {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.minimize_map {
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 172px 0 0 8px;
    padding: 8px;
    z-index: 10;
    font-family: helveticaR;
    color: #444444;
    background-color: #ffffff;
    border-radius: 10px;
    opacity: 0.75;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.radioMap:checked+label {
    display: none;
}

#mm1:checked~.map {
    pointer-events: none;
    opacity: 0.5;
}

#mm1:checked~#l0 {
    opacity: 1;
    color: #ffffff;
    background-color: #631d71;
}

.contact_form {
    color: #444444;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    width: 100%;
    max-width: calc(400px + 15%);
    margin: 0 auto 60px;
    position: relative;
    /*border-top: 4px solid #26615e;
        border-bottom: 4px solid #26615e;*/
    /*-webkit-box-sizing: border-box;
                box-sizing: border-box;*/
    /*background: rgb(8, 140, 172);*/
    /*background: -webkit-radial-gradient(top, #48c7ae, #224b67);
        background: -moz-linear-gradient(left, #41847de8, #360c32e8);
        background: linear-gradient(left, #41847de8, #360c32e8);
        background: -ms-radial-gradient(left, rgba(65, 132, 125, 1), rgba(54, 12, 50, 1));*/
    /* background-image: url(img/back.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    /*padding: 60px 0;*/
}

.form_title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: HelveticaR;
}

.inputs_outer {
    display: inline-block;
    /*max-width: 750px;*/
    width: 80%;
    min-width: 200px;
    /*max-width: 600px;*/
}

.input_small_outer {
    width: 100%;
    min-width: 200px;
    /*max-width: 600px;*/
}


/*.input_small {
    max-width: 298px !important;
}*/

.input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 50px;
    font-family: helveticaR;
    min-width: 200px;
    max-width: 600px;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 14px 20px !important;
    color: #404040;
    /* border: 0px solid #cccccc; */
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: rgb(255, 255, 255) !important;
    outline: none;
}

 ::-webkit-input-placeholder {
    color: #909;
}

 :-ms-input-placeholder {
    color: #909;
}

 ::-ms-input-placeholder {
    color: #909;
}

 ::placeholder {
    color: #909;
}

 ::-webkit-input-placeholder {
    color: #505050;
    opacity: 1;
}


/* webkit */

 ::-moz-placeholder {
    color: #505050;
    opacity: 1;
}


/* Firefox 19+ */

 :-moz-placeholder {
    color: #505050;
    opacity: 1;
}


/* Firefox 18- */

 :-ms-input-placeholder {
    color: #505050;
    opacity: 1;
}


/* IE */

 ::-webkit-input-placeholder {
    color: #505050;
}

 :-ms-input-placeholder {
    color: #505050;
}

 ::-ms-input-placeholder {
    color: #505050;
}

 ::placeholder {
    color: #505050;
}

.contact_form_bt_outer {
    display: inline-block;
    margin-top: 2px;
    /*width: 80%;*/
    /*height: 40px;*/
}

.contact_form_bt {
    margin: 10px auto 3px;
    padding: 0;
    width: 220px;
    height: 50px;
    background: #631d71;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 16px;
}

.captcha_outer {
    display: inline-block;
    width: 100%;
    max-width: 312px;
    vertical-align: top;
}

.captcha {
    max-width: 300px;
    margin: 0px auto;
}

textarea {
    resize: vertical;
    min-height: 160px;
    max-height: 480px;
    padding-top: 6px !important;
}

.result {
    width: 80%;
    font-family: Arial;
    margin: 0 auto;
    font-size: 17px;
    min-height: 20px;
    overflow: hidden;
}


/*#loader {
        display: none;
    }*/

#loader {
    display: none;
    margin: 4px auto 0 auto;
    width: 90%;
    height: 10px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 0px 0px hsl(210, 90%, 35%), 2px 0px 15px 1px hsl(210, 24%, 48%);
    box-shadow: 0 2px 0px 0px hsl(210, 90%, 35%), 2px 0px 15px 1px hsl(210, 24%, 48%);
    background-color: hsl(188, 90%, 40%);
    background-image: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, .15) 15%, rgba(255, 255, 255, .15) 30%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .15) 70%, rgba(255, 255, 255, .15) 88%, rgba(255, 255, 255, 0) 88%), -webkit-linear-gradient( 315deg, transparent 0%, transparent 25%, hsl(188, 90%, 40%) 25%, hsl(220, 90%, 40%) 50%, transparent 50%, transparent 75%, hsl(210, 90%, 40%) 75%, hsl(210, 90%, 40%) 100%);
    background-image: -o-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, .15) 15%, rgba(255, 255, 255, .15) 30%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .15) 70%, rgba(255, 255, 255, .15) 88%, rgba(255, 255, 255, 0) 88%), -o-linear-gradient( 315deg, transparent 0%, transparent 25%, hsl(188, 90%, 40%) 25%, hsl(220, 90%, 40%) 50%, transparent 50%, transparent 75%, hsl(210, 90%, 40%) 75%, hsl(210, 90%, 40%) 100%);
    background-image: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, .15) 15%, rgba(255, 255, 255, .15) 30%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .15) 70%, rgba(255, 255, 255, .15) 88%, rgba(255, 255, 255, 0) 88%), linear-gradient( 135deg, transparent 0%, transparent 25%, hsl(188, 90%, 40%) 25%, hsl(220, 90%, 40%) 50%, transparent 50%, transparent 75%, hsl(210, 90%, 40%) 75%, hsl(210, 90%, 40%) 100%);
    background-size: cover, 50px 50px;
    background-position: top, 0 0;
    text-indent: -999em;
    -webkit-animation: loading 1s infinite linear;
    animation: loading s infinite linear;
}

@-webkit-keyframes loading {
    0% {
        background-position: top, 0 0;
    }
    100% {
        background-position: top, 50px 0;
    }
}

@keyframes loading {
    0% {
        background-position: top, 0 0;
    }
    100% {
        background-position: top, 50px 0;
    }
}


/*------------------------------------------------/contact/------------------------------------------------*/