/**

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

 * File Name: style.css

 * Author: info@adtrust.ru

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

 * Version: 1.0.0

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

 */

* {
  margin: 0;
  padding: 0;
}

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

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  min-width: 960px;
  overflow-x: hidden;
}

img {
  border: none;
}

.clr {
  clear: both;
}

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

.hide {
  display: none;
}

input {
  color: #7f7f7f;
  font-size: 15px;
}

p {
  margin: 0;
}

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

h3 {
  color: #212325;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
}


h2 span {
  font-weight: 800;
  color: rgba(109, 183, 57, 1);
}

.animatedBorder {
  position: relative;
}

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

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

    header 

 =============================================*/
#wa-mob {
  background-color: #25d365;
  margin-bottom: 0;
  width: 100%;
  height: 50px;
}

#wa-mob p {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 21px;
  width: 100%;
  padding-top: 9px;
}

#wa-mob p a {
  color: #fff;
  text-decoration: none;
}

#wa-mob .submit {
  background: none;
  margin-bottom: 0;
  -webkit-border-radius: 0px;
  font-size: 12px;
}

#wa-mob .but-offer2 {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 7px;
}

.header-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.header {
  height: auto;
  min-height: 970px;
  background: linear-gradient(#ffffffa8, #ffffff4f), url(images/header-bg.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.logo {
  background: url("images/logo.png") left top no-repeat;
  height: 60px;
  /* background-size: contain; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 32px;
}

.logo .text-logo {
  padding-left: 135px;
}

.logo .r1 {
  color: #212325;
  font-size: 24px;
  font-weight: 800;
}

.logo .r1 span {
  color: rgba(109, 183, 57, 1);
}

.logo .r2 {
  color: #212325;
  font-size: 15px;
  font-weight: 400;
}

.center-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
  gap: 30px;
}

.add-block::before {
  content: "";
  background-image: url(images/pin.svg);
  width: 26px;
  height: 26px;
  background-size: contain;
  display: inline-block;
  vertical-align: -11px;
  margin-right: 7px;
}

.add-block .r1 {
  color: #212325;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.add-block .r2 {
  color: #212325;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
}

.phone-block::before {
  content: "";
  background-image: url(images/phone.svg);
  width: 26px;
  height: 26px;
  background-size: contain;
  display: inline-block;
  vertical-align: -15px;
  margin-right: 10px;
}

.phone-block div {
  display: inline-block;
  vertical-align: top;
}

.phone-block .r1 {
  color: #212325;
  font-size: 25px;
  font-weight: 700;
}

.phone-block .r1 a {
  color: #212325;
  text-decoration: none;
}

.phone-block .r2 {
  color: #212325;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.header_phone .submit {
  width: 250px;
  height: 50px;
  font-size: 13px;
  text-transform: none;
  margin-bottom: 0;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.header_text .r1 {
  font-size: 40px;
  line-height: 55px;
  color: #222;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.header_text .r1 span {
  font-weight: 800;
  /* color: rgba(109, 183, 57, 1); */
  color: rgb(249, 138, 8);
}

.header .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 rgba(109, 183, 57, 1) solid;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


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

request

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

.request_callback {
  height: auto;
}

.leftform {
  float: left;
  width: 39%;
  height: auto;
  margin-left: -8px;
}

.header .leftform {
  padding-bottom: 50px;
  padding-top: 10px;
}

.request_callback_style {
  /* margin: 260px 0 0 0; */
  height: 560px;
  width: 516px;
  position: absolute;
  margin-top: 135px;
  margin-left: 570px;
  padding-right: 10px;
}

.header .inputs {
  padding: 45px 0 0 0;
  margin: auto;
}

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

.inputs {
  width: 420px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.input_text input {
  width: 100%;
  height: 59px;
  background: none;
  border: none;
  outline: none;
  border-radius: 8px;
  background: url(images/hr.png) right 57px top 13px no-repeat;
  color: #646464;
  font-size: 15px;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #646464;
  font-size: 15px;
}

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

:-ms-input-placeholder {
  color: #646464;
  font-size: 15px;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #646464;
  font-size: 15px;
}

.input_text {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0px 10px 0px;
  padding-left: 24px;
  background: #fff url("images/phone-input.png") right 20px top 21px no-repeat;
  border-radius: 8px;
  border: 1px solid #bababa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.button-offer {
  font-size: 21px;
  vertical-align: -1px;
  margin: 0px 0 0 15px;
}

/* for a awesome arrow*/
.submit {
  display: block;
  height: 59px;
  width: 100%;
  color: white;
  font-size: 15px;
  font-weight: 600;
  line-height: 59px;
  background-color: rgba(109, 183, 57, 1);
  color: #fff;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.submit:hover {
  background-color: rgb(96 161 50);
}

.submit .right-button {
  background: url("images/right-button.png") center top no-repeat;
  width: 28px;
  height: 14px;
  margin: 0 0 0 15px;
  display: inline-block;
  vertical-align: -2px;
}

.submit .left-button {
  background: url("images/left-button.png") center top no-repeat;
  width: 28px;
  height: 14px;
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: -2px;
}

.submit .left-button-white {
  background: url("images/left-button.png") center top no-repeat;
  width: 28px;
  height: 14px;
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: -2px;
}


.video {
  padding: 80px 0 100px;
  background: #e2dede8f;
}

.video video {
  display: block;
  margin: auto;
  box-shadow:  0px 0 2px 2px #525252c2;
  width: 100%;
  max-width: 340px;
}
/*=============================================

   portfolio

=============================================*/
.portfolio {
  padding: 80px 0 100px;
  background: #e2dede8f;
}

h2,
h2 {
  text-transform: uppercase;
  margin-bottom: 80px;
}



.portfolio__grid  {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 5px;
  margin-top: 26px;
}

.portfolio__grid-item {
  height: 44vh;
  flex-grow: 1;
  
}

.portfolio__grid-item img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}


.presents {
  padding: 80px 0 40px 0;
}

.present-grid {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.present-item {
  flex: 1 0 30%;
  margin: 5px;
}

.present {
  max-width: 320px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.present__img img {
  max-width: 170px;
}


.present__description {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  color: #191919;
  padding-bottom: 15px;
}

.important {
  color: #c60000;
}

.info-block {
  position: relative;
}

.info-block .antidron {
  position: absolute;
  left: 0;
  top: 5px;
}

.antidron {
  z-index: 100;
  color: black;
  display: flex;
  align-items: center;
}

.antidron__title-wrapper {
  background: white;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 10px 30px 10px 30px;
  margin-right: -15px;
}


.antidron__title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: normal;
}

.antidron__subtitle {
  font-size: 12px;
  line-height: normal;
}

.antidron__title-wrapper {
  padding: 6px 18px 6px 15px;
}

.portfolio .info-block img.antidron__logo {

  width: 60px;
  height: 60px;
}

button {
  margin-top: 19px;
  border: none;
}


