@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');

.contacts-block{
    padding-top: 100px;
    font-family: 'Oswald', sans-serif;
}

.contacts-block .content-wrapper{border-top: none;}

.contacts-block *,
.contacts-block *:before,
.contacts-block *:after{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.contacts-block__title{
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 50px;
    line-height: normal;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.contacts-block__desc{
    width: 100%;
    max-width: 720px;
    margin: 0 auto 30px auto;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.contacts-block__form{
    width: 100%;
    max-width: 700px;
    margin: 0 auto 80px auto;
}

.contacts-block__form-line{
    margin-bottom: 17px;
    padding: 0 15px;
}

.contacts-block__form-line:last-child{margin-top: 52px;}

.contacts-block__form-label{
    width: 100%;
    padding: 4px 0 12px 0;
    display: block;
    font-weight: normal;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
}

.contacts-input:hover,
.contacts-textarea:hover{border-color: #777;}

.contacts-input:focus:hover,
.contacts-textarea:focus:hover{border-color: #8DC5C5;}

.contacts-input,
.contacts-textarea{
    width: 100%;
    display: block;
    font-size: 26px;
}

.contacts-input{
    height: 50px;
}

.contacts-textarea{
    max-width: 100%;
    min-height: 200px;
    resize: none;
    overflow: hidden;
    overflow-y: auto;
}

.contacts-block__btn{
    background: #ab0102;
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
    font-weight: 500;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.contacts-block__btn:hover,
.contacts-block__btn:active,
.contacts-block__btn:focus,
.market-tooltip__btn:hover{
    background: #850001;
    color: #fff;
    border: none!important;
    text-decoration: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.contacts-map__wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
}

.contacts-map__content{
    background: #444;
    width: 768px;
    padding: 40px 60px;
    color: #fff;
    overflow: hidden;
}

.contacts-map__content-title{
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 32px;
    line-height: normal;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.contacts-map__content-table{
    width: 100%;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 23px;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-collapse: collapse;
}

.contacts-map__content-table a{
    color: #fff;
}

.contacts-map__content-table a:hover{
    -webkit-box-shadow: 0 1px 0 #fff;
       -moz-box-shadow: 0 1px 0 #fff;
            box-shadow: 0 1px 0 #fff;
}

.contacts-map__content-table td{
    padding: 4px;
}

.contacts-map__content-table td:nth-child(even){
    text-align: right;
}

.fs-35{
    font-size: 26px;
}

.fs-25{
    font-size: 18px;
}

.contacts-map__inner{
    min-height: 240px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    position: relative;
}

.contacts-map{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.si-shadow-wrapper-bottom{
    display: none !important;
}

#marker-tooltip{
    background: #fff;
    width: 340px;
    margin-bottom: 40px;
    padding: 20px;
    font-size: 18px;
    line-height: 1.35;
    font-family: 'Oswald', sans-serif;
    color: #010101;
    text-align: center;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
       -moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
            box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.marker-tooltip__text{margin-bottom: 12px;}

.market-tooltip__btn{
    background: #ab0102;
    padding: 7px 30px;
    display: inline-block;
    font-weight: normal;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
}

.confirmation-msg {
    text-align: center;
    width: 100%;
    max-width: 720px;
    margin: 300px auto 300px auto;
    border: 1px solid #00a700;
    padding: 50px;
    display: none;
}

.confirmation-msg p {
    font-weight: normal;
    font-size: 36px;
    line-height: 1.5;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #00a700;
    text-transform: uppercase;
}

@media (max-width: 1400px){
    .contacts-map__content{
        width: 540px;
        padding: 20px 15px;
    }
}

@media (max-width: 1200px){
    .contacts-map__wrap{
        display: block;
    }
    .contacts-map__content{
        width: auto;
        padding: 40px 60px;
    }
    .contacts-map__inner{
        height: 580px;
    }
    .contacts-block .content-wrapper{
        width: 100%;
        padding: 0 60px;
    }
}

@media (max-width: 768px){
	.contacts-textarea {
		min-height: 100px;
	}
    .contacts-input{
        height: 40px;
        font-size: 16px;
    }
    .contacts-block__form-label{
        font-size: 16px;
    }
    .contacts-block__btn{
        font-size: 22px;
    }
    .contacts-block__form-line:last-child{
        margin-top: 35px;
    }
    .contacts-block .content-wrapper{
        padding-right: 20px;
        padding-left: 20px;
    }
    .contacts-map__content{
        padding: 60px 20px 30px 20px;
    }
    .contacts-map__inner{
        height: 480px;
    }
    .contacts-block__title{
        font-size: 30px;
    }
    .contacts-block__desc{
        font-size: 16px;
    }
    .contacts-map__content-title{
        margin-bottom: 15px;
        font-size: 30px;
    }
    .contacts-map__content-table{
        font-size: 20px;
    }
    .fs-35{
        font-size: 25px;
    }
    .fs-25{
        font-size: 15px;
    }
    #marker-tooltip{
        width: 290px;
    }
}
