body {
  font-size: 16px;
  font-family: OpenSansRegular, sans-serif;
}
.container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px; }
.section_title h2 {
  font-size: 40px;
  text-align: center;
  padding: 40px;
  text-transform: uppercase;
  font-family: OpenSansBold, sans-serif;
}
.dark {
  color: #fff;
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0; }
  30% {
    left: 110%;
    margin-left: 80px; }
  100% {
    left: 100%;
    margin-left: 80px; } }
#main {
  background-image: url(../img/main_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 780px) {
    #main {
      height: 100%; } }
  #main header {
    padding: 10px;
    padding-bottom: 0; }
    #main header .logo {
      max-width: 150px; }
      @media screen and (max-width: 560px) {
        #main header .logo {
          max-width: 171px; } }
    #main header .description {
      text-align: center; }
    #main header .phone {
      text-align: right;
      -webkit-animation-name: slideme;
      animation-name: slideme;
      -webkit-animation-delay: 3s;
      animation-delay: 3s; }
    #main header .phone_number span {
      font-size: 16px; }
    #main header .phone_number a {
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      font-size: 24px;
      display: block; }
      @media screen and (max-width: 560px) {
        #main header .phone_number a {
          font-size: 20px; } }
    #main header .call_back {
      color: #fff; }
  @media screen and (max-width: 1100px) {
    #main .content {
      display: block; } }
  @media screen and (max-width: 960px) {
    /*#main .content {
      display: none; }*/ }
  #main .content .container {
    padding: 100px; }
    @media screen and (max-width: 960px) {
      #main .content .container .item_bullet {
        display: -webkit-box;
        display: flex; } }
    @media screen and (max-width: 780px) {
      #main .content .container .item_bullet {
        display: block; } }
    @media screen and (max-width: 960px) {
      #main .content .container .item {
        width: calc(100% - 0px); } }
    @media screen and (max-width: 960px) {
      #main .content .container .item {
        margin: 0 auto; } }
    @media screen and (max-width: 960px) {
      #main .content .container .item {
        text-align: center; } }
    @media screen and (max-width: 960px) {
      #main .content .container .item {
        -webkit-box-align: center;
        align-items: center; } }
    @media screen and (max-width: 960px) {
      #main .content .container .item {
        margin: 10px auto; } }
    #main .content .container .item h1 {
      font-size: 40px;
      text-transform: uppercase; }
    #main .content .container .item h2 {
      font-size: 18px;
      text-transform: uppercase;
      margin: 25px 0; }
      @media screen and (max-width: 560px) {
        #main .content .container .item h2 {
          font-size: 14px; } }
      #main .content .container .item h2 span {
        color: #ffbb33;
        font-weight: 700; }
    #main .content .container .item .main_btn {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      text-align: center;
      background-color: #ffbb33;
      padding: 17px 25px;
      border-radius: 35px;
      color: #000;
      text-decoration: none;
      border: 3px solid  transparent;
      -webkit-transition: all .35s;
      transition: all .35s;
      position: relative;
      height: 58px;
      width: 250px;
      overflow: hidden;
      box-sizing: border-box; }
      @media screen and (max-width: 560px) {
        #main .content .container .item .main_btn {
          padding: 10px 15px; } }
      @media screen and (max-width: 960px) {
        #main .content .container .item .main_btn {
          margin: 0 auto; } }
      #main .content .container .item .main_btn:after {
        content: '';
        display: block;
        width: 18px;
        height: 250px;
        margin-left: 60px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(50%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.7)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.7) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.7) 100%);
          background-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
        position: absolute;
        left: -40px;
        top: -150px;
        z-index: 1;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all .1s;
        transition: all .1s;
        -webkit-animation-name: slideme;
        animation-name: slideme;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-delay: .05s;
        animation-delay: .05s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; }
      #main .content .container .item .main_btn:hover {
        background-color: transparent;
        border: 3px solid #fff;
        color: #fff; }
    #main .content .container .item .min_adv {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      margin: 15px 0; }
      @media screen and (max-width: 960px) {
        #main .content .container .item .min_adv {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column; } }
      @media screen and (max-width: 780px) {
        #main .content .container .item .min_adv {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column; } }
      @media screen and (max-width: 780px) {
        #main .content .container .item .min_adv {
          text-align: center; } }
      @media screen and (max-width: 780px) {
        #main .content .container .item .min_adv {
          padding: 10px; } }
      #main .content .container .item .min_adv .img {
        width: 50px; }
        #main .content .container .item .min_adv .img img{
        width: 100%; }
      #main .content .container .item .min_adv .text {
        margin-left: 15px;
        max-width: 350px; }
        #main .content .container .item .min_adv .text span {
          display: block;
          font-weight: 700; }
#types {
  padding-bottom: 40px;
}
#types h3{
  text-align: center;
  text-transform: uppercase;
  font-family: OpenSansBold, sans-serif;
  font-size: 24px;
}
#types .wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
#types .wrapper .wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 10px auto;
  justify-content: space-around;
}
#types .wrapper .wrap .item {
  max-width: 280px;
  margin: 10px;
  text-align: center;
  box-shadow:  0 0 16px #cecece;
}
#types .wrapper .wrap .item .title {
  background-color: #fed420;
}
#types .wrapper .wrap .item .title p {
  padding: 15px 0;
  text-transform: uppercase;
  font-family: OpenSansBold, sans-serif;
}
#types .wrapper .wrap .item .img {
  width: 100%;
}
#types .wrapper .wrap .item .img img {
  width: 100%;
}
#types .wrapper .wrap .item .box {
  /*border: 1px solid #000;*/
  border-top: none;
}
#types .wrapper .wrap .item .box .coast {
  padding: 15px;
  font-family: OpenSansBold, sans-serif;
}
#types .wrapper .wrap .item .box a {
  background-color: #fed420;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 15px;
  font-family: OpenSansBold, sans-serif;
  cursor: pointer;
  transition: all .35s;
}
#types .wrapper .wrap .item .box a:hover {
  background-color: #f9c332;
}


#types .container{
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
#types .container .wrap{
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 10px auto;
  justify-content: space-around;
}
#types .container .wrap .item{
  max-width: 280px;
  margin: 10px;
  text-align: center;
  box-shadow:  0 0 16px #cecece;
  box-sizing: border-box;
}
#types .container .wrap{
  display: flex;
}
#types .container .wrap .item .slick .sl_item{
  max-width: 280px;
}

.slick-next {
    right: 10px;
}
.slick-prev {
    left: 10px;
    z-index: 1;
}

#types .container .wrap .item .title{
  background-color: #fed420;
  padding: 15px 0;
  text-transform: uppercase;
  font-family: OpenSansBold, sans-serif;
}
#types .container .wrap .item .slick .sl_item .coast{
  padding: 15px;
  font-family: OpenSansBold, sans-serif;
}
#types .container .wrap .item .coast{
  padding: 15px;
  font-family: OpenSansBold, sans-serif;
}
#types .container .wrap .item a{
  background-color: #fed420;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 15px;
  font-family: OpenSansBold, sans-serif;
  cursor: pointer;
  transition: all .35s;
}
#types .container .wrap .item  a:hover {
  background-color: #f9c332;
}

#types .container .wrap .item .slick .sl_item img{
  width: 100%;
}

#prepayment {
  padding: 100px 10px;
}
#prepayment .wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
#prepayment .wrap .item {
  max-width: 50%;
}
#prepayment .wrap .item .img {
  width: 100%;
}
#prepayment .wrap .item .img img {
  width: 100%;
}
#prepayment .wrap .item h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
#prepayment .wrap .item p {
  max-width: 450px;
}
#prepayment .wrap .item .btn {
  display: inline-block;
  padding: 10px 15px;
  background-color: #fed420;
  margin-top: 30px;
  text-decoration: none;
  color: #000;
  font-family: OpenSansBold, sans-serif;
}
#adventures {
  background-image: url(../img/adv_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
#adventures .wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-around;
}
#adventures .wrap .item {
  max-width: 350px;
  display: flex;
  margin-bottom: 40px;
  text-align: center;
}
#adventures .wrap .item .img {
  width: 70px;
}
#adventures .wrap .item .img img {
  width: 100%;
}
#adventures .wrap .item .text {
  margin-left: 10px;
  width: 280px;
  text-align: left;
  color: #fff;
}
#adventures .wrap .item .text .title {
  text-transform: uppercase;
  font-family: OpenSansBold, sans-serif;
}
#calculation {
  padding-bottom: 40px;
}
#calculation .wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
}
#calculation .wrap .item {
  text-align: center;
  margin: 15px;
}
#calculation .wrap .item .img {
  max-width: 250px;
}
#calculation .wrap .item .img img {
  width: 100%;
}
#calculation .wrap .item .name {
  font-size: 20px;
}
#calculation .wrap .item .hello {
  padding: 0 20px 20px 20px;
}
#calculation .wrap .item form {
  text-align: left;
}
#calculation .wrap .item form input,
#calculation .wrap .item form select {
  padding: 15px 15px;
  border: 1px solid #333;
  width: 230px;
  font-size: 18px;
  margin: 5px;
}
#calculation .wrap .item form select {
  padding: 15px 20px;
  width: 262px;
}
#calculation .wrap .item form button {
  background-color: #fed420;
  padding: 15px 20px;
  border: 1px solid #fed420;
  margin: 5px;
  width: 260px;
  font-family: OpenSansBold, sans-serif;
  font-size: 18px;
  cursor: pointer;
  transition: all .35s;
}
#calculation .wrap .item form button:hover {
  background-color: #f9c332;
}
#calculation .wrap .item form .clarification {
  font-size: 12px;
  margin: 5px;
}
#sentence {
  background-image: url(../img/sentence_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding-bottom: 40px;
}
#sentence .wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-around;
}
#sentence .wrap .item {
  border: 1px solid #000;
  max-width: 270px;
  text-align: center;
  background-color: #fff;
}
#sentence .wrap .item .head {
  background-color: #333;
  color: #fff;
}
#sentence .wrap .item .head .title {
  font-family: OpenSansBold, sans-serif;
  font-size: 25px;
}
#sentence .wrap .item .head .coast span {
  font-family: OpenSansBold, sans-serif;
  font-size: 25px;
}
#sentence .wrap .item ul {
  padding: 25px 15px;
}
#sentence .wrap .item a {
  display: inline-block;
  background-color: #333;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 25px;
  transition: all .35s;
  border: 1px solid #333;
}
#sentence .wrap .item a:hover {
  background-color: transparent;
  color: #333;
  border: 1px solid #333;
}
#portfolio {
  padding-bottom: 40px;
}
#portfolio .wrap {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}
#portfolio .wrap .item {
  max-width: 300px;
  margin: 0 auto;
}
#portfolio .wrap .item:hover img {
  transform: scale(1.2);
}
#portfolio .wrap .item a {
  position: relative;
  display: inline-block;
  max-width: 300px;
}
#portfolio .wrap .item a .img {
  max-width: 300px;
  overflow: hidden;
  border: 1px solid #999;
  box-shadow: 1px 1px 6px #666;
}
#portfolio .wrap .item a .img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all .35s;
}
.owl-theme .owl-controls .owl-page span {
  background-color: #fed420;
  border-radius: 1px;
  width: 15px;
  height: 15px;
}
#contacts .wrap {
  width: 100%;
  position: relative;
}
#contacts .wrap .item {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  left: 150px;
  z-index: 100;
  background-color: #fff;
  padding: 30px;
}
#contacts .wrap .item .title {
  text-align: center;
}
#contacts .wrap .item .title p {
  font-size: 30px;
  font-family: OpenSansBold, sans-serif;
  text-transform: uppercase;
}
#contacts .wrap .item form {
  max-width: 350px;
  margin: 15px auto;
}
#contacts .wrap .item form input {
  padding: 10px 15px;
  margin: 10px;
}
#contacts .wrap .item form button {
  padding: 10px 40px;
  background-color: #fed420;
  color: #000;
  border: 1px solid #fed420;
  margin: 10px;
  font-family: OpenSansBold, sans-serif;
  transition: all .35s;
  cursor: pointer;
  font-size: 16px;
}
#contacts .wrap .item form button:hover {
  background-color: #f9c332;
}
#contacts .wrap .item .or p {
  font-size: 18px;
  font-family: OpenSansBold, sans-serif;
}
#contacts .wrap .item .or p a {
  color: #000;
  text-decoration: none;
}
#contacts .wrap .item .or p a:hover {
  color: #000;
}
#contacts .wrap .item .or .phone {
  font-size: 36px;
}
footer {
  background-color: #44474d;
  text-align: center;
}
footer .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-around;
  padding: 40px 0;
  color: #fff;
}
footer .wrap .item {
  text-align: left;
}
footer .wrap .item .logo {
  max-width: 180px;
  margin: 0 auto;
}
footer .wrap .item i {
  padding: 10px;
  background-color: #fed420;
  color: #000;
}
footer .wrap .item .fa-map-marker {
  padding: 10px 13.5px;
}
footer .wrap .item .fa-phone {
  padding: 10px 12px;
}
footer .wrap .item p {
  display: inline-block;
  margin-left: 5px;
}
footer .wrap .item .phone,
footer .wrap .item .adress,
footer .wrap .item .mail {
  margin: 5px;
}
footer .wrap .item .phone a {
  color: #fff;
  text-decoration: none;
  margin-left: 5px;
}
footer .wrap .item .fl {
  margin: 5px;
}
footer .wrap .item .fl a {
  text-decoration: none;
}
footer .wrap .item .fl a img {
  padding: 7.5px;
  background-color: #000;
}
footer .wrap .item .fl a p {
  position: relative;
  top: -10px;
}
footer .wrap .item .fl a p{
  color: #fff;
}
.result {
  display: none;
}
.result2 {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0px;
  z-index: 200;
}
.result3 {
  display: none;
}
.thanks {
  width: 428px;
  margin: 20% auto;
  background-color: #fff;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
.thanks a {
  text-decoration: none;
  color: #000;
}
.thanks .modal_text {
  text-align: center;
  padding: 32px 20px 25px;
  font-family: OpenSansBold, sans-serif;
  text-transform: uppercase;
  color: #000;
}
.thanks .modal_text2 {
  text-align: center;
  font: 17px OpenSansRegular, sans-serif;
  text-transform: uppercase;
  color: #000;
  margin: 0 auto 35px;
  width: 297px;
}
.thanks .modal_button {
  background-color: #fed420;
  border-radius: 5px;
  font: 14px OpenSansRegular, sans-serif;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.thanks .modal_button:hover {
  background-color: #eabe01;
}
.hidden {
  display: none;
}
.popup_form {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}

.popup_form .wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 750px;
  margin: 0 auto;
  justify-content: space-around;
  background-color: #f9f9fa;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
}
.popup_form .item {
  max-width: 450px;
  color: #000;
  text-align: center;
  width: 50%;
  position: relative;
}
.popup_form .item .img{
  max-width: 300px;
}
.popup_form .item .operator {
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  top: 100px;
  right: 30px;
  max-width: 150px;
}
.popup_form .item .operator span {
  font-size: 9px;
  font-weight: normal;
  display: block;

}
.popup_form .item .img img {
  width: 100%;
}
.popup_form .item .title {
  font-family: OpenSansBold, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px;
}
.popup_form .item .sub_title {
  font-size: 14px;
}
.popup_form .item .rub {
  font-family: OpenSansBold, sans-serif;
}
.popup_form .item .clarification {
  font-size: 12px;
}
.popup_form form {
  padding: 20px;
}
.popup_form form input {
  padding: 10px 15px;
  margin: 5px;
  font-size: 16px;
}
.popup_form form button {
  background-color: #fed420;
  padding: 10px 75px;
  border: none;
  font-size: 16px;
  margin: 5px;
  color: #000;
  font-family: OpenSansBold, sans-serif;
  cursor: pointer;
}
.button .mfp-close {
  right: -25px;
}

.thanks {
  position: relative;
}
.thanks a.close{
  position: absolute;
  right: 0;
  color: #666;
  font-size: 34px;
  font-weight: 800;
  transition: all 0.35s;
}
.thanks a.close:hover{
  transform: rotate(180deg);
}

.thanks .thanks_container {
  position: relative;
}

.thanks .thanks_container h4 {
  font-size: 20px;
  text-transform: uppercase;
}

.thanks .thanks_container h5 {
  padding-top: 10px;
}

.thanks .thanks_container .subscription {
  padding-top: 30px;
}

.thanks .thanks_container .subscription p {
  text-transform: uppercase;
  font-family: Gilroy-Bold;
}

.thanks .thanks_container .btn {
  margin-top: 10px;
}

.thanks .thanks_container img {
  width: 15px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  top: 0;
  right: 0;
}

.thanks .thanks_container img:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.write_to_us {
  text-align: center;
}

.write_to_us p {
  font-size: 12px;
}

.write_to_us p:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #2cb742;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-animation: online 1.5s linear infinite;
          animation: online 1.5s linear infinite;
}

.write_to_us .messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.write_to_us .messengers a {
  margin: 5px;
  color: none;
}

.write_to_us .messengers a img {
  max-width: 70px;
}

#amofroms_main_wrapper {
  box-shadow: none !important;
  border: none !important;
}