@charset "UTF-8";
.forma .forma_text span,
.problems_title,
.timer_title,
h1 {
    text-transform: uppercase;
}
.btn1:hover,
.links a:hover {
    text-decoration: none;
}
.mobile {
    display: none;
}

footer,
header,
section {
    background-repeat: no-repeat !important;
    background-position: center top !important;
}
header {
    background-image: url(../img/header.jpg);
}
footer {
    background-image: url(../img/footer.jpg);
    padding-top: 75px;
}
footer ul,
header ul {
    list-style-type: none;
    padding-left: 0;
}
footer ul li,
header ul li {
    font-size: 20px;
    
    padding: 20px 0 20px 75px;
    background: url(../img/galka_round.png) left center no-repeat;
}
.skills_item {
    color: #fff;
    background: url(../img/sprite.png) left center no-repeat;
    padding: 17px 0;
}
.skills .col-sm-3:first-child .skills_item {
    background-position: left -70px;
    padding-left: 65px;
}
.skills .col-sm-3:nth-child(2) .skills_item {
    background-position: left 12px;
    padding-left: 65px;
}
.skills .col-sm-3:nth-child(3) .skills_item {
    background-position: left -156px;
    padding-left: 55px;
}
.skills .col-sm-3:last-child .skills_item {
    background-position: left -240px;
    padding-left: 45px;
}
h1 {
    font-size: 52px !important;
    margin-top: 30px !important;
    margin-bottom: 36px !important;
}
h1 span {
    color: #0090e0;
}
.pri {
    font-size: 20px;
    color: #323232;
}
.forma {
    background-color: #fff;
    border: 8px solid #0090e0;
    color: #000;
    padding: 8px 15px 15px 20px;
}
.forma .forma_text {
    font-weight: 600;
    font-size: 35px;
}
.forma .forma_text span {
    color: #fb0000;
}
.price__old {
    position: relative;
    display: inline-block;
    font-size: 24px;
    
    vertical-align: top;
    margin-right: 20px;
}
.price__old .price_text {
    display: block;
}
.price__old hr {
    position: absolute;
    width: 115px;
    margin: 0;
    bottom: 14px;
    border-color: #000;
}
.price__new {
    color: #fb0000;
    font-weight: 600;
    display: inline-block;
    font-size: 40px;
}
.price__new .price_text {
    display: block;
    
    font-size: 20px;
    color: #323232;
}
.timer_title {
    
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
.timer_title span {
    color: #fb0000;
}
.countdown {
    text-align: center;
    margin-bottom: 25px;
}
.countdown .countdown__item {
    display: inline-block;
    font-weight: 600;
    font-size: 25px;
    width: 55px;
    padding: 5px 0;
    position: relative;
    border: 3px solid #000;
    margin: 0 15px;
}
.countdown .countdown__item:after {
    position: absolute;
    content: ":";
    right: -20px;
    color: #0090e0;
}
.countdown .countdown__item:before {
    position: absolute;
    
    font-size: 13px;
    bottom: -25px;
}
.form__btn,
.form__input {
    height: 45px;
    font-size: 16px;
    width: 100%;
}
.countdown .countdown__item:last-child:after {
    display: none;
}
.countdown .countdown__item:first-child:before {
    content: "Saat";
    right: 4px;
}
.countdown .countdown__item:nth-child(2):before {
    content: "Dakika";
    right: 3px;
}
.countdown .countdown__item:last-child:before {
    content: "Saniye";
    right: 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form {
    margin-top: 10px;
}
.form__input {
    border: 2px solid #3c8d4c;
    
    padding-left: 40px;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
}
.form__select {
    background: url(../img/country.png);
}
.name_mask {
    background: url(../img/man.png);
}
.phone__mask {
    background: url(../img/phone.png);
}
.form__btn {
    background-image: -webkit-linear-gradient(90deg, #02a915 0, #85d411 80%);
    background-image: -ms-linear-gradient(90deg, #02a915 0, #85d411 80%);
    border: none;
    color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-weight: 600;
}
.posiz {
    position: relative;
}
.prod {
    position: absolute !important;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.problems {
    background-image: url(../img/problems.jpg);
}
.problems_title {
    color: #000b30;
    margin-bottom: 20px;
    font-size: 43px;
}
.prob_text span,
.problems_title span {
    font-size: 30px;
    font-weight: 600;
}
.problems_title span {
    display: block;
    text-transform: none;
}
.problems_wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 0 55px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.2);
    padding-bottom: 5px;
}
.prob_img img {
    width: 100%;
}
.prob_text span {
    color: #fb0000;
}
.prob_text p {
    font-size: 16px;
    margin-top: 10px;
}
.prob_text {
    margin-top: 25px;
}
.prim {
    margin: 25px auto auto;
    color: #fff;
    background-color: #ff752b;
    font-weight: 600;
    font-style: italic;
    width: 725px;
    position: relative;
    font-size: 20px;
    padding: 10px 20px;
}
.prim:after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #ff752b;
    border-right: 25px solid transparent;
}
.izbav {
    background-image: url(../img/izbav.jpg);
    padding: 15px 0;
}
.izbav .izbav_title {
    color: #000b30;
    margin-bottom: 20px;
    
    font-size: 43px;
    text-transform: uppercase;
}
.izbav .izbav_title p {
    font-size: 28px;
    
}
.izbav .izbav_title p span {
    font-weight: 600;
}
.izbav ul {
    list-style-type: none;
    padding-left: 0;
    color: #000b30;
    font-size: 18px;
}
.izbav ul li {
    margin-bottom: 25px;
    padding-left: 65px;
    background: url(../img/galka.png) left top no-repeat;
}
.expert {
    background-image: url(../img/expert.jpg);
    padding: 10px 0 36px;
}
.expert .expert_title {
    color: #fff;
    text-transform: uppercase;
    
    font-size: 52px;
}
.expert .expert_title span {
    text-transform: none;
    
    font-size: 45px;
    display: block;
}
.expert .expert_content {
    position: relative;
    padding: 30px 240px 20px 20px;
}
.expert .expert_content p {
    font-size: 18px;
    margin-bottom: 50px;
}
.expert .expert_content .expert_name {
    display: block;
    font-size: 23px;
    color: #0090e0;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
.expert .expert_content .expert_op {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #0090e0;
}
.expert .expert_content .rosp {
    position: absolute;
    bottom: 35px;
    right: 325px;
}
.expert .expert_content .prod1 {
    position: absolute;
    right: -54px;
    bottom: -45px;
}
.sostav_title {
    font-size: 39px;
    
    text-transform: uppercase;
}
.sostav_title p {
    text-transform: none;
    font-size: 18px;
    
}
.btn1,
.sostav_item span {
    font-weight: 600;
    display: block;
}
.sostav_item {
    padding: 0 56px;
    margin: 25px 0;
}
.sostav_item span {
    color: #3c8d4c;
    text-transform: uppercase;
    font-size: 20px;
    margin: 15px 0 20px;
}
.sostav_item p {
    font-size: 18px;
    text-align: left;
}
.btn1,
.izbav .prod2,
.links {
    text-align: center;
}
.prod2 {
    padding: 0;
}
.prod2 img {
    width: 100%;
}
.btn1 {
    background-image: -webkit-linear-gradient(90deg, #02a915 0, #85d411 80%);
    background-image: -ms-linear-gradient(90deg, #02a915 0, #85d411 80%);
    color: #fff;
    margin: 0 auto;
    width: 275px;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.btn1:hover {
    color: #fff;
}
.sostav {
    padding: 50px 0;
}
.facts {
    background-image: url(../img/facts.jpg);
    padding-top: 30px;
}
.facts .facts_title {
    
    font-size: 52px;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.facts_item {
    margin-bottom: 74px;
}
.facts_item span {
    color: #fb0000;
    font-weight: 600;
    font-size: 80px;
}
.facts_item p {
    font-size: 18px;
    padding-right: 20px;
}
.reviews {
    background: url(../img/reviews.jpg);
    padding-top: 20px;
}
.reviews .reviews_title {
    text-align: center;
    
    font-size: 48px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.links p,
.rev_item h2 {
    font-weight: 600;
    color: #0090e0;
}
.rev_img img {
    width: 100%;
}
.rev_item {
    margin-bottom: 110px;
}
.rev_item h2 {
    margin-top: 0;
    font-size: 30px;
}
.rev_item p {
    font-size: 16px;
}
.rev_item span {
    font-size: 24px;
    font-weight: 600;
}
.links {
    margin-top: 75px;
    margin-bottom: 20px;
}
.links a,
.links p {
    display: block;
}
.izbav .prod2 img {
    width: auto;
}
