@charset "UTF-8";
/*
Theme Name: Twenty Twenty-Two Child
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Template: twentytwentytwo
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Full Site Editing features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments
Version: 1.2.1698744844
Updated: 2023-10-31 11:34:04

*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto";
  scroll-behavior: smooth;
}
textarea {
  resize: none;
}
.page-template body {
	font-family: 'Roboto';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed' !important; 
}

.limit {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1170px;
  position: static;
}

.nav li {
  list-style-type: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}

label {
  cursor: pointer;
}
.btn-menu {
  margin-left: 10px;
  background-image: url(img/menu.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: none;
}
.btn {
  background: #01426A;
  border: 1px solid #01426A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  cursor: pointer;
  padding: 0 40px;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
}
.btn:hover {
  background: transparent;
  color: #01426A;
  box-shadow: 0 0.5em 1em rgb(0 0 0 / 20%);
}

.title {
  text-align: center;
  font-weight: 700;
  font-family: 'Roboto Condensed';
  font-size: 40px;
  line-height: 54px;
}

.block-title {
  font-size: 40px;
  line-height: 54px;
  font-weight: 700;
  font-family: "Roboto Condensed";
  margin-bottom: 30px;
}

.block-text {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.box-title {
  font-size: 46px;
  line-height: 54px;
  font-weight: 700;
  font-family: "Roboto Condensed";
  margin-bottom: 30px;
}

.box-text {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}

/**** HEADER ****/
.header {
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.header .limit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  max-width: 1170px;
}
.header .limit .logo {
  width: 266px;
  height: 37px;
  background-image: url(img/logo.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.header .limit .main-menu {
  display: flex;
  align-items: center;
}
.header .limit .main-menu .menu-item {
  margin-right: 28px;
}
.header .limit .main-menu .menu-item:last-of-type {
  margin-right: 0;
}
.header .limit .main-menu .menu-item a {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.header .limit .btn-request {
  height: 60px;
}


body.sticky-header .header {
  z-index: 100;
  background: #fff;
  width: 100%;
  position: fixed;
  /* animation-name: fadeInUp;
  animation-duration: 1s; */
  top: 0;
  /* transition: 0.2s ease; */ 

  /* transition-property: transform,background,box-shadow,line-height,height;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(.78,.13,.15,.86); */
}

body.sticky-header {
  padding-top: 100px;
}

/**** MAIN PAGE ****/
/* FIRST BLOCK */
.first-block {
  /* background-image: url(img/bg.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.first-block .limit {
  padding: 120px 15px 90px;
  max-width: 1490px;
}
.first-block .limit .title {
  color: #01426A;
  font-family: "Roboto Condensed";
  font-size: 72px;
  line-height: 103px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.first-block .limit .sub-title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 80px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 80px;
  line-height: 34px;
  font-family: "Roboto" !important;
}

.first-block .form-block {
  padding: 50px 50px;
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 100%;
  display: block;
  color: #000;
  max-width: 1170px;
  margin: 0 auto;
}

.form-block .tab-box {
  border-bottom: 1px dashed #A6A6A6;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  margin: 0 auto;
}

.form-block .tab-box .tab {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
  border-right: 1px solid #A6A6A6;
  cursor: pointer;
  align-items: center;
  flex: 1 1 25%;
}

.main-page .tab-box .tab:last-of-type {
  border-right: none;
}

.form-block .tab .ico {
  width: 172px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.form-block .tab1 .ico {
  background-image: url(img/ico1.png);
}

.form-block .tab2 .ico {
  background-image: url(img/ico2.png);
}

.form-block .tab3 .ico {
  background-image: url(img/ico3.png);
}

.form-block .tab4 .ico {
  background-image: url(img/ico4.png);
  width: 140px;
}

.quote-page .tab-box .tab4 {
  padding: 44px 51px;
}

.form-block .tab .text {
  color: #000;
  white-space: nowrap;
  font-weight: 500;
}

.form-block .form-box {
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
  align-items: flex-end;
  max-width: 1140px;
}

.form-box .column {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #A6A6A6;
  align-items: flex-start;
  flex: 1 1 450px;
}
.form-box .column.first-column {
  padding-right: 30px;
  flex: 1 1 320px;
  max-width: 320px;
}
.form-box .column.second-column {
  padding: 0 30px;
  flex: 1 1 350px;
  max-width: 350px;
}
.form-box .column .text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}
.form-box .column .form-item {
  width: 100%;
  max-width: 290px;
}
.form-box .column .form-item input[type=text] {
  border: 1px solid #C8C8C8;
}
.form-box .column .form-item input[type=text]::-moz-placeholder {
  color: #BFBFBF;
}
.form-box .column .form-item input[type=text]::placeholder {
  color: #BFBFBF;
}

.form-box .form-item {
  width: 100%;
  max-width: 290px;
}
.form-box .form-item input[type=text] {
  border: 1px solid #C8C8C8;
}
.form-box .form-item input[type=text]::-moz-placeholder {
  color: #BFBFBF;
}
.form-box .form-item input[type=text]::placeholder {
  color: #BFBFBF;
}

.fifth-block .form-box .form-item {
  max-width: 100%;
}

.form-block .btn-request {
  text-transform: uppercase;
  flex: 1 1 33%;
  margin-left: 30px;
  height: 60px;
  max-width: 252px;
  white-space: nowrap;
}

/* FORM */
/* FIFTH BLOCK */
.fifth-block input {
  width: 100%;
}

.main-page .form-block input {
  width: 290px;
}

.form-item {
  position: relative;
}

.form-row {
  display: flex;
}

.form-row .form-item:nth-of-type(1) {
  margin-right: 15px;
}

.form-block input, .form-block textarea {
  height: 40px;
  padding: 0 15px;
  border: 1px solid #c8c8c8;
  margin-top: 10px;
}

.first-screen .error {
  top: 55px;
  left: 5px;
}

.error {
  position: absolute;
  color: red;
  font-size: 12px;
  display: none;
  text-align: left;
}

/* ABOUT US BLOCK */
.second-block {
  background: #01426A;
  color: #fff;
}
.second-block .limit {
  padding: 90px 15px;
}
.second-block .limit .block-text {
  margin-bottom: 70px;
}
.second-block .limit .benefits-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.second-block .limit .benefits-box .benefit-item {
  width: 31%;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.second-block .limit .benefits-box .benefit-item img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.second-block .limit .benefits-box .benefit-item .text {
  font-weight: 700;
  font-family: "Roboto Condensed";
  font-size: 22px;
  line-height: 24px;
}
.second-block .limit .program-box {
  display: flex;
  justify-content: space-between;
}
.second-block .limit .program-box .program-item {
  color: #000;
  background: #fff;
  width: 49%;
  padding: 40px 50px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.second-block .limit .program-box .program-item .box-title {
  width: 100%;
}
.second-block .limit .program-box .program-item .box-text {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
.second-block .limit .program-box .points-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.second-block .limit .program-box .points-box .point {
  align-items: center;
  display: flex;
  color: #484848;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Roboto Condensed";
  width: 49%;
  margin-bottom: 15px;
  white-space: nowrap;
}
.second-block .limit .program-box .points-box .point::before {
  content: "";
  display: flex;
  background-image: url(img/point.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  flex: 0 0 20px;
  height: 20px;
  margin-right: 8px;
}
.second-block .limit .program-box .buttons-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.second-block .limit .program-box .buttons-box .btn {
  height: 60px;
  min-width: 198px;
}
.second-block .limit .program-box .buttons-box .btn:nth-of-type(1) {
  margin-right: 30px;
}
.second-block .limit .program-box .buttons-box .btn-info {
  background: transparent;
  color: #01426A;
  border: 1px solid #01426A;
}
.second-block .limit .program-box .buttons-box .btn-info:hover,
.fifth-block .limit .left-side .form-box .buttons-box .btn-phone:hover {
  background: #01426A;
  color: #fff;
}
/* REVIEW BLOCK */
.third-block {
  /* background-image: url(img/bg2.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.third-block .limit {
  padding: 430px 15px 80px;
}
.third-block .limit .text-box {
  background: #fff;
  padding: 35px 40px;
  max-width: 760px;
}
.third-block .limit .text-box .block-title {
  margin-bottom: 30px;
}
.third-block .limit .text-box .block-text {
  font-size: 18px;
  line-height: 21px;
  margin: 0;
}

/* ADVANTEGES BLOCK */
.fourth-block .limit {
  padding: 90px 15px;
}
.fourth-block .limit .block-title {
  margin-bottom: 70px;
}
.fourth-block .limit .advantages-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fourth-block .limit .advantages-box .advantage-item {
  width: 23.5%;
}
.fourth-block .limit .advantages-box .advantage-item img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.fourth-block .limit .advantages-box .advantage-item .item-title {
  margin-bottom: 20px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-family: "Roboto Condensed";
  font-size: 22px;
  line-height: 24px;
}
.fourth-block .limit .advantages-box .advantage-item .text {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
}
.fourth-block .limit .btn-apply {
  margin: 60px auto 0;
  width: 200px;
  height: 60px;
}

/* CONTACTS BLOCK */
.fifth-block {
  background: #EFEFEF;
  position: relative;
}
.fifth-block .limit {
  padding: 90px 15px;
}
.fifth-block .limit .left-side {
  max-width: 600px;
}
.fifth-block .limit .left-side .block-text {
  margin-bottom: 40px;
}

.fifth-block .limit .left-side .form-box .form-item,
.page-id-35 .form-item {
  margin-bottom: 20px;
}
.fifth-block .limit .left-side .form-box .form-item label,
.page-id-35 .form-item label {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
}
.fifth-block .limit .left-side .form-box .buttons-box,
.page-id-35 .buttons-box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page-id-35 .buttons-box i {
  display: none;
  position: absolute;
  left: 135px;
  top: 10px;
  font-size: 22px;
  color: #01426A;
}
.quote-bottom-part .submit-box i {
  font-size: 22px;
  color: #01426A;
  display: none;
}
.fifth-block .limit .left-side .form-box .buttons-box i {
  position: absolute;
  display: block;
  font-size: 22px;
  color: #01426A;
  top: 65px;
  left: 50%;
  margin-left: -10px;
  display: none;
}



.fifth-block .limit .left-side .form-box .buttons-box .btn,
.page-id-35 .buttons-box .btn {
  height: 60px;
  border: 1px solid #01426A;
}
.page-id-35 .buttons-box .btn {
  height: 40px;
}
.fifth-block .limit .left-side .form-box .buttons-box .btn-send,
.page-id-35 .buttons-box .btn {
  margin-right: 15px;
  flex: 1 1 49%;
  background-color: #01426A !important;
  margin: 0;
  font-style: normal;
  margin-right: 20px;
}
.page-id-35 .buttons-box .btn {
  display: inline-flex;
  flex: 0;
}
.fifth-block .limit .left-side .form-box .buttons-box .btn-send:hover,
.page-id-35 .buttons-box .btn:hover {
  background: transparent !important;
}
.fifth-block .limit .left-side .form-box .buttons-box .btn-phone {
  background: transparent;
  flex: 1 1 49%;
  color: #01426A;
}
.fifth-block .frame-box {
  position: absolute;
  width: 45%;
  right: 0;
  height: 0;
  height: 100%;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.fifth-block .frame-box iframe {
  height: 100%;
  width: 100%;
}

/**** FOOTER ****/
.footer .footer-inner {
  background: #01426A;
  border-bottom: 1px solid #0b88e2;
  padding: 80px 0;
  color: #fff;
}
.footer-inner .column {
  margin-right: 20px;
}
.footer-inner .column:last-of-type {
  margin-right: 0;
}
.footer .footer-inner .limit {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.footer .footer-inner .limit .column .column-title {
  margin-bottom: 30px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  white-space: nowrap;
}
.footer .footer-inner .limit .column .menu-item {
  margin-bottom: 10px;
}
.footer .footer-inner .limit .column .menu-item a,
.footer .third-column a {
  color: #fff;
  text-transform: initial;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 16px;
}
.footer .third-column a {
  margin-bottom: 10px;
}
.footer .third-column {
  flex-direction: column;
  display: flex;
}
.footer .footer-inner .limit .first-column .logo {
  background-image: url(img/logo2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 95px;
  width: 200px;
  display: flex;
}
.footer .footer-inner .limit .fourth-column .address {
  color: #fff;
  text-transform: initial;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 16px;
  max-width: 300px;
  max-width: 160px;
}
.footer .footer-inner .limit .fifth-column .social-box {
  display: flex;
  flex-wrap: nowrap;
}
.footer .footer-inner .limit .fifth-column .social-box .social-item {
  width: 30px;
  flex: 0 0 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer .footer-inner .limit .fifth-column .social-box .social-item:last-of-type {
  margin-right: 0;
}
.footer .footer-inner .limit .fifth-column .social-box .social-item.instagram {
  background-image: url(img/instagram.svg);
}
.footer .footer-inner .limit .fifth-column .social-box .social-item.linkedin {
  background-image: url(img/linkedin.svg);
}
.footer .footer-inner .limit .fifth-column .social-box .social-item.facebook {
  background-image: url(img/facebook.svg);
}
.footer .copyrating {
  background: #003B60;
}
.footer .copyrating .limit {
  padding: 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #BBBBBB;
  font-family: "Roboto Condensed";
  font-size: 16px;
}
.footer .copyrating .limit .links-box {
  display: flex;
}
.footer .copyrating .limit .links-box a {
  color: #BBBBBB;
  font-family: "Roboto Condensed";
  font-size: 16px;
  background: #003B60;
  padding: 0 10px;
  margin: 0;
  line-height: 20px;
}
.footer .copyrating .limit .links-box a:nth-of-type(1) {
  border-right: 1px solid #BBBBBB;
}

/**** QUOTE PAGE ****/
.quote-page .limit {
  padding: 90px 15px;
}

.quote-title {
  margin-right: 15px;
}

.tabs-title, .contact-title, .quote-information {
  display: flex;
  justify-content: space-between;
  color: #000;
  background: #d1d1d1;
  background: #01426A;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  line-height: 24px;
  margin: 40px 0 50px;
  
  padding: 10px 15px;
  font-family: "Roboto Condensed";
}
.quote-information {
  align-items: center;
}
.quote-information .btn-edit {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto Condensed";
  display: none;
  line-height: 14px;
  height: auto;
}
.quote-information .btn-edit:hover {
  box-shadow: none;
}

.quote-page .tab-box {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
}

.quote-page .tab-box .tab {
  height: 184px;
  border: 1px solid #d1d1d1;
  align-items: center;
  padding: 44px 47px;
  background: #f8f8f8;
  margin-right: 30px;
}

.quote-page .tab-box .tab:last-of-type {
  margin-right: 0;
}

.quote-page .tab-box.active .tab:hover {
  border: 1px solid #01426A;
}

.quote-page .tab.active {
  border: 1px solid #01426A;
}

.quote-top-part .first-column, .quote-top-part .second-column {
  border-right: 1px solid #a6a6a6;
}

.quote-top-part {
  display: flex;
}

.quote-top-part .column {
  width: 33%;
  display: flex;
  flex-direction: column;
}

.quote-top-part .first-column {
  align-items: flex-start;
}

.quote-top-part .second-column {
  align-items: center;
}

.quote-top-part .third-column {
  align-items: flex-end;
}

.main-page .form-block input {
  width: 290px;
}

.form-block input,
.fifth-block input,
.fifth-block textarea,
.post-35 .form-item input {
  height: 40px;
  padding: 0 15px;
  border: 1px solid #c8c8c8;
  margin-top: 10px;
  font-family: "Roboto";
}
.form-block input::-moz-placeholder, .fifth-block input::-moz-placeholder, .fifth-block textarea::-moz-placeholder, .post-35 textarea::-moz-placeholder {
  font-family: "Roboto";
}
.form-block input::placeholder,
.post-35 input::placeholder,
.fifth-block input::placeholder,
.fifth-block textarea::placeholder {
  font-family: "Roboto";
}

.fifth-block textarea,
.post-35 textarea {
  width: 100%;
  margin-top: 10px;
  height: 120px;
  padding: 15px 15px;
  color: #000;
}
.fifth-block textarea::-moz-placeholder,
.post-35 textarea::-moz-placeholder {
  color: #BFBFBF;
}
.fifth-block textarea::placeholder,
.post-35 textarea::placeholder {
  color: #BFBFBF;
}

.quote-page .quote-top-part input {
  width: 284px;
}

.form-block input:focus, .form-block input:hover {
  border: 1px solid #676767;
}

.main-page .form-item label {
  color: #676767;
}

.quote-page form .column-title, .first-screen .form-box .text {
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Roboto Condensed";
  font-size: 18px;
}

.first-screen .form-box .text {
  margin-bottom: 10px;
}

.form-item {
  position: relative;
}

.quote-page form .form-item {
  margin-bottom: 25px;
  font-size: 14px;
  justify-content: flex-start;
}

.quote-page .third-column .form-item, .quote-page .second-column .form-item {
  width: 285px;
}

.quote-page .third-column .column-title, .quote-page .second-column .column-title {
  width: 285px;
}

.error {
  position: absolute;
  color: red;
  font-size: 12px;
  display: none;
  text-align: left;
}

.quote-page .error {
  top: 70px;
  left: 0;
}

.first-screen .error {
  top: 55px;
  left: 5px;
}

.form-pallet-size .error {
  top: 68px;
}

.additional-input-box .error {
  top: 44px;
}

.quote-page .form-item label {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.quote-page form .additional-box {
  font-size: 14px;
  width: 285px;
}

.quote-page form .additional-box .form-item {
  padding-left: 10px;
}

.quote-page form .additional-box > .text {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  margin-bottom: 15px;
  display: inline-flex;
}

.quote-page form .additional-box > .text::after {
  display: block;
  position: absolute;
  content: "\f0d7";
  font-size: 18px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #01426A;
  right: 0;
  top: 50%;
  line-height: 18px;
  margin-top: -11px;
}

.quote-page form .additional-box.active > .text::after {
  content: "\f0d8";
}

.quote-page form .info {
  display: flex;
  align-items: center;
  position: relative;
}

.quote-page form .info i {
  color: #01426A;
  margin-left: 10px;
  font-size: 20px;
  cursor: pointer;
}

.quote-page form .info .text {
  display: none;
  background: #01426A;
  padding: 10px;
  position: absolute;
  color: #fff;
  width: 180px;
  bottom: 17px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  right: 0;
}

.quote-page form .info i:hover + .text {
  display: block;
}

.quote-page .select-box {
  margin-right: 10px;
}

.quote-page form select {
  height: 40px;
  padding: 0 15px;
  border: 1px solid #c8c8c8;
  margin-top: 10px;
  width: 185px;
  color: #676767;
}

.form-commodity {
  position: relative;
}

.quote-page .form-commodity .info {
  position: absolute;
  display: block;
  font-size: 14px;
  text-decoration: underline;
  color: #01426A;
  left: 90px;
  top: 0;
  cursor: pointer;
}

.form-pallet-info, .form-pallet-size {
  display: flex;
  flex-direction: row;
}

.quote-page .form-pallet-info .form-item, .quote-page .form-pallet-info .form-pallet-size {
  justify-content: space-between;
}

.quote-page .form-pallet-info input {
  width: 88px;
}

.form-pallet-size {
  justify-content: space-between;
}

.quote-page .form-pallet-size input {
  width: 88px;
}

.form-additional .text {
  margin-bottom: 15px;
}

.form-additional .item-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.form-additional label {
  white-space: nowrap;
}

.quote-page .form-additional input {
  width: 100px;
  margin-top: 0;
  display: inline-block;
}

.form-additional .info {
  display: inline-block;
}

.quote-page .form-additional .input-box {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.form-additional .custom-checkbox {
  margin-bottom: 0;
}

.form-equipment .text {
  margin-bottom: 10px;
}

.form-equipment .custom-radio:nth-of-type(2) {
  margin-bottom: 10px;
}

.quote-page .form-equipment .input-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.quote-page .form-equipment .input-box input {
  width: 100px;
  margin-top: 0;
  font-style: normal;
}

.quote-page .form-equipment .input-box span {
  margin: 0 8px;
}

.quote-bottom-part {
  display: flex;
}

.quote-bottom-part i {
  display: none;
}

.quote-bottom-part .quote-bottom-part input {
  width: 50%;
}

.quote-bottom-part .form-item-company input {
  width: 100%;
}

.quote-bottom-part .left-side {
  margin-right: 30px;
  flex: 0 0 450px;
}

.quote-bottom-part .info-box, .succes-block .info-box {
  padding: 30px;
  background: #01426A;
  color: #fff;
}

.quote-bottom-part .info-box .info-title, .succes-block .info-box .text {
  margin-bottom: 15px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 18px;
}

.succes-block .info-box p {
  margin-bottom: 10px;
}

.quote-bottom-part .info-box .text, .succes-block .info-box p {
  font-weight: 400;
}

.quote-bottom-part .info-box .list {
  margin: 15px 0;
  font-weight: 400;
  padding-left: 20px;
  font-size: 14px;
  line-height: 18px;
}

.quote-bottom-part .list li {
  list-style-type: disc;
}

.quote-bottom-part .right-side {
  flex: 1 1 auto;
}

.quote-bottom-part .form-item-name, .quote-bottom-part .form-item-contacts, .quote-bottom-part .form-item-website {
  display: flex;
}

.form-item-contacts .email {
  margin-right: 15px;
}

.form-item-name .first-name {
  margin-right: 15px;
}

.quote-bottom-part input {
  width: 100%;
}

.quote-bottom-part .form-item-website label {
  width: 50%;
}

/*
.quote-bottom-part .form-item-name label, .quote-bottom-part .form-item-contacts label, .quote-bottom-part .form-item-website label {
	width: 50%;
}
*/
.quote-bottom-part .form-item-website label:nth-of-type(1) {
  margin-right: 15px;
}

.succes-block > .title-box {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.succes-block .succes-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Roboto Condensed";
  font-size: 32px;
  line-height: 54px;
}

.succes-block .succes-text {
  font-weight: 500;
  line-height: 20px;
}

.succes-block .title-box .ico {
  width: 50px;
  height: 50px;
  background-image: url(img/succes.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.succes-block .content-box {
  display: flex;
}

.succes-block .left-side {
  flex: 0 0 380px;
  margin-right: 30px;
}

.succes-block .right-side {
  flex: 1 1 auto;
  border: 1px solid #a6a6a6;
  padding: 30px;
}

.succes-block .right-side {
  flex: 1 1 auto;
  border: 1px solid #a6a6a6;
  padding: 30px;
  background: #f8f8f8;
}

.succes-block .right-side .title-box {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  font-family: "Roboto Condensed";
}

.succes-block .right-side .top-part {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #a6a6a6;
  justify-content: space-between;
}

.succes-block .right-side .bottom-part {
  display: flex;
  padding: 20px 0;
  justify-content: space-between;
}

.succes-block .right-side .text {
  font-weight: 500;
  font-size: 16px;
}

.succes-block .right-side .value {
  font-weight: 300;
  font-size: 14px;
  margin-top: 10px;
}

.info-destination .value, .info-commodity .value {
  text-align: right;
}

/**** FORM TABS ****/
.form-pickup {
  display: none;
}

.additional-box {
  display: none;
}

.additional-box .form-item {
  display: none;
}

.additional-box.active .form-item {
  display: block;
}

.pallet-box {
  flex-direction: column;
  display: none;
}

.quote-page .form-additional .input-box {
  display: none;
}

.quote-page .input-box input:disabled {
  background: #d6d6d6;
}

/**** VALIDATE FORM ****/
.quote-bottom-part {
  display: none;
}

.succes-block {
  display: none;
}
/**** TEXT PAGE ****/
.text-page h1 {
  text-align: left;
  padding: 0 15px;
  max-width: 1000px;
  margin: 0 auto;
}
.text-page {
  padding: 70px 0;
}
.text-page .limit {
  max-width: 1000px;
}
.text-page a {
  color: #000;
}
.text-page h2 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 24px !important;
  font-family: 'Roboto' !important;
  font-weight: 700;
}
.text-page h3 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: 'Roboto' !important;
  font-size: 22px !important;
  font-weight: 700;
}
.text-page h4 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: 'Roboto' !important;
  font-size: 18px !important;
  font-weight: 700;
}
.text-page p {
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 16px;
}
.text-page ul {
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 14px;
  padding-left: 20px;
}
.text-page li {
  list-style-type: disc;
}

/**** CUSTOM ****/
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  color: #676767;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 20px;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #01426A;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* The container */
.custom-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  color: #676767;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 20px;
  margin-top: 10px;
}

/* Hide the browser's default radio button */
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
  background-color: #01426A;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.ui-widget .ui-menu-item {
  font-family: "Roboto";
  font-size: 12px;
}

.info .ico:hover + .text {
  display: block;
}

.info .ico:hover > .text {
  display: block;
}

.input-box, .form-pallet-size > div, .additional-input-box, .equipment-input-box,
.form-item-contacts > div, .form-item-name > div {
  position: relative;
}

.form-item-contacts > div, .form-item-name > div {
  width: 50%;
}

.equipment-input-box .error {
  top: 43px;
}

.quote-top-part .pallet-box .form-pallet-size {
  justify-content: space-between;
  align-items: flex-end;
}

/**** WPCF7 CHECKBOX ****/
form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}

.wpcf7-list-item {
  margin: 0 0 10px 0;
}

form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
}

form .wpcf7-list-item input {
  width: 20px !important;
  height: 20px;
  padding: 0;
  margin: 0 10px 0 0;
}

/**** MODAL ****/
.modal-box {
  display: none;
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  border: 1px solid #888;
  position: relative;
  width: 500px;
  z-index: 999;
  border-radius: 5px;
  padding: 15px 15px;
}

.close {
  position: absolute;
  right: 18px;
  top: 12px;
  color: #000;
  font-size: 33px;
  font-weight: 300;
  cursor: pointer;
}

.close:hover, .close:focus {
  opacity: 0.8;
}

.modal-content .title {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

#modal-info .modal-content {
  height: 600px;
  overflow-y: auto;
}

#modal-info .item-title {
  font-size: 16px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  margin-bottom: 10px;
}

#modal-info .text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

#modal-succes .modal-content {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  align-items: center;
  width: 360px;
}

#modal-succes .ico {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  background-image: url(img/succes.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#modal-succes .text {
  font-weight: 300;
  text-align: center;
  line-height: 22px;
}
/**** CAREERS PAGE ****/
.page-id-35 .content-box {
  max-width: 800px;
}
.page-id-35 .form-item {
  max-width: 100%;
}
.page-id-35 .form-item input {
  width: 100%;
}
.page-id-35 .form-item-upload {
  position: relative;
}
#fileUpload {
  height: 8px;
  border-radius: 5px;
  border: 1px dotted #C8C8C8;
  background: #fff;
  height: 80px;
  cursor: pointer;
}
.page-id-35 .form-item-upload .text {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 10px;
  left: 0;
  font-size: 12px;
  cursor: pointer;
  z-index: 1;
}
.page-id-35 .form-item-upload::after {
  content: '';
  background-image: url(img/upload.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  bottom: 35px;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  cursor: pointer;
}


/**** CARRIERS PAGE ****/
.static-title {
  font-weight: 600;
  font-size: 24px;
  max-width: 620px;
  text-align: center;
  margin: 0 auto 30px;
}
.custom-page {
 /*  background-position: center center;
  background-attachment: fixed;
  background-image: url(img/static-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat; */
  padding-top: 90px;
}
.custom-page .title-box, .contacts-page .title-box {
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.custom-page .content-box, .contacts-page .content-box {
  background: #fff;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1170px; 
}

.custom-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  width: 100%;
}

.custom-page .limit {
  padding: 60px 15px 60px;
  max-width: 800px;
}

.contact-form-box {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

.contact-form-box .error {
  bottom: -20px;
  font-size: 14px;
}

.contact-form-box .group {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.contact-form-box label {
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

.contact-form-box input {
  border: none;
  border-bottom: 2px solid #01426A;
  margin-top: 5px;
  padding: 7px 5px;
  font-size: 16px;
  color: #676767;
}

.contact-form-box .form-item {
  width: 50%;
}

.contact-form-box .form-adress {
  margin-bottom: 30px;
  width: 100%;
}

.group .form-item:nth-of-type(2), .group .form-item:nth-of-type(3) {
  margin-left: 20px;
}

.contact-form-box .btn-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
}

.contact-form-box .download-box {
  display: flex;
  align-items: center;
}

.contact-form-box .btn-download {
  width: 34px;
  height: 34px;
  background-image: url(img/download2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  box-shadow: none;
}

.contact-form-box .btn-download:hover {
  transform: scale(1.1);
  box-shadow: none;
}

.contact-form-box .download-box .text {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  position: relative;
  max-width: 345px;
  margin-right: 50px;
}

.contact-form-box .download-box .text::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: -41px;
  top: -15px;
  background-image: url(img/left-arrow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.contact-form-box .submit-box, .quote-bottom-part .submit-box {
  position: relative;
}

.quote-bottom-part .submit-box {
  display: inline-flex;
}

.contact-form-box .submit-box i, .quote-bottom-part .submit-box i {
  position: absolute;
  right: -35px;
  top: 10px;
  font-size: 22px;
  color: #01426A;
  display: none;
}

.quote-bottom-part .submit-box i {
  top: 10px;
}/*# sourceMappingURL=style.css.map */


/**** HEADER ****/




.modal-menu-box {
  overflow: hidden;
  display: none;
}
.modal-menu-box .modal-content {
  position: absolute;
  height: 100%;
  background: #01426A;
  width: 320px;
  top: 0;
  right: 0;
  padding: 50px 20px 20px;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
  /* transform: translateX(200%); 
  transform: translateX(-320px);
  transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
  opacity: 0;
  visibility: hidden;*/
}
.modal-menu-box.active .modal-content {
  /*transform: translateX(-320px);
  opacity: 1;
  visibility: visible;
  transform: translateX(0); */
}



.modal-menu-box.active .modal-content {
  animation: menuopen .4s;
}
.modal-menu-box .close {
  top: 30px;
}


@keyframes menuopen {
  0% {
    transform: translateX(320px);
  }
  100% {
    transform: translateX(0);
  }
}


.modal-info-box.active {
  display: flex;
}
.modal-info-box .modal-content {
  display: none;
} 
.modal-info-box.active .modal-content {
  display: block;
}

form .wpcf7-spinner {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -10px;


  font-size: 22px;
  color: #01426A;
  border: none;
  border-radius: 0;
  opacity: 1;
  background-color: transparent;
  visibility: visible;
  animation-duration: var(--fa-animation-duration,1s);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-timing-function: var(--fa-animation-timing,linear);
}

form .wpcf7-spinner {

  display: flex;
  
  
  width: 24px;
  height: 24px;
  width: auto;
  height: auto;
  
  padding: 0;
  margin: 0 0 0 -10px;
  display: none;

}

form .wpcf7-spinner::before {
  position: relative;
  background: transparent;
  border-radius: 0;
  top: 0;
  left: 0;
    width: auto;
    height: auto;
    transform-origin: center center;
}

.contact-information {
  display: none;
}


@media (max-width: 1150px) {
	.quote-page .tab-box .tab {
		padding: 44px 3%;
	}
}



@media (max-width: 1050px) {
	.first-screen .form-block {
		padding: 50px 15px;
	}

	.first-screen .btn-request {
		margin-left: 15px;
	}

	.main-page .tab-box .tab {
		padding: 0 35px;
	}
}


@media (min-width: 991px) {
	.header .nav {
		height: 20px !important;
	}
}





@media (max-width: 991px) {
	#nav-icon3 {
		display: block;
	}

	.header .nav {
		position: absolute;
		top: 90px;
		height: 0;
		width: 100%;
		background: #fff;
		left: 0;
		padding: 0 15px 0;
		z-index: 2;
		/*transition: all 0.3s ease 0s;*/
		overflow: hidden;
		flex-direction: column;
	}

	.header .nav.open {
		box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
	}

	.header .nav.open .menu-item:nth-of-type(1) {
		margin-top: 20px;
	}

	.header .nav .menu-item {
		margin-right: 30px;
		list-style-type: none;
		margin: 0 0 15px 0;
		font-size: 19px;
		display: block;
	}

	.first-screen .form-block {
		top: 0;
    position: relative;
	}


	.first-screen .limit {
		padding: 120px 0 0;
	}

	.first-screen .title {
		font-size: 58px;
		line-height: 70px;
	}

	.first-screen .sub-title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 70px;
	}

	.form-block .tab-box .tab {
		padding: 0 15px;
	}

	.form-block .tab .ico {
		width: 150px;
	}

	.form-box .column {
		border-right: none;
	}

	.form-block .form-box {
		flex-wrap: wrap;
	}

	.first-screen .btn-request {
		margin: 20px 0 0 0;
	}

	.second-screen .limit {
		padding: 90px 15px 90px
	}

	.fourth-screen .numbers-box {
		justify-content: space-around;
	}

	.fifth-screen .subscribe-box {
		width: 100%;
	}

	.quote-page .form-block, .quote-page .succes-block {
		max-width: 730px;
		margin: 0 auto;
	}

	.quote-top-part {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.quote-top-part .column {
		width: 100%;
		border: none;
	}

	.quote-page form .form-item {
		width: 100%;
	}

	.quote-page .quote-top-part input {
		width: 100%;
	}

	.quote-top-part .second-column, .quote-top-part .third-column {
		align-items: flex-start;
	}

	.quote-page .third-column .form-item, .quote-page .second-column .form-item {
		width: 100%;
	}

	.quote-page .form-additional .input-box {
		width: 200px;
		margin-left: 0;
	}

	.form-pallet-size > div {
		margin-right: 10px;
	}

	.quote-page .tab-box {
		flex-wrap: wrap;
	}

	.quote-page .tab-box .tab {
		width: 47%;
		padding: 0;
		justify-content: center;
	}

	.quote-page .tab-box .tab:nth-of-type(1) {
		margin-bottom: 20px;
	}

	.quote-page .tab-box .tab:nth-of-type(2) {
		margin-bottom: 20px;
	}

	.quote-bottom-part {
		flex-direction: column;
	}

	.quote-bottom-part .left-side {
		margin: 0 0 40px;
		flex: 1 1 auto;
	}

	.succes-block .content-box {
		flex-direction: column;
	}

	.succes-block .left-side {
		flex: 1 1 auto;
		margin: 0 0 30px;
	}
	
	.contacts-page {
		background-position: bottom 285px center;
	}






  
}

@media (max-width: 1200px) {
  .second-block .limit .program-box .program-item {
    padding: 30px 30px 40px;
  }
  .second-block .limit .program-box .points-box .point {
    white-space: initial;
  }
  .fifth-block .limit .left-side {
    max-width: 600px;
    width: 50%;
}

.fifth-block {
  padding-bottom: 400px;
}
.fifth-block .limit {
  padding: 90px 15px 50px;
}
.fifth-block .frame-box {
  height: 400px;
  width: 100%;
}
.fifth-block .limit .left-side {
  width: 100%;
  margin: 0 auto;
}
.first-block .limit {
  padding: 120px 0 0;
}
.first-block {
  background-size: 120% auto;
  background-position: top center;
}






}


@media (max-width: 992px) {
  .btn-menu {
    display: flex;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    display: flex;
    box-shadow: none;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
  }
  .modal-menu-box .close {
    color: #fff;
    font-size: 25px;
    position: absolute;
  }
  .modal-menu-box.active {
    display: block;
    
  }

  


  .header .limit {
    padding-right: 70px;
  }
  #main-menu {
    display: none;
  }
  
 
 


  .modal-menu-box .menu-item {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .modal-menu-box .menu-item a {
    padding: 15px 0;
    color: #fff;
    display: flex;
    font-size: 14px;
    line-height: 18px;
  }
  .modal-menu-box .buttons-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .modal-menu-box .link {
    color: #fff;
    margin-bottom: 10px;
  }
  .modal-menu-box .btn-request{
    border: 1px solid #fff;
    margin-top: 15px;
    height: 60px;
  }
  .modal-menu-box .btn-request:hover{
    color: #fff;
  }

  
  

  .second-block .limit .program-box .buttons-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .second-block .limit .benefits-box .benefit-item {
    width: 48%;
  }
  .second-block .limit .program-box .points-box {
    flex-direction: column;
  }
  .second-block .limit .program-box .buttons-box .btn {
    width: 228px;
    margin: 0;
  }
  .second-block .limit .program-box .buttons-box .btn:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .second-block .limit .program-box .points-box .point {
    white-space: nowrap;
}
.third-block .limit {
  padding: 250px 15px 80px;
}
.fourth-block .limit .advantages-box .advantage-item {
  width: 48%;
  margin-bottom: 40px;
}
.fourth-block .limit .btn-apply {
  margin: 20px auto 0;
  width: 200px;
  height: 60px;
}

.quote-page .form-block .tab-box .tab {
  flex: 1 1 47%;
  margin-right: 0;
}
.quote-page .form-block .tab-box .tab:nth-of-type(1),
.quote-page .form-block .tab-box .tab:nth-of-type(3) {
  margin-right: 20px;
}
.first-block {
  background-size: 125% auto;
  background-position: top left -130px;
}




}

@media (max-width: 768px) {

  .first-screen .limit {
    padding: 90px 0 0;
  }
  .first-block .limit .title {
    font-size: 52px;
    line-height: 72px;
    margin-bottom: 0;
  }
  .first-block .limit .sub-title {
    font-size: 20px;
    line-height: 30px;
    max-width: 550px;
  }
  .header .limit .logo {
    width: 210px;
  }
  .header .limit .btn-request {
    height: 40px;
    padding: 0 30px;
  }
  .form-box .column.first-column {
    padding-right: 0;
  }
  .form-box .column.first-column,
  .form-box .column.second-column {
    flex: 1 1 auto;
  }
  .form-block .btn-request {
    flex: 0 0 60px;
  }
  .block-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .second-block .limit {
    padding: 70px 15px 50px;
  }
  .block-text {
    font-size: 16px;
  }
  .second-block .limit .block-text {
    margin-bottom: 50px;
  }
  .second-block .limit .benefits-box .benefit-item .text {
    font-size: 20px;
  }
  .second-block .limit .benefits-box .benefit-item img {
    margin-bottom: 15px;
  }
  .second-block .limit .benefits-box .benefit-item {
    margin-bottom: 40px;
  }
  .second-block .limit .program-box {
    flex-direction: column;
    align-items: center;
  }
  .second-block .limit .program-box .program-item {
    width: 100%;
    max-width: 450px;
  }
  .second-block .limit .program-box .program-item:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .second-block .limit .program-box .program-item .box-text {
    margin-bottom: 20px;
    font-size: 16px;
}
.second-block .limit .program-box .points-box {
  margin-bottom: 10px;
}
.second-block .limit .program-box .program-item .box-title {
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 20px;
}
.third-block .limit .text-box .block-title {
  margin-bottom: 20px;
}
.third-block .limit .text-box {
  padding: 30px;
  max-width: 430px;
  width: 100%;
}
.fourth-block .limit {
  padding: 70px 15px;
}
.fourth-block .limit .block-title {
  margin-bottom: 40px;
}
.third-block .limit .text-box .block-text,
.fourth-block .limit .advantages-box .advantage-item .text {
  font-size: 16px;
}
.footer .footer-inner .limit {
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  height: 380px;
}
.footer-inner .column {
  margin-right: 0;
}
.footer-inner .first-column {
  margin-bottom: 40px;
}
.footer-inner .third-column {
  margin-bottom: 20px;
}


.footer .footer-inner .limit .column .column-title {
  margin-bottom: 20px;
}











	.first-screen .title {
		padding: 0 15px;
	}

	.first-screen .title {
		font-size: 48px;
		line-height: 48px;
		margin-bottom: 20px;
	}

	.first-screen .sub-title {
		padding: 0 15px;
	}
	
	.main-page .form-block .tab-box {
		flex-wrap: wrap;
		max-width: 440px;
		margin: 0 auto;
		justify-content: space-around;
	}

	.form-block .tab .ico {
		width: 165px;
	}

	.main-page .tab-box .tab {
		padding: 0;
		border-right: none;
		margin-bottom: 20px;
	}

	.main-page .tab-box .tab:nth-of-type(1) {
		margin-bottom: 35px;
	}

	.main-page .tab-box .tab:nth-of-type(2) {
		margin-bottom: 35px;
	}

	.form-block .form-box {
		flex-direction: column;
    	align-items: center;
	}

	.main-page .form-block .column {
		align-items: center;
	}

	.form-block .first-column {
		margin-bottom: 20px;
	}

	.first-screen .btn-request {
		margin: 35px 0 0 0;
	}

	.third-screen .text-box {
		padding: 40px 40px;
	}

	.fourth-screen .numbers-box {
		max-width: 440px;
		margin: 80px auto 0;
		flex-wrap: wrap;
	}

	.fourth-screen .number-box {
		padding: 0 40px;
		margin-bottom: 40px;
	}

	.fifth-screen .subscribe-box {
		flex-direction: column;
	}

	.fifth-screen .btn-request {
		margin: 20px auto 0;
		display: inline-flex;
    	width: 260px;
	}

	.info-origin {
		margin-right: 20px;
	}

	.info-origin, .info-destination {
		width: 50%;
	}

	.info-destination .value, .info-commodity .value {
		text-align: left;
	}

	/**** ****/

	.contact-form-box .btn-box {
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.contact-form-box .form-city,
	.contact-form-box .form-state,
	.contact-form-box .form-zip,
	.contact-form-box .form-hours-humber,
	.contact-form-box .form-units-humber,
	.contact-form-box .form-trailers-number {
		width: 30%;
	}

	.contact-form-box .submit-box {
		margin-top: 20px;
	}
	
	.contact-form-box .group {
		justify-content: space-between;
	}

	/**** ****/

	.contacts-page .content-box .limit {
		padding: 70px 15px 70px;
		flex-direction: column;
		align-items: center;
	}
	
	.contacts-page .left-side {
		margin: 30px 0 0 0;
		order: 1;
		max-width: 479px;
	}

	.custom-page .title-box, .contacts-page .title-box {
		height: 240px;
	}

	.contacts-page .bottom-part .text {
		font-size: 16px;
	}

	.contacts-page .bottom-part .ico {
		height: 70px;
		width: 70px;
	}
  .quote-bottom-part .info-box .text, .succes-block .info-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}
.fifth-block .limit {
  padding: 70px 15px 50px;
}
.footer .footer-inner {
  padding: 70px 0;
}
.footer .copyrating .limit {
  flex-direction: column;
}
.footer .copyrating .limit .text {
  margin-bottom: 5px;
}
.first-screen .limit {
  padding: 50px 0 0;
}





}

@media (max-width: 576px) {
  .second-block .limit .benefits-box .benefit-item {
    width: 100%;
  }
  .third-block .limit {
    padding: 70px 15px 70px;
}
.third-block .limit .text-box {
  padding: 30px;
  max-width: 100%;
}
.fourth-block .limit .advantages-box .advantage-item {
  width: 100%;
}
.block-title {
  font-size: 30px;
  line-height: 36px;
}
.second-block .limit .program-box .program-item .box-title {
  font-size: 30px;
  line-height: 36px;
}
.header .limit .btn-request {
  display: none;
}
.quote-page .tab-box {
  padding-bottom: 0;
}
.custom-page .content-box {
  padding: 0;
}
.custom-page .form-row {
  flex-direction: column;
}

.custom-page .limit {
  padding: 30px 15px 70px;
  max-width: 800px;
}
.custom-page {
  padding-top: 70px;
}

.title, .default-page h1 {
  font-size: 32px;
  line-height: 40px;
}
.fifth-block .form-row {
  flex-direction: column;
}
.btn {
  padding: 0 15px;
}
.footer .footer-inner .limit {
  justify-content: center;
  height: auto;
}


.footer-inner .column {
  margin-bottom: 40px;
}
.footer-inner .column.third-column {
  margin-bottom: 20px;
}
.footer-inner .column:last-of-type {
  margin-bottom: 0;
}
.footer-inner .first-column {
  display: flex;
  justify-content: center;
}
.first-block {
  background-position: top left -84px;
  background-size: 120% auto;
}
.first-screen .limit {
  padding: 20px 0 0;
}
.first-block .limit .title {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
}
.first-block .limit .sub-title {
  font-size: 16px;
  line-height: 24px;
  max-width: 400px;
}






}


@media (max-width: 550px) {
	.header .logo {
		width: 68px;
		height: 45px;
	}

	.header .btn {
		font-size: 14px;
		padding: 0 10px;
	}

	.header .nav {
		top: 75px;
	}

}

@media (max-width: 500px) {
	

		

	.contact-form-box .group {
		flex-direction: column;
	}

	.contact-form-box .form-item {
		width: 100%;
		margin-bottom: 30px;
	}

	.group .form-item:nth-of-type(2), .group .form-item:nth-of-type(3) {
		margin-left: 0;
	}

	.contact-form-box .group {
		margin-bottom: 0;
	}
}

@media (max-width: 479px) {

	.first-screen .form-block {
		padding: 50px 5px;
	}


	.form-box .column {
		padding: 0;
	}

	.main-page .form-block input {
		width: 270px;
	}


	.main-page .form-block .tab-box {
		align-items: center;
		max-width: 380px;
	}

	.form-block .tab-box .tab {
		margin-bottom: 35px;
	}

	.form-block .tab .ico {
		width: 130px;
		height: 50px;
	}

	.form-block .tab .text {
		font-size: 15px;
	}

	.third-screen .text-box {
		padding: 20px 20px;
	}

	.third-screen .text-box .title {
		margin-bottom: 20px;
		line-height: 36px;
	}

	.fourth-screen .numbers-box {
		flex-direction: column;
	}

	.fifth-screen .text {
		margin-bottom: 40px;
	}

	.second-screen .limit, .third-screen .limit, .fifth-screen .limit {
		padding: 60px 15px;
	}

	.fourth-screen .limit {
		padding: 60px 15px 30px;
	}

	.quote-page .tab-box .tab {
		margin-bottom: 35px;
		height: 130px;
	}

	.quote-page .tab .ico {
		width: 125px;
		height: 45px;
	}

	.quote-bottom-part .btn-submit {
		margin: 0;
	}

	.quote-bottom-part .submit-box i {
		top: 9px;
	}

	#modal-info .modal-content {
		width: 290px;
	}

	.succes-block .right-side .bottom-part {
		flex-direction: column;
	}

	.succes-block .right-side .bottom-part > div {
		display: flex;
		align-items: flex-start;
		width: 100%;
		margin-bottom: 10px;
	}

	.succes-block .right-side .value {
		margin: 0 0 0 10px;
	}

	.succes-block .right-side .top-part {
		flex-direction: column;
	}

	.succes-block .right-side .top-part > div {
		flex-direction: row;
		align-items: flex-start;
		display: flex;
		margin-bottom: 10px;
		width: 100%;
	}

	.quote-page .quote-bottom-part .form-item {
		flex-direction: column;
	}

	.form-item-contacts > div, .form-item-name > div {
		width: 100%;
		margin-bottom: 25px;
	}

	.quote-bottom-part .form-item-website label {
		width: 100%;
		margin-bottom: 25px;
	}

	.quote-page form .form-item-name, .quote-page form .form-item-contacts {
		margin-bottom: 0;
	}

	.contact-form-box .download-box {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}

	.contact-form-box .btn-download {
		margin-top: 20px;
	}

	.contact-form-box .download-box .text {
		max-width: 345px;
		margin-right: 0; 
		font-size: 14px;
	}

	.contact-form-box .download-box .text::after {
		right: 40px;
		top: 45px;
		transform: rotate(90deg);
	}

	.custom-page .title-box, .contacts-page .title-box {
		height: 200px;
	}

	.contacts-page .bottom-part .limit {
		flex-direction: column;
		text-align: center;
	}

	.contacts-page .bottom-part .ico {
		margin: 0 0 15px;
	}

	.quote-page form .info .text {
		right: 0;
	}
}

@media (max-width: 414px) {
  .quote-page .form-block .tab-box .tab {
    flex: 1 1 100%;
  }
  .quote-page .form-block .tab-box .tab:nth-of-type(1), .quote-page .form-block .tab-box .tab:nth-of-type(3) {
    margin-right: 0;
}
.first-block {
  background-position: top left -82px;
  background-size: 140% auto;
}
.first-block .limit .sub-title {
  margin: 0 auto 50px;
}


}

@media (max-width: 380px) {
	.header .btn-call {
		margin-right: 5px;
	}

	.header .btn-menu {
		margin-left: 5px;
	}

	.quote-page .tab-box {
		flex-direction: column;
		align-items: center;
	}

	.quote-page .tab-box .tab {
		width: 100%;
	}
}
