/*
*************
Author: TARAN
23.01.2019
*************
*/


html, body{
    font-family: "Roboto Condensed",Roboto,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #000;
    font-size: 14px;
    line-height: 1;
    scroll-behavior: smooth;
}

.header{
    background-color: #A0A3B2;
}

 
.header-img{
    background-image: url("../img/Rostov-Top_crop.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /*min-height: 30em;*/
}


.logo{
    width: 3.5em;
}


.img-header-block{
    display: block;
    position: absolute;
    top: 1.5em;
    right: 2.5em;
    width: 5em;
}

 
.form-phone, .btn-modification, .h1-header, .header-phone, .form-phone-mobile{
    color: #fefefe;
    font-size: 2em;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
}

.form-phone, .form-phone-mobile{
    text-decoration: underline;
}

.header-phone{
    font-size: 1.5em;
}

.form-phone-mobile, .form-phone:hover, .header-phone:hover{
    /*text-decoration: none;
    color: #fafafa;*/
    color: #18E629;
}

.form-phone-mobile:hover{
    color: rgb(31, 187, 44);
}

.md-form-modification {
    margin-top: 0em!important;
    margin-bottom: 1em!important;
}

.h1-header{
    font-size: 1.7em;
}

.header-padding{
    padding-top: 3em;
    padding-bottom: 1em;
}

.header-155m2{
    width: 15em;
}

.btn-modification{
    background-color: #18E629;
    transform: skew(-15deg);
    font-style: normal;
    font-size: 1em;
}

.razvorot{
    transform: skew(15deg);
    display: table;
    font-style: italic;
}

.btn-modification:hover{
    text-decoration: none;
    color: #fafafa;
}

.link360{
    color: #fefefe;
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
    line-height: 1.3;
}

.a-off-contract:hover, .a-main-map:hover, .link360:hover{
    text-decoration: underline;
    color: #18E629;
}

.img360{
    width: 4.5em;
}

.link360svg, .link360svg-m{
    display: block;
    height: 3em;
    background: url(../img/360.svg) no-repeat left;
    background-size: contain;

}

.link360svg-m{
    background: url(../img/360-m.svg) no-repeat left;
    background-size: contain;
}

.link360svg:hover, .link360svg-m:hover{
    background: url(../img/360_hover.svg) no-repeat left;
    background-size: contain;
}


.linkPDFsvg{
    display: block;
    height: 2.5em;
    background: url(../img/pdfdownload.svg) no-repeat left;
    background-size: contain;

}

.linkPDFsvg:hover{
    background: url(../img/pdfdownload_hover.svg) no-repeat left;
    background-size: contain;
}



.h4-main, .h4-main-map{
    color: #A0A3B2;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 1em;
    padding-top: 0.4em;
    margin: 0;
    font-size: 1.3em;
    text-transform: uppercase;
}



.p-main, .p-main-map{
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: 1.25;
}

.p-main-map{
    color: #A0A3B2;
    text-transform: uppercase;
    font-size: 0.9em;
}


.a-off-contract, .a-main-map{
    color: #18E629;
    text-decoration: underline;
    font-weight: normal;
}

.a-main-map{
    font-weight: bold;
}

.p-map-description{
    color: #000;
    font-weight: bold;
    font-style: italic;
}

.amount-people{
    font-size: 7em;
    font-style: italic;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 0.9;
    color: #A0A3B2;
    letter-spacing: -0.05em;
}

.amount-people-description{
    font-size: 1.6em;
    font-style: italic;
    font-weight: bold;
}

footer{
    color:#A0A3B2;
    font-size: 0.7em;
}


.object-card{
    background-color: #EDEEEF;
    padding: 0.01em;
    margin: 0.4em;
}

.object-card-title, .object-card-title-mobile{
    font-style: italic;
    font-weight: bold;
    font-size: 1.36em;
}

.object-card-title-mobile{
    color: #A0A3B2;
}

.object-card-description{
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
}

.form-main-block{
    background-color: #C6C8D1;
}

.modal-header-modification, .form-title-block{
    background-color: #A0A3B2;
}

.form-title{
    color: #fefefe;
    font-size: 2.1em;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    margin: 0;
}

.modal-text-modification{
    font-style: italic;
    font-weight: bold;
    margin: 0;
}

.form-title-text{
    font-style: normal;
    font-weight: normal;
    margin: 0;
}

.privacy-policy{
    text-decoration: none;
    color:#A0A3B2;
}
.privacy-policy:hover{
    text-decoration: none;
    color:#A0A3B2;
}


.heading-modification, .form-lable{
    color: #fefefe;
    font-size: 1.7em;
    font-style: italic;
    font-weight: bold;
    margin: 0;
}

.input-modification{
    border-bottom: 1px solid #000!important;
    color: #000!important;
    font-size: 1.7em!important;
    font-style: italic!important;
    font-weight: bold!important;
}
.input-modification:focus{
    -webkit-box-shadow: 0 1px 0 0 #18E629!important;
    box-shadow: 0 1px 0 0 #18E629!important;
    border-bottom: 1px solid #18E629!important;
    
}


.slick-dots li {
    margin: 0 0px!important;
}



.img-arrow-next, .img-arrow-prev{
    position: absolute;
    top: 36%;
    right: 0.5em;
    z-index: 2;
    width: 3.5em;
}


.img-arrow-next-1, .img-arrow-prev-1{
    position: absolute;
    top: 1%;
    right: 0;
    z-index: 2;
    width: 2.6em;
}

.img-arrow-prev-1{
    left: 0;  
}

.img-arrow-prev{
    left: 0.5em;  
}

.img-arrow-next:hover, .img-arrow-prev:hover, .img-arrow-next-1:hover, .img-arrow-prev-1:hover{
    cursor: pointer;
}

#errorMessage, #errorMessage-mobile{
	color:red;
	display:none;
    font-weight: bold;
    font-size: 1.4em;
}

.modal-text-modification{
    line-height: 1.35;
    font-size: 1.3em;
}


.runi-slider:hover{
    cursor: grab;
}


/*320 iphone 4*/


/*360 galaxy s*/
@media (min-width: 360px) {
    .h1-header{
        font-size: 2.07em;
    }

    .header-phone {
        font-size: 1.7em;
    }

    .btn-modification {
        font-size: 1.24em;
    }

    .object-card-title, .object-card-title-mobile {
        font-size: 1.6em;
    }

    .object-card-description {
        font-size: 1.2em;

    }

    .amount-people {
        font-size: 8em;
    }

    .amount-people-description {
        font-size: 1.84em;
    }

    .form-title-text {
        font-size: 1.1em;
    }

}


/*375 iphone 6/7/8/X*/


/*414 iphone 6/7/8 plus*/
@media (min-width: 414px) {
    html, body{
        font-size: 15px;
    }

    .linkPDFsvg{
        height: 2.8em;
    }

    .h1-header {
        font-size: 2.27em;
    }

    .btn-modification {
        font-size: 1.41em;
    }

    .object-card-title, .object-card-title-mobile {
        font-size: 1.62em;
    }
    
    .object-card-description {
        font-size: 1.26em;
    }

    .amount-people-description {
        font-size: 2em;
    }

    .amount-people {
        font-size: 11em;
    }

}




@media (min-width: 480px) {
    html, body{
        font-size: 16px;
    }

    .header-phone {
        font-size: 2em;
    }

    .logo{
        width: 4.5em;
    }

    .h1-header {
        font-size: 2.53em;
    }

    .img-header-block {
        width: 6em;
    }

    .btn-modification {
        font-size: 1.61em;
    }

    .object-card-title, .object-card-title-mobile {
        font-size: 1.83em;
    }

    .amount-people-description {
        font-size: 2em;
    }

    .amount-people {
        font-size: 12em;
    }

}





@media (min-width: 520px) {
    html, body{
        font-size: 17px;
    }
    .object-card-description {
        font-size: 1em;
    }
    .object-card-title, .object-card-title-mobile {
        font-size: 1.7em;
    }
}




@media (min-width: 560px) {
    .h1-header {
        font-size: 2.8em;
    }
}






@media (min-width: 576px) {
    html, body{

        font-size: 18px;

    }

    .h1-header{
        font-size: 2.4em;
    }


    .header-phone {
        font-size: 1.8em;
    }

    .logo {
        width: 3.6em;
    }

    .btn-modification{
        font-size: 1.3em;
    }

    .h4-main, .h4-main-map{
        font-size: 1.6em;
        padding-bottom: 0.5em;
    }


    .object-card-title {
        font-size: 1.7em;
    }

    .img-header-block {
        width: 6em;
    }

    .img-arrow-next, .img-arrow-prev {
        top: 43%;
        width: 2.5em;
    }

    .a-main-map {
        font-size: 1.3em;
    }

    .form-title-text{
        font-size: 1.3em;
    }
}




@media (min-width: 768px) {
    html, body{

        font-size: 14px;

    }

    .h1-header{
        font-size: 2.3em;
    }

    .linkPDFsvg{
        height: 2em;
    }

    .header-155m2 {
        width: 11em;
    }

    .header-phone {
        font-size: 2.2em;
    }

    .logo {
        width: 5em;
    }

    .btn-modification{
        font-size: 1.5em;
    }

    .amount-people {
        font-size: 10em;
    }

    .amount-people-description {
        font-size: 1.6em;
    }

    .h4-main, .h4-main-map{
        font-size: 1.25em;
        padding-bottom: 1em;
    }

    .h4-main-map{
        padding-bottom: 0.6em;
    }

    .object-card-title {
        font-size: 1.8em;
    }

    .img-header-block{
        display: none;
    }

    .header-padding{
        padding-top: 6em;
        padding-bottom: 2em;
    }

    .img-arrow-next, .img-arrow-prev {
        top: 36%;
        width: 3.5em;
    }

    .a-main-map {
        font-size: 1em;
    }

    .form-title-text{
        font-size: 1em;
    }

    .object-card-description {
        font-size: 1.1em;
    }

    .img-arrow-next-1, .img-arrow-prev-1 {
        width: 2.7em;
    }

}

@media (min-width: 992px) {
    html, body{

        font-size: 15px;

    }

    .amount-people-description {
        font-size: 1.7em;
    }

    .object-card-description {
        font-size: 1em;
    }

    .h1-header{
        font-size: 2.9em;
    }

    .header-155m2 {
        width: 15em;
    }

    .header-phone {
        font-size: 2.5em;
    }

    .logo {
        width: 6em;
    }

    .btn-modification{
        font-size: 2em;
    }

    .amount-people {
        font-size: 10.5em;
    }

    .h4-main, .h4-main-map{
        font-size: 1.5em;
    }

    .object-card-title {
        font-size: 1.8em;
    }




}


@media (min-width: 1200px) {

    html, body{

        font-size: 16px;

    }

    .h1-header{
        font-size: 3em;
    }

    .amount-people-description {
        font-size: 1.8em;
    }

    .amount-people {
        font-size: 11em;
    }


    .img-arrow-next-1, .img-arrow-prev-1 {
        width: 3em;
    }


}