/*================================================*/
/*                    MAIN STYLES                 */
/*================================================*/
html {
  font-size: 21px;
  height: 100%;
}
body {
  position: relative;
  background-color: #fff;
  color: #000;
  font-family: "'Open Sans Hebrew'", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  width: 100%;
  min-width: 320px;
  max-width: 100vw;
  min-height: 100%;
}
.main-wrapper {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.wrapper {
  width: 100%;
  max-width: 1434px;
  padding: 0 30px;
  margin: 0 auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: none;
}
b,
strong {
  font-weight: 700;
}
a {
  font-family: inherit;
  color: inherit;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.img-wrap {
  display: block;
}
.img-wrap img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.img-center {
  display: block;
}
.img-center img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.img-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.img-middle img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.clr {
  /*color: #222f65;*/
}
.btn {
  cursor: pointer;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "'Open Sans Hebrew'",sans-serif;
  font-size: 18px;
  white-space: nowrap;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.5);
  box-shadow: 0 2px 4px rgba(0,0,0,.5);
  border: none;
  border-radius: 3px;
  outline: none;
  min-width: 0;
  max-width: none;
  height: 54px;
  padding: 0 1em;
  margin: 0;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  padding: 14px 56px 13px 57px;
  background-color: #ff0000;
  border-radius: 5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  text-align: center;
  position: relative;
}

button.btn:after {
  content: "";
  background-image: url(../img/back.png);
  position: absolute;
  width: 19px;
  height: 16px;
  background-size: cover;
  left: 25px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.btn span {
  display: inline-block;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

button.btn:hover:after {
  -webkit-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
}
.btn:hover span {
  -webkit-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
}
.btn:active {
  -webkit-filter: none;
  filter: none;
}
.input {
  display: block;
  color: #000;
  font-family: "'Open Sans Hebrew'", sans-serif;
  font-size: 18px;
  font-weight: 300;
  background-color: white;
  border-radius: 5px;
  border: none;
  outline: none;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 54px;
  padding: 0 0.66em;
  margin: 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  padding: 14px 24px 13px 16px;
}
.input::-ms-clear {
  display: none;
}
.input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.input:focus:-ms-input-placeholder {
  opacity: 0;
  transition-delay: 0.3s;
}
.input:focus::-moz-placeholder {
  opacity: 0;
  transition-delay: 0.3s;
}
.input::-webkit-input-placeholder {
  color: #b4b6b6;;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  opacity: 1;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.input:-ms-input-placeholder {
  color: #949594;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  opacity: 1;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.input::-moz-placeholder {
  color: #949594;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  opacity: 1;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("../img/icon-dropdown.png") no-repeat top 53% left 10px;
}
.select:not(.selected) {
  color: #949594;
}
.select option {
  color: #949594;
}
/*================================================*/
/*                    MAIN  	                  */
/*================================================*/
.h2 {
  font-family: 'Open Sans Hebrew';
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: #3721aa;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 80px;
}

.dark .h2{
  color: #fff;
}
.header__inner {
  text-align: right;
  color: #222f65;
  padding: 52px 0 220px;
  display: flex;

}

.header_login {
    position: absolute;
    top: 0;
    right: 0;
}

.header__sub-caption {
    font-size:23px;
}

.video-section iframe{
  border: 16px solid #3721AA;
  width: 100%;
}

.video-section {
  width: 60%;
  max-width: 925px;
}
.header_top {
  width: 42%;
}
.header__logo {
  width: 280px;
}

.header__caption {
  font-family: 'Open Sans Hebrew';
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-top: 56px;
  color:black;
}
.header__caption strong {
  display: block;
  font-size: 82.5px;
  font-weight: 900;
  letter-spacing: 3.44px;
}
.colored-lines{
  background-image: url("../img/decorColoredLines.png");
  width: 80px;
  height: 17px;
  background-size: cover;
  display: block;
}

.header_top .colored-lines {
  margin-top: 36px;
  margin-bottom: 26px;
}
.header__text {
  font-size: 23px;
}
.header__text p {
  margin-top: 1em;
}

.header_bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 44px;
}

.header__social {
  text-align: right;
  color: #3721AB;
  font-family: "Open Sans Hebrew";
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 38px;
  text-align: right;
  margin-bottom: 81px;
  display: flex;
}

.header__social .social-links{
  display: flex;
}
.header__social .social-links a{
  position: relative;
  width: 57px;
  height: 57px;
  margin-right: 57.5px;
}


@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.header__social .social-links a:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;

}
.header__social .social-links a.whatsapp:before{
  content: "";
  position: absolute;
  background-image: url("../img/social-whatsapp-circle-512.png");
  width: 57px;
  height: 57px;
  background-size: cover;
}

.header__social .social-links a.facebook:before {
  content: "";
  position: absolute;
  background-image: url("../img/Facebook_Messenger-512.png");
  width: 57px;
  height: 57px;
  background-size: cover;
}

.header__social .social-links a.call:before {
  content: "";
  position: absolute;
  background: url("../img/phone.png") no-repeat center center, #3721AB;
  width: 57px;
  height: 57px;
  background-size: 23px;
  border-radius: 57px;
}
img.header_banner_image {
  position: absolute;
  left: -140px;
  width: 124px;
  height: 124px;
}
.section_form {
  color: #fff;
  background-color: #53e3ff;
  padding: 25px 0;
}
.section_form.thankyou {
  padding: 1.5em 0;
}
.section_form .form {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.section_form .form__text {
  margin-bottom: 0.9em;
  font-family: 'Open Sans Hebrew';
  font-stretch: normal;
  text-align: center;
  color: #3721aa;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}
.section_form .form__text strong {
  font-weight: 800;
}
.section_form .form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -18px;
}
.section_form .form .input__wrap {
  padding: 0 11px;
  /*width: 10%;*/
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
  margin-bottom: 25px;
}
.section_form .form .btn__wrap {
  -webkit-box-flex: 9;
  -ms-flex-positive: 9;
  flex-grow: 9;
}
.section_text {
  padding: 80px 0 10px;

  color: #000;
  position: relative;


}

.section_text .colored-lines{
  margin: 37px auto;
}


.section_text__inner {
  max-width: 963px;
  margin: 0 auto;
}
.section_text__decoration {
  margin: 10px 0;
}


.section_text.dark{
  background-color: #3721aa;
  padding: 24px 0;
}
.section_text.dark{
  font-family: 'GanCLM';
  font-size: 25px;
  font-weight: 700;
  line-height: 38px;

}
.section_text.dark .section_text__text
{
  color: #53e3ff;
}
.section_text.dark .sub-text {
  color: #fff;
}
.section_steps {
  padding: 90px 0;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.section_steps__inner {
  margin: 80px -15px 0;
  background-color: #023f61;
  padding: 71px 177px 81px 178px;
  box-shadow: 0 2px 32px 6px rgba(0, 0, 0, 0.16);
}

.section_steps.closed{
  height: 0;
  opacity: 0;
  padding: 0;
}
span.toggler{
  background: #fff;
  width: 25px;
  height: 25px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
}

span.toggler.closed:before {
  content: '+';
  font-family: 'Open Sans Hebrew';
  font-size: 21px;
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.87px;
  text-align: center;
  color: #6e9a0e;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(0deg) translate(-50%, -50%);
  transition: 0.2s all ease-in-out;
}
span.toggler:before {
  content: '+';
  font-family: 'Open Sans Hebrew';
  font-size: 21px;
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.87px;
  text-align: center;
  color: #6e9a0e;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.2s all ease-in-out;
}

.section_steps__toggle {
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  color: #ffffff;
  font-family: 'Open Sans Hebrew';
}
.section_steps__grid {

 /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
}
.section_steps__item {
  font-family: 'Open Sans Hebrew';
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  text-align: right;
  padding: 0 15px;
  margin-bottom: 65px;
}
.section_steps__item__icon {
  height: 142px;
}
.section_steps__item__title {
  font-family: 'Open Sans Hebrew';
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  text-align: right;
  color: #6e9a0e;
  margin-bottom: 29px;
}
.section_steps__item__text {
  font-weight: 300;
  line-height: 1.2;
}
.section_icons {
  padding: 70px 0;
}
.section_icons__inner {
  margin: 60px -15px 0;
}
.section_icons__grid {
 /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
}
.section_icons__item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 35px;
}
.section_icons__item__icon {
  height: 174px;
  margin-bottom: 60px;
}
.section_icons__item__text {
  font-size: 20px;
  line-height: 1.2;
}
.section_icons__item__text strong {
  font-size: 1rem;
  font-weight: 800;
}

.section_text.scratched_background {
  background-color: rgba(55, 33, 170, 0.05);
  background-repeat-x: no-repeat;
  color: #333333;
  padding-bottom: 60px;
  position: relative;

}


.rocket_section {
  margin-top: 130px;
}

.rocket_section .wrapper {
  z-index: 2;
  position: relative;
}
.rocket {
  position: absolute;
  top: -90px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1  ;
}
.rocket_section .h2{
  margin-bottom: 20px;
}

.rocket_section .colored-lines{
  margin-bottom: 30px;
}
.section_points__grid {
  display: flex;
  justify-content: space-between;
}
.section_points__item {
  width: 25%;
  padding: 0px 10px;
  text-align: center;
}

.section_text__text {
  font-size: 25px;
  font-weight: 400;
  line-height: 38px;
}
.section_points__item .colored-lines {
  margin: 20px auto 25px;
}
.section_points__title {
  font-family: 'Open Sans Hebrew';
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: #3721aa;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}
.section_points__text{
  font-family: 'Open Sans Hebrew';
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
}
.section_points__text strong {
  font-weight: 900;
}

.day_night.section_text {
  padding: 100px 0 94px;
}
.day_night .section_points__item .section_wrapper{
  padding: 44px 50px 60px 50px;
  box-shadow: 0 2px 32px 6px rgba(0, 0, 0, 0.16);
  background-color: #023f61;
  height: 100%;
}

.day_night .section_points__icon {
  height: 118px;
}

.day_night .section_points__title {
  font-size: 23px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.96px;
  text-align: center;
  color: #ffffff;
}
.visit_site{
  padding: 14px 58px 13px 60px;
  border-radius: 3px;
  background-image: linear-gradient(to bottom, #a7ca20, #6e9a0e);
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  text-align: center;
  color: #ffffff;
}
.visit_site:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.cpa_block span {
  display: block;
  margin: 140px 0 20px;
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  text-align: center;
  color: #ffffff;
}

.section_logo__inner {
  display: inline-block;
}
.section_logo__text {
  background: #222f65;
  color: #fff;
  font-size: 44px;
  padding: 0 0 6px;
  margin-top: 0.75em;
}

.ctc_link {
  font-family: 'Open Sans Hebrew';
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  text-align: center;
  color: #005a8c;
  margin: 61px 0 83px;
}

.ctc_link a{
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 1.04px;
}
/*================================================*/
/*                    MEDIA		                  */
/*================================================*/
@media screen and (min-width: 992px) {
  .mob-only {
    display: none !important;
  }
  .header {
    background-image: url("../img/bg_header.jpg");
    background-position: top left;
    overflow: hidden;
    background-size: 52%;
  }

  .thanks .header {
    background-image: url("../img/bg_header_thanks.jpg.png");
    background-position: top left;
    overflow: hidden;
    background-size: 52%;
  }
  .thanks .header_top{
    position: relative;
  }
  .thanks .wrapper {
    max-width: 1700px !important;
    padding-right: calc((1700px - 1256px) / 2);
  }
  .thanks .arrows {
    position: absolute;
    right: calc(100% - 100px);
    top: 50%;
  }
  .header .wrapper {
    max-width: 1254px;
  }
  .header__inner {
    position: relative;
    z-index: 2;
  }
  /*
  .header__inner:before {
    position: absolute;
    display: block;
    content: '';
    background: rgba(255,255,255,0.85);
    top: 0;
    bottom: 0;
    left: -110px;
    right: -4000px;
    -webkit-transform: skewX(14deg);
    -ms-transform: skewX(14deg);
    transform: skewX(14deg);
    z-index: -1;
  }*/
  .section_steps__item img,
  .section_icons__item img,
  .section_insurance__item img {
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .section_steps__item:hover img,
  .section_icons__item:hover img,
  .section_insurance__item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1600px) {
  .header__inner {
    padding: 51px 0 10%;
  }
  .thanks .header__inner {
    padding-bottom: 4%;
  }
}
@media screen and (max-width: 991px) {

  .desktop-only {
    display: none !important;
  }
  .wrapper {
    padding: 0 15px;
  }

  .header_top {
    width: 100%;
  }
  .header__inner {
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
    flex-direction: column;
  }

  .thanks .arrows {
    transform: rotate(-90deg);
	margin-bottom: 40px;
  }
  .video-section {
    width: 90%;
    max-width: 925px;
    margin: 0 auto;
  }

  .header__social {
    flex-direction: column;
    max-width: 466px;
    margin: 30px auto 81px;
  }
  .header__logo {
    margin: 0 auto;
  }
  .header__logo img {
    margin: 0 auto;
  }

  .header_top .colored-lines {
    margin: 36px auto 26px;
  }

  .header__sub-caption {
    margin-bottom: 40px;
    color:black;
  }
  .header__caption {
    font-size: 65px;
    margin: 1.05em 0 0.55em;
  }
  .section_form {
    padding: 50px 0;
  }
  .section_form .form__inputs {
    display: block;
    margin: 0;
  }
  .section_form .form .input__wrap {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .section_form .form .btn__wrap {
    margin-bottom: 10px;
  }
  .section_text {
    padding: 60px 0;
  }
  .section_steps {
    padding: 60px 0 40px;
  }
  .section_steps__inner {
    padding: 10px;
  }
  .section_steps__item {
    margin-bottom: 60px;
  }
  .section_steps__item__icon {
    height: 120px;
  }
  .section_icons {
    padding: 60px 0 40px;
  }
  .section_icons__item {
    width: 50%;
    margin-bottom: 60px;
  }
  .section_icons__item__icon {
    height: 120px;
    margin-bottom: 20px;
  }
  .section_testimonials {
    padding: 60px 0 30px;
  }
  .section_testimonials__item {
    width: 100%;
    max-width: 640px;
    padding: 0 35px 0 0;
    margin-bottom: 60px;
  }
  .section_testimonials__item:nth-child(3n+3) {
    width: 100%;
    padding-left: 0;
  }
  .section_testimonials__item__icon {
    width: 120px;
    margin-bottom: 20px;
  }
  .section_insurance__grid {
    padding: 60px 0;
  }

  .section_points__grid{
    flex-direction: column;
  }
  .section_points__item {
    width: 100%;
    margin-top: 40px;
    padding: 0 10px;
  }
  .header__caption {
    font-size: 50px;
  }
  .header__caption strong {
    display: block;
    font-size: 48px;
  }
  .header__logo {
    /*margin: 2.3em 0 0.55em;*/
  }
  .header__inner {
    padding: 5px 0;
    margin-top: 30px;
  }
  .btn{
    width: 100%;
    line-height: 13px;
    padding-right: 20px;
    padding-bottom: 25px;
  }
  .cpa_block span {
    margin: 64px 0 20px;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 14px;
  }
  .wrapper {
    padding: 0 12px;
  }
  .input,
  .btn {
    font-size: 16px;
    height: 36px;
  }

  .h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .header__inner {
    padding: 20px 0 10px;
  }
  .header__caption {
    font-size: 35px;
    margin: 25px;
  }
  .header__caption strong {
    display: block;
    font-size: 41.5px;
  }
  .header__text {
    font-size: 15px;
  }
  .section_form {
    padding: 15px 0 50px;
  }
  .section_form .form__text {
    font-size: 20px;
    margin: 0px 0 20px;
  }
  .section_form .form .input__wrap {
    margin-bottom: 14px;
  }
  .section_form .form .btn__wrap {
    margin-bottom: 0;
  }
  .section_text {
    padding: 50px 0;
  }
  .section_text__decoration {
    height: 8px;
  }
  .section_steps {
    background-image: none;
    padding: 50px 0 10px;
  }
  .section_steps__inner {
    margin: 40px -5px 0;
  }
  .section_steps__item {
    padding: 0 5px;
    margin-bottom: 40px;
  }
  .section_steps__item__icon {
    height: 80px;
  }
  .section_steps__item__title {
    font-size: 20px;
  }
  .section_icons {
    padding: 50px 0 10px;
  }
  .section_icons__inner {
    margin: 0 -5px;
  }
  .section_icons__item {
    padding: 0 5px;
    margin-bottom: 40px;
  }
  .section_icons__item__icon {
    height: 80px;
    margin-bottom: 10px;
  }
  .section_icons__item__text {
    font-size: 1rem;
  }
  .section_testimonials {
    padding: 50px 0 10px;
  }
  .section_testimonials__grid {
    margin-top: 30px;
  }
  .section_testimonials__item {
    border-width: 1px;
    font-size: 1rem;
    padding-right: 15px;
    margin-bottom: 40px;
  }
  .section_testimonials__item__icon {
    width: 80px;
  }
  .section_testimonials__item__title {
    padding: 2px 5px 2px 0;
    margin-right: -5px;
  }
  .section_logo__image {
    width: 296px;
  }
  .section_logo__text {
    font-size: 22px;
    padding: 0 0 3px;
  }
  .section_insurance__grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0;
    width: 296px;
    margin: 0 auto;
  }
  .section_insurance__item {
    width: 33.33%;
    margin: 0;
    padding: 5px;
  }
}

@media screen and (max-width: 520px) {
  .header__caption {
    font-size: 30px;
  }
  .header__caption strong {
    font-size: 32.5px;
  }
}
@media screen and (max-width: 360px) {
  .section_form {
    padding: 40px 0;
  }
  .section_form .form__text {
    font-size: 18px;
  }
  .header_top {
    flex-direction: column-reverse;
  }

  .header__caption {
    font-size: 40px;
  }
  .header__caption strong {
    font-size: 43.5px;
  }
}