html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
} 
/* end reset all */


html, body {
	color:#000;
	width:100%; 
	height:auto;
	padding:0;
	font-size:13px;
	line-height:18px;
	font-weight:normal;
	font-family:'Circe',Helvetica,Arial;
	}
	
h1, .h1 {
	position: relative;
	display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
	font-size: 32px;
	line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
	margin: 0 0 15px 0;
	color: #444;
	}
	
h2, .h2  {
	position: relative;
	display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
	font-size: 32px;
	line-height: 37px;
	margin: 0 0 17px 0;
	font-weight: normal;
	}
	
h3, .h3  {
	position: relative;
	display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 13px 0;
	font-weight: normal;
	}

h4, .h4  {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-size: 22px;
    line-height: 31px;
    margin: 0 0 13px 0;
    font-weight: 500;
    text-align: center;
    }
p	{
	position: relative;
	display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
	font-size:13px;
	line-height: 18px;
	color: #000;
	font-weight: normal;
	margin: 0 0 13px 0;
	}

.bgmint {background: #5CBFC1;}
.bgbrown {background: #C69C6D;}
.bgorange {background: #F9BD5E;}
.bgblue {background: #37A0B9;}
.bgpink {background: #9E005D;}
.bglightmint {background: rgba(200, 237,213,0.5);}
.bglightpink {background: rgba(236, 228,226,0.5);}
.bglightblue {background: rgba(220, 235,241,0.5);}
.bglightorange {background: rgba(228, 205,185,0.5);}

.mint {color: #5CBFC1;}
.brown {color: #C69C6D;}
.orange {color: #F9BD5E;}
.blue {color: #37A0B9;}
.pink {color: #9E005D;}

ul {margin: 0 0 13px 20px;}
strong {font-weight:700;}
a, a:link, a:hover, a:visited {color:#000;}

.center {text-align: center;}

.bgwhite {background: rgba(255,255,255,0.9);}
.bgblack {background: rgba(0,0,0,0.9);}
.bggray {background: #efefef;}
.center {text-align: center;}
.right {text-align: right;}

.wrapper { 
	position:relative;
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	padding: 0;
    overflow: hidden;
	}

.wrap { 
    position:relative;
    display:block;
    width:90%;
    max-width: 1100px;
    height:auto;
    margin:0 auto;
    padding: 0 5%;
    }

.block { 
    position:relative;
    display:block;
    width:90%;
    height:auto;
    margin:0 auto;
    padding: 20px 5%;
    }


/* TOP */

.top {
	position: fixed;
    left: 0;
    top: 0;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    z-index: 9;
	}

.top .logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(18% - 50px);
    height: auto;
    margin: 0 1% 0 0;
    padding: 10px 0;
    }

.top .logo img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 180px;
    height: auto;
    margin: 0;
    padding: 0;
    }

.top .title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: auto;
    margin: 0 1% 0 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    color: #3F3F3F;
    text-transform: uppercase;
    }

.top .btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 26%;
    height: auto;
    margin: 0;
    padding: 20px 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
    background: #FE6B2C;
    cursor: pointer;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    }

.top .btn:hover {color: #4D4D4D;background: #E4CDB9;}



/* PROMO */

.promo {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 600px;
    margin: 60px auto -25px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	background-image: linear-gradient(180deg, rgba(7, 7, 7, 0.3) 18.75%, rgba(7, 7, 7, 0.1) 100%),url('../images/bgpromo.jpg');
    }

.promo .wrap {min-height: 600px;}
	
.promo .menu {
	position: relative;
	display: block;
	width: 80%;
	height: auto;
	margin: 0;
	padding: 14px 0;
	}
	
.promo .menu ul {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
	}
	
.promo .menu ul li {
	position: relative;
	display: inline-block;
    vertical-align: middle;
	width: auto;
	height: auto;
	margin: 0 5% 0 0;
	padding: 0;
	}

.promo .menu ul li a {
	text-align: center;
	height: auto;
	margin: 0 auto;
	padding: 5px 0 0;
	font-size: 18px;
	line-height: 21px;
    font-weight: 700;
	color: #FFF;
	text-decoration: none;
    transition: all 0.2s ease-out;
    }

.promo .menu ul li a:hover  {color: #fff;}

.promo .caption {
    position: relative;
    display: block;
    width: 95%;
    height: auto;
    margin: 30px 0 20px;
    padding: 0;
    }

.promo .caption .date {
    position: relative;
    display: block;
    width: 80%;
    height: auto;
    margin: 0 0 40px;
    padding: 0;
    font-size: 50px;
    line-height: 84px;
    color: #fff;
    }

.promo .caption .title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin: 0 0 2px -10px;
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    background: transparent;
    }
.mhide {
	margin: 90px 0 13px 0;
}	
.promo .caption .title_small {
	font-size: 30px;
    line-height: 30px;
	font-weight: 500;
	padding-bottom: 15px;
}
.promo .caption .title.nobg {
    background: none; 
    text-transform: uppercase; 
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    }
.promo .caption .title .black {color: #3F3F3F;}

.promo .caption .title.black2 {display:none;color:#3F3F3F}

.promo .caption p {
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    }

.promo .caption p img {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 50px;
    height: auto;
    margin: 0 10px 0 0;
    padding: 0;
    }

.promo .caption p .inline {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% - 64px);
    height: auto;
    margin: 0;
    padding: 0;
    color: #E4CDB9;
    font-size: 19px;
    line-height: 19px;
    font-weight: 700;
    }

.promo .caption .small {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 5px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    }

.promo .caption .cite {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 25px 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: #fff;
    opacity: 0.6;
    }



/* REQUESTFORM */
.requestform ul.threeColumns {width: 90%; margin: 0 auto;}

.requestform .wrap {max-width:1600px}
.requestform ul.threeColumns li {width: 23%;margin: 0 2.65% 20px 0;}
.requestform ul.threeColumns li, .requestform ul.threeColumns li:last-child { margin-bottom: 0; }
.requestform ul.threeColumns li:last-child {margin-right:0}

.requestform_new {
	display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
	gap: 27px;
}
.requestform_new_left {
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
	width: 680px;
}
.requestform_new_right {
	display: flex;
    flex-wrap: wrap;
	width: 320px;
	align-content: end;
}
.requestform .requestform_new input {
    position: relative;
    display: block;
    width: 300px;
}
.requestform .requestform_new button {
	height:50px
}
.requestform input {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    height: auto;
    margin: 0;
    padding: 15px 10px;
    background: transparent;
    border-radius: 4px;
    border: 2px solid #fff;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    }

.requestform input::placeholder {color: #fff;}

.requestform button {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    height: auto;
    margin: 0;
    padding: 15px 10px;
    background: #FE6B2C;
    border-radius: 4px;
    border: 2px solid #FE6B2C;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #FFF;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    }

.requestform button:hover {border: 2px solid #fff;color: #5CBFC1;background: #fff;}

.requestform .message { 
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 10px auto 0;
    text-align: center;
    color: #fff;
    }

/* TO WHOM */

.towhom {
    width: 100%;
    padding: 60px 0 0;
    background: #ECE4E2;
    }

.towhom .h1 {
    margin: 60px 0 30px 0;
    color: #5CBFC1;
    }

.towhom ul.threeColumns li, .towhom ul.threeColumns li:nth-child(3n) {
    margin-bottom: 30px;
    vertical-align: middle;
    }
.towhom ul.threeColumns li:nth-child(3n) {
	margin-right:0
}
.towhom ul.threeColumns li .num {
    position: absolute;
    left: 0;
    top: 77px;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-weight: 900;
    font-size: 120px;
    opacity: 0.4;
    z-index: 1;
    }

.towhom ul.threeColumns li .num.color1 {color: #E4CDB9; opacity: 0.4;}
.towhom ul.threeColumns li .num.color2 {color: #5CBFC1; opacity: 0.2;}
.towhom ul.threeColumns li .num.color3 {color: #3F3F3F; opacity: 0.2;}

.towhom ul.threeColumns li .title {
    position: relative;
    display: block;
    width: 85%;
    height: auto;
    min-height: 130px;
    margin: 0;
    padding: 50px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #4D4D4D;
    z-index: 2;
    }



/* TO WHOM */

.benefits {
    width: 100%;
    padding: 30px 0 0;
    background: #ECE4E2;
    }

.benefits .h1 {
    margin-bottom: 40px;
    color: #BF9F80;
    }

.benefits img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    opacity: 0;
    }

.benefits ul.twoColumns li, .benefits ul.twoColumns li:nth-child(2n) {
    width: 40%;
    margin: 0;
    padding: 0 5%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #E4CDB9;
    vertical-align: middle;
    }

.benefits ul.twoColumns li:nth-child(4) {background-color: #C8E3D5;}
.benefits ul.twoColumns li:nth-child(5) {background-color: #ECE4E2;}

.benefits p, #conference p, .present p {
    font-size: 21px;
    line-height: 25px;
    color: #4D4D4D;
    margin-bottom: 20px;
    }
	
.present p {
	margin-top: 30px;
}
.present a {
	text-decoration:none;	
    color: #4D4D4D;
}
.benefits .info {
    position: absolute;
    display: block;
    left: 10%;
    top: calc(50% - 70px);
    width: 85%;
    height: 200px;
    margin: 0 auto;
    padding: 0;
    }

.benefits ul.twoColumns li:nth-child(5) .info {top: calc(50% - 100px);}

/* SCHEDULE */

.schedule {padding: 60px 0 60px 0;}

.schedule .h1 {margin-bottom: 40px;}

.schedule .bgimageright {
    position: absolute;
    display: block;
    right: -40%;
    top: -80px;
    width: 240px;
    height: auto;
    margin: 0;
    z-index: 0;
    }

.schedule .bgimageright.bigger { width: 400px;}

.schedule .bgimageright img {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 0;
    }

.schedule .bgimageleft {
    position: absolute;
    display: block;
    left: -30%;
    top: -50px;
    width: 240px;
    height: auto;
    margin: 0;
    z-index: 0;
    }

.schedule .bgimageleft img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    }

.schedule .icon {
    position: absolute;
    display: block;
    left: -27px;
    top: 0;
    width: 52px;
    height: auto;
    margin: 0;
    z-index: 2;
    }

.schedule .icon.firsticon {width: 79px;}

.schedule .icon img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    }

.schedule ul.oneColumn {width: calc(90% - 20px); margin-left: 20px;}

.schedule ul.oneColumn li {
    width: 95%;
    padding: 0 0 30px 5%;
    margin: 0;
    }

.schedule .line {
    position: absolute;
    left: -3px;
    top: 45px;
    width: 4px;
    height: calc(100% - 35px);
    padding: 0;
    margin: 0;
    z-index: 0;
    }

.schedule .date {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-size: 40px;
    line-height: 46px;
    font-weight: 900;
	z-index: 2;
    }

.schedule .name {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    padding: 0;
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
	z-index: 2;
    }

.schedule .desc {
    position: relative;
    display: block;
    width: 70%;
    max-width: 500px;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    color: #3F3F3F;
    }

.schedule p {
    position: relative;
    display: block;
    width: 70%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    font-size: 19px;
    line-height: 24px;
    font-weight: 700;
    color: #3F3F3F;
    z-index: 1;
    }

.schedule .circle {
    position: absolute;
    display: block;
    left: -9%;
    top: 3px;
    width: 15px;
    height: 15px;
    margin: 0;
    border-radius: 50%;
    z-index: 2;
    }

.schedule .image {
    position: relative;
    display: block;
    width: 70px;
    height: auto;
    margin: -14px 0 10px;
    z-index: 2;
    }

.schedule .image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    }

.schedule ul.oneColumn li:first-child .line {top: 67px;height: calc(100% - 57px);}
.schedule ul.oneColumn li:first-child .icon {left: -37px;}



/* PRESENT */

.present {padding: 60px 0 0; width: 100%; z-index: 3;}

.present .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 50px;
    padding: 0;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #9E005D;
    vertical-align: middle;
    }

.present .title img {
    width: 90px;
    margin-right: 10px;
    }

.present ul.oneColumn {width: calc(90% - 20px); margin-left: 20px;}

.present ul.oneColumn li {
    width: 95%;
    padding: 0 0 0 5%;
    margin: 0;
    }

.present .icon {
    position: absolute;
    display: block;
    left: -16px;
    top: 0;
    width: 45px;
    height: auto;
    margin: 0;
    z-index: 2;
    }

.present .icon img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    }

.present .column2-3 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    height: auto;
    margin: 0 1% 0 0;
    padding: 0;
    }

.present .column1-3 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.present ul.oneColumn li {margin-bottom: 30px;}

.present .column2-3 .header {
    position: relative;
    display: block;
    width: 80%;
    height: auto;
    margin: 0 0 0 3%;
    padding: 0;
    font-size: 21px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    }

.present .column2-3 .header span {
    display: inline;
    padding: 2px 0;
    background: #E4CDB9;
    }

.present .column2-3 .caption {
    position: relative;
    display: block;
    width: 80%;
    height: auto;
    margin: 0 0 0 3%;
    padding: 0;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
	min-height: 135px;
    }

.present .column1-3 .header {
    position: relative;
    display: block;
    width: 80%;
    height: auto;
    margin: 0 0 0 3%;
    padding: 0;
    font-size: 16px;
    line-height: 31px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    }

.present .column1-3 .header span {
    display: inline;
    padding: 2px 0;
    background: #E4CDB9;
    }

.present .column1-3 .caption {
    position: relative;
    display: block;
    width: 94%;
    height: auto;
    margin: 0 0 10px 6%;
    padding: 0;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
	min-height: 135px;
    }

.present .column2-3 ul.oneColumn li:nth-child(2) {margin-bottom: 0;}
.present .column1-3 ul.oneColumn li:nth-child(2) {margin-bottom: 0;}

.present img {
	width: 100%;
    max-width: 420px;
}

/* VIDEO */

.video {
    padding: 2% 0;
    width: 100%;
    z-index: 3;
}
.video .wrap {
	padding: 0;
	width: 100%;
}

.video h1, .video .h1 {padding-left:5%;width: 95%;}
.myvideo {width: 100%;position:relative;padding-bottom:75%;padding-top:30px;height:0;overflow:hidden;}
.myvideo iframe,.myvideo object,.myvideo embed,.myvideo video {position:absolute;top:0;left:0;width:100%;height:100%;}

/* SPEAKERS */

.speakers {padding: 0; width: 100%; z-index: 3;}

.speakers .h1 {
    position: absolute;
    display: block;
    left: 5%;
    top: 40px;
    width: 90%;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 9;
    }

.speakers ul.threeColumns li {
    padding: 100px 3% 40px;
    min-height: 400px;
    width: 18.77%;
    margin-right: 0.3%;
    margin-bottom: 7px;
    }
.speakers ul.threeColumns li:nth-child(4n) {margin-right: 0;}
/*.speakers ul.threeColumns li:nth-child(2), .speakers ul.threeColumns li:nth-child(7) {margin-right: 0.25%; margin-left: 0.25%; }
.speakers ul.threeColumns li:nth-child(3), .speakers ul.threeColumns li:nth-child(8) {margin-left: 0.25%;margin-right: 0;}
.speakers ul.threeColumns li:nth-child(4) {width: 39.5%;margin-right: 0.25%;}
.speakers ul.threeColumns li:nth-child(5) {width: 39.5%;margin-left: 0.25%;}*/

.speakers ul.threeColumns li .image {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 0 30px;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    }

.speakers ul.threeColumns li .image img {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    }

.speakers ul.threeColumns li .title {
    position: relative;
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #4D4D4D;
	min-height: 38px;
    }

.speakers .caption {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 130px;
    margin: 0 0 20px;
    padding: 0;
    }

.speakers ul.threeColumns li p {color: #4D4D4D;}

.speakers .spic_podr {
    width: 112px;
    height: 33px;
    text-decoration: none;
    display: flex;
    min-height: 37px;
	border: 2px transparent solid;
    }
.speakers a.spic_podr {	
    letter-spacing: 0.05em;
    font-size: 11px;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    border: 2px white solid;
    margin-left: auto;
}
.spic_iclinic {
	display: flex;
    width: 160px;
    height: 20px;
    background: white;
    border-radius: 10px;
    gap: 5px;
    color: #4D4D53;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    position: absolute;
    top: 100px;
    right: 15px;
}
.spic_iclinic svg {
	position: relative;
    left: -4px;
}

/* CONTACTS */

.contacts {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    }

.contacts ul.twoColumns {display: table;}
.contacts ul.twoColumns li {width: 50%; margin: 0; display: table-cell; vertical-align: middle;}
.contacts ul.twoColumns li:nth-child(2) {width: 50%; margin: 0; padding: 40px 5%; display: table-cell;}
.contacts ul.twoColumns li img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.contacts .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 4% 0 20px;
    padding: 0;
    font-size: 28px;
    line-height: 37px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    }

.contacts .city {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    color: #4D4D4D;
    }

.contacts a {text-decoration: none;color: #4D4D4D;}

.contacts p {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #4D4D4D;
    }

.contacts .map {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    }



/* FOOTER */

.footer {
	position: relative;
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 50px 5% 70px;
	font-size: 11px;
	line-height: 15px;
    background: #4D4D4D;
	}

.footer .wrap {width: 80%;padding: 0 10%;}

.footer ul.threeColumns {width: 100%; margin: 0 auto 30px;}
.footer ul.threeColumns li, .requestform ul.threeColumns li:last-child { margin-bottom: 0; }

.footer input {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    height: auto;
    margin: 0;
    padding: 15px 10px;
    background: transparent;
    border-radius: 4px;
    border: 2px solid rgba(255,255,255,0.5);
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    }

.footer input::placeholder {color: rgba(255,255,255,0.5);}

.footer button {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 0 auto;
    padding: 15px 10px;
    background: #5CBFC1;
    border-radius: 4px;
    border: 2px solid #5CBFC1;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    }

.footer button:hover {border: 2px solid #fff;color: #5CBFC1;background: #fff;}


.footer .socials {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    height: auto;
    margin: 0 1% 0 0;
    padding: 0;
    }

.footer .socials ul {
    position: relative;
    display: block;
    width: 100%;
    max-width: 210px;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    }

.footer .socials ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    height: auto;
    margin: 0 1% 0 0;
    padding: 0;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    }

.footer .socials ul li:hover {opacity: 0.6;}

.footer .socials img {
    position: relative;
    display: block;
    width: 40px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    }

.footer .menu {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    height: auto;
    margin: 0;
    padding: 0;
    }
    
.footer .menu ul {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    }
    
.footer .menu ul li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0 5% 0 0;
    padding: 0;
    }

.footer .menu ul li a {
    position: relative;
    display: block;
    height: auto;
    margin: 0 0 0 auto;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    text-align: right;
    text-decoration: none;

    transition: all 0.2s ease-out;
    }

.footer .menu ul li a:hover {color: #5CBFC1;}

.footer .copyright {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 30px 0;
    padding: 0;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-weight: 700;
    color: #62C0AD;
    }




/*GRID ONE COLUMN*/

ul.oneColumn {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    }

ul.oneColumn li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    padding: 0;
    }


/*GRID TWO COLUMNS*/

ul.twoColumns {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    }

ul.twoColumns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    height: auto;
    margin: 0 1% 20px 0;
    padding: 0;
    }

ul.twoColumns li:nth-child(2n) {margin: 0;}


/*GRID THREE COLUMNS*/

ul.threeColumns {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    }

ul.threeColumns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32%;
    height: auto;
    margin: 0 1.5% 20px 0;
    padding: 0;
    }

/*ul.threeColumns li:nth-child(3n) {margin: 0 0 20px;}*/


/*GRID FOUR COLUMNS*/

ul.fourColumns {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    }

ul.fourColumns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    height: auto;
    margin: 0 1.333% 20px 0;
    padding: 0;
    }

ul.fourColumns li:nth-child(4n) {margin: 0 0 20px;}


/*GRID FIVE COLUMNS*/

ul.fiveColumns {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    }

ul.fiveColumns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 19%;
    height: auto;
    margin: 0 1.25% 20px 0;
    padding: 0;
    }

ul.fiveColumns li:nth-child(5n) {margin: 0 0 20px;}


/* POP UP FORM */

.fog {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background: #ECE4E2;
    opacity: 0.9;
    z-index: 999999;
    }

.btn_close {
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    width: 20px;
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
    color: #000;
    z-index: 99;
    }

.btn_close img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 99;
    }

/* FORM */

.popup {
    position: absolute;
    display: none;
    left: 5%;
    top: 50%;
    width: 60%;
    min-width: 320px;
    max-width: 650px;
    height: auto;
    margin: 0;
    padding: 30px 0 50px;
    background: #fff;
    z-index: 999999;

    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.05);
    }

.popupsuccess {
    padding: 70px 0 50px;
    max-width: 450px;
    }

.popup form {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    }

.popup .h3 {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 20px;
    padding: 0 0 10px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    z-index: 9;
    font-weight: 700;
    }

.popup input, .popup textarea {
    position: relative;
    display: block;
    width: 86%;
    height: 30px;
    margin: 15px auto;
    padding: 10px 2%;
    font-size: 14px;
    line-height: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family:'Circe',Helvetica,Arial;
    }

.popup textarea {height: 100px;}

.popup .button {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 15px 0;
    background: #FE6B2C;
    border-radius: 4px;
    border: 2px solid #FE6B2C;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #FFF;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.5s ease-out;
    }

.popup .message { 
    position: relative;
    display: block;
    width: 100%;
    height: 20px;
    margin: 10px auto 0;
    text-align: center;
    }


/* BURGER */

.burger {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
	cursor:pointer
    }

.burger img {
    position: relative;
    display: block;
    width: 30px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    }


/* MOBILE MENU */

.mobile_menu {
    position: fixed;
    display: block;
    left: -320px;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #5CBFC1;
    opacity: 0.96;
    overflow-y: scroll;
    transition: all 0.5s ease-out;
    z-index: 999;
    }

.mobile_menu.active {left: 0;}

.mobile_menu ul {
    position: relative;
    display: block;
    width: 80%;
    height: auto;
    padding: 50px 5%;
    margin: 0 auto;
    list-style-type: none;
    }

.mobile_menu ul li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 25px 0;
    }

.mobile_menu ul li a {
    text-align: center;
    height: auto;
    margin: 0 auto;
    padding: 5px 0 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    }

.mobile_menu .btn_close img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 99;
    }

ul.twoColumns li.hidden {display: none;}

.present .map_load {
	display: block;
    width: 150px;
    height: auto;
    margin: 0 auto 20px auto;
    padding: 15px 10px;
    background: #FE6B2C;
    border-radius: 4px;
    border: 2px solid #FE6B2C;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #FFF;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center;
}
.present .map_load:hover {color: #4D4D4D;background: #E4CDB9;border: 2px solid #E4CDB9;}
.present .map_img {
	max-width:100%;
	margin-bottom: 20px;
}
.video_in {
	display:block;
	margin:auto;
	width:100%;
	max-width:1280px;
}