/**

 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 * File Name: style.css

 * Author: info@adtrust.ru

 * Author URI: http://adtrust.ru/

 * Version: 1.0.0

 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 */

* {
    margin: 0;
    padding: 0;
        box-sizing: border-box;
}

html,
body {
    position: relative;
    height: 100%;
    background: #fff;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    min-width: 1170px;
    overflow-x: hidden;

}

img {
    border: none
}

.clr {
    clear: both
}

.center_1140 {
    width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}

.hide {
    display: none
}

input {
    color: #4e4e4e;
    font-size: 16px;
}

p {
    margin: 0
}

h2 {
    color: #000007;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    font-weight: 900;
}

.alpha {
    height: auto;
    width: auto;
}

a {
    text-decoration: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: 'Source Sans Pro', sans-serif;
}

/*=============================================

    header 

 =============================================*/

.header {
    height: auto;
    background: url('images/header-bg.jpg') center top no-repeat;
}

.header .hr {
    width: 100%;
    height: 2px;
    background-color: #fcfcfc;
}

.header-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 20px;
}



.logo {
  /* height: 76px; */
  /* background-size: contain; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 180px;
  justify-content: space-evenly;
}

.logo img {
  width: 60%;
  margin: auto;
}
.logo .text-logo {
  /* padding-left: 75px; */
  padding-top: 5px;
  text-align: center;
  font-size: 18px;
}




/* phone block */
.vw {
    display: block;
    float: right;
    width: 220px;
    /*padding-top: 5px;*/
    margin-right: 0;
}

.vw .but-offer2 {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 7px;
}

.vw .whatsapp {
    background-color: #25d365;
}

#whatsapp-block {
    vertical-align: top;
}

.vw .submit {
    display: inline-block;
    vertical-align: top;
    height: 42px;
    width: 220px;
    line-height: 42px;
    font-size: 12px;
    font-weight: 700;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.vw .submit:hover {
    background-color: #00bbf2;
}

.header_phone {
    text-align: right;
}

.header_phone .r0 {
    color: #000007;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
}

.header_phone .r1 {
    padding: 3px 0;
    color: #000007;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    display: block;
}


.header_phone .r1 a {
    color: #000007;
    text-decoration: none;
}

/* left txt */
.header_text {
    padding: 50px 0 0;
    height: auto;
    clear: both;
    position: relative;
    z-index: 9;
}

.header_text .r1 {
    color: #000007;
    font-size: 45px;
    font-weight: 900;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
}

.header_text .r1 span {
    color: #c21439;
    font-weight: 900;
}

.header_text .r2 {
    color: #000007;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    text-align: left;
    text-transform: uppercase;
    padding-top: 20px;
}

.header_text .r3 {
    font-size: 21px;
    font-weight: 400;
    text-transform: none;
    padding-top: 5px;
}

.header_text ul {
    padding: 25px 0 0;
}

.header_text ul li {
    color: #000007;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    list-style: none;
    text-transform: none;
    background-image: url('images/li.png');
    background-position: left 9px;
    background-repeat: no-repeat;
    padding: 0 0 0 40px;
}

.header .women {
    background: url('images/women.png') center top no-repeat;
    width: 694px;
    height: 1161px;
    position: absolute;
    margin-left: 650px;
    margin-top: -20px;
    z-index: 2;
}

.header .name {
    position: absolute;
    margin-left: 665px;
    margin-top: 245px;
    color: #000007;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}

.header .name span {
    font-weight: 700;
    text-transform: uppercase;
}

.header .form-block {
    width: 810px;
    height: 346px;
    background-color: white;
    border-radius: 23px;
    box-shadow: 0 23px 82.7px 12.4px rgba(8, 9, 9, 0.08);
    margin-top: 140px;
    z-index: 1;
}

.header .form-block::before {
    content: "";
    display: block;
    width: 734px;
    height: 386px;
    opacity: 0.57;
    background-color: white;
    border-radius: 23px;
    position: absolute;
    z-index: 0;
    margin-left: 40px;
    margin-top: -20px;
}

.leftform .r1 {
    color: #000007;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.leftform .r1 a {
    font-size: 30px;
    color: #000007;
    text-decoration: none;
}

.leftform .r2 {
    color: #000007;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
}

/*=============================================

request

=============================================*/
.header .request_callback {
    height: auto;
    position: relative;

}

.leftform {
    width: 100%;
    padding: 45px 0 0 70px;
}

.zv {
    color: grey;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

.header .inputs {
    padding: 20px 0 0;
    width: 487px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input_text input {
    width: 100%;
    height: 63px;
    background: none;
    border: none;
    outline: none;
    color: #818181;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

::-webkit-input-placeholder {
    color: #818181;
    font-size: 16px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #818181;
    font-size: 16px;
}

.input_text {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0;
    padding-left: 65px;
    background: #fff url('images/phone-input.png') 30px 25px no-repeat;
    border: 1px solid #ccc;
    border-radius: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input_text2 {
    background: #f9f9f9 !important;
    padding-left: 30px;
}

.button-offer {
    font-size: 19px !important;
    vertical-align: -0.5px;
    margin: 0 0 0 15px;
}

/* for a awesome arrow*/
.submit {

    display: block;
    height: 65px;
    width: 100%;
    line-height: 65px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fae04b;
    color: #000007;
    border-radius: 23px;
    box-shadow: inset 0 0 5px 0.1px rgba(255, 248, 219, 0.71), 0 14px 35px rgb(187 153 18 / 33%), 0 4px 0 rgb(238 211 55);
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    max-width: 450px;
}

.submit:hover {
    background-color: #e5cb39;
}


.preim {
    padding: 40px 0;
}

.preim h2 {
    padding: 90px 0;
    z-index: 4;
    position: relative;
}

.preim ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.preim ul li {
    background-color: #f8f8f8;
    position: relative;
}

.preim ul li .block-text {
    padding: 50px 35px 50px 50px;
}

.preim ul li .block-text .r1 {
    color: #0958a0;
    font-size: 50px;
    font-weight: 300;
    line-height: 26px;
}

.preim ul li .block-text .r2 {
    color: #0958a0;
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 40px;
}

.preim ul li .block-text .r3 {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 20px;
}

.preim ul li .preim1 {
    background: url("images/preim1.png") center top no-repeat;
    width: 73px;
    height: 104px;
    position: absolute;
    top: 25px;
    right: 40px;
}

.preim ul li .preim2 {
    background: url("images/preim2.png") center top no-repeat;
    width: 100px;
    height: 94px;
    position: absolute;
    top: 25px;
    right: 40px;
}

.preim ul li .preim3 {
background: url(images/preim3.png) center top no-repeat;
    width: 98px;
    height: 93px;
    position: absolute;
    top: 25px;
    right: 34px;
    background-size: contain;
}

.preim ul li .preim4 {
    background: url("images/preim4.png") center top no-repeat;
    width: 87px;
    height: 79px;
    position: absolute;
    top: 25px;
    right: 40px;
}


/*=============================================

   uslugi

=============================================*/
.uslugi {
    height: auto;
    padding-top: 160px;
    padding-bottom: 100px;
    position: relative;
}

.uslugi h2 {
    padding-bottom: 40px;
}

.uslugi .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#uslugi table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 40px auto 30px;
    padding: 0;
    word-wrap: break-word;
    border-bottom: 2px solid #e9ebed;
    border-top: 2px solid #e9ebed;
    text-align: center;
}

#uslugi table td {
    padding: 10px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#uslugi table th {
    padding: 10px;
    background: #e9ebed;
    font-size: 18px;
}

#uslugi table td:nth-child(1) {
    font-weight: bold;
}

#uslugi table td:nth-child(2) {
    width: 30%;
}

#uslugi table tbody tr:nth-child(even) {
    background: #f5f5f5;
}



/*=============================================

   calc

=============================================*/

.calc {
    position: relative;
}

.calc .block {
    width: 100%;
    height: auto;
    background-color: white;
    box-shadow: 0 32px 63.9px 4.1px rgba(52, 52, 52, 0.08);
    border-top: 6px solid #383838;
    padding: 85px 70px 135px 100px;
    margin-bottom: -135px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.calc h2 {
    text-align: left;
}

.calc .form-block {
    display: flex;
    justify-content: space-between;
}

.calc .inputs .input_text,
.calc .inputs .submit {
    width: 393px;
}

.calc .submit {
    margin-top: 50px;
    margin-left: auto;
    margin-right: 0;
}

.calc .zv {
    width: 393px;
    margin-left: auto;
    margin-right: 0;
}

.control {
    position: relative;
    padding-left: 0;
    width: 125px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.calc .inputs .input_text {
    vertical-align: middle;
}

.sms {
    background: url('/images/sms.png') center top no-repeat;
}

.whatsapp {
    background: url('/images/whatsapp.png') center top no-repeat;
}

.telegram {
    background: url('/images/telegram.png') center top no-repeat;
}

/*=============================================

   zvon

=============================================*/

/*=============================================

    sro

=============================================*/

/*=============================================

    base

=============================================*/
.base {
    height: auto;
    padding: 90px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.base h2 {
    padding: 0;
}

.base .map {
    background: url('images/map-bg.png') center top no-repeat;
    max-width: 1122px;
    width: 100%;
    height: 628px;
    background-size: contain;
    margin: -85px auto 15px;
}

.base ul li ul {
    width: 210px;
    margin: auto;
}

.base ul li ul li {
    color: #000007;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    background-image: url('images/li1.png');
    background-position: left 9px;
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
    list-style: none;
    width: 90%;
}

.base .block {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


/*=============================================

    form2

=============================================*/

/*=============================================

    garant

=============================================*/

/*=============================================

    team

=============================================*/

/*=============================================

    questions

=============================================*/
.questions {
    height: 698px;
    background: url('images/questions-bg.jpg') center top no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.questions ul {
    padding-top: 120px;
}

.questions ul li {
    color: #000007;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    list-style: none;
    text-transform: none;
    background-image: url('images/li1.png');
    background-position: left 15px;
    background-repeat: no-repeat;
    padding: 0 0 0 40px;
}

.questions ul li:nth-child(-n + 3) {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    background-position: left 20px;
}

.questions .block {
    width: 810px;
    height: 274px;
    background-color: white;
    border-radius: 23px;
    box-shadow: 0 23px 82.7px 12.4px rgba(8, 9, 9, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 60px auto 0;
    position: relative;
}

.questions .block::before {
    content: "";
    display: block;
    width: 768px;
    height: 266px;
    opacity: 0.26;
    background-color: white;
    border-radius: 23px;
    position: absolute;
    z-index: 0;
    margin-left: 22px;
    margin-top: -45px;
}

.questions .block .r1 {
    color: #000007;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    z-index: 1;
}

.questions .block .r2 {
    color: #000007;
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    text-align: center;
    padding: 10px 0;
    z-index: 1;
}

.questions .block .r2::before {
    content: "";
    background-image: url('images/phone3.png');
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: -7px;
    margin-right: 20px;
}

.questions .block .r2 a {
    color: #000007;
    text-decoration: none;
}

.questions .zv {
    z-index: 1;
}


.qqq {
    padding: 40px 0;
}


/*=============================================

    on_map

=============================================*/
.on_map {
    margin: 0
}

#map-canvas {
    height: 738px;
    padding: 0;
    overflow: hidden;
    transform: translateZ(0px);
}

.on_map h2 {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 40px;
}

.on_map .center_1140 {
    position: relative;
    z-index: 1;
}

.on_map_address {
    position: absolute;
    right: 0;
    width: 487px;
    height: auto;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 14px 43.4px 7.7px rgba(90, 90, 90, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 60px;
}

.on_map_address .block {
    margin: 40px 50px;
}

.on_map_address .r0 {
    padding: 15px 0 0;
    color: #000007;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

.on_map_address .r1 {
    color: #000007;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}

.on_map_address .r1 a {
    color: #000007;
    text-decoration: none;
}

.on_map_address .r2 {
    padding: 0;
    margin: 15px 0;
    color: #000007;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    height: 40px;
}

.phone-icon::before {
    content: "";
    background-image: url('images/phone3.png');
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: -12px;
    margin-right: 15px;
}

.whatsapp-icon::before {
    content: "";
    background: url('images/whatsapp.png') no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: -12px;
    margin-right: 15px;
}


.on_map_address .r2 {
    color: #000007;
    text-decoration: none;
    display: block;
}

.on_map_address .r3 {
    padding: 0;
    color: #000007;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
}

.on_map_address .r4 {
    color: grey;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    padding-bottom: 10px;
}

.on_map_address .submit {
    margin-top: 25px;
}


/*=============================================

    footer-request

=============================================*/

/*=============================================

    footer-copyright

=============================================*/

.footer_bot {
    background-color: #f5f3f3;
    padding: 40px 0;
        color: #393939;
}

.footer_bot .block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright p {

    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.footer-copyright p a {
    color: #393939;
}

.footer-copyright p a:hover {
    text-decoration: none;
}

.creator p {
    color: #393939;
    font-size: 14px;
    font-weight: 400;
    line-height: 63px;
    display: inline-block;
    vertical-align: middle;
}

.adtrust_logo {
    width: 126px;
    height: 51px;
    background: url('images/logo-adtrust.png') center top no-repeat;
    margin-left: 15px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

/* ------ mobilyslider
-----------------------------------------------*/
#content {
    width: 960px;
    margin: 20px auto;
}

.slider {
    padding-top: 15px;
    height: 170px;
    position: relative;
    width: 960px;
}

.prev {
    left: 0;
    background: url('images/left.png') center top no-repeat;
}

.next {
    right: 0;
    background: url('images/right.png') center top no-repeat;
}


.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.form__control.invalid {
    outline: 2px solid #fba345 !important;
}


.o-nas h2 {
    padding: 110px 0 70px;
}

.o-nas ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.o-nas ul li {
    padding: 0;
}

.o-nas ul li .p1 {
    color: #2c2c2c;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    padding: 30px 0 0;
}

.o-nas ul li .p1 span {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.o-nas .i1 {
    background-image: url("images/item1.png");
    background-position: center 0;
    background-repeat: no-repeat;
    width: 196px;
    height: 196px;
    display: block;
    margin: 0 auto;
}

.o-nas .i2 {
    background-image: url("images/item2.png");
    background-position: center 0;
    background-repeat: no-repeat;
    width: 196px;
    height: 196px;
    display: block;
    margin: 0 auto;
}

.o-nas .i3 {
    background-image: url("images/item3.png");
    background-position: center 0;
    background-repeat: no-repeat;
    width: 196px;
    height: 196px;
    display: block;
    margin: 0 auto;
}



.input_text {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px;
    padding-left: 60px;
    background: url("images/phone-input.png") 30px 22px no-repeat;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8f8f8;
}

.input_text2 {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding-top: 20px;
    padding-left: 60px;
    background: url("images/pen-input.png") 20px 20px no-repeat;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8f8f8;
}

.input_text2 textarea {
    width: 100%;
    height: 170px;
    background: none;
    border: none;
    outline: none;
    resize: none;
    color: #787878;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.request_callback_text {
    padding: 80px 0;
}

.request_callback_text .inputs {
    padding-top: 40px;
    margin: 0 auto;
    max-width: 750px;
}

.request_callback_text .inputs .submit {

    margin: 0 auto 15px;
}

.request_callback_text .inputs .zv {
    margin: auto;
}


.quiz {
  width: 100%;
  max-width: 800px;
  height: auto;
  background-color: white;
  box-shadow: 0 15px 35px 7px rgba(56, 56, 56, 0.20);
  margin: 40px auto 0;
  padding: 30px 60px;
  border: 4px #0958a0 solid;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-control_invalid {
    outline: 2px solid #fba345 !important;
}


.phone-number {
    color: #fba345;
    text-decoration: none;;

}