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


@font-face { font-family: GothamProLight; src: url('../fonts/GothamProLight.ttf'); }
@font-face { font-family: GothamProRegular; src: url('../fonts/GothaProReg.otf'); }
@font-face { font-family: GothamProMedium; src: url('../fonts/GothamProMedium.ttf'); }
@font-face { font-family: GothamProBlack; src: url('../fonts/GothamProBlack.ttf'); }
@font-face { font-family: GothamProBold; src: url('../fonts/GothamProBold.ttf'); }
@font-face { font-family: SegoeUIBold; src: url('../fonts/SegoeUIBold.ttf'); }



img.background1{
	display: block;
	position: absolute;
	right: 0;
	top: 1400px;
	width: 280px;
}

img.background2{
	display: block;
	position: absolute;
	left: 0;
	top: 2060px;
	width: 280px;
}





a {
  color: inherit;
  text-decoration: none; }

p {
  font-size: 16px;
  line-height: 1.5; }
  p a {
    text-decoration: none; }

ul {
  list-style: none; }

body {
  font: 300 14px/1 "GothamProLight", Arial, Tahoma, sans-serif; }

.wrapper {
  overflow: hidden; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px; }

section {
  padding: 50px 0 50px; }

.forma {
  cursor: pointer; }

input {
  border-style: none;
  outline: none; }

.title-36 {
  font-size: 36px;
  font-family: "GothamProBlack";
  text-transform: uppercase;
  color: #272e30;
  text-align: center; }

.center {
  text-align: center; }

.icon {
  padding: 25px 0 30px; }

.icon-send {
  margin-left: 10px; }

.phone {
  color: #010101;
  font-family: "GothamProBlack";
  margin: 10px 0 5px; }
  .phone span {
    color: #2282a6; }

.button-send {
  background: #fec24b;
  background: -moz-linear-gradient(left, #fec24b 1%, #f99436 100%);
  background: -webkit-linear-gradient(left, #fec24b 1%, #f99436 100%);
  background: linear-gradient(to right, #fec24b 1%, #f99436 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec24b', endColorstr='#f99436',GradientType=1 );
  width: 240px;
  padding: 25px 35px 20px 40px;
  border-radius: 50px;
  font-family: "GothamProMedium";
  position: relative; }
  .button-send span {
    margin-bottom: 10px;
    color: #fff; }
  .button-send .icon-send {
    position: absolute;
    top: 25px;
    left: 170px; }

.button-send:hover {
  background: #0a4a5b; }

.work-time {
  color: #a2a2a2;
  font-family: "GothamProRegular";
  font-size: 11px; }

@media (max-width: 768px) {
  .title-36 {
    font-size: 26px; } }

.header {
  background-size: cover;
  height: 900px; }
  .header__top {
    display: flex;
    padding: 30px 0 95px;
    justify-content: space-between; }
    .header__top .navigation {
      padding: 20px 0; }
      .header__top .navigation a {
        margin-right: 45px;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        font-family: "GothamProMedium"; }
      .header__top .navigation a:hover {
        color: #010101; }
    .header__top .connection {
      display: flex; }
      .header__top .connection .number {
        margin-right: 10px; }
      .header__top .connection .phone {
        color: #010101;
        font-family: "GothamProBlack";
        margin: 10px 0 5px;
        font-size: 15px;
        font-weight: 700; }
        .header__top .connection .phone span {
          color: #010101; }
      .header__top .connection .work-time {
        color: #010101;
        font-family: "GothamProRegular";
        font-size: 11px;
        font-weight: 300; }
      .header__top .connection .button-back-call .back-call {
        color: #2282a6;
        font-family: "GothamProMedium";
        font-size: 12px;
        padding: 10px;
        background-color: #fff;
        border-radius: 50px;
        height: 45px;
        margin-left: 15px; }
      .header__top .connection .button-back-call .back-call:hover {
        background: #6cc2df;
        color: #fff; }
  .header__bottom {
    color: #fff; }
    .header__bottom h1 {
      font-family: "GothamProBlack";
      font-size: 44px;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .header__bottom .where {
      font-family: "GothamProMedium";
      font-size: 32px;
      margin-bottom: 35px; }
      .header__bottom .where span {
        color: #eccc6e; }
    .header__bottom .services {
      margin: 20px 0 50px; }
      .header__bottom .services .services-list {
        font-size: 16px;
        display: flex;
        width: 550px;
        flex-wrap: wrap; }
        .header__bottom .services .services-list li {
          position: relative;
          padding: 10px 32px 25px 30px;
          font-size: 16px; }
        .header__bottom .services .services-list li:before {
          content: "";
          position: absolute;
          background-image: url(/wp-content/themes/Perevozkirod/images/checklist.png);
          background-repeat: no-repeat;
          height: 25px;
          width: 25px;
          top: 0;
          left: 0; }
    .header__bottom .margin {
      margin-bottom: 250px; }
  @media (max-width: 768px) {
    .header__top {
      justify-content: flex-end; }
      .header__top .navigation {
        display: none; }
    .header__bottom h1 {
      font-size: 28px; }
    .header__bottom .where {
      font-size: 20px; } }
  @media (max-width: 425px) {
    .header {
      height: 700px; }
      .header .button-back-call {
        display: none; }
      .header__bottom .where {
        font-size: 14px; }
      .header__bottom li {
        width: 300px; } }

.footer {
  background-color: #e4eaec;
  padding: 20px 0 0; }
  .footer__top {
    padding: 0 0 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .footer__top .title-30 {
      font-size: 30px;
      font-family: "GothamProBlack";
      text-transform: uppercase;
      color: #272e30; }
    .footer__top .title-14 {
      color: #787e84;
      margin-bottom: 10px; }
    .footer__top .contacts-phone {
      margin-bottom: 25px; }
    .footer__top .link {
      color: #2282a6;
      text-decoration: underline; }
    .footer__top .form {
      background-color: #fff;
      padding: 50px;
	  max-width: 400px;
      text-align: center;
      border-radius: 50px;
      border: 9px solid;
      border-color: #00c4b1;
      border-color: -moz-linear-gradient(top, #00c4b1 24%, #009cd0 57%, #009cd0 57%, #2989d8 94%);
      border-color: -webkit-linear-gradient(top, #00c4b1 24%, #009cd0 57%, #009cd0 57%, #2989d8 94%);
      border-color: linear-gradient(to bottom, #00c4b1 24%, #009cd0 57%, #009cd0 57%, #2989d8 94%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c4b1', endColorstr='#2989d8',GradientType=0 ); }
      .footer__top .form .form-title {
        text-transform: uppercase;
        font-size: 18px;
        font-family: "GothamProBlack";
        margin-bottom: 30px;
        color: #261c3b; }
      .footer__top .form .form-input {
        border: 1px solid #a2a2a2;
        border-radius: 50px;
        margin-bottom: 20px;
        display: flex; }
        .footer__top .form .form-input img {
          border-right: 1px solid #a2a2a2;
          padding: 15px; }
        .footer__top .form .form-input input {
          padding: 15px;
          align-items: center; }
      .footer__top .form .button-center {
        margin: 0 auto;
        display: flex;
        align-items: center; }
      .footer__top .form .add-info {
        margin-top: 20px;
        font-size: 12px; }
      .footer__top .form .submit {
        position: relative;
        font-family: "SegoeUIBold";
        font-size: 14px;
        background: transparent;
        color: #fff;
        border-style: none;
        outline: none;
        cursor: pointer; }
        .footer__top .form .submit .icon-send {
          position: absolute;
          top: 4px;
          left: 130px; }
  .footer .background {
    background-color: #fff; }
  .footer__bottom {
    padding: 40px 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .footer__bottom .bottom-right {
      color: #a2a2a2;
      font-size: 12px; }
    .footer__bottom .bottom-left {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .footer__bottom .bottom-left .phone-work-time {
        margin-left: 15px; }
        .footer__bottom .bottom-left .phone-work-time .work-time {
          color: #010101; }
      .footer__bottom .bottom-left .button-order-back-call .back-call {
        padding: 15px 10px;
        border: 2px solid;
        border-color: #00c4b1;
        border-radius: 50px;
        margin-left: 10px;
        font-size: 13px;
        font-family: "SegoeUIBold";
        color: #009cd0;
        letter-spacing: 0.05em;
        background-color: #fff; }
      .footer__bottom .bottom-left .button-order-back-call .back-call:hover {
        background: #3ca4c9;
        color: #fff; }
  @media (max-width: 768px) {
    .footer .contacts-block {
      margin-bottom: 40px; }
    .footer .button-order-back-call {
      display: none; } }

.main-block__wrapper-services {
  display: flex; }
  .main-block__wrapper-services .services-box:last-child {
    margin-right: 0; }
  .main-block__wrapper-services .services-box {
    margin-right: 75px;
    color: #272e30; }
    .main-block__wrapper-services .services-box .services-name {
      font-family: "GothamProBold";
      padding: 20px 0; }
    .main-block__wrapper-services .services-box .services-price {
      margin-bottom: 20px;
      font-size: 16px; }
      .main-block__wrapper-services .services-box .services-price span {
        font-family: "GothamProBold";
        font-size: 20px; }
  .main-block__wrapper-services .services-button {
    background: #fec24b;
    background: -moz-linear-gradient(left, #fec24b 1%, #f99436 100%);
    background: -webkit-linear-gradient(left, #fec24b 1%, #f99436 100%);
    background: linear-gradient(to right, #fec24b 1%, #f99436 100%);
    width: 180px;
    border-radius: 50px;
    padding: 20px 40px 20px 32px;
    margin: 0 auto;
    position: relative; }
    .main-block__wrapper-services .services-button .icon-send {
      position: absolute;
      top: 20px;
      left: 125px; }
    .main-block__wrapper-services .services-button span {
      color: #fff;
      font-family: "GothamProMedium"; }
  .main-block__wrapper-services .services-button:hover {
    background: #3ca4c9; }

@media (max-width: 1024px) {
  .main-block__wrapper-services {
    justify-content: center;
    flex-wrap: wrap; } }

@media (max-width: 768px) {
  .main-block .services-box {
    margin-right: 0;
    padding: 10px 0; } }

.advantages-block {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e4eaec 45%, #e4eaec 100%);
  background: -webkit-linear-gradient(top, white 0%, #e4eaec 45%, #e4eaec 100%);
  background: linear-gradient(to bottom, white 0%, #e4eaec 45%, #e4eaec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4eaec',GradientType=0 ); }
  .advantages-block__wrapper-edge {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .advantages-block__wrapper-edge .edge-box {
      width: 300px;
      margin-bottom: 110px; }
      .advantages-block__wrapper-edge .edge-box .edge-image .image1 {
        width: 75px;
        height: 85px;
        margin: 0 auto; }
      .advantages-block__wrapper-edge .edge-box .edge-image img {
        width: 80px;
        /*height: 85px;*/
        margin: 0 auto; }
      .advantages-block__wrapper-edge .edge-box .edge-text {
        margin-top: 35px;
        font-size: 15px;
        line-height: 1.5; }
  @media (max-width: 768px) {
    .advantages-block__wrapper-edge {
      justify-content: center; }
      .advantages-block__wrapper-edge .edge-box {
        margin-bottom: 40px; } }

.reviews-block {
  background-color: #e4eaec; }
  .reviews-block .swiper-container {
    width: 100%;
    height: 100%; }
    .reviews-block .swiper-container .swiper-wrapper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-bottom: 35px; }
      .reviews-block .swiper-container .swiper-wrapper .swiper-slide .review .review-text {
        padding: 25px;
        border: 1px solid #d3d6df;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #fff;
        text-align: justify; }
        .reviews-block .swiper-container .swiper-wrapper .swiper-slide .review .review-text .quotes {
          text-align: left;
          padding-bottom: 20px; }
      .reviews-block .swiper-container .swiper-wrapper .swiper-slide .review .author {
        display: flex;
        align-items: center;
        background-color: #eef0f6;
        border: 1px solid #d3d6df;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 20px;
        text-align: left; }
        .reviews-block .swiper-container .swiper-wrapper .swiper-slide .review .author span {
          margin-left: 20px;
          font-size: 16px;
          font-family: "GothamProMedium"; }


/*# sourceMappingURL=style.css.map*/

.reviews-block .swiper-container .swiper-wrapper .swiper-slide .review .author img{
	border-radius: 50%;
}

input,
select,
textarea{
	padding: 15px;
	border: none;
	border: 1px solid #dcdcdc;
	outline: none;
	font-size: 14px;
	width: 100%;
	font-weight: 300;
	margin: 8px 0;
	color: #000;
	border-radius: 50px;
}

span.wpcf7-form-control-wrap{
	display: block;
}

select {
	padding: 15px;
	outline: none;
}

textarea {
	height: 182px;
}

label {
	text-align: left;
}

div.wpcf7 br{
	display: none;
}

div.wpcf7{
	width: 100%;
	max-width: 100%;
}

div.wpcf7 label{
	font-size: 14px;
}

input[type=submit]{
	border: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding: 20px;
	margin: 0;
    background: #fec24b;
    background: -moz-linear-gradient(left, #fec24b 1%, #f99436 100%);
    background: -webkit-linear-gradient(left, #fec24b 1%, #f99436 100%);
    background: linear-gradient(to right, #fec24b 1%, #f99436 100%);
	font-weight: 400;
	color: #fff;
	display: block;
	margin: 8px auto 0;
	font-family: "SegoeUIBold";
    font-size: 14px;
	max-width: 220px;
	text-align: center;
	cursor: pointer;
}

input[type=submit]:after{
	content: 'f3fe';
	font-size: 30px;
	display: block;
	width: 30px;
	height: 30px;
	color: #000;
}

input[type=submit]:hover{
	background: #0a4a5b;
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

div.wpcf7-response-output{
	margin: 0!important;
}

div.wpcf7-validation-errors{
	background: #c52517!important;
}

div.wpcf7-mail-sent-ok{
	background: #368c09!important;
}

span.wpcf7-not-valid-tip,
.ajax-loader,
.wpcf7 br{
	display: none!important;
}

div.wpcf7-response-output{
	padding: 15px!important;
	width: 100%!important;
	float: none;
	clear: both;
	font-family: "SegoeUIBold"!important;
	max-width: 220px!important;
	margin: 0 auto!important;
	margin-top: 7px!important;
	font-size: 14px;
	text-align: center;
	color: #fff!important;
	font-weight: 300!important;
	border: none!important;
	border-radius: 50px!important;
}

.text-337 input{
	background-image: url('/wp-content/themes/Perevozkirod/images/icon-form-name.7c77.png');   
    background-repeat: no-repeat; /*Убираем повтор изображения*/   
    background-position: 16px; /*Позиционируем*/   
    outline: none; /*убираем стандартную обводку браузера*/
    padding-left: 40px; /*отступ слева от ввода, чтобы текст не был на картинке(выбирать по размеру картинки)*/  
}

.text-338 input{
	background-image: url('/wp-content/themes/Perevozkirod/images/icon-form-phone.b23c.png');   
    background-repeat: no-repeat; /*Убираем повтор изображения*/   
    background-position: 16px; /*Позиционируем*/   
    outline: none; /*убираем стандартную обводку браузера*/
    padding-left: 40px; /*отступ слева от ввода, чтобы текст не был на картинке(выбирать по размеру картинки)*/  
}

div.wpcf7 .icon-send{
	margin-left: 70px;
	margin-top: -34px;
	position: absolute;
}





@media screen and (max-width: 1200px) {

	img.background1,
	img.background2{
		display: none;
	}
	
}



@media screen and (max-width:768px) {

	.footer__top .form{
		max-width: 100%;
		padding: 15px;
	}
	
	.header__top .connection .phone a{
		display: block;
		float: none;
	}
	
	.header__top .connection .phone span.slash{
		display: none;
	}
	
	.header__top{
		padding: 15px 0 15px;
	}
	
	.header__bottom .where{
		margin-bottom: 15px;
	}
	
	.header__bottom .services .services-list li{
		padding: 10px 32px 12px 30px;
	}
	
	.header__bottom .services{
		margin: 3px 0 8px;
	}
	
	section.main-block{
		margin-top: -10px;
	}
	
	section.main-block .icon{
		padding: 15px 0 5px;
	}
	
	.header{
		height: 485px;
		background-image: url('/wp-content/themes/Perevozkirod/images/mobile-header.png')!important;
	}
	
	.header__top{
		justify-content: flex-start;
	}
	
	
	
	
	
	
	
	
	
}







