@font-face {
  font-family: 'HeliosCondC-Bold';
  src: url("../fonts/HeliosCondC-Bold.eot");
  src: url("../fonts/HeliosCondC-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HeliosCondC-Bold.woff2") format("woff2"), url("../fonts/HeliosCondC-Bold.woff") format("woff"), url("../fonts/HeliosCondC-Bold.ttf") format("truetype"), url("../fonts/HeliosCondC-Bold.otf") format("opentype"); }

@font-face {
  font-family: 'GothamPro-Medium';
  src: url("../fonts/GothamPro-Medium.eot");
  src: url("../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype"); }

.thumb-wrap {
  position: relative;
  padding-bottom: 40% ; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;

}
.thumb-wrap iframe {

/*
  56.25%*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;


}
@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro.eot");
  src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype"); }

body {
  overflow-x: hidden; }

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

a {
  text-decoration: none; }

a:hover, button:hover {
  cursor: pointer; }

.container {
  width: 1220px;
  margin: 0 auto; }

.nav-top {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5; }
  .nav-top-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .nav-top-text {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: #373a3d;
    font-family: 'GothamPro';
    display: inline-flex;
    align-items: center; }
  .nav-top-link {
    font-size: 14px;
    color: #373a3d;
    font-family: 'GothamPro';
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 60px; }
    .nav-top-link:hover {
      color: #ed5400; }
    .nav-top-link:nth-last-of-type(2) {
      margin-right: 30px; }
    .nav-top-link:last-of-type {
      margin-right: 0;
      padding-left: 30px;
      position: relative; }
      .nav-top-link:last-of-type::before {
        position: absolute;
        content: '';
        left: 0;
        top: -3px;
        height: 16px;
        width: 1px;
        background: #828282; }
    .nav-top-link-icon {
      margin-right: 18px;
      margin-top: -2px; }
  .nav-top .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.nav {
  padding: 25px 0 30px; }
  .nav .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .nav-link {
    font-size: 16px;
    color: #212529;
    font-family: 'GothamPro-Medium';
    padding: 0;
    margin-right: 55px; }
    .nav-link:hover {
      color: #ed5400;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .nav-link:last-of-type {
      margin-right: 0; }
    .nav-link-current {
      color: #ed5400; }
  .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.home {
  padding: 140px 0 180px;
  background-image: url(../img/bg.png);
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }

.title {
  font-size: 50px;
  color: #fff;
  font-family: 'HeliosCondC-Bold';
  text-transform: uppercase;
  margin-bottom: 10px; }

.subtitle {
  font-size: 18px;
  color: #ffffff;
  font-family: 'GothamPro';
  margin-bottom: 50px;
  display: block; }

.price {
	font-size:24px;
	margin-bottom: 15px;
	font-family:GothamPro-Medium;
	text-align:center;
}

.red {
	color:red;
	padding-bottom: 15px;
}
.price-list {
	font-family:GothamPro-Medium;
	text-align:left;
	text-decoration:underline;

}

.price-list-under {
	font-family:GothamPro;
	text-align:left;
	/*text-decoration:underline;*/
	margin-top:25px;
	text-align:center;
}


.red-btn {
  background: #ed5400;
  border: none;
  outline: none;
  font-size: 16px;
  color: #ffffff;
  font-family: 'GothamPro-Medium';
  -webkit-border-radius: 4px;
          border-radius: 4px;
  height: 80px;
  padding-left: 65px;
  padding-right: 65px;
  -webkit-box-shadow: 0px 26px 40px 0px rgba(5, 8, 13, 0.1);
          box-shadow: 0px 26px 40px 0px rgba(5, 8, 13, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .red-btn:hover {
    background: #c14006;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.title-black {
  font-size: 50px;
  color: #212529;
  font-family: 'HeliosCondC-Bold';
  text-transform: uppercase;
  margin-bottom: 5px; }

.title-small {
  display: block;
  font-size: 18px;
  color: #212529;
  font-family: 'GothamPro';
  margin-bottom: 45px; }

.certificates {
  padding: 70px 0; }
  .certificates-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.certificate {
  position: relative; }
  .certificate::before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(194, 194, 194, 0.4);
    width: 100%;
    height: 100%;
    content: ''; }
  .certificate:hover .zoom {
    background-color: rgba(75, 140, 212, 0.3);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer; }

.zoom {
  position: absolute;
  background-image: url(../img/zoom.png);
  width: 82px;
  height: 82px;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.catalog {
  padding: 65px 0 40px;
  background-image: url(../img/waves.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain; }

.advantages {
  padding: 50px 0 60px;
  background-image: url(../img/advantage.png);
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  .advantages .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.advantage-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
  border-bottom: 1px solid #e5e5e5; }
  .advantage-item-text {
    color: #212529;
    font-family: 'GothamPro-Medium';
    font-size: 16px; }
  .advantage-item-icon {
    margin-right: 38px; }

.catalog-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 65px; }

.catalog-item {
  background: #fff;
  border-top: 4px solid #ed5400;
  padding: 30px 40px 45px;
  margin-right: 20px;
  width: 50%;
  -webkit-box-shadow: 0px 26px 40px 0px rgba(5, 8, 13, 0.1);
          box-shadow: 0px 26px 40px 0px rgba(5, 8, 13, 0.1); }
  .catalog-item:last-of-type {
    margin-right: 0; }
  .catalog-item-img img {
    max-width: 100%; }
  .catalog-item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
  .catalog-item-name {
    font-size: 24px;
    color: #212529;
    font-family: 'GothamPro-Medium'; }
  .catalog-item-prop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 17px;
    border-bottom: 1px solid #e5e5e5; }
  .catalog-item-size {
    color: #373a3d;
    font-size: 14px;
    font-family: 'GothamPro-Medium'; }
  .catalog-item-about {
    padding-left: 35px;
    position: relative;
    color: #373a3d;
    font-size: 14px;
    font-family: 'GothamPro'; }
    .catalog-item-about::before {
      content: '';
      position: absolute;
      left: 0;
      top: -5px;
      background-image: url(../img/check.png);
      width: 20px;
      height: 20px; }
  .catalog-item-flag {
    width: 55px !important;
    height: 35px !important; }
  .catalog-item-img {
    padding-top: 20px; }
  .catalog-item-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
    .catalog-item-gallery-img {
      width: 168px;
      height: 107px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      /*border: 1px solid #e5e5e5;*/ }
  .catalog-item .red-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 95px;
    padding-right: 95px; }

.size-icon {
  padding-left: 35px;
  position: relative; }
  .size-icon::before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    background-image: url(../img/resize.png);
    width: 20px;
    height: 20px;
	}

.weight-icon {
  padding-left: 35px;
  position: relative; }
  .weight-icon::before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    background-image: url(../img/Icon-weight.png);
    width: 21px;
    height: 20px; }

.max-load-icon {
  padding-left: 35px;
  position: relative; }
  .max-load-icon::before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    background-image: url(../img/Icon-maxload.png);
    width: 20px;
    height: 20px; }




.catalog-show {
  font-size: 14px;
  color: #0e0e0e;
  font-family: 'GothamPro-Medium';
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }
  .catalog-show::after {
    position: absolute;
    content: '';
    background-image: url(../img/down.png);
    width: 19px;
    height: 11px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .catalog-show:hover {
    color: #ed5400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.business {
  background-image: -webkit-linear-gradient(0deg, #0093d6 0%, #0092d5 100%);
  background-image: -ms-linear-gradient(0deg, #0093d6 0%, #0092d5 100%);
  padding: 95px 0 80px; }
  .business .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .business-image {
    position: relative;
    min-width: 498px;
    min-height: 508px;
    max-width: 498px;
    max-height: 508px;
    margin-right: 40px; }
    .business-image img {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10;
      left: 0;
      right: 0; }

.rectangle-orange {
  background: #ed5400;
  width: 279px;
  height: 290px;
  position: absolute;
  bottom: -25px;
  left: -25px;
  z-index: 0; }

.white-title {
  font-family: "HeliosCondC-Bold";
  font-size: 50px;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 30px; }

.white-text {
  font-size: 16px;
  font-family: 'GothamPro';
  color: white;
  line-height: 1.5;
  margin-bottom: 30px; }

.business-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px; }

.tab-link {
  padding-bottom: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0 35px 10px;
  padding-top: 2px; }
  .tab-link span {
    font-size: 16px;
    color: #ffffff;
    font-family: 'GothamPro-Medium';
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    padding-top: 17px; }
  .tab-link:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #a3cfff;
    cursor: pointer;
    border-bottom-color: #a3cfff; }
  .tab-link-active {
    -webkit-border-radius: 27px;
            border-radius: 27px;
    background-color: #1a9eda;
    text-align: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .tab-link-active span {
      font-size: 16px;
      color: #ffffff;
      font-family: 'GothamPro-Medium';
      border-bottom: 1px solid transparent; }
    .tab-link-active:hover {
      background: rgba(255, 255, 255, 0.3);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      color: #fff; }
  .tab-link:first-of-type {
    margin-right: 35px; }
  .tab-link:nth-of-type(2) {
    margin-left: 35px; }

.content-tab {
  display: none; }

.content-tab-active {
  display: block; }

.advantage-item-icons {
  width: 60px;
  margin-right: 30px; }
  .advantage-item-icons:first-of-type {
    margin-left: -6px; }

.input {
  background: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0px 26px 40px 0px rgba(5, 8, 13, 0.1);
          box-shadow: 0px 26px 40px 0px rgba(5, 8, 13, 0.1);
  color: #555555;
  /*height: 80px;*/
  height: 50px;
  border: none;
  outline: none;
  padding-left: 50px;
  padding-right: 50px;
  margin-right: 12px;
  font-size: 16px;
  font-family: 'GothamPro'; }
  .input::-webkit-input-placeholder {
    color: #828282; }
  .input::-moz-placeholder {
    color: #828282; }
  .input::-ms-input-placeholder {
    color: #828282; }
  .input::placeholder {
    color: #828282; }

.white-subtitle {
  font-size: 18px;
  color: #fff;
  font-family: 'GothamPro';
  line-height: 24px; }

.contact-us {
  background-image: url(../img/bg-form.png);
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 70px 0 90px; }
  .contact-us-form .input {
    width: 455px; }
  .contact-us .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contact-us-left {
    width: 440px; }

.form-agree {
  margin-top: 25px; }

.form-container {
  display: block;
  position: relative;
  padding-left: 35px;
  font-family: 'GothamPro';
  cursor: pointer;
  font-size: 14px;
  color: #4b8cd4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .form-container:hover {
    text-decoration: underline; }
  .form-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

.checkmark {
  position: absolute;
  top: -18px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #fff; }

.form-container input:checked ~ .checkmark {
  background-color: #ed5400;
  border-color: #ed5400; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.form-container input:checked ~ .checkmark:after {
  display: block; }

.form-container .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.black-subtitle {
  color: #212529;
  font-size: 20px;
  margin-bottom: 30px;
  display: block;
  font-family: 'GothamPro-Medium'; }

.black-text {
  color: #212529;
  font-size: 16px;
  line-height: 24px;
  font-family: 'GothamPro';
  margin-bottom: 25px; }

.full-list {
  font-size: 17px;
  color: #212529;
  font-family: 'GothamPro-Medium';
  display: block;
  margin-bottom: 35px; }

.promo {
  padding: 90px 0 10px;
  position: relative; }
  .promo-left {
    margin-right: 80px; }
  .promo .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .promo-img {
    position: relative;
    z-index: 10; }
  .promo-bg {
    background-color: #f3f6fb;
    position: absolute;
    top: 0;
    left: 0;
    width: 535px;
    height: 658px; }
  .promo-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px; }
    .promo-title .title-date {
      font-size: 16px;
      color: #212529;
      font-family: 'GothamPro-Medium';
      -webkit-border-radius: 4px;
              border-radius: 4px;
      background-color: #f3f6fb;
      padding: 12px 22px; }
  .promo-list-title {
    font-size: 14px;
    color: #212529;
    font-family: 'GothamPro-Medium';
    display: block;
    margin-bottom: 15px; }
  .promo-list {
    list-style-type: decimal; }
    .promo-list li {
      font-size: 14px;
      margin-left: 18px;
      color: #212529;
      margin-bottom: 15px;
      font-family: 'GothamPro'; }
      .promo-list li:first-of-type {
        margin-left: 16px; }
    .promo-list-more {
      font-size: 14px;
      color: #212529;
      display: block;
      font-family: 'GothamPro';
      margin-bottom: 25px; }
  .promo .red-btn {
    -webkit-box-shadow: 0px 26px 40px 0px rgba(5, 8, 13, 0.1);
            box-shadow: 0px 26px 40px 0px rgba(5, 8, 13, 0.1); }

.testimonials {
  padding: 80px 0 100px;
  position: relative; }
  .testimonials-bg {
    height: 365px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #f3f6fb;
    position: absolute;
    z-index: -1; }
  .testimonials-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .testimonials-item {
	width: 390px;
    padding: 40px 30px 70px;
    background-color: white;
    -webkit-box-shadow: 0px 26px 40px 0px rgba(5, 8, 13, 0.1);
            box-shadow: 0px 26px 40px 0px rgba(5, 8, 13, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-top: 4px solid #ed5400;
    margin-right: 20px; }
    .testimonials-item:hover {
      border-top: 4px solid #4b8cd4;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer; }
    .testimonials-item:last-of-type {
      margin-right: 0; }
    .testimonials-item .avatar {
      width: 75px;
      height: 75px;
      min-width: 75px;
      min-height: 75px;
      max-width: 75px;
      max-height: 75px;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .testimonials-item-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 30px; }
    .testimonials-item-name {
      margin-bottom: 15px;
      font-size: 18px;
      color: #212529;
      font-family: 'GothamPro-Medium';
      display: block; }
    .testimonials-item-details {
      margin-left: 30px; }
    .testimonials-item-occupation {
      font-size: 14px;
      color: #212529;
      font-family: 'GothamPro'; }
    .testimonials-item-content {
      color: #212529;
      font-family: 'GothamPro';
      font-size: 14px;
      font-style: italic;
      line-height: 18px; }

#map {
  height: 100%;
  width: 100%; }

.map {
  height: 730px;
  position: relative; }
  .map-contact {
    background: #fff;
    padding: 60px 30px 70px;
    position: absolute;
    top: 120px;
    -webkit-box-shadow: 0px 26px 40px 0px rgba(5, 8, 13, 0.1);
            box-shadow: 0px 26px 40px 0px rgba(5, 8, 13, 0.1);
    width: 440px; }
    .map-contact-title {
      border-bottom: 4px solid #ed5400;
      margin-bottom: 30px; }
    .map-contact-link {
      display: block;
      margin-bottom: 30px;
      font-family: 'GothamPro-Medium';
      color: #373a3d;
      padding-left: 35px;
      position: relative;
      font-size: 14px;
      line-height: 18px; }
      .map-contact-link:first-of-type::before {
        position: absolute;
        content: '';
        background-image: url(../img/geo.png);
        width: 14px;
        height: 19px;
        left: 0;
        top: -4px; }
      .map-contact-link:nth-of-type(2)::before {
        position: absolute;
        content: '';
        background-image: url(../img/envelope.png);
        width: 20px;
        height: 14px;
        left: 0;
        top: 0px; }
      .map-contact-link:last-of-type {
        margin-bottom: 0; }
      .map-contact-link:nth-of-type(3)::before {
        position: absolute;
        content: '';
        background-image: url(../img/phone.png);
        width: 17px;
        height: 16px;
        left: 0;
        top: -2px; }

.footer {
  background-image: url(../img/bg-form.png);
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 80px 0 60px; }
  .footer-info {
    margin-right: 201px; }
  .footer-logo {
    margin-bottom: 45px;
    display: block; }
  .footer-text {
    display: block;
    font-size: 16px;
    font-family: 'GothamPro';
    color: #fff;
    margin-bottom: 40px; }
    .footer-text:last-of-type {
      margin-bottom: 0; }
  .footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer-form .input, .footer-form .red-btn {
    width: 335px; }
  .footer-form .input:first-of-type,
  .footer-form .input:nth-of-type(2) {
    margin-bottom: 15px; }

.overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  display: none;
  overflow-y: scroll; }


.close-inside-agree {
  top: 30px;
  right: 30px;
  position: absolute;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: -5px;
  background: transparent; }

.contact-us-left .white-title {
  margin-bottom: 16px; }

.popup {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 55px 40px 45px;
  border-top: 4px solid #ed5400;
  max-height: 90vh;
  overflow-y: scroll;
  width: 500px; }
  .popup-close {
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: -5px;
    background: transparent; }
  .popup .title-black {
    margin: 0;
    font-size: 36px; }
  .popup-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 45px; }
  .popup-input {
    -webkit-box-shadow: inset 0px 1px 9px 0px rgba(0, 0, 0, 0.17);
            box-shadow: inset 0px 1px 9px 0px rgba(0, 0, 0, 0.17);
    /*margin-bottom: 22px;*/
    margin-bottom: 10px;
    width: 100%; }
  .popup .red-btn {
    padding-left: 115px;
    padding-right: 115px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .popup .checkmark {
    border-color: #acacac; }
  .popup .form-agree {
    margin-bottom: 40px; }

.burger {
  display: none;
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  color: #ed5400;
  border-bottom: 4px solid currentColor;
  width: 28px;
  z-index: 99;
  -o-transition: border-bottom 1s ease-in-out;
  transition: border-bottom 1s ease-in-out;
  -webkit-transition: border-bottom 1s ease-in-out; }
  .burger::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .burger:before {
    content: "";
    display: block;
    border-bottom: 4px solid currentColor;
    width: 100%;
    margin-bottom: 5px;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out; }
  .burger:after {
    content: "";
    display: block;
    border-bottom: 4px solid currentColor;
    width: 100%;
    margin-bottom: 5px;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out; }
  .burger.open {
    border-bottom: 4px solid transparent;
    -o-transition: border-bottom 0.8s ease-in-out;
    transition: border-bottom 0.8s ease-in-out;
    -webkit-transition: border-bottom 0.8s ease-in-out; }
    .burger.open:before {
      -ms-transform: rotate(-405deg) translateY(1px) translateX(-3px);
          transform: rotate(-405deg) translateY(1px) translateX(-3px);
      -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
      transition: -webkit-transform 0.5s ease-in-out;
      -o-transition: transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
      -webkit-transition: -webkit-transform 0.5s ease-in-out; }
    .burger.open:after {
      -ms-transform: rotate(405deg) translateY(-4px) translateX(-5px);
          transform: rotate(405deg) translateY(-4px) translateX(-5px);
      -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
      transition: -webkit-transform 0.5s ease-in-out;
      -o-transition: transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
      -webkit-transition: -webkit-transform 0.5s ease-in-out; }

.mob-menu {
  display: none; }

.totop {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 10px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(237, 84, 0, 0.5);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .totop img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 20px; }

.totop:hover {
  background-color: #ed5400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.catalog-all {
  position: relative; }

.owl-nav {
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1220px;
  z-index: 90; }

.owl-carousel .owl-dots {
  position: absolute;
  top: -45px;
  right: 30px;
  width: 1220px; }

.owl-carousel .owl-dots {
  right: 0;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1220px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
  padding-top: 2px; }

.owl-carousel button.owl-dot {
  border: 1px solid #b3bec9 !important;
  height: 8px;
  width: 8px;
  -webkit-border-radius: 50%;
          border-radius: 50%; }
  .owl-carousel button.owl-dot.active {
    background: #b3bec9 !important; }
  .owl-carousel button.owl-dot:first-of-type {
    /* margin-right: 14px; */ }

.owl-carousel .owl-nav button.owl-next {
  background-image: url(../img/down.png) !important;
  width: 19px;
  height: 11px;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  outline: none;
  cursor: pointer; }
  .owl-carousel .owl-nav button.owl-next span {
    display: none; }

.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../img/down.png) !important;
  width: 19px;
  height: 11px;
  right: 90px;
  top: 0;
  position: absolute;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  outline: none;
  cursor: pointer; }
  .owl-carousel .owl-nav button.owl-prev span {
    display: none; }

.catalog-item-img {
  /*background-image: url(../img/boat1.png);*/
  height: 370px;
  width: 100%;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.catalog-item-gallery-img {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  max-height: 100%;
  cursor: pointer; }
  .catalog-item-gallery-img:hover {
    border: 1px solid #ed5400;
    -webkit-border-radius: 4px;
            border-radius: 4px; }

.agree-rules {
  display: none; }

/*.thumb1{
	background-image: url(../img/boat2.png)
}
.thumb2{
	background-image: url(../img/boat3.png)
}
.thumb3{
	background-image: url(../img/boat4.png)
}*/

.certificate{
	width: 24%;
}
.certificate img{
	width: 100%;
}
.catalog-item-gallery-img img{
	width: 100%;
}
#agree .popup-close{
	top: 30px;
	right: 30px;
	position: absolute;
}
.form-agree .open-agree{
  padding-left: 35px;
  font-family: 'GothamPro';
  cursor: pointer;
  font-size: 14px;
  color: #4b8cd4;
}
.open-inside-agree{
  padding-left: 35px;
  font-family: 'GothamPro';
  cursor: pointer;
  font-size: 14px;
  color: #4b8cd4;
}
@media screen and (max-width: 1480px) {
  .popup {
    max-height: 90vh;
    overflow-y: scroll; } }

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

  .owl-carousel .owl-dots,
  .owl-carousel .owl-nav,
  .owl-nav,
  .owl-dots,
  .container {
    width: 90%; }
  .nav-link {
    margin-right: 30px; }
  .catalog-item-gallery-img {
    width: 30%;
    height: auto; }
    .catalog-item-gallery-img img {
      width: 100%; }
  .certificate {
    width: 24%;
    height: auto; }
    .certificate img {
      width: 100%; }
  .business-image {
    width: 45%;
    min-width: 45%;
    max-width: 45%;
    min-height: 430px; }
  .for-retail,
  .for-business {
    font-size: 14px;
    margin-right: 0; }
  .business-links {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contact-us-form .input {
    width: 300px; }
  .footer-info {
    margin-right: 100px; }
  .footer-form .input, .footer-form .red-btn {
    width: 298px; }
  .nav-top-link {
    margin-right: 30px; }
  .catalog-item-size,
  .nav-link,
  .nav-top-link,
  .nav-top-text,
  .catalog-item-about {
    font-size: 12px; }
  /*.catalog-item{
		padding-left: 20px;
		padding-right: 20px;
	}*/
  .catalog-item-about,
  .size-icon {
    padding-left: 30px; }
  .white-title,
  .title-black {
    font-size: 42px; }
  .advantage-item-text {
    font-size: 14px; }
  .tab-link:first-of-type {
    margin-right: 0; }
  .tab-link:nth-of-type(2) {
    margin-left: 0; }
  .tab-link span {
    font-size: 14px; }
	.testimonials-item{
		width: 350px;
	}






}

@media screen and (max-width: 1150px) {
  .footer-form .input, .footer-form .red-btn {
    width: 100%;
    display: block; }
  .footer-form .input {
    margin-bottom: 15px; }
    .footer-form .input:last-of-type {
      margin-bottom: 15px; }
  .footer-right,
  .footer-info {
    width: 50%; }
  .promo-img {
    width: 400px; }
  .promo-bg {
    display: none; }
  .promo .container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .contact-us-form {
    width: 100%; }
  .contact-us-form .red-btn,
  .contact-us-form .input {
    width: 100%; }
  .contact-us-form .input {
    margin-bottom: 15px; }
  .contact-us-right,
  .contact-us-left {
    width: 50%; }
  .contact-us-left {
    margin-right: 50px; }
  #myBtn {
    opacity: 0;
    display: none;
    visibility: hidden;
    z-index: -999999; }
  .burger {
    display: block; }
  .mob-menu {
    display: block;
    position: absolute;
    background: #fff;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    padding: 80px 20px 30px;
    z-index: 90;
    display: none;
    /*.link-mob{
			padding-left: 35px;
		}*/ }
    .mob-menu a {
      font-family: 'GothamPro';
      display: block;
      color: #373a3d;
      margin-bottom: 15px;
      font-size: 14px; }
    .mob-menu .nav-top-link,
    .mob-menu .nav-top-text {
      margin: 0;
      margin-bottom: 20px; }
    .mob-menu .nav-top-link:last-of-type {
      padding-left: 35px; }
      .mob-menu .nav-top-link:last-of-type::before {
        display: none; }
    .mob-menu.opened {
      display: block; }
  .nav-links,
  .rectangle-orange,
  .nav-top {
    display: none; }
  .catalog-item-about,
  .catalog-item-prop {
    display: block; }
  .catalog-item-about {
    margin-bottom: 10px; }
  .red-btn {
    height: 70px;
    padding-left: 40px;
    padding-right: 40px; }
  .certificates-content,
  .footer .container,
  .testimonials-items,
  .promo .container,
  .contact-us .container,
  .advantages .container,
  .business .container {
    display: block; }
  .certificate {
    margin-bottom: 30px;
    width: 47%;
    display: inline-block; }
    .certificate:nth-last-of-type(2n) {
      margin-right: 4.5%; }
  .business-image img {
    position: inherit;
    width: 400px;
    height: auto;
    z-index: auto;
    left: inherit;
    right: inherit;
    display: block;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto; }
  .business-image {
    width: auto;
    min-width: inherit;
    max-width: none;
    min-height: inherit; }
  /*.title-small,
	.white-title, .title-black{
		text-align: center;
	}*/
  .footer-right, .footer-info,
  .contact-us-right, .contact-us-left {
    width: 100%; }
  .contact-us-left {
    margin-bottom: 40px; }
  .promo-img {
    margin-bottom: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .testimonials-item {
    margin-bottom: 30px; }
    .testimonials-item:last-of-type {
      margin-bottom: 0; }
  .footer-info {
    margin-bottom: 40px; }
  .promo-left,
  .business-image {
    margin-right: 0; }

	.contact-us-right .input{
		margin-right: 0;
	}
	.contact-us-right .input,
	.contact-us-right .red-btn{
		display: block;
		width: 100%;
		height: 70px;
	}
	.contact-us-right .input{
		margin-bottom: 15px;
	}
	.testimonials-item{
		width: 100%;
	}
	.owl-carousel button.owl-dot:first-of-type{
		margin-right: 7px;
	}
	.owl-carousel button.owl-dot{
		margin-right: 7px;
	}
	.owl-carousel button.owl-dot:last-of-type{
		margin-right: 0;
	}
	.testimonials-all.owl-carousel .owl-nav button.owl-next{
		right: 7px;
	}
}

@media screen and (max-width: 970px) {
	iframe {
    	width: 90%;
	}
}
@media screen and (max-width: 670px) {
  .catalog-items {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .catalog-item {
    width: 100%;
    margin-bottom: 40px;
		}

  .business-image img {
    width: 100%;
    height: auto; }
  .map-contact {
    width: 90%; }
  .for-retail, .for-business,
  .business-links {
    display: block;
    text-align: center; }
  .for-retail {
    width: auto;
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto; }
  .tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto; }
    .tab-link:first-of-type {
      margin-bottom: 20px; }
  .testimonials-item {
    margin-right: 0; }
  .popup {
    width: 90%;
    padding-left: 30px;
    padding-right: 30px; }
    .popup .title-black {
      font-size: 30px; }
  .tab-link:first-of-type {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .testimonials-items,
  .catalog-items {
    padding-top: 30px; }
  .owl-carousel .owl-nav,
  .owl-carousel .owl-dots {
    top: -10px; }
  .catalog {
    background: none; }
	.testimonials-all{
		padding-top: 30px;
	}

}

@media screen and (max-width: 500px) {
  .certificate,
  .certificate:nth-last-of-type(2n) {
    margin: 0;
    width: 80%;
    display: block;
    margin: 0 auto 30px; }
  .promo-title {
    display: block; }
  .title-date {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block; }
  .promo-title {
    text-align: center; }
  .catalog-item-gallery {
    display: none; }
  .catalog-item-name {
    font-size: 18px; }
  .promo-img {
    width: 100%; }
  .logo img {
    width: 200px; }
  .title {
    font-size: 32px; }
  .subtitle {
    font-size: 20px; }
  .red-btn {
    height: 60px;
    padding-left: 30px;
    padding-right: 30px; }
  .white-title, .title-black {
    font-size: 32px; }
  .title-small {
    font-size: 15px; }
  .testimonials-item-title {
    display: block; }
  .testimonials-item-details {
    margin-left: 0;
    text-align: center; }
  .testimonials-item .avatar {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .footer-text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px; }
  .footer-form .input, .input {
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px; }
  .map-contact {
    padding: 50px 30px; }
  .testimonials-item-name {
    font-size: 16px; }
  .home {
    padding: 100px 0;
    background-position: left; }
    .home .container {
      text-align: center; }
  .subtitle {
    font-size: 14px;
    line-height: 20px; }
  .form-container {
    line-height: 18px; }

  .popup-input {
    margin-bottom: 10px; }
  .popup .red-btn {
    width: 100%;
    padding: 0; }
  .popup-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .popup-close {
    position: absolute;
    right: 30px;
    top: 30px; }
  .close-inside-agree {
    position: absolute;
    right: 30px;
    top: 30px; }
  .popup {
    padding-top: 75px; }
  .catalog-item .red-btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .catalog-item-img {
    height: 170px;
    width: 100%;
    -webkit-background-size: contain;
            background-size: contain; }
  .mob-menu a,
  .nav-top-text {
    font-size: 14px;
    font-family: "GothamPro-Medium"; }

	.open-inside-agree{
		padding-left: 0;
	}
	 .form-agree{
		padding-left: 30px;
	}

	.form-agree .checkmark {
		position: absolute;
		top: -33px;
		left: -30px;
	}
	.form-agree .open-agree{
		padding-left: 0;
	}
}

.is-visible{
	display: block;
}

.footer-form .input:last-of-type{
	margin-bottom: 15px;
}
.mob-menu .container{
	position: relative;
}
.fixed-body{
	overflow-y: hidden;
	height: 100vh;
}

.modal{
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  display: none;
  overflow-y: scroll;
}
.modal .popup{
	padding-top: 70px;
}
.modal .popup-close{
	position: absolute;
	top: 30px;
	right: 30px;
}
.modal  .popup-title{
	margin-bottom: 0;
}
.popup-close{
	outline: none;
}