/* RESET START */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    background: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
    outline: none;
}
input, textarea, button {
	outline: none;
}
/* RESET END */

body {
    font-family: 'Segoe UI';
}
/* MAIN SECTION START */
.main_section {
    min-height: 724px;
    background: url("../images/main_section_bg.jpg");
    background-size: cover;
    background-position: center;
    padding-bottom: 80px;
}
.header {
    min-height: 100px;
    padding-top: 10px;
}
.header .logo {
    font-family: 'Segoe UI';
    color: #866956;
    font-size: 23px;
    text-decoration: none;
}
.header .logo img {
    width: 66px;
    height: 66px;
    border: 2px solid #a89688;
    border-radius: 50%;
    margin-right: 20px;
}
.header .phone, .header .whats_app {
    color: #7e6c5f;
    font-size: 21px;
    font-family: 'Segoe UI';
}
.contacts_wr {
    float: left;
    display: block;
    width: 60%;
}
.header .phone b, .header .whats_app b {
    color: #c69d7f;
}
.header .col-lg-5 .col-lg-6 {
    padding: 0;
}
.callback_button_header {
    font-family: "Segoe UI";
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    padding: 10px 30px;
    border-radius: 50px;
    background: #ca9f81;
    border: 4px solid #c4c4c4;
    position: relative;
    padding-left: 40px;
    float: right;
    text-decoration: none;
}
.callback_button_header::before {
    content: "";
    width: 18px;
    height: 20px;
    display: block;
    background: url("../images/header-phone-call.png");
    position: absolute;
    top: 16px;
    left: 15px;
    z-index: 2;
}
.main_section .content {
    text-align: center;
}
.main_section .content h1 {
    font-size: 46px;
    font-family: "Segoe UI";
    color: #b19885;
    font-weight: bold;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
.main_section .content h3 {
    font-size: 40px;
    font-family: "Segoe UI";
    color: #7e6c5f;
    font-weight: 600;
    margin-bottom: 40px;
}
.col-lg-2.content_column {
    text-align: center;
    padding: 0;
}
.content_column p {
    font-family: "Segoe UI";
    color: #665141;
    font-size: 19px;
    font-weight: 600;
}
.main_section .mini_callback_form {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}
.main_section .mini_callback_form input[type="text"]  {
    display: block;
    margin: 0 auto;
    background: #fff4ea;
    border: 1px solid #533b2f;
    padding: 15px 35px;
    font-family: "Segoe UI";
    font-weight: 300;
    font-size: 18px;
    color: #696969;
    text-align: center;
    margin-bottom: 45px;
}
.main_section .mini_callback_form .callback_button  {
    background: #ca9f81;
    border: 4px solid rgba(255, 255, 255, 0.844);
    padding: 15px 65px;
    font-family: "Segoe UI";
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
}
/* MAIN SECTION END */
/* SECTION TWO START*/
.two {
    min-height: 824px;
    background: url('../images/two_bg.jpg');
    background-size: cover;
    background-position: center;
}
.two h1 {
    text-align: center;
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 40px;
    color: #775543;
    margin-bottom: 30px;
    margin-top: 50px;
}
.two .number {
    display: block;
    text-align: center;
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 35px;
    color: #fff;
    background: #ca9f81;
    border: 5px solid rgba(255, 255, 255, 0.679);
    height: 80px;   
    width: 80px;
    padding-top: 7px;
    border-radius: 50%;
    margin: 0 auto;
}
.two p {
    font-family: 'Segoe UI';
    color: #775543;
    font-size: 25px;
    text-align: center;
    margin: 20px 0;
    letter-spacing: 0px;
}
/* SECTION TWO END*/
/* SECTION THREE START*/
.three {
    min-height: 814px;
}
.three h1 {
    text-align: center;
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 40px;
    color: #775543;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 50px;
    max-width: 720px;
}
.three .three_wrapper_center {
    margin-top: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #d1d1d1;
    padding: 0px;
}
.three .three_wrapper_center img {
    float: left;
}
.three .three_wrapper_center p {
    text-align: left;
    line-height: 24px;
    font-family: "Segoe UI";
    color: #775543;
    font-size: 22px;
    position: relative;
    display: block;
    max-width: 280px;
    margin-left: 125px;
    margin-bottom: 50px;
}
.three .three_wrapper_center p b{
    font-family: "Segoe UI";
    font-size: 25px;
    font-weight: 600;
}
.three .three_wrapper_center p:before {
    content: " ";
    display: block;
    float: left;
    height: 68px;
    width: 74px;
    background-repeat: no-repeat;
    position: absolute;
    left: -90px;
    top: 10px;
}
.three .three_wrapper_center .one_row .col-lg-5:nth-child(1) p:before{
    background: url("../images/three-1.png");
    background-repeat: no-repeat;
}
.three .three_wrapper_center .one_row .col-lg-5:nth-child(2) p:before{
    background: url("../images/three-2.png");
    background-repeat: no-repeat;
}
.three .three_wrapper_center .two_row .col-lg-5:nth-child(1) p:before{
    background: url("../images/three-3.png");
    background-repeat: no-repeat;
}
.three .three_wrapper_center .two_row .col-lg-5:nth-child(2) p:before{
    background: url("../images/three-4.png");
    background-repeat: no-repeat;
}
.three .three_wrapper_center .three_row .col-lg-5:nth-child(1) p:before{
    background: url("../images/three-5.png");
    background-repeat: no-repeat;
}
.three .three_wrapper_center .three_row .col-lg-5:nth-child(2) p:before{
    background: url("../images/three-6.png");
    background-repeat: no-repeat;
}
.three .three_wrapper_center .four_row .col-lg-5:nth-child(1) p:before{
    background: url("../images/three-7.png");
    background-repeat: no-repeat;
}
.three .three_wrapper_center .four_row .col-lg-5:nth-child(2) p:before{
    background: url("../images/three-8.png");
    background-repeat: no-repeat;
}
.three .three_wrapper_center .five_row .col-lg-5:nth-child(1) p:before{
    background: url("../images/three-9.png");
    background-repeat: no-repeat;
}
.three .three_wrapper_center .five_row .col-lg-5:nth-child(2) p:before{
    background: url("../images/three-10.png");
    background-repeat: no-repeat;
    width: 80px;
}
.three .col-lg-5 {
    text-align: center;
}
/* SECTION THREE END*/
/* SECTION FOUR START */
.four {
    min-height: 495px;
    background: url("../images/counter_bg.jpg");
    background-size: cover;
    background-position: center;
}
.four h1 {
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 40px;
    color: #533b2f;
    margin-bottom: 0px;
}
.four h2 {
    font-family: 'Segoe UI';
    font-size: 38px;
    color: #775543;
    line-height: 48px;
    margin-bottom: 0px;
}
.four h3 {
    font-family: 'Segoe UI';
    font-size: 28px;
    line-height: 38px;
    color: #775543;
    margin-bottom: 25px;
    margin-top: 15px;
}
.four .col-lg-7:nth-child(1) {
    text-align: center;
}

/* counter */
.callbackcounter #counterhours, 
.callbackcounter #counterminutes, 
.callbackcounter #counterseconds {
    display: inline-block;
    background: #ca9f81;
    box-shadow: 0px 4px 15px #8a5d46;
    font-family: "Segoe UI";
    font-weight: bold;
    color: #fff;
    font-size: 80px;
    padding: 5px 20px;
}
.callbackcounter .counter_separator {
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 80px;
    color: #533b2f;
    display: inline-block;
    margin: 0 8px;
}
.four .counter_text p {
    font-family: 'Segoe UI';
    font-size: 28px;
    color: #775543;
    display: inline-block;
    margin: 10px 37px;
}
/* counter */

.four .form_wraper {
    text-align: center;
    padding-top: 180px;
}
.four .mini_callback_form input[type="text"]  {
    background: #fff4ea;
    border: 1px solid #533b2f;
    padding: 15px 35px;
    font-family: "Segoe UI";
    font-weight: 300;
    font-size: 18px;
    color: #696969;
    text-align: center;
    margin-bottom: 45px;
}
.four .mini_callback_form .callback_button  {
    background: #ca9f81;
    border: 4px solid rgba(255, 255, 255, 0.844);
    padding: 15px 65px;
    font-family: "Segoe UI";
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
}

.four h5 {
    font-family: 'Segoe UI';
    font-size: 25px;
    color: #775543;
    text-align: center;
    padding-bottom: 20px;
}
/* SECTION FOUR END */
/* SECTION FIVE START */
.five {
    min-height: 520px;
    background: url("../images/five_bg.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-bottom: 70px;
}
.five h1 {
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 40px;
    color: #533b2f;
    margin: 50px 0;
}
/* SECTION FIVE END */
/* SECTION SIX START */
.six {
    min-height: 545px;
}
.six h1 {
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 40px;
    color: #533b2f;
    margin: 50px 0;
    text-align: center;
}
.six .review_image {
    height: 270px;
    display: block;
    margin-right: 40px;
    overflow: hidden;
}
.six .item span {
    font-family: 'Segoe UI';
    font-size: 25px;
    color: #775543;
    text-align: left;
    line-height: 30px;
    text-indent: 0px;
}
.reviews_text_hide {
    display: none;
    font-family: 'Segoe UI';
    font-size: 25px;
    color: #775543;
}
.read_full_text {
    float: right;
    display: block;
    /* width: 200px; */
    cursor: pointer;
    font-family: 'Segoe UI';
    font-size: 25px;
    color: #1bc1ff;
    border-bottom: 1px solid #1bc1ff;
}
.carousel {
    min-height: 450px;
}
.six .text_wraper {
    display: block;
    float: right;
    max-width: 720px;
}
.right.carousel-control {
    right: -10px;
    top: 100px;
    background: #ca9f81;
    border: 4px solid rgba(255, 255, 255, 0.844);
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
}
.left.carousel-control {
    left: -10px;
    top: 100px;
    background: #ca9f81;
    border: 4px solid rgba(255, 255, 255, 0.844);
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
}
.left.carousel-control:after {
    content: "";
    width: 15px;
    height: 29px;
    display: block;
    background: url("../images/slider_arrow.png");
    background-position: 0px 0px;
    position: absolute;
    top:15px;
    left: 18px;
}
.right.carousel-control:after {
    content: "";
    width: 15px;
    height: 29px;
    display: block;
    background: url("../images/slider_arrow.png");
    background-position: -16px 0px;
    position: absolute;
    top:14px;
    left: 25px;
}
.carousel-indicators {
    bottom: 0px;
    margin: 0 auto;
    margin-top: 40px;
}
.carousel-indicators li {
    width: 20px;
    height: 20px;
    border: 2px solid #c99e80;
}
/* SECTION SIX END */
/* SECTION SEVEN START */
.seven {
    min-height: 420px;
    text-align: center;
}
.seven .container {
    background: url('../images/seven_bg.jpg');
    background-size: cover;
    padding-bottom: 70px;
    box-shadow: 0px 0px 10px #d1d1d1;
}
.seven .seven_wrapper {
    max-width: 748px;
    margin: 0 auto;
}
.seven h1 {
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 40px;
    color: #775543;
}
.seven h3 {
    font-family: 'Segoe UI';
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #775543;
}
.seven .mini_callback_form input[type="text"]  {
    background: #fff4ea;
    border: 1px solid #533b2f;
    padding: 15px 35px;
    font-family: "Segoe UI";
    font-weight: 300;
    font-size: 18px;
    color: #696969;
    text-align: center;
    margin-bottom: 45px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
}
.seven .mini_callback_form .callback_button  {
    background: #ca9f81;
    border: 4px solid rgba(255, 255, 255, 0.844);
    padding: 15px 65px;
    font-family: "Segoe UI";
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;

}
/* SECTION SEVEN END */
/* SECTION EIGHT START */
.eight {
    min-height: 700px;
}
.eight h1 {
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 40px;
    color: #775543;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 30px;
}
.eight .col-lg-6 {
    padding: 0;
}
.eight .col-lg-6:nth-child(2) {
    background: #ebd4c0;
    padding-top: 91px;
    padding-bottom: 91px;
}
.eight .contacts {
    font-family: 'Segoe UI';
    font-size: 23px;
    color: #775543;
    padding: 15px 0;
    padding-left: 50px;
}
.eight .contacts b {
    flex-wrap: 600;
    font-size: 26px;
}
.eight .recvisites {
    border: 1px solid #474747;
    text-align: left;
    padding: 17px 0;
    padding-left: 20px;
    font-family: 'Segoe UI';
    font-weight: normal;
    font-size: 18;
    color: #775543;
    margin-top: 25px;
    margin-bottom: 25px;
}
/* SECTION EIGHT END */
/* FOOTER START */
footer {
    background: #775543;
    min-height: 290px;
    padding-top: 35px;
    position: relative;
}
footer .logo {
    font-family: 'Segoe UI';
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}
footer .logo img {
    width: 66px;
    height: 66px;
    border: 2px solid #a89688;
    border-radius: 50%;
    margin-right: 20px;
}
footer .social_links {
    padding-left: 90px;
}
footer .social_links ul li {
    display: inline-block;
    margin: 0 3px;
}
footer .social_links a {
    width: 57px;
    height: 57px;
    display: block;
    float: left;
    background: url('../images/social-links.png');
}
footer .social_links ul li:nth-child(2) a {
    background-position: -64px 0;
}
footer .social_links ul li:nth-child(3) a {
    background-position: -128px 0;
}
footer .social_links ul li:nth-child(4) a {
    background-position: -194px 0;
}
footer .social_links ul li:nth-child(5) a {
    background-position: -261px 0;
}
footer .confc {
    border-bottom: 1px solid #1bc1ff;
    color: #1bc1ff;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 300;
    float: right;
    display: block;
    margin-top: 18px;
    cursor: pointer;
}
footer .copr {
    color: #fff;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin-top: 50px;
}
.conf-modal {
    padding: 30px;
    font-family: 'Segoe UI';
    font-size: 18px;
    color: #696969;
}
/* FOOTER END */

#back-to-top {
    cursor: pointer;
    position: absolute;
    bottom: 290px;
    right: 0px;
    /* display:none; */
    font-family: 'Segoe UI';
    font-size: 20px;
    color: #775543;
    padding: 20px;
    opacity: 0.5;
    transition: 0.3s;
}
#back-to-top:after {
    content: "";
    position: absolute;
    display: block;
    top: -50px;
    width: 68px;
    height: 68px;
    background: #c99e80;
    background-image: url('../images/arrow_up.png');
    background-repeat: no-repeat;
    background-position: 16px 20px;
    border-radius: 50%;
    border: 4px solid #ddc4b2;
}
#back-to-top:hover {
    opacity: 1;
}
/* MODAL WINDOW START*/
.modal .modal-dialog {
    background: #8c6e59;
}
.modal-body {
    background: #8c6e59;
    min-height: 395px;
}
.right_side_form {
    float: left;
    display: block;
    width: 42%;
}
.modal-title {
    color: #fff;
    text-align: center;
    font-family: 'Segoe UI';
    font-size: 30px;
    font-weight: 600;
    padding-top: 25px;
}
.modal .close {
    margin-right: 10px;
    margin-top: 10px;
    padding-left: 0px;
    float: right;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.8;
    transition: 0.3s;
}
.modal .close:hover {
    opacity: 1;
}
.right_side_form img {
    max-width: 320px;
}
.modal .my-form-control {
    border: none;
    border-bottom: 2px solid #c99e80;
    background: #fff;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 300;
    color: #696969;
    width: 90%;
}
#main-contact-form {
    float: right;
    display: block;
    background: #fff;
    width: 55%;
    padding:50px;
}
.modal .my-btn-submit {
    background: #ca9f81;
    border: 4px solid rgba(255, 255, 255, 0.844);
    padding: 15px 65px;
    font-family: "Segoe UI";
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s;
    text-align: center;
    margin-left: 20px;
}
.modal p {
    font-family: "Segoe UI";
    font-weight: 300;
    font-size: 15px;
    color: #535353;
    margin-bottom: 19px;
}
.modal .my-btn-submit:hover,
.modal .my-btn-submit:active {
    color: #f7e6da;
    background: #d3a07c;
    outline: none;
}
.success_form {
    display: none;
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
/* MODAL WINDOW END*/

@media (min-width: 768px){
    .modal-dialog {
        width: 810px;
        margin: 30px auto;
    }
}
@media all and (min-width: 980px) {
    .review_image {
        width: 390px;
        float: left;
    }
    .six .review_image img {
        max-width: 390px;
    }
}
@media all and (max-width: 1240px) {
    .header {
        padding-top: 20px;
    }
    .header .logo img {
        width: 56px;
        height: 56px;
        margin-right: 10px;
    }
    .header .logo {
        font-size: 18px;
    }
    .header .phone, .header .whats_app {
        font-size: 18px;
    }
    .callback_button_header {
        padding: 10px 15px;
        padding-left: 37px;
        font-size: 18px;
    }
}
@media all and (max-width: 980px) {
    .right.carousel-control {
        right: 20px;
    }
    .left.carousel-control {
        left: 20px;
    }
    .review_image {
        float: none;
        width: 100%;
    }
    .six .review_image img {
        max-width: 100%;
    }
    .callback_button_header:before {
        top: 13px;
    }
    .header {
        min-height: 120px;
    }
    .main_section .content h1 {
        text-align: center; margin-top: 80px;
    }
}
@media all and (max-width: 640px) {
    .header .contacts_wr {
        margin-bottom: 0px;
        font-size: 13px;
        min-width: 300px;
    }
    .header .contacts_wr b {
        font-size: 15px;
    }
    .callback_button_header {
        float: left;
        font-size: 15px;
    }
    .callbackcounter #counterhours, 
    .callbackcounter #counterminutes, 
    .callbackcounter #counterseconds {
        font-size: 55px;
        padding: 0px 5px;
    }
    .callbackcounter .counter_separator {
        font-size: 40px;
    }
    .four .callbackcounter  .counter_text p {
        font-size: 19px;
        margin: 10px 15px;
    }
    .four .form_wraper {
        padding-top: 30px;
    }
    .four {
        padding: 30px;
    }
    .four h5 {
        margin-top: 30px;
    }
    .six .item span {
        font-size: 18px;
    }
    .six {
        padding-bottom: 50px;
    }
    .eight .contacts {
        font-size: 18px;
    }
    .eight .contacts b {
        font-size: 20px;
    }
    footer {
        background: #775543;
        min-height: 290px;
        padding-top: 35px;
    }
    footer .logo {
        font-size: 18px;
    }
    footer .logo img {
        width: 56px;
        height: 56px;
        border: 2px solid #a89688;
        border-radius: 50%;
        margin-right: 10px;
    }
    footer .social_links {
        padding-left: 0px;
    }
    footer .social_links ul li {
        margin: 0px;
    }
    .footer .confc {
        font-size: 18px;
    }
    .modal .right_side_form {
        display: none;
    }
    #main-contact-form {
        float: none;
        width: 80%;
        margin: 0 auto;
    }
    .modal .my-btn-submit {
        margin-left: 0px;
        padding: 10px 45px;
    }
    .three .three_wrapper_center p {
        font-size: 18px;
        margin-left: 90px;
        margin-bottom: 30px;
    }
    .three .three_wrapper_center p b {
        font-size: 20px;
    }
    .main_section .content h1,
    .two h1,
    .three h1,
    .four h1,
    .six h1 {
        font-size: 32px;
    }
    .main_section .content h3 {
        font-size: 28px;
    }
    .seven h3 {
        font-size: 20px;
    }
    .header .logo {
        font-size: 13px;
    }
    .two p {
        font-size: 18px;
    }
    .four h2 {
        font-size: 30px;
    }
    .four .mini_callback_form .callback_button {
        padding: 15px 55px;
    }
    .four .mini_callback_form input[type="text"] {
        padding: 15px 25px;
    }
    .eight .contacts {
        padding-left: 10px;
    }
    footer .confc {
        margin-bottom: 20px;
    }
    .eight .contacts {
        font-size: 13px;
        padding-left: 5px;
    }
    .eight .col-lg-6:nth-child(2) {
        padding-top: 51px;
        padding-bottom: 51px; 
    }
}
@media all and (max-width: 480px) {
    .modal .my-btn-submit {
        padding: 10px 25px;
    }
    #main-contact-form {
        width: 100%;
    }
    .three .three_wrapper_center p:before {
        left: -75px;
    }
    .callbackcounter .counter_separator {
        font-size: 30px;
        margin: 0 1px;
    }
    .callbackcounter #counterhours,
    .callbackcounter #counterminutes,
    .callbackcounter #counterseconds {
        font-size: 40px;
    }
    .four .callbackcounter .counter_text p {
        font-size: 14px;
        margin: 10px 9px;
    }
}
    .mini_callback_form {
        max-width: 280px;
        margin: 0 auto;
    }