@font-face {
    font-family: revicons;
    src: url(../fonts/revicons.woff) format('woff');
    font-weight: 400;
    font-style: normal
}


/* a:focus, a:hover, a:visited, a:link {
	outline: none;
	text-decoration: none;
} */

.btn_1 {
    color: #154e63;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    display: inline-block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bcdee8+0,b2dce6+2,95d0dd+52,94cfde+58,7bc5d7+96,7ac5d7+98,8bcada+100 */
    background: #bcdee8;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bcdee8 0%, #b2dce6 2%, #95d0dd 52%, #94cfde 58%, #7bc5d7 96%, #7ac5d7 98%, #8bcada 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#bcdee8), color-stop(2%, #b2dce6), color-stop(52%, #95d0dd), color-stop(58%, #94cfde), color-stop(96%, #7bc5d7), color-stop(98%, #7ac5d7), to(#8bcada));
    background: -o-linear-gradient(top, #bcdee8 0%, #b2dce6 2%, #95d0dd 52%, #94cfde 58%, #7bc5d7 96%, #7ac5d7 98%, #8bcada 100%);
    background: linear-gradient(to bottom, #bcdee8 0%, #b2dce6 2%, #95d0dd 52%, #94cfde 58%, #7bc5d7 96%, #7ac5d7 98%, #8bcada 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bcdee8', endColorstr='#8bcada', GradientType=0);
    /* IE6-9 */
    padding: 15px 35px 15px 75px;
    border-radius: 3px;
    position: relative;
}

.btn_1::before {
    content: '';
    display: block;
    position: absolute;
    width: 51px;
    height: 100%;
    background: url('../img/btn_1_bg.png') no-repeat center / 100% 100%;
    top: 0;
    left: 0;
}

.btn_1::after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 13px;
    top: 50%;
    margin-top: -9px;
    background: url('../img/okno_1_1.png') no-repeat center / 100%;
}

.btn_1:hover::before {
    background: url('../img/btn_1_bg2.png') no-repeat center / 100% 100%;
}

.btn_1:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8bcada+0,7ac5d7+2,7bc5d7+4,94cfde+42,95d0dd+48,b2dce6+98,bcdee8+100 */
    background: #8bcada;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8bcada 0%, #7ac5d7 2%, #7bc5d7 4%, #94cfde 42%, #95d0dd 48%, #b2dce6 98%, #bcdee8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#8bcada), color-stop(2%, #7ac5d7), color-stop(4%, #7bc5d7), color-stop(42%, #94cfde), color-stop(48%, #95d0dd), color-stop(98%, #b2dce6), to(#bcdee8));
    background: -o-linear-gradient(top, #8bcada 0%, #7ac5d7 2%, #7bc5d7 4%, #94cfde 42%, #95d0dd 48%, #b2dce6 98%, #bcdee8 100%);
    background: linear-gradient(to bottom, #8bcada 0%, #7ac5d7 2%, #7bc5d7 4%, #94cfde 42%, #95d0dd 48%, #b2dce6 98%, #bcdee8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8bcada', endColorstr='#bcdee8', GradientType=0);
    /* IE6-9 */
}

.zag {
    color: #2b2a29;
    font-family: "PT Sans";
    font-size: 29px;
    font-weight: 700;
    line-height: 29px;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.line {
    width: 100%;
    max-width: 333px;
    height: 2px;
    background: #9a9998;
    margin: 0 auto 15px;
}

.zag_p {
    color: #000;
    font-family: "Montserrat";
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 15px !important;
    margin-bottom: 35px;
    text-align: center;
}

.btn_2 {
    color: #fefefe;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 400;
    line-height: 14px;
    padding: 10px 30px;
    background: #1c8aad;
    border-radius: 3px;
    display: inline-block;
}

.btn_2:hover {
    color: #fefefe;
    background: #127392;
}

.zag_2 {
    color: #fefefe;
    font-family: "PT Sans";
    font-size: 29px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 80px;
    position: relative;
}

.zag_2::after {
    content: '';
    display: block;
    position: absolute;
    width: 45px;
    height: 6px;
    background: #63a9c2;
    left: 0;
    top: calc(100% + 5px);
}

.btn_3 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 25px;
    background: #63a9c2;
    border-radius: 3px;
}

.btn_3_span {
    color: #fefefe;
    font-family: 'PT Sans';
    font-size: 15px;
    font-weight: 400;
    line-height: 14px;
    display: inline-block;
}

.btn_3:hover {
    background: #4a8ea6;
}

.btn_3_img {
    display: inline-block;
    margin-right: 15px;
}


/* .up {
	display: inline-block;
	position: fixed;
	right: 55px;
	bottom: 55px;
} */

.okno_16 input::-webkit-input-placeholder {
    color: #fefefe;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
}

.okno_16 input::-moz-placeholder {
    color: #fefefe;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
}


/* Firefox 19+ */

.okno_16 input:-moz-placeholder {
    color: #fefefe;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
}


/* Firefox 18- */

.okno_16 input:-ms-input-placeholder {
    color: #fefefe;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
}

.okno_16_textarea::-webkit-input-placeholder {
    color: #fefefe;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
}

.okno_16_textarea::-moz-placeholder {
    color: #fefefe;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
}


/* Firefox 19+ */

.okno_16_textarea:-moz-placeholder {
    color: #fefefe;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
}


/* Firefox 18- */

.okno_16_textarea:-ms-input-placeholder {
    color: #fefefe;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
}

@media screen and (min-width: 992px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    /* .up img {
		width: 40px;
	}
	.up {
		right: 15px;
		bottom: 15px;
	}
	 */
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 767px) {
    .zag {
        font-size: 22px;
        line-height: 26px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .zag_2 {
        font-size: 22px;
        line-height: 24px;
    }
}