@import url(reset.min.css);
	
@font-face {
    font-family: FiraSans-Light;
    src: url(../fonts/FiraSans-Light.otf);
}
@font-face {
    font-family: FiraSans-Bold;
    src: url(../fonts/FiraSans-Bold.otf);
}
header,section,footer,nav{
	width: 100%;
    min-width: 500px;
    background-repeat: no-repeat;
}
.clear{clear: both;}
.wrapp100{
    min-width: 500px;
    width: 100%;
    overflow: hidden;
}
a{
    text-decoration: none;
    cursor: pointer;
}
.preloder{
    display: none;
}

/* Begin Header */
header{
    background: url(../img/bg-1.jpg) top center no-repeat;
    background-size: cover;
    min-height: 828px;
    opacity: 0;
}
.nav{
    max-width: 935px;
    height: auto;
    margin: 0 auto;
}
.nav .logo{
    float: left;
    margin-top: 27px;
}
.nav .nav-map{
    width: 243px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding-top: 2px;
    font: 15.3px FiraSans-Light;
    color: #fff;
    display: block;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
}
.nav .nav-map .img{
    width: 243px;
    height: 127px;
    background: url(../img/nav-map.png);
    background-size: 100% 100%;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
}
.nav .nav-map:hover .img{
    background: url(../img/nav-map-hover.png);
    background-size: 100% 100%;
}
.nav .nav-map p{
    width: 135px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.nav .nav-map p:hover{
    border-bottom: 1px solid rgba(255,255,255,0);
}
.nav .phone-nav{
    width: 286px;
    font: 13.5px FiraSans-Light;
    color: #295388;
    text-align: right;
    line-height: 18.7px;
    float: right;
    margin-top: 48px;
}
.nav .phone-nav a{
    font: 14.3px FiraSans-Light;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.nav .phone-nav a:hover{
    border-bottom: none;
}

.header{
    max-width: 935px;
    height: auto;
    margin: 0 auto;
}
.header .h1-bl{
    width: 755px;
    height: auto;
    margin: 12px auto 0 auto;
}
.header .h1-bl .line{
    width: 100%;
    height: 2px;
    background: #c62020;
}
.header .h1-bl h1{
    font: 49.3px FiraSans-Bold;
    text-align: center;
    line-height: 50px;
    padding: 10px 0;
    text-transform: uppercase;
    color: #a80505;
}
.header h2{
    font: 25.5px FiraSans-Light;
    color: #2e588b;
    text-align: center;
    line-height: 30.6px;
    padding-top: 13px;
}
.header .wrapp-bt{
    width: 100%;
    height: 73px;
    margin-top: 170px;
}
.header .wrapp-bt .adv{
    height: 71px;
    float: left;
    font: 20.4px FiraSans-Bold;
    color: #2e588b;
    border-bottom: 2px solid #fff;
    background: rgba(255,255,255,.5);
    text-align: center;
    text-transform: uppercase;
    line-height: 71px;
    transition:all .5s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
}
.header .wrapp-bt .adv:hover{
    box-shadow: 0px 2px 10px rgba(0,0,0,.5);
}
.header .wrapp-bt .adv_1{
    width: 342px;
}
.header .wrapp-bt .adv_2{
    width: 263px;
    margin: 0 1px;
}
.header .wrapp-bt .adv_3{
    width: 328px;
}
.header .header-bt{
    width: 408px;
    height: 90px;
    font: 28.9px FiraSans-Bold;
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-align: center;
    line-height: 88px;
    cursor: pointer;
    position: relative;
    z-index: 10;
    margin: 23px auto 40px auto;
    transition:all .5s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    background: url(../img/header-btn.png);
}
.header .header-bt:hover{
    background: url(../img/header-btn-hover.png) no-repeat;
}
.header .header-bt:active{
    background: url(../img/header-btn-active.png) no-repeat;
}
.header .txt_1{
    font: 15.3px FiraSans-Light;
    color: #fff;
    text-align: center;
    margin-top: -34px;
}
.header .next-disp{
    width: 46px;
    height: 46px;
    background: url(../img/down-bt.png);
    opacity: .25;
    display: block;
    margin: 22px auto 0 auto;
    transition:all .5s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
}
.header .next-disp:hover{
    opacity: .5;
}
/* End Header */

/* Begin About */
.block_2{
    background: url(../img/bg-2.png) top center no-repeat;
    background-size: auto 100%;
    min-height: 1440px;
    margin-top: -245px;
    opacity: 0;
}
.about{
    max-width: 935px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.about .logo{
    padding-top: 335px;
    width: 81px;
    margin: 0 auto 0 auto;
}
.about .h2-bl{
    width: 778px;
    height: auto;
    margin: 25px auto 0 auto;
}
.about .h2-bl .line{
    width: 100%;
    height: 2px;
    background: #c62020;
}
.about .h2-bl h2{
    font: 39.1px FiraSans-Bold;
    text-align: center;
    line-height: 64px;
    color: #a80505;
    text-transform: uppercase;
}
.about .txt_1{
    font: 15.3px FiraSans-Light;
    color: #191919;
    text-align: center;
    max-width: 778px;
    margin: 36px auto 0 auto;
}
.about .wrapp-bl{
    margin: 86px auto 0 auto;
    height: 220px;
    position: relative;
}
.about .wrapp-bl .adv{
    width: 311px;
    height: 220px;
    background: rgba(62, 100, 148, .65);
    border-bottom: 3px solid #3e6494;
    cursor: pointer;
    position: absolute;
    transition:all .35s ease-in-out;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}
.about .wrapp-bl .adv-2{
    left: 312px;
}
.about .wrapp-bl .adv-3{
    left: 624px;
}
.about .wrapp-bl .adv:hover{
    width: 371px;
    height: 284px;
    margin: -32px 0 0 -30px;
    z-index: 10;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,.5);
    background: rgba(62, 100, 148, 1);
}
.about .wrapp-bl .adv .num{
    width: 27px;
    height: 27px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    top: -13.5px;
    color: #6988a9;
    text-align: center;
    font: 15.3px FiraSans-Light;
    line-height: 27px;
}
.about .wrapp-bl .adv .txt_2{
    font: 18.7px FiraSans-Bold;
    color: #ffcb3d;
    text-transform: uppercase;
    line-height: 20.4px;
    transition:all .5s ease-in-out;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}
.about .wrapp-bl .adv:hover > .txt_2{
    padding-top: 30px;
    font-size: 25px;
    line-height: 27.27px;
}
.about .wrapp-bl .adv .txt_3{
    font: 13.6px FiraSans-Light;
    color: #fff;
    line-height: 18.7px;
    padding-top: 18px;
    transition:all .5s ease-in-out;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}
.about .wrapp-bl .adv:hover > .txt_3{
    font-size: 16px;
}
.about .map-bl{
    width: 916px;
    height: 569px;
    margin: -34px auto 0 auto;
    position: relative;
    background: url(../img/map-1.png);
    transition:all .5s ease-in-out;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}
.about .map-bl:hover{
    background: url(../img/map-1-hover.png)  no-repeat;
}
.about .map-bl .arrow{
    width: 18px;
    height: 22px;
    background: url(../img/map-arrow.png);
    position: absolute;
}
.about .map-bl .arrow_1{
    top: 0px;
    right: 255px;
}
.about .map-bl .arrow_2{
    top: 60px;
    left: 130px;
}
.about .map-bl .arrow_3{
    top: 92px;
    left: 455px;
}
.about .map-bl .arrow_4{
    top: 166px;
    left: 130px;
}
.about .map-bl .txt_4{
    font: 15.3px FiraSans-Bold;
    color: #4f729b;
    position: absolute;
    text-align: left;
    top: 100px;
    left: 48px;
}
.about .map-bl .red-map{
    width: 194px;
    height: 228px;
    background: url(../img/map-red.png);
    position: absolute;
    top: 241px;
    left: 276px;
}
.about .map-bl .line{
    width: 636px;
    height: 214px;
    background: url(../img/map-line.png);
    position: absolute;
    top: 250px;
    left: 100px;
}
.about .map-bl .baloon{
    width: 21px;
    height: 28px;
    background: url(../img/map-baloon.png);
    position: absolute;
}
.about .map-bl .bal-1{
    top: 360px;
    left: 345px;
}
.about .map-bl .bal-2{
    top: 363px;
    left: 363px;
}
.about .map-bl .bal-3{
    top: 371px;
    left: 375px;
}
.about .map-bl .bal-4{
    top: 403px;
    left: 395px;
}
.about .map-bl .map-mob{
    width: 100%;
    height: auto;
    display: none;
    position: relative;
}
/* End About */

/* Begin Application */
.block_3{
    background: url(../img/bg-3.png) center 150px no-repeat;
    min-height: 1490px;
    margin-top: -525px;
    padding-top: 445px;
}
.application{
    max-width: 745px;
    height: auto;
    margin: 0px auto 0 auto;
}
.application h2{
    font: 28.9px FiraSans-Bold;
    text-align: center;
    color: #fff;
    padding-bottom: 12px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.63);
    margin-top: 309px;
}
.application .appl{
    width: 372px;
    height: 97px;
    float: left;
    background: rgba(255,255,255,.85);
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
}
.application .appl:hover{
    position: relative;
    z-index: 2;
    box-shadow: 0px 2px 10px rgba(0,0,0,.5);
}
.application .appl-1{
    border-bottom: 2px solid rgba(92, 170, 206,.35);
}
.application .appl-2{
    border-right: 1px solid rgba(92, 170, 206,.35);
}
.application .ico{
    width: 44px;
    height: 44px;
    margin: 30px 37px 0 57px;
    float: left;
}
.application .txt{
    font: 15.3px FiraSans-Light;
    color: #333333;
    line-height: 20.4px;
    width: 170px;
    margin: 35px 0 0 0;
    float: left;
}
.application .app-bt{
    width: 408px;
    height: 90px;
    font: 28.9px FiraSans-Bold;
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-align: center;
    line-height: 88px;
    position: relative;
    top: -12px;
    margin: 0 auto;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    background: url(../img/header-btn.png);
}
.application .app-bt:hover{
    background: url(../img/header-btn-hover.png) no-repeat;
}
.application .app-bt:active{
    background: url(../img/header-btn-active.png) no-repeat;
}
.application .next-disp{
    width: 46px;
    height: 46px;
    background: url(../img/down-bt.png);
    display: block;
    position: relative;
    margin: 10px auto 0 auto;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
}
.application .next-disp:hover{
    opacity: .7;
}
/* End Application */

/* Begin Type */
.block_4{
    background: url(../img/bg-4.png) center top no-repeat;
    background-size: cover;
    min-height: 1362px;
    margin-top: -1000px;
    padding-top: 400px;
    
}
.type{
    max-width: 935px;
    height: auto;
    margin: 0 auto;
}
.type .h2-bl{
    width: 644px;
    height: auto;
    margin: 0 auto;
    padding-top: 25px;
    color: #efc728;
}
.type .h2-bl .line{
    width: 100%;
    height: 2px;
    background: #efc728;
}
.type .h2-bl h2{
    font: 39.1px FiraSans-Bold;
    text-align: center;
    line-height: 64px;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px #000;
}
.type .txt_1{
    font: 15.3px FiraSans-Light;
    color: #fff;
    text-align: center;
    max-width: 720px;
    line-height: 20.4px;
    margin: 42px auto 0 auto;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
}
.type .txt_2{
    font: 15.3px FiraSans-Bold;
    color: #fff;
    text-align: center;
    max-width: 720px;
    line-height: 20.4px;
    color: #f8d126;
    margin: 34px auto 0 auto;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
}
.type table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 60px;
}
.type table .decor{
    width: 18px;
    height: 18px;
    background: url(../img/type-decor.png);
    position: absolute;
    top: 0;
    right: 0;
}
.type table th{
    font: 13.6px FiraSans-Bold;
    color: #30598c;
    height: 74px;
    text-align: center;
    line-height: 20.4px;
    background: rgba(255,255,255,.85);
    border: 2px solid rgba(89, 82, 75, 0.3);
    border-top: none;
    vertical-align: middle;
    position: relative;
}
.type table th.hover{
    cursor: pointer;
}
.type table th.hover:hover{
    background: rgba(217, 38, 38, 0.85);
    color: #fff;
}
.type table td{
    font: 13.6px FiraSans-Light;
    color: #4f4a43;
    height: 43px;
    text-align: center;
    line-height: 20.4px;
    background: rgba(255,255,255,.7);
    border: 2px solid rgba(89, 82, 75, 0.3);
    border-top: none;
    vertical-align: middle;
}
.type table th:first-child,.type table td:first-child{
    border-left: none;
}
.type table th:last-child,.type table td1:last-child{
    border-right: none;
}
.type .txt_3{
    font: 18.7px FiraSans-Bold;
    color: #fff;
    text-align: center;
    line-height: 20.4px;
    margin: 42px auto 0 auto;
    text-shadow: 2px 2px 5px rgba(0,0,0,1);
}
.type .type-bt{
    width: 408px;
    height: 90px;
    font: 28.9px FiraSans-Bold;
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-align: center;
    line-height: 88px;
    cursor: pointer;
    position: relative;
    z-index: 5;
    margin: 18px auto 0 auto;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    background: url(../img/header-btn.png);
}
.type .type-bt:hover{
    background: url(../img/header-btn-hover.png) no-repeat;
}
.type .type-bt:active{
    background: url(../img/header-btn-active.png) no-repeat;
}
/* End Type */

/* Begin Delivery */
.block_5{
    background: url(../img/bg-5.png) top center no-repeat;
    min-height: 1109px;
    margin-top: -420px;
}
.delivery{
    max-width: 935px;
    height: auto;
    position: relative;
    margin: 0 auto;
}
.delivery .h2-bl{
    width: 368px;
    height: auto;
    margin: 0 auto;
    padding-top: 150px;
}
.delivery .h2-bl .line{
    width: 100%;
    height: 2px;
    background: #528fd5;
}
.delivery .h2-bl h2{
    font: 39.1px FiraSans-Bold;
    text-align: center;
    line-height: 64px;
    color: #4574ac;
    text-transform: uppercase;
}
.delivery .txt_1{
    font: 15.3px FiraSans-Light;
    text-align: center;
    color: #333333;
    line-height: 23.8px;
    padding-top: 35px;
}
.delivery .txt_1 b{
    font: 15.3px FiraSans-Bold;
}
.delivery .baloon{
    width: 26px;
    height: 34px;
    background: url(../img/deliveru-baloon.png);
    position: absolute;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
}
.delivery .baloon-1{
    top: 575px;
    left: 378px;
}
.delivery .baloon-1:hover{
    top: 570px;
}
.delivery .baloon-2{
    top: 565px;
    left: 442px;
}
.delivery .baloon-2:hover{
    top: 560px;
}
.delivery .baloon-3{
    top: 565px;
    left: 476px;
}
.delivery .baloon-3:hover{
    top: 560px;
}
.delivery .baloon-4{
    top: 568px;
    left: 512px;
}
.delivery .baloon-4:hover{
    top: 563px;
}
.delivery .baloon-5{
    top: 572px;
    left: 521px;
}
.delivery .baloon-5:hover{
    top: 567px;
}
.delivery .baloon-6{
    top: 589px;
    left: 569px;
}
.delivery .baloon-6:hover{
    top: 584px;
}
.delivery .baloon-7{
    top: 617px;
    left: 598px;
}
.delivery .baloon-7:hover{
    top: 612px;
}
.delivery .baloon-8{
    top: 653px;
    left: 628px;
}
.delivery .baloon-8:hover{
    top: 648px;
}
.delivery .baloon-9{
    top: 666px;
    left: 646px;
}
.delivery .baloon-9:hover{
    top: 661px;
}
.delivery .baloon-10{
    top: 693px;
    left: 677px;
}
.delivery .baloon-10:hover{
    top: 688px;
}
.delivery .baloon-11{
    top: 777px;
    left: 743px;
}
.delivery .baloon-11:hover{
    top: 772px;
}
.delivery .baloon-12{
    top: 380px;
    left: 150px;
}
.delivery .baloon-12:hover{
    top: 375px;
}
.delivery .baloon-13{
    top: 710px;
    left: 370px;
}
.delivery .baloon-13:hover{
    top: 705px;
}
.delivery .txt_2{
    font: 13.6px FiraSans-Bold;
    color: #333333;
    position: absolute;
}
.delivery .river-1{
    top: 500px;
    left: 327px;
}
.delivery .river-2{
    top: 700px;
    left: 283px;
}
.delivery .name-city{
    font: 13.6px FiraSans-Bold;
    color: #30598c;
    position: absolute;
}
.delivery .city-1{
    top: 580px;
    left: 252px;
}
.delivery .city-2{
    top: 552px;
    left: 343px;
}
.delivery .city-3{
    top: 544px;
    left: 458px;
}
.delivery .city-4{
    top: 548px;
    left: 519px;
}
.delivery .city-5{
    top: 605px;
    left: 453px;
}
.delivery .city-6{
    top: 593px;
    left: 600px;
}
.delivery .city-7{
    top: 620px;
    left: 627px;
}
.delivery .city-8{
    top: 656px;
    left: 550px;
}
.delivery .city-9{
    top: 669px;
    left: 675px;
}
.delivery .city-10{
    top: 696px;
    left: 706px;
}
.delivery .city-11{
    top: 781px;
    left: 774px;
}
.delivery .city-12{
    top: 400px;
    left: 180px;
}
.delivery .city-13{
    top: 720px;
    left: 400px;
}
/* End Delivery */

/* Begin Delivery */
.block_6{
    background: url(../img/bg-6.png) top center no-repeat;
    background-size: cover;
    min-height: 1187px;
    margin-top: -120px;
    position: relative;
    z-index: 4;
}
.transportation{
    max-width: 935px;
    height: auto;
    margin: 0 auto;
}
.transportation .h2-bl{
    width: 568px;
    height: auto;
    margin: 0 auto;
    padding-top: 35px;
}
.transportation .h2-bl .line{
    width: 100%;
    height: 2px;
    background: #528fd5;
}
.transportation .h2-bl h2{
    font: 39.1px FiraSans-Bold;
    text-align: center;
    line-height: 64px;
    color: #4574ac;
    text-transform: uppercase;
}
.transportation .txt_1{
    font: 15.3px FiraSans-Light;
    text-align: center;
    color: #333333;
    line-height: 23.8px;
    padding-top: 23px;
}
.transportation .txt_1 b{
    font: 15.3px FiraSans-Bold;
    color: #d52222;
}
.transportation .wrapp-opis{
    max-width: 935px;
    height: 320px;
    margin-top: 387px;
}
.transportation .wrapp-opis .left-bl{
    float: left;
    width: 378px;
    height: 320px;
}
.transportation .wrapp-opis .adv{
    width: 378px;
    background: rgba(48, 89, 140, 0.85);
}
.transportation .wrapp-opis .adv-1{
    height: 154px;
    margin-bottom: 1px;
}
.transportation .wrapp-opis .adv-2{
    height: 164px;
}
.transportation .wrapp-opis .adv .txt{
    font: 20.4px FiraSans-Bold;
    color: #fff;
    line-height: 20.4px;
    position: relative;
    padding: 40px 0 0 116px;
}
.transportation .wrapp-opis .adv .txt:before{
    content: url(../img/transportation-decor.png);
    position: absolute;
    top: 40px;
    left: 30px;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
}
.transportation .wrapp-opis .right-bl{
    float: right;
    background: rgba(255,255,255,.85);
    width: 557px;
    height: 320px;
    position: relative;
} 
.transportation .wrapp-opis .right-bl .zag{
    background: #e2e6ea;
    text-align: center;
    height: 54px;
    font: 15.3px FiraSans-Bold;
    color: #30598c;
    line-height: 54px;
}
.transportation .wrapp-opis .sposob{
    width: 498px;
    height: 46px;
    margin: 24px 0 30px 30px;
    position: relative;
}
.transportation .wrapp-opis .spos-1{
    background: url(../img/trans-ico-1.png) left bottom no-repeat;
}
.transportation .wrapp-opis .spos-1 .name{
    font: 13.6px FiraSans-Light;
    color: #d52222;
    margin: 0 0 0 185px;
    font-style: italic;
}
.transportation .wrapp-opis .spos-1 .num{
    font: 20.4px FiraSans-Bold;
    color: #d52222;
    margin: 0px 0 0 435px;
}
.transportation .wrapp-opis .spos-2{
    background: url(../img/trans-ico-2.png) left bottom no-repeat;
}
.transportation .wrapp-opis .spos-2 .name{
    font: 13.6px FiraSans-Light;
    color: #333333;
    margin: 0 0 0 188px;
    font-style: italic;
}
.transportation .wrapp-opis .spos-2 .num{
    font: 20.4px FiraSans-Bold;
    color: #333333;
    margin: 0px 0 0 359px;
}
.transportation .wrapp-opis .spos-3{
    background: url(../img/trans-ico-3.png) left bottom no-repeat;
}
.transportation .wrapp-opis .spos-3 .name{
    font: 13.6px FiraSans-Light;
    color: #333333;
    margin: 0 0 0 134px;
    font-style: italic;
}
.transportation .wrapp-opis .spos-3 .num{
    font: 20.4px FiraSans-Bold;
    color: #333333;
    margin: 0px 0 0 134px;
}
.transportation .vuvod{
    width: 261px;
    height: 46px;
    background: url(../img/trans-bg.png);
    font: 15.3px FiraSans-Bold;
    color: #d52222;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 37px;
    line-height: 46px;
}
/* End Delivery */

/* Begin Ship */
.block_7{
    background: url(../img/bg-7.png) top center no-repeat;
    background-size: cover;
    min-height: 1021px;
    margin-top: -362px;
    position: relative;
    z-index: 5;
}
.ship{
    max-width: 935px;
    height: auto;
    margin: 0 auto;
}
.ship .h2-bl{
    width: 400px;
    height: auto;
    margin: 0 auto;
    padding-top: 220px;
}
.ship .h2-bl .line{
    width: 100%;
    height: 2px;
    background: #528fd5;
}
.ship .h2-bl h2{
    font: 39.1px FiraSans-Bold;
    text-align: center;
    color: #4574ac;
    line-height: 64px;
    text-transform: uppercase;
}
.ship .txt_1{
    font: 15.3px FiraSans-Bold;
    color: #333333;
    padding-top: 18px;
    text-align: center;
}
.ship .wrapp-foto{
    text-align: center;
    margin-top: 40px;
}
.ship .wrapp-foto .foto-bl{
    width: 277px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin: 0 16px;
}
.ship .wrapp-foto .foto-bl img{
    border-bottom: 3px solid #fff;
    transition:all .5s ease-in-out;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}
.ship .wrapp-foto .foto-bl:hover img{
    box-shadow: 0px 5px 10px rgba(0,0,0,.5);
}
.ship .wrapp-foto .foto-bl .txt{
    font: 22.1px FiraSans-Bold;
    text-transform: uppercase;
    line-height: 27.2px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
    padding-top: 28px;
}
.ship .wrapp-foto .foto-bl .txt span{
    font: 18.7px FiraSans-Light;
    text-transform: lowercase;
}
.forma .ship-bt{
    width: 408px;
    height: 90px;
    font: 28.9px FiraSans-Bold;
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-align: center;
    line-height: 88px;
    cursor: pointer;
    position: relative;
    z-index: 10;
    margin: 0px auto 45px auto;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    background: url(../img/header-btn.png);
}
.forma .ship-bt:hover{
    background: url(../img/header-btn-hover.png) no-repeat;
}
.forma .ship-bt:active{
    background: url(../img/header-btn-active.png) no-repeat;
}
/* End Ship */

/* Begin Forma */
.block_8{
    background: url(../img/bg-8.png) top center no-repeat;
    background-size: cover;
    min-height: 1021px;
    margin-top: -195px;
    position: relative;
    z-index: 5;
}
.forma{
    max-width: 935px;
    height: auto;
    margin: 0 auto;
    padding-top: 48px;
}
.forma .h2-bl{
    width: 644px;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
    color: #efc728;
}
.forma .h2-bl .line{
    width: 100%;
    height: 2px;
    background: #efc728;
}
.forma .h2-bl h2{
    font: 39.1px FiraSans-Bold;
    text-align: center;
    line-height: 64px;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px #000;
}
.forma .txt_1{
    font: 15.3px FiraSans-Light;
    color: #fff;
    text-align: center;
    padding-top: 16px;
}
.forma .advantages-bl{
    width: 514px;
    height: auto;
    float: left;
    margin-top: 48px;
}
.forma .advantages-bl .zag{
    font: 27.2px FiraSans-Bold;
    color: #b6a335;
    padding-left: 19px;
    text-transform: uppercase;
    text-shadow: 1px 2px 0px #444339;
}
.forma .advantages-bl .decor-zag{
    width: 477px;
    height: 33px;
    background: url(../img/forma-decor.png) no-repeat;
    margin-top: -20px;
    position: relative;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
}
.forma .advantages-bl .decor-zag:hover{
    margin-top: -28px;
    padding-bottom: 8px;
}
.forma .advantages-bl ul{
    margin-top: 30px;
    margin-left: 45px;
}
.forma .advantages-bl ul li{
    font: 15.3px FiraSans-Light;
    color: #fff;
    line-height: 20.4px;
    list-style-image: url(../img/forma-li.png);
    padding-bottom: 15px;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    cursor: default;
}
.forma .advantages-bl ul li:hover{
    margin-top: -5px;
    padding-bottom: 20px;
    text-shadow: 0px 0px 5px rgba(240, 15, 15, 0.79);
}
.forma .form-bl{
    width: 402px;
    height: auto;
    float: right;
    margin-top: 48px;
    border-top: 3px solid #fdd625;
}
.forma .form-bl form{
    text-align: center;
}
.forma .form-bl input[type=text]{
    width: 328px;
    height: 58px;
    padding-left: 72px;
    color: #fff;
    font: 15.3px FiraSans-Light;
    margin-bottom: 1px;
    border-radius: 0;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
}
.forma .form-bl ::-webkit-input-placeholder {color:#333;}
.forma .form-bl ::-moz-placeholder{color:#333;}/* Firefox 19+ */
.forma .form-bl :-moz-placeholder{color:#333;}/* Firefox 18- */
.forma .form-bl :-ms-input-placeholder{color:#333;}
.forma .form-bl .inp-1{
    background: url(../img/forma-inp-1.png) 30px center no-repeat #b5a336;
}
.forma .form-bl .inp-1:focus{
    background: url(../img/forma-inp-1-hover.png) 30px center no-repeat #dec02b;
}
.forma .form-bl .inp-2{
    background: url(../img/forma-inp-1.png) 30px center no-repeat #b5a336;
}
.forma .form-bl .inp-2:focus{
    background: url(../img/forma-inp-1-hover.png) 30px center no-repeat #dec02b;
}
.forma .form-bl .inp-3{
    background: url(../img/forma-inp-2.png) 30px center no-repeat #b5a336;
}
.forma .form-bl .inp-3:focus{
    background: url(../img/forma-inp-2-hover.png) 30px center no-repeat #dec02b;
}
.forma .form-bl .inp-4{
    background: url(../img/forma-inp-3.png) 30px center no-repeat #b5a336;
}
.forma .form-bl .inp-4:focus{
    background: url(../img/forma-inp-3-hover.png) 30px center no-repeat #dec02b;
}
.forma .form-bl .inp-5{
    background: url(../img/forma-inp-4.png) 30px center no-repeat #b5a336;
}
.forma .form-bl .inp-5:focus{
    background: url(../img/forma-inp-4-hover.png) 30px center no-repeat #dec02b;
}
.forma .form-bl textarea{
    width: 326px;
    height: 107px;
    padding-left: 72px;
    padding-top: 18px;
    color: #fff;
    border: none;
    font: 15.3px FiraSans-Light;
    background: url(../img/forma-inp-5.png) 30px 19px no-repeat #b0b4b6;
    resize: none;
    border-radius: 0;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
}
.forma .form-bl textarea:focus{
    background: url(../img/forma-inp-5-hover.png) 30px 19px no-repeat #dec02b;
}
.forma .form-bl .form-bt{
    width: 400px;
    height: 90px;
    font: 28.9px FiraSans-Bold;
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-align: center;
    line-height: 88px;
    cursor: pointer;
    margin: 10px 0 0 0;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    background: url(../img/header-btn.png);
    background-size: 100% 100%;
}
.forma .form-bl .form-bt:hover{
    background: url(../img/header-btn-hover.png) no-repeat;
    background-size: 100% 100%;
}
.forma .form-bl .form-bt:active{
    background: url(../img/header-btn-active.png) no-repeat;
    background-size: 100% 100%;
}
.footer{
    max-width: 935px;
    height: auto;
    margin: 0 auto;
}
.footer .link{
    float: left;
    color: #6c6024;
    margin-top: 20px;
    margin-bottom: 30px;
    font: 11.9px FiraSans-Light;
}
.footer .link a{
    font: 11.9px FiraSans-Light;
    color: #fad325;
    opacity: .25;
    border-bottom: 1px solid #fad325;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
}
.footer .link a:hover{
    opacity: 1;
    border-bottom: 1px solid rgba(250, 211, 37, 0);
}
.footer .link span{
    color: #fff;
    opacity: .25;
}
.footer .develope{
    font: 14px FiraSans-Light;
    color: #fad325;
    opacity: .25;
    float: right;
    margin-top: 20px;
    border-bottom: 1px solid #fad325;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
}
.footer .develope:hover{
    opacity: 1;
    border-bottom: 1px solid rgba(250, 211, 37, 0);
}
/* End Forma */

/* Begin MODAL */
.modal_form{
    width: 403px; 
    height: 380px;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -190px;
    margin-left: -201px;
    display: none;
    opacity: 0;
    z-index: 1000;
    text-align: center;
}
.modal_form .h2-bl{
    width: 403px;
    height: auto;
    margin: 0 auto;
    padding-top: 25px;
    color: #efc728;
}
.modal_form .h2-bl .line{
    width: 100%;
    height: 2px;
    background: #efc728;
}
.modal_form .h2-bl h2{
    font: 39.1px FiraSans-Bold;
    text-align: center;
    line-height: 64px;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px #000;
}
.modal_form .form-bl{
    width: 400px;
    height: auto;
    float: right;
    margin-top: 48px;
    border-top: 3px solid #fdd625;
}
.modal_form .form-bl input[type=text]{
    width: 328px;
    height: 58px;
    padding-left: 72px;
    color: #fff;
    font: 15.3px FiraSans-Light;
    margin-bottom: 1px;
    border-radius: 0;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
}
.modal_form .form-bl ::-webkit-input-placeholder {color:#333;}
.modal_form .form-bl ::-moz-placeholder{color:#333;}/* Firefox 19+ */
.modal_form .form-bl :-moz-placeholder{color:#333;}/* Firefox 18- */
.modal_form .form-bl :-ms-input-placeholder{color:#333;}
.modal_form .form-bl .inp-4{
    background: url(../img/forma-inp-3.png) 30px center no-repeat #b5a336;
}
.modal_form .form-bl .inp-4:focus{
    background: url(../img/forma-inp-3-hover.png) 30px center no-repeat #dec02b;
}
.modal_form .form-bl .inp-5{
    background: url(../img/forma-inp-4.png) 30px center no-repeat #b5a336;
}
.modal_form .form-bl .inp-5:focus{
    background: url(../img/forma-inp-4-hover.png) 30px center no-repeat #dec02b;
}
.modal_form .form-bl .form-bt{
    width: 400px;
    height: 90px;
    font: 28.9px FiraSans-Bold;
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-align: center;
    line-height: 88px;
    cursor: pointer;
    margin: 10px 0 0 0;
    background: url(../img/header-btn.png);
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    background-size: 100% 100%;
}
.modal_form .form-bl .form-bt:hover{
    background: url(../img/header-btn-hover.png) no-repeat;
    background-size: 100% 100%;
}
.modal_form .form-bl .form-bt:active{
    background: url(../img/header-btn-active.png) no-repeat;
    background-size: 100% 100%;
}

/* --- */
.modal-table{
    width: 560px; 
    height: 380px;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -280px;
    display: none;
    opacity: 0;
    z-index: 1000;
}
.modal-table .h2-bl{
    width: 560px;
    height: auto;
    margin: 0 auto;
    padding-top: 25px;
    color: #efc728;
    margin-bottom: 40px;
}
.modal-table .h2-bl .line{
    width: 100%;
    height: 2px;
    background: #efc728;
}
.modal-table .h2-bl h2{
    font: 39.1px FiraSans-Bold;
    text-align: center;
    line-height: 64px;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px #000;
}
.modal-table .txt_1{
    font: 15.3px FiraSans-Bold;
    color: #fff;
    padding: 0 10px;
}
.modal-table .txt_2{
    font: 13.6px FiraSans-Light;
    color: #999999;
    padding: 20px 10px 0 10px;
    line-height: 20.4px;
}
.modal-table .txt_3{
    font: 13.6px FiraSans-Light;
    color: #999999;
    padding: 20px 10px 0 10px;
    line-height: 20.4px;
}
.modal-table .txt_3 b{
    font: 13.6px FiraSans-Bold;
    color: #fff;
}
.modal-table .next{
    font: 13.6px FiraSans-Light;
    color: #ab911e;
    width: 154px;
    display: block;
    margin: 70px auto 0 auto;
    text-align: center;
    text-decoration: underline;
}
.modal-table .next:hover{
    text-decoration: none;
}
/* --- */

/* --- */
.modal_type{
    width: 716px; 
    height: 380px;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -358px;
    display: none;
    opacity: 0;
    z-index: 1000;
}
.modal_type .h2-bl{
    width: 716px;
    height: auto;
    margin: 0 auto;
    padding-top: 25px;
    color: #efc728;
    margin-bottom: 20px;
}
.modal_type .h2-bl .line{
    width: 100%;
    height: 2px;
    background: #efc728;
}
.modal_type .h2-bl h2{
    font: 39.1px FiraSans-Bold;
    text-align: center;
    line-height: 64px;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px #000;
}
.modal_type .btn-wrapp{
    text-align: center;
    margin-bottom: 60px;
}
.modal_type .btn-wrapp li{
    display: inline-block;
    margin: 0 6px;
}
.modal_type .btn-wrapp li a{
    font: 13.6px FiraSans-Light;
    color: #ab911e;
    text-decoration: underline;
}
.modal_type .btn-wrapp li a:hover{
    text-decoration: none;
}
.modal_type .btn-wrapp li.active a{
    color: #fff;
    text-decoration: none;
}
.modal_type .wrapp-desc{
    display: none;
}
.modal_type .wrapp-desc_1{
    display: block;
}
.modal_type img.type{
    float: left;
}
.modal_type .txt-bl{
    float: right;
    width: 425px;
    height: auto;
}
.modal_type .txt-bl .zag{
    font: 15.6px FiraSans-Light;
    line-height: 20.4px;
    color: #fff;
}
.modal_type .txt-bl .zag b{
    font: 15.6px FiraSans-Bold;
}
.modal_type .txt-bl .txt_1{
    font: 13.6px FiraSans-Light;
    line-height: 20.4px;
    color: #999999;
    padding-top: 20px;
    padding-bottom: 20px;
}
.modal_type .next{
    font: 13.6px FiraSans-Light;
    color: #ab911e;
    width: 154px;
    display: block;
    margin: 0px auto 0 auto;
    text-align: center;
    text-decoration: underline;
}
.modal_type .next:hover{
    text-decoration: none;
}
/* --- */
.modal_thank{
    width: 403px; 
    height: 200px;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -100px;
    margin-left: -201px;
    display: none;
    opacity: 0;
    z-index: 1000;
    text-align: center;
}
.modal_thank .h2-bl{
    width: 403px;
    height: auto;
    margin: 0 auto;
    padding-top: 25px;
    color: #efc728;
}
.modal_thank .h2-bl .line{
    width: 100%;
    height: 2px;
    background: #efc728;
}
.modal_thank .h2-bl h2{
    font: 39.1px FiraSans-Bold;
    text-align: center;
    line-height: 64px;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px #000;
}
.modal_thank .txt{
    font: 20px FiraSans-Light;
    color: #fff;
    padding-top: 40px;
}
/* --- */

.modal_close{
    width: 28px;
    height: 28px;
    position: absolute;
    top: -32px;
    right: -32px;
    cursor: pointer;
    display: block;
}
.blur-over{
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
}
.overlay{
    z-index: 999;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    width: 100%; 
    height: 100%;
    top: 0; 
    left: 0;
    cursor: pointer;
    display: none;
}
/* End MODAL */
