@font-face {
    font-family: "montserrat";
    src: url("fonts/Montserrat-Medium.eot");
    src: url("fonts/Montserrat-Medium.eot?#iefix")format("embedded-opentype"),
    url("fonts/Montserrat-Medium.woff") format("woff"),
    url("fonts/Montserrat-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "montserratbold";
    src: url("fonts/Montserrat-SemiBold.eot");
    src: url("fonts/Montserrat-SemiBold.eot?#iefix")format("embedded-opentype"),
    url("fonts/Montserrat-SemiBold.woff") format("woff"),
    url("fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "montserratblack";
    src: url("fonts/montserratblack.eot");
    src: url("fonts/montserratblack.otf");
    src: url("fonts/montserratblack.svg");
    src: url("fonts/montserratblack.eot?#iefix")format("embedded-opentype"),
    url("fonts/montserratblack.woff") format("woff"),
    url("fonts/montserratblack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


.rm-callback  {
    font-family: "montserrat";
    border : 3px solid #0da2f7;

}
a.rm-callback__btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 20px;
    color: #FFFFFF !important;
    background: #91C12B;
    height: 31px;

    text-decoration: none;
    line-height: 31px;
    text-align: center;
    border: 1px solid #7DAC19;
    /*
        border-bottom-width: 1px;
    */
    font-size: 16px;
    /*box-shadow: 1px 1px 3px #555555;
    text-shadow: 1px 1px #777777;*/
}
a.rm-callback__btn:hover {
    background: #91C12B;
    border-bottom-width: 1px;
    border-top-width: 1px;
}
a.rm-callback__btn:active {
    position: relative;
    top: 1px;
}
.rm-callback {
    background: #FFF;
    width: 380px;
    padding: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    outline: 0;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.rm-callback__wrapper {
    width: 100%;
    height: 100%;
}
.rm-callback__header {
    min-height: 16px;
    padding: 15px 30px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    line-height: 1.428571429;
    font-size: 22px;
    background: #f0f0f0;
}
.rm-callback__body {
    padding: 20px 30px 5px;
}
.rm-callback__footer {
    padding: 19px 20px 20px;
    margin-top: 0;
    text-align: center;
    background: #F0F0F0;
}
.rm-callback__form-item {
    margin: 0 0 16px;
    overflow: hidden;
}
.rm-callback__form-item label {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #A2A2A2;
}
.rm-callback__form-item input[type=text], .inputtextarea {
    max-width: 348px;
    width: 100%;
    border: 1px solid #F1F1F1;
    background: #F0F0F0;
    height: 30px;
    font-size: 16px;
    line-height: 25px;
    padding: 0 5px;
    color: #000;
    text-indent: 5px;
    box-sizing: border-box;
}

.rm-callback__form-item input[type=text]:focus, .inputtextarea:focus {
    border-color: #0da2f7;
}

.rm-textarea {
    max-width: 348px;
    width: 100%;
    border: 1px solid #F1F1F1;
    background: #F0F0F0;
    box-sizing: border-box;
    padding: 5px;
    font-size: 14px;
    height: 70px;
}

.rm-textarea:focus {
    border-color: #0da2f7;
}

input.rm-callback__half {
    width: 55px !important;
    float: left;
    text-indent: 1px !important;
}
.rm-callback__time-slider {
    float: left;
    max-width: 180px;
    width: 100%;
    margin: 13px 14px 0;
    height: 9px;
    content: "";
    display: block;
    border: 0 none;
    box-shadow: none;
}
.rm-callback__time-slider .noUi-base {
    border: 1px solid #F0F0F0 !important;
    background: #F0F0F0 !important;
    width: 100%;
    height: 7px;
    border: 0 none;
    box-shadow: none;
    border-radius: 4px !important;
}
.rm-callback__time-slider .noUi-connect {
    background: #0da2f7;
    box-shadow: none;
    border: 0 none;
}
.rm-callback__time-slider .noUi-handle {
    background: #0da2f7 !important;
    font-weight: normal !important;
    width: 7px !important;
    height: 20px !important;
    outline: none !important;
    box-shadow: none;
    left: -3px;
    top: -8px;
    border: 1px solid #0da2f7 !important;
    cursor: pointer;
}
.rm-callback__time-slider .noUi-handle:before {
    background: none;
    width: 0;
    height: 0;
}

.rm-callback input[type=text].error {
    border: 1px solid red;
    background: pink;
}




.rm-callback .inputtextarea {
    height: 70px;
}


.rm-callback__form-item  .rm-field-captcha {
    float: right;
    width: 190px !important;
}
.rm-callback__footer input {
    background-color: #0da2f7;
    border: none;
    color: white;
    padding: 10px 20px 10px 20px;
}
.captcha-item img {
    width: 110px;
    height: 33px;
}
.rm-callback__form-item.rm-required-item.captcha-item  input[type=text] {
    width: 190px;
    height: 30px;
    float: right;
    margin: 2px 0 0 0;
}
div.mfp-bg {
    background: #4e9cd2;
    opacity: 0.8;
}
.authorization__text-box {
    background-image : url("./images/background-text-box.png");
    padding : 148px 12px 71px 64px;
    width : 446px;
    background-position : 0%;
    background-repeat : no-repeat;
    color : #FFF;
    font-family: "montserrat";
    float : right;
    margin : 26px 64px 54px 0;
}
.authorization {
    background-image : url("./images/authorization-bg.png");
	
}
.authorization__text-box h1{
    margin : 0 0 11px 0;
    font-weight : 500;
}
.authorization__text-box p {
    line-height : 17px;
    margin : 0 0 12px 0;;
	
}
.authorization__text-pox a {
	color: #00c6ff;
}
.authorization__button{
    background-color : #FFF;
    border : none;
    color : #174e6f;
    font-weight : bold;
    font-size : 22px;
    margin : 16px 0px 11px 4px;
    padding : 12px 45px;
    position : relative;
	
}
.authorization__button:after{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFF;
	border-width: 25px;
	margin-top: -25px;
}
.authorization__text-box .authorization__text-box__make a
{
    color : #FFF;
}
.authorization__text-box__make {
    margin : 0 0px 0 7px;
}
.made-in {
	width: 56%;
	margin: 18px auto 0;
}
.made-in__picture {
    background-image : url("./images/made-in.png");
    width : 64px;
    height : 68px;
    float : left;
    margin : 0 7px 0 0;
	
}
.authorization__text-box .made-in p {
    padding : 19px 0 0 0;
	
}
.authorization__top {
    background-image : url("images/top-auth.png");
        width: 50%;
    position: absolute;
    height: 273px;
    background-repeat: no-repeat;
    background-size: contain;
}
.authorization__bottom  {
    background-image : url("images/bot-auth.png");
        width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 63%;
    position: absolute;
    bottom: 0;
}
.b_about {
    padding: 2.5% 2.7% 2.5%;
    background-color: rgb(247, 248, 252);
}
.b_about.products .b-about__element{
    margin-bottom: 16px;
}
.b-about__title {
    color: rgb(0, 0, 0);
    font-family: "montserrat";
    font-size: 37px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 23px;
    margin-top: 1%;
    text-decoration: none;
    outline: none;
}
.b-about__title-element {
    color: rgb(150, 206, 0);
    font-size: 24px;
    font-weight: 700;
    font-family: "montserratbold";
    margin-bottom: 10px;
    text-decoration: none;
    outline: none;
}
.b-about__text{
    color: rgb(62, 62, 62);
    font-family: "montserrat";
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    text-decoration: none;
    outline: none;
}
.b-about__element {
    /*width: 44%;*/
    width: calc(50% - 11px);
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    background-color: rgb(236, 236, 236);
    padding: 20px;
    min-height: 138px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
.b-about__element:nth-child(2n){
    margin-right: 0;
}
.b-about__element:hover{
    background-color: rgb(255, 255, 255);
    -moz-box-shadow: 2.5px 4.3px 35px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 2.5px 4.3px 35px rgba(0, 0, 0, 0.22);
    box-shadow: 2.5px 4.3px 35px rgba(0, 0, 0, 0.22);
    text-decoration: none;
    outline: none;
}
/*.b-about__element:last-child{
    margin: 0;
    width: 44%;
}*/
.b_chisel__title {
    color: rgb(0, 0, 0);
    font-family: "montserrat";
    font-size: 37px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 3%;

}
.b_chisel {
    padding-bottom: 30px;
}
@media all and (max-width: 500px) {
    .b-about__element {
        width: 43.5%;
        display: inline-block;
        vertical-align: top;
        background-color: rgb(236, 236, 236);
        padding: 10px;
        min-height: 305px;
        margin-right: 0;
    }
    .b-about__element:last-child{
        margin: 0;
        width: 43%;
    }
    .b-about__title-element {
        font-size: 16px;
    }
}

@media all and (max-width: 900px) {
    .b-about__element {
        width: 43%;
        min-height: 200px;
    }
    .b-about__element:last-child{
        margin: 0;
        width: 43%;
    }

}
@media all and (max-width: 800px) {
    .b-about__element {
        width: 43%;
    }
    .b-about__element:last-child{
        margin: 0;
        width: 43%;
    }

}
@media all and (max-width: 768px) {
    .b-about__element {
        width: 92%;
        min-height: 100px;
        margin: 0 0 20px 0;
        height: auto;
    }
    .b-about__element:last-child{
        margin: 0;
        width: 92%;
        min-height: 100px;
    }

}