body {
    font-family: 'Montserrat', sans-serif; 
	font-size: 1rem;
	font-weight: 400;
	color: #333333;
}
a {
	color: #333333;
}
a:hover {
	color: #006cb4;
}
img {
	max-width: 100%;
	height: auto;
}
::selection {
    background: #006cb4;
    color: #ffffff;
}

/*::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";
    text-align: center;
    margin-right: .5rem;
    font-size: 1.33rem;
    color: #6eb02a;
}

::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    text-align: center;
    margin-right: .5rem;
    font-size: 1.33rem;
    color: #6eb02a;
    transform: rotateY(180deg);
}*/


@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(900%);
  }
}
.pulse {
    position: relative;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.pulse:after {
    content: "";
    display: block;
    width: 60px;
    height: 300px;
    margin-left: 60px;
    background: linear-gradient(to right, transparent, #fff);
    position: absolute;
    left: 0%;
    top: -150%;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: .75;
}
@-webkit-keyframes slideme { 
  0% { left: -100px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } 
}



.home_section {
    background-image: url(img/bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    color: #ffffff;
}

.home_section a {
    color: #ffffff
}

.header {
    padding-top: 40px;
}

.header_logo img {
    max-height: 60px;
}

.header_contacts {
    display: flex;
    justify-content: flex-end;
}

.number_mail {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.call_back {
    padding-left: 30px;
}

.email {
    font-size: 0.9333rem;
}

.site_offer {
    font-size: 2.6667rem;
    font-weight: 300;
}

.button_white {
    font-size: 1.0667rem;
    line-height: 1;
    border: 1px solid #ffffff;
    padding: 1rem 1.5rem;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 5px;
    transition: 0.25s;
}

.button_white:hover {
    border: 1px solid #eb3f57;
    background: #eb3f57;
    transition: 0.25s;
}

.button_cta {
    display: flex;
    font-size: 1.3333rem;
    line-height: 1.3;
    border: none;
    border-bottom: 4px solid #0a649a;
    background: #006cb4;
    color: #ffffff;
    padding: 2rem 3.5rem;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 5px;
    transition: 0.25s;
}

.button_cta:hover {
    background: #008acf;
    color: #ffffff;
    transition: 0.25s;
}


.button_white img {
    max-height: 1rem;
    margin-right: 5px;
}


.home_section_content {
    padding-top: 85px;
    padding-bottom: 85px;
    /*background-image: url(/img/mdelo11.png);
    background-size: 450px;
    background-position: 100% 50%;
    background-repeat: no-repeat;*/
}

.home_section_content {
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
}

.site_description {
    margin-top: 49px;
    margin-bottom: 37px;
}

.gift {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 65px;
}

.gift_img {
    max-height: 40px;
    margin-right: 15px;
}

.gift_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 45px;
}

.gift_box span {
    font-size: 1rem;
    color: #eee;
    line-height: 1.3;
}

.preim_list {
    padding-top: 65px;
    padding-bottom: 0;
}

.preim_item img {
    max-height: 55px;
    width: auto;
}

.preim_item {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 800px;
    margin-bottom: 30px;
}

.preim_item:last-child {
    margin-bottom: 0;
}

.preim_txt {
    margin-bottom: 0;
    margin-left: 15px;
}

.preim_txt b {
    font-size: 1.3333rem;
    font-weight: 500;
    margin-bottom: 13px;
}

.money {
    display: block;
    position: absolute;
    left: 26%;
    top: 15%;
}

.timer {
    margin-top: 65px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.text_timer {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
    text-transform: uppercase;
}






@media (max-width: 992px) {
    .site_offer {
        font-size: 2.4rem;
        text-align: center;
    }
    .site_offer br {
        display: none;
    }
    .gift_box {
        margin-left: 0;
        margin-top: 15px;
    }
    .gift {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .money {
        left: 63%;
        top: 16%;
    }
    .timer {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .preim_item {
        align-items: flex-start;
    }
    .preim_item img {
        margin-top: 15px;
        max-height: 45px;
    }
    .home_section_content {
        min-height: 100%;
    }
    .header_logo {
        text-align: center;
    }
    .header_contacts {
        justify-content: center;
        margin-top: 15px;
    }
    .number_mail {
        text-align: center;
    }
    .site_offer {
        font-size: 2.5rem;
    }
    .div_map {
        margin-top: 60px;
    }
    .gift {
        flex-wrap: wrap;
        justify-content: center;
    }
    .gift_img {
        max-height: 30px;
    }
    .money {
        left: 68%;
        top: 19%;
    }
}   

@media (max-width: 576px) {
	.modal-dialog {
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 30px;
	    max-width: 350px;
    }
	.container {
        max-width: 350px;
    }
    .header_contacts {
        flex-wrap: wrap;
    }
    .call_back {
        padding-left: 0px;
    }
    .number_mail {
        text-align: center;
        margin-bottom: 15px;
    }
    .b_item img {
        margin-right: 8px;
        max-width: 30px;
    }
    .site_offer {
        font-size: 1.8rem;
    }
    .site_description br {
        display: none;
    }
    .div_title h2 {
        font-size: 1.75rem;
    }
    .no_business {
        padding: 30px;
    }
    .header_logo img {
        max-height: 50px;
    }
    .w_item_div {
        padding: 15px;
    }
    .w_item_div-txt {
        font-size: 0.9rem;
    }
    .w_item_div-number {
        font-size: 2rem;
    }
    .contacts_adress, .contacts_tel, .contacts_mail {
        font-size: 1rem;
    }
    .rekvizity {
        font-size: 1rem;
    }
    .div_title h2 {
        text-align: center;
    }
    .cont_ico {
        max-width: 20px;
    }
    .gift_box span br {
        display: none;
    }
    .button_cta {
        padding: 2rem;
    }
    .preim_txt {
        margin-left: 5px;
    }
    .home_section_content {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .preim_txt span {
        font-size: 0.9rem;
    }
    .home_section {
        background-position: 96% 50%;
    }
    .money {
        right: 0;
        left: auto;
        top: 13%;
    }
    body {
        font-size: 1rem;
    }
    :root { 
        font-size: 14px;
    }
}