/*
@font-face {font-family: PT Sans;src: url(../fonts/PT Sans.otf);}
font-family: 'Ubuntu', sans-serif;
*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin,cyrillic);


* {margin: 0 auto;padding: 0;}
input{-webkit-appearance: none!important;}

body {
    height: 100%;
    min-width: 1200px;
    font-size: 14px;
    color: #000;
    background: #e8e8e8;
    background-image: url(../pimages/bg.jpg);
    background-size: cover;
    font-family: 'PT Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

b, strong {font-weight: bold;}

ul, li {list-style: none;}
a {
    text-decoration: none;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.left {float: left;}
.right {float: right;}
.hide {display: none;}
.show {display: block;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.relative {position: relative;}
.overflowh {overflow:hidden;}
.clearfix, .clfa:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

.wrapper {width: 1180px;position: relative;}

.m-l-15 {margin-left: 15px;}

#header {
    height: 120px;
	margin-bottom: 150px;
}

.logo {
	/* background: url(../pimages/logo.png);
    width: 98px;
    height: 104px;
    float: left;
    margin-top: 50px;
    margin-right: 30px; */
	float: left;
    margin-top: 10px;
	margin-right: 10px;
    height: 120px;
    position: relative;
    width: 100px;
	opacity: 1;
}
.logo:hover {opacity: 0.7;}
.logo > img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.topmenu {
    float: left;
}
.topmenu .logotype {
    padding-top: 45px;
    position: relative;
}
.logotype > strong {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.logotype > strong span {
    color: #ce0a0d;
}
.logotype > .mapmark {
    position: relative;
    top: -7px;
    margin-left: 45px;
    color: #da2828;
    font-size: 18px;
    letter-spacing: 0.04em;
    background: url(../pimages/icons/pin.png) no-repeat left top;
    padding-left: 20px;
    opacity: 0.6;
    z-index: 6;
    cursor: pointer;
    margin-right: 5px;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.logotype > a {
    position:relative;
    top:-7px;
    color: #da2828;
    font-size: 18px;
    letter-spacing: 0.04em;
    opacity: 0.6;
    z-index: 6;
}

.logotype > a:hover,
.logotype > a.active,
.logotype > .mapmark:hover {
    opacity: 1;
}

.logotype > .setcity {
    position: absolute;
    right: 98px;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    width: 220px;
    z-index: 5;
    display: none;
}
.logotype > .setcity:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom: 15px solid white;
    right: 10px;
    top: -30px;
}
.setcity > div > a {
    color: #da2828;
    font-size: 18px;
    letter-spacing: 0.04em;
    opacity: 0.6;
}
.setcity > div > a:hover {
    opacity: 1;
}
.logotype > .setcity > a {
    display: inline-block;
    margin-top: 5px;
    background: #ce0a0d;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 3px;
    opacity: 0.7;
    margin-right: 0;
}
.logotype > .setcity > a:nth-of-type(2) {
    background: #32640d;
    margin-right: 0;
}
.logotype > .setcity > a:hover {
    opacity: 1;
}

.stepcity {
    position: absolute;
    right: 98px;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    width: 220px;
    z-index: 5;
    display: none;
}
.stepcity:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom: 15px solid white;
    right: 10px;
    top: -30px;
}
.stepcity > strong {
    display: block;
    margin-bottom: 10px;
}
.stepcity > a {
    display: inline-block;
    margin-top: 5px;
    background: #ce0a0d;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    border-radius: 3px;
    opacity: 0.7;
    margin-right: 5px;
}
.stepcity > a:hover {
    opacity: 1;
}

.logotype > .setcity > span,
.logotype > .stepcity > span {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #bdbdc2;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.logotype > .setcity > span:hover,
.logotype > .stepcity > span:hover {
    color: #ce0a0d;
}

.topmenu ul {
    margin-top: 10px;
}
.topmenu ul li {
    float: left;
}
.topmenu ul li a {
    color: #4b4d4d;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 45px;
}
.topmenu ul li a:hover {
    color: #000;
}
.timer {
    float: right;
    margin-top: 35px;
    margin-right: 30px;
}
.timer img{
    margin:0 auto;
    max-height:100%;
}
.timer > span {
    color: #282c37;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 55px;
    height: 25px;
    display: block;
    line-height: 25px;
}

.times {
    color: #282c37;
    font-size: 13px;
}
.times > div,
.times > i {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.times > i {
    font-style: normal;
    font-size: 23px;
    margin: 0 5px;
}
.times > div > strong {
    /* display: block;
    background: #da2828;
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.10em;
    padding: 0 10px;
    border-radius: 3px;
    margin-bottom: 5px;
    height: 33px;
    line-height: 33px;
    box-sizing: border-box; */
	display: block;
	background: #da2828;
	color: #fff;
	font-size: 26px;
	letter-spacing: 0.10em;
	padding: 0 10px;
	border-radius: 3px;
	margin-bottom: 5px;
	line-height: 33px;
	height: 33px;
	-webkit-text-size-adjust: 100%;
}
.mainblock {
    position: relative;
    margin-top: 100px;
}

.map {
    width: 1182px;
    position: relative;
    overflow: hidden;
}
.mainmap:before,
.mainmapusa:before {
    content: "";
    background: url(../pimages/map_trees.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}
.mainmapusa:before {
    background: url(../pimages/map_trees_usa.png);
}
.map_clouds,
.map_clouds_usa {
    background: url(../pimages/map_clouds.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.map_clouds_usa {
	background: url(../pimages/map_clouds_usa.png);
}
.mainmap img,
.mainmapusa img {
    z-index: 1;
}
.maparea > div {
    background: url(../pimages/icons/pin_map.png);
    height: 35px;
    width: 33px;
    position: absolute;
    z-index: 1;
    /* pointer-events: none; */
    cursor: pointer;
    transition: 0.3s;
	opacity: 0.7;
}
.maparea > div:hover {
    transform: translateY(-10px);
	opacity: 1;
}
.maparea > div > span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-left: 35px;
    line-height: 35px;
	white-space: nowrap;
	display: block;
}
.maparea .krim {
    bottom: 95px;
    right: 410px;
}
.maparea .kiiv {
    top: 170px;
    right: 69px;
    left: 0;
}
.maparea > .kiiv > span {
    margin-top: 35px;
    display: block;
    margin-left: -5px;
}

.maparea .herson {
    bottom: 260px;
    right: 400px;
}
.maparea .herson > span {display: block;margin-top: 30px;margin-left: -15px;}

.maparea .zaporizhya {right: 325px;bottom: 270px;}
.maparea .mikolaiv {right: 560px;bottom: 290px;}
.maparea .odessa {right: 590px;bottom: 230px;}
.maparea .odessa > span {display: block;margin-left: -60px;margin-top: -30px;}
.maparea .chernivci {left: 230px;bottom: 380px;}
.maparea .yzhgorod {left: 30px;bottom: 375px;}
.maparea .dnipro {right: 350px;bottom: 400px;}
.maparea .donetsk {right: 180px;bottom: 330px;}
.maparea .kirovograd {right: 550px;bottom: 390px;}
.maparea .ivanofrankivsk {left: 120px;bottom: 440px;}
.maparea .vinnica {left: 380px;top: 340px;}
.maparea .lugansk {right: 100px;top: 295px;}
.maparea .cherkasi {top: 300px;right: 520px;}
.maparea .cherkasi > span {display: block;margin-left: -70px;margin-top: 15px;}
.maparea .ternopil {left: 240px;top: 260px;}
.maparea .ternopil > span {display: block;margin-left: -80px;margin-top: 20px;}
.maparea .harkiv {right: 250px;top: 280px;}
.maparea .poltava {right: 470px;top: 170px;}
.maparea .hmelnickii {left: 305px;top: 270px;}
.maparea .hmelnickii > span {display: block;margin-top: 30px;margin-left: -50px;}
.maparea .lviv {left: 100px;top: 230px;}
.maparea .zhitomir {left: 365px;top: 210px;}
.maparea .rivne {left: 250px;top: 140px;}
.maparea .lyck {left: 150px;top: 120px;}
.maparea .symi {right: 380px;top: 140px;}
.maparea .chernigiv {right: 550px;top: 120px;}

/* .maparea .newyourk {top: 130px;right: 130px;}
.maparea .newyourk > span {margin-left: -25px;margin-top: 30px;}
.maparea .chicago {top: 260px;right: 400px;}
.maparea .chicago > span {display: block;margin-top: 30px;margin-left: -20px;} */


.maparea .boston {top: 120px;right: 55px;}
.maparea .boston > span {display: block;margin-top: 25px;margin-left: -20px;}
.maparea .washington {top: 36px;left: 109.5px;}
.maparea .kansas {top: 357px;left: 516.5px;}
.maparea .wisconsin {top: 160px;left: 717.5px;}
.maparea .minnesota {top: 120px;left: 618.5px;}
.maparea .iowa {top: 234px;left: 653.5px;}
.maparea .ohio {top: 254px;left: 903.5px;}
.maparea .arkansas {top: 426px;left: 686.5px;}
.maparea .oklahoma {top: 428px;left: 572.5px;}
.maparea .colorado {top: 335px;left: 393.5px;}
.maparea .nebraska {top: 251px;left: 484.5px;}
.maparea .northdakota {top: 69px;left: 491.5px;}
.maparea .sothdakota {top: 167px;left: 491.5px;}
.maparea .idaho {top: 166px;left: 212.5px;}
.maparea .oregon {top: 126px;left: 78.5px;}
.maparea .nevada {top: 271px;left: 129.5px;}
.maparea .california {top: 326px;left: 52.5px;}
.maparea .arizona {top: 474px;left: 218.5px;}
.maparea .newmexico {top: 437px;left: 344.5px;}
.maparea .texas {top: 545px;left: 534.5px;}
.maparea .utah {top: 265px;left: 246.5px;}
.maparea .wyoming {top: 231px;left: 310.5px;}
.maparea .montana {top: 48px;left: 284.5px;}
.maparea .michigan {top: 199px;left: 822.5px;}
.maparea .illinois {top: 309px;left: 739.5px;}
.maparea .missouri {top: 364px;left: 674.5px;}
.maparea .maine {top: 39px;left: 1096.5px;}
.maparea .vermont {top: 95px;left: 1064.5px;}
.maparea .newyork {top: 127px;left: 1021.5px;}
.maparea .newyork > span {margin-left: -25px;margin-top: 30px;}
.maparea .newhampshire {top: 90px;left: 1098.5px;}
.maparea .connecticut {top: 184px;left: 1093.5px;}
.maparea .newjersey {top: 249px;left: 1074.5px;}
.maparea .virginia {top: 313px;left: 920.5px;}
.maparea .northcarolina {top: 373px;left: 989.5px;}
.maparea .southcarolina {top: 427px;left: 957.5px;}
.maparea .southcarolina > span {}
.maparea .westvirginia {top: 311px;left: 926.5px;}
.maparea .indiana {top: 264px;left: 808.5px;}
.maparea .kentucky {top: 336px;left: 861.5px;}
.maparea .tennessee {top: 401px;left: 816.5px;}
.maparea .georgia {top: 479px;left: 901.5px;}
.maparea .georgia > span {margin-left: -15px;margin-top: 30px;}
.maparea .florida {top: 558px;left: 879.5px;}
.maparea .alabama {top: 475px;left: 835px;}
.maparea .alabama > span {margin-top: 30px;margin-left: -25px;}
.maparea .mississippi {top: 480px;left: 752.5px;}
.maparea .louisiana {top: 540px;left: 690px;}
.maparea .louisiana > span {margin-top: 30px;margin-left: 0;}
.maparea .pennsylvania {top: 217px;left: 925.5px;}


.reginfo {
    position: absolute;
    bottom: 5px;
    left: 10px;
    text-align: center;
    z-index: 1;
    color: #393a3a;
    font-size: 16px;
    letter-spacing: 0.04em;
}
.reginfo strong {
    display: block;
    color: #da2828;
    font-size: 36px;
    margin-top: 15px;
}
.reginfo span {
    display: block;
	color: #393a3a;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.reginfo > a {
    
    margin-top: 20px;
}
.reginfo > a >img{
    width: 400px;
}

.reginfo1 {
    position: absolute;
    bottom: 120px;
    right: 120px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    color: #393a3a;
    font-size: 16px;
    letter-spacing: 0.04em;
}
.reginfo1 strong {
    display: block;
    color: #da2828;
    font-size: 36px;
    margin-top: 15px;
}
.reginfo1 span {
    display: block;
	color: #393a3a;
    padding-bottom: 5px;
    font-weight: bold;
}
.reginfo1 > a {
    
    margin-top: 20px;
}
.reginfo1 > a >img{
    width: 99px;
}

.reginfo2 {
    position: absolute;
    bottom: 120px;
    right: 5px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    color: #393a3a;
    font-size: 16px;
    letter-spacing: 0.04em;
}
.reginfo2 strong {
    display: block;
    color: #da2828;
    font-size: 36px;
    margin-top: 15px;
}
.reginfo2 span {
    display: block;
	color: #393a3a;
    padding-bottom: 5px;
    font-weight: bold;
}
.reginfo2 > a {
    
    margin-top: 20px;
}
.reginfo2 > a >img{
    width: 99px;
}

.reginfo3 {
    position: absolute;
    bottom: 8px;
    right: 63px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    color: #393a3a;
    font-size: 16px;
    letter-spacing: 0.04em;
}
.reginfo3 strong {
    display: block;
    color: #da2828;
    font-size: 36px;
    margin-top: 15px;
}
.reginfo3 span {
    display: block;
	color: #393a3a;
    padding-bottom: 5px;
    font-weight: bold;
}
.reginfo3 > a {
    
    margin-top: 20px;
}
.reginfo3 > a >img{
    width: 99px;
}

#footer {
    margin-top: 60px;
    height: 300px;
    background: url(../pimages/foot_fade.png) repeat-x bottom;
    position: relative;
}
#footer:before,
#footer:after {
    content: "";
    background: url(../pimages/yzor.png);
    left: 0;
    width: 252px;
    height: 141px;
    position: absolute;
    top: -25px;
}
#footer:after {
    left: auto;
    right: 0;
    transform: rotate(-180deg);
}
.partners {
    border-bottom: 1px solid #d3d5d6;
    padding-bottom: 30px;
}
.partners > a {
    display: inline-block;
    vertical-align: middle;
    color: #1d2229;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 22px;
    width: 30%;
    margin-right: 35px;
}
.partners > a span {
    opacity: 0.7;
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    margin-left: 14px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.partners > a img {
    max-width: 50%;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.partners > a:hover span,
.partners > a:hover img {
    opacity: 1;
}
.footinfo {
    margin-top: 30px;
}
.footinfo span {
    margin-left: 30px;
    color: #272929;
    font-size: 14px;
    letter-spacing: 0.02em;
    padding-left: 35px;
}
.footinfo span:nth-child(1) {
	margin-left: 0;
	padding-left: 0;
}
span.ico-phone a {
	color: #272929;
}
.ico-phone {
    background: url(../pimages/icons/phone.png) no-repeat left
}
.ico-mail {
    background: url(../pimages/icons/mail.png) no-repeat left
}
.ico-bots {
    background: url(../pimages/icons/bots.png) no-repeat left
}
.footinfo .copyright {
    float: right;
    margin-right: 80px;
    color: #da2828;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 26px;
}
.footinfo .copyright a {
    color: #da2828;
}
.footinfo .copyright a:hover {
    color: #f12a2a;
}

@media screen and (max-width: 1760px) {
    #footer:before,
    #footer:after {
        opacity: 0;
    }
}
/* Modal Window */
.active-modal {
    overflow: hidden;
    padding-right: 17px;
}
.datamodal {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 5;
}
.datamodal.active {
    display: block;
}
.datamodal .modalclose {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 6;
    cursor: pointer;
}
.datamodal .modalbody {
    position: absolute;
    width: 800px;
    z-index: 7;
    background: #fff;
    min-height: 100px;
    left: 0;
    right: 0;
    padding: 50px;
    box-sizing: border-box;
    top: 50px;
}
/* Modal Window */

.doreg {
    float: right;
    background: #da2828;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    width: 285px;
    text-align: center;
    line-height: 60px;
    height: 54px;
	position: absolute;
    top: 150px;
    right: 30px;
}
.doreg:hover {
	background: #f12a2a;
}

.language {
	position: absolute;
    height: 25px;
    line-height: 25px;
    right: 450px;
    top: 55px;
	background: #f12a2a;
}

.language a {
    color: #fff;
    box-sizing: border-box;
    height: 100%;
    text-align: center;
    padding: 0 8px;
	float: left;
}
.language a:hover {
	background: #da2828;
}
.language a.active {
	background: #da2828;
}

.btnblago {
	z-index: 10;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #d5d5d5;
	padding: 15px 20px;
	border-radius: 17px 0 0 0;
	text-align: center;
}
.btnblago > p {
	font-size: 14px;
	color: #4d4d4d;
	margin-bottom: 10px;
}
.btnblago > a {
	padding: 5px 0;
	display: block;
	background: #da2828;
	width: 100%;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	transition: 0.3s;
}
.btnblago > a:hover{
	background: #f12a2a;
}

.changemap {
	color: #4b4d4d;
	font-size: 16px;
    letter-spacing: 0.04em;
    position: absolute;
    z-index: 5;
    cursor: pointer;
    top: 25px;
    padding-right: 75px;
    height: 60px;
    right: 130px;
	-moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.changemap:before {
	content: "";
    background: url(../images/icons/arrow_next.png);
	right: 60px;
    top: 30px;
    height: 24px;
    width: 35px;
    position: absolute;
	-moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.changemap:after {
	content: "";
    position: absolute;
    height: 57px;
    width: 47px;
    right: 0;
    top: -5px;
}
.changemap.ua:after {
	background: url(../images/icons/map_ua.png) no-repeat;
}
.changemap.usa:after {
	background: url(../images/icons/map_usa.png) no-repeat;
}
.changemap:hover:before {
	background: url(../images/icons/arrow_next_hover.png);
}
.changemap:hover {
	color: #da2828;
}