/* my_presets */

.hidden{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.just {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.clearfix:after{content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}
.ulfix {font-size: 0;}
/* END my_presets */

h1,h2,h3,h4,h5,h6{font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-weight: 700; text-transform: uppercase;line-height: 1.2em;}
b,strong{font-weight: 700;}
body{
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5em;
    color: #0a0a0a;
    background: #fff;
}
section{
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    padding: 60px 0;
}
.wrap{
    width: 1550px;
    padding: 0px 10px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.mainform-body__field {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    width: 100%;
    height: 72px;
    line-height: 72px;
    margin: 0;
    padding: 0 20px;
    background: #fff;
    font-size: 19px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 400;
    color: #0a0a0a;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
}
.mainform-body__btn {
    flex-shrink: 0;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    
    position: relative;
    z-index: 2;
    width: 100%;
    height: 76px;
    
    margin: 0 ;
    border: none;
    border-radius: 38px;
    -webkit-border-radius: 38px;
    text-align: center;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(to right,  rgba(22,185,122,1) 0%,rgba(6,222,139,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */    
    -webkit-box-shadow: 3px 3px 0 0 #00ad6a;
    box-shadow: 3px 3px 0 0 #00ad6a;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mainform-body__btn:hover {
background: linear-gradient(to right,  rgba(6,222,139,1) 0%,rgba(22,185,122,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.mainform-body__btn:active {
    top:-1px;
}
.mainform-body {
    width: 100%;
    margin: 0;
}
.mainform-body .mainform-body__btn {
    width: 100%;
}

h2.title {
    font-size: 35px;
}

@media screen and (max-width: 1549px) {
    .wrap{
        width: 1024px;
    }
}
@media screen and (max-width: 1203px) {
    .wrap{
        width: 480px;
    }
    .mainform-body__btn {
        font-size: 22px;
    }
    
}