@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700&display=swap');
* {margin:0; padding:0;}
html,body{
	width: 100%;
	height: 100%;
	color:#000;
    font-size:14px;
    font-family: 'Lato',sans-serif;
    background: #FFF;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Lato',sans-serif;
    font-weight:normal;
}
h1{
    font-weight: 900;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    color: #4F4F4F;
    margin-bottom: 25px;
}
h3{
    font-weight: 900;
    font-size: 32px;
    text-align: center;
    color: #4F4F4F;
    margin-bottom: 50px;
}
h4{
    color: #000;
    font-size: 21px;
    font-style: italic;
    margin-bottom: 25px;
}
a{
    transition: all 0.2s ease-in;
    color: #00A0E3;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
ul{
    list-style:none;
}
iframe,
img{
	max-width:100%;
    border:none;
}
button,
input[type='button'],
input[type='submit']{
	-webkit-appearance: none;
	border-radius: 0;
}
select,
input,
textarea{ 
    outline:none;
    font-family: 'Montserrat', sans-serif;
}
textarea{
    overflow:hidden;
    resize:none;
}
table{
	border-collapse:collapse;
}
body{
    overflow-x: hidden;
}
.row{
    margin-left:-15px;
    margin-right: -15px;
}
.row>div[class^="row-"]{
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}
.row-1{
	width: 100%;
}
.row-2{
    width: 50%;
}
.row-2:nth-child(2n)+div{
    clear: both;
}
.row-3{
    width: 33.33%;
}
.row-3:nth-child(3n)+div{
    clear: both;
}
.row-4{
    width: 25%;
}
.row-4:nth-child(4n)+div{
    clear: both;
}
.row-5{
	width: 20%;
}
.row-6{
    width: 16.66%;
}
.container{
    max-width: 1150px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.cleared:after {
    content: '';
    display: table;
    clear: both;
}
.header .container{
    padding-top: 15px;
    padding-bottom: 15px;
    background: #FFF;
    position: relative;
    z-index: 0;
}
.head-left{
    max-width: 305px;
    float: left;
}
.logo-box{
    max-width: 305px;
    margin: 0 auto;
    text-align: right;
}
.logo-text{
    font-style: italic;
    font-size: 15px;
    line-height: 13px;
}
.head-right{
    margin-left: 320px;
    text-align: right;
    padding: 0 85px 0 0;
}
.lang-nav{
    position: absolute;
    z-index: 0;
    top: 10px;
    right: 15px;
}
.lang-nav ul li{
    display: inline-block;
    vertical-align: top;
}
.lang-nav ul li:after{
    content:'|';
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    margin-left: 4px;
}
.lang-nav ul li:last-child:after{
    display: none;
}
.lang-nav ul li a{
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}
.lang-nav ul li a:hover,
.lang-nav ul li.active>a{
    color: #0092d9;
}
.lang-nav ul li.active>a{
    font-weight: 500;
}
.contacts-top{
    max-width: 275px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
.contacts-top-title{
    font-weight: 700;
    color: #1f328e;
    margin-bottom: 5px;
}
.contacts-top a{
    text-decoration: none;
    color: #000;
    letter-spacing: -0.44px;
    font-weight: 500;
}
.contacts-top a:after{
    content:';';
    font-weight: 500;
    color: #000;
    margin-right: 3px;
}
.contacts-top a:last-child:after{
    display: none;
}
.contacts-top a:hover{
    color: #0092d9;
}
.contacts-top li+li{
    margin-top: 3px;
}
.i-box{
    position: relative;
    z-index: 0;
    padding-left: 20px;
}
.i-box:before{
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    z-index: -1;
    left: 0;
    top:2px;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 14px auto;
}
.icon-home:before{
    background-image: url(../images/icons/home.svg);
}
.footer .icon-home:before {
    background-image: url(../images/icons/home-b.svg);
}
.icon-tel:before{
    background-image: url(../images/icons/phone.webp);
}
.footer .icon-tel:before {
    background-image: url(../images/icons/phone-b.webp);
}
.icon-mail:before{
    background-image: url(../images/icons/email.webp);
}
.footer .icon-mail:before{
    background-image: url(../images/icons/email-b.webp);
}
.fixed{
    padding-top: 60px;
    box-sizing: border-box;
}
.fixed .nav-bar{
    position: fixed;
    left: 0;
    right: 0;
    top:0;
}
.nav-bar{
    height: 60px;
    position: relative;
    z-index: 10;
    background: #1f328e;
}
.top-nav-close{
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.top-nav-close:after{
    content: '\00d7';
    font-size: 40px;
    font-weight: bold;
    font-family: Arial,sans-serif;
    color: #FFF;
}
.top-nav-btn{
    width: 30px;
    height: 25px;
    box-sizing: border-box;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 50%;
    margin-top: -12.5px;
    cursor: pointer;
}
.top-nav-btn:before{
    content: '';
    width: 100%;
    height: 3px;
    background: #FFF;
    position: absolute;
    z-index: -1;
    left: 0;
    top:50%;
    margin-top: -1.5px;
}
.top-nav>ul{
    text-align: center;
}
.top-nav>ul>li>ul {
    width: 200px;
    padding: 15px 25px;
    background: #FFF;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 60px;
    text-align: left;
    box-shadow: 0 0 3px 2px #74838f;
    display: none;
}
.top-nav>ul>li.open>ul{
    display: block;
}
.top-nav>ul>li>ul>li{
    border-bottom:1px solid #74838f;
}
.top-nav>ul>li>ul>li>a{
    display: block;
    padding: 7px 5px;
    color: #74838f;
    text-decoration: none;
    font-size: 16px;
}
.top-nav>ul>li>ul>li.active>a,
.top-nav>ul>li>ul>li>a:hover{
    background: #1f328e;
    color: #FFF;
}
.top-nav>ul>li>ul>li:last-child{
    border-bottom: 0;
}
.top-nav>ul>li{
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 0;
}
.top-nav>ul>li>a{
    height: 60px;
    line-height: 60px;
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    font-size: 22px;
    padding: 0 30px;
    display: block;
    position: relative;
    z-index: 0;
}
.top-nav>ul>li.active>a,
.top-nav>ul>li:hover>a,
.top-nav>ul>li>a:hover{
    background: #0092d9;
}
.top-nav>ul>li.parents>a:before{
    content:'';
    width: 12px;
    height: 7px;
    position: absolute;
    z-index: -1;
    right: 10px;
    top: 50%;
    margin-top: -3.5px;
    background: url(../images/icons/arrow-down.webp) no-repeat center center;
}
.slider-bar{
    height: 445px;
}
.slider{
    display: none;
}
.slider-box{
    height: 445px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-box-cont{
    padding-top: 125px;
    max-width: 375px;
}
.slider-box-img{
    margin-bottom: 9px;
}
.slider-box-text{
    height: 45px;
    overflow: hidden;
    font-size: 15px;
    line-height: 16px;
    color: #797b7b;
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 5px;
}
.button-more{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #797b7b;
    display: inline-block;
    padding: 10px 55px 9px 56px;
    border: solid 1px #979797;
}
.button-more:hover {
    background: #1f328e;
    border-color: #1f328e;
    color: #FFF;
}
.link-box{
    width: 100%;
    height: 0;
    position: relative;
    z-index: -1;
    top: -60px;
}
.about-bar{
    padding: 50px 0 45px 0;
}
.about-bar-left{
    width: 55%;
    float: left;
    padding:16px 15px 0 0;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}
.about-bar-left:before{
    content: '';
    position: absolute;
    z-index: 1;
    left:20px;
    top:0;
    right:0;
    bottom:20px;
    border: 2px solid #7dd3f4;
}
.about-bar-img{
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
}
.info-block{
    position: relative;
    z-index: 1;
}
.info-box{
    height: 75px;
    padding: 25px 10px 0 100px;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 6px 0;
    transition: all 0.2s ease-in;
}
.info-box:hover{
    transform: scale(1.05);
}
.info-box-text{
    color: #FFF;
    font-size: 21px;
    line-height: 22px;
    font-family: 'Exo 2', sans-serif;
}
.about-bar-right{
    width: 45%;
    float: left;
    padding: 26px 0 0 45px;
    box-sizing: border-box;
}
.about-box-title{
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    font-size: 35px;
    color: #0092d9;
    margin-bottom: 9px;
}
.about-box-country{
    position: relative;
    z-index: 0;
    font-size: 17px;
    padding-left: 34px;
    margin-bottom: 43px;
}
.about-box-country:before{
    content: '';
    width: 30px;
    height: 20px;
    position: absolute;
    z-index: -1;
    left: 0;
    top:2px;
    background: url(../images/icons/korea.webp) no-repeat center center;
}
.about-box-text{
    font-size: 16px;
}
.about-box-text p{
    margin-bottom: 15px;
}
.about-box-text h4{
    text-align: center;
}
.about-box-logo{
    text-align: center;
}
.product-bar{
    padding-bottom: 55px;
}
.product-block{
    height: 460px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.product-block-top{
    padding: 215px 0 0 25px;
}
.product-block-title{
    min-height: 65px;
    font-family: 'Exo 2', sans-serif;
    font-size: 32px;
    line-height: 34px;
    color: #e95c94;
    max-width: 730px;
    margin-bottom: 30px;
}
.carousel-box{
    padding: 0 20px;
}
.product_carousel{
    display: none;
}
.product-thumb{
    width: 200px;
    height: 200px;
    display: table;
    overflow: hidden;
    margin: 0 auto;
}
.product-thumb>a{
    width: 200px;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.product-thumb img{
	width:100%;
	height:200px;
	object-fit: cover;
}
.product-informer>div:first-child{
    padding-top: 90px;
}
.product-informer{
    position: relative;
    z-index: 0;
}
#ultracel:before{
    content: '';
    position: absolute;
    width: 230px;
    height: 1297px;
    z-index: -1;
    left: 0;
    top: 160px;
    background: url(../images/products/ultracel/ultracel-logo-1.webp) no-repeat -20px top;
}
#ultracel:after{
    content: '';
    position: absolute;
    width: 230px;
    height: 1297px;
    z-index: -1;
    right: 0;
    bottom:0;
    background: url(../images/products/ultracel/ultracel-logo-2.webp) no-repeat right top;
}
#interacel:after{
    content: '';
    position: absolute;
    width: 82px;
    height: 1386px;
    z-index: -1;
    left: 1%;
    top:0;
    background: url(../images/products/interacel/intracel-logo-1.webp) no-repeat left top;
}
#edgeone:before{
    content: '';
    position: absolute;
    width: 161px;
    height: 620px;
    z-index: 0;
    left: 0;
    top: 200px;
    background: url(../images/products/edgeone/edge-left.webp) no-repeat right top;
}
#edgeone:after{
    content: '';
    position: absolute;
    width: 161px;
    height: 620px;
    z-index: -1;
    right: 0;
    top:50%;
    margin-top: -310px;
    background: url(../images/products/edgeone/edge-right.webp) no-repeat right top;
}
.product-box{
    padding: 20px 0;
}
.grey-bg{
    position: relative;
}
.grey-bg:before{
    content: '';
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top:0;
    bottom: 0;
    background: #f6f6f7;
}
.grey-bg .product-box-title span:before{
    background: #f6f6f7;
}
.contacts-bg{
    margin-bottom: 20px;
}
.contacts-bg>.container{
    background: url(../images/products/zap-bg.webp) no-repeat right center;
}
.product-box-title{
    max-width: 950px;
    text-align: center;
    font-size: 26px;
    color: #1f328e;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    margin:0 auto 25px auto;
}
.product-box-title:before{
    content:'';
    position: absolute;
    z-index: -1;
    height: 2px;
    top:50%;
    margin-top: -1px;
    left: 0;
    right: 0;
    background: #1f328e;
}
.product-box-title span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 25px;
}
.product-box-title span:before{
    content:'';
    position: absolute;
    z-index: -1;
    height: 2px;
    top:50%;
    margin-top: -1px;
    left: 0;
    right: 0;
    background: #FFF;
}
.ultracel-box{
    background-repeat: no-repeat;
    background-position: 150% bottom;
}
.advantages-cont{
    max-width: 465px;
    padding-left: 80px;
}
.advantage-box{
    margin-bottom: 20px;
}
.advantage-box-title{
    font-size: 18px;
    line-height: 20px;
    color: #0092d9;
    font-style: italic;
    margin-bottom: 15px;
}
.advantage-box-img{
    transition: all 0.2s ease-in;
}
.advantage-box-img:hover{
    transform: scale(1.05);
}
.app-images{
    max-width: 485px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    font-size: 0;
    text-align: center;
}
.app-img{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 0;
    text-align: center;
}
.app-img1{
    margin-top: 28px;
}
.app-img3{
    z-index: 1;
    margin-top: -90px;
}
.app-img7{
    margin-top: 100px;
}
.app-block{
    max-width: 950px;
    margin: 0 auto;
}
.app-text{
    font-size: 15px;
}
.app-text ul li{
    position: relative;
    z-index: 0;
    padding: 0 0 23px 40px;
    transition: all 0.2s ease-in;
}
.app-text ul li:hover{
    transform: scale(1.05);
}
.app-text ul li:before{
    content: '';
    width: 28px;
    height: 23px;
    position: absolute;
    z-index: -1;
    left: 0;
    top:0;
    background: url(../images/icons/tick-copy.webp) no-repeat center center;
}
.principles-block{
    max-width: 950px;
    margin: 0 auto;
}
.principle-text{
    max-width: 670px;
    margin: 0 auto 17px auto;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}
.principle-res{
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    color: #e95c94;
    font-size: 20px;
    font-weight: 500;
}
.principle-box{
    max-width: 290px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.principle-box:after{
    content:'';
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: -1;
    top:50px;
    right: 20px;
    background: url(../images/icons/next.webp) no-repeat center center;
}
.product-box .row-3:last-child .principle-box:after{
    display: none;
}
.principle-box-img{
    height: 125px;
    margin-bottom: 8px;
}
.principle-box-title{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #0092d9;
}
.principle-box-name{
    font-size: 14px;
    color: #1f328e;
    font-weight: 600;
    min-height: 35px;
    margin-bottom: 15px;
}
.principle-box-text{
    margin-bottom: 10px;
}
.result_carousel{
    display: none;
    margin-bottom: 50px;
}
.result-box{
    /* max-width: 270px; */
    margin: 0 auto;
    background: #FFF;
    padding: 10px 5px;
    cursor: pointer;
	display:block !important;
}
.result-box-top{
    margin-bottom: 7px;
}
.result-box-img{
    width: 50%;
    height:125px;
    overflow: hidden;
    text-align: center;
    float: left;
    position: relative;
    z-index: 0;
    padding: 0 5px;
    box-sizing: border-box;
}
.fancybox-skin .result-box-img,
.fancybox-skin .result-box-img img{
	height: auto;
	height: 280px;
}
.result-box-title{
    width: 45px;
    height: 17px;
    line-height: 17px;
    font-size: 10px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    position: absolute;
    z-index: 1;
    display: block;
    top: 10px;
    left: 5px;
    background:#30b8b9;
}
.result-box-img img{
    width: 100%;
    height: 125px;
    object-fit: cover;
}
.result-box-name{
    text-align: center;
    font-style: italic;
    font-size: 12px;
}
.contacts-text{
    max-width: 520px;
    margin: 0 auto 34px auto;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.contacts-text b{
    color: #0092d9;
}
.contacts_carousel{
    display: none;
    margin-bottom: 20px;
}
.contact-box{
    max-width: 200px;
    min-height: 125px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    background: #f6f6f7;
    border-radius: 6px;
}
.contacts-box-city{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}
.contact-box-title{
    color: #30b8b9;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}
.contact-box-address{
    min-height: 35px;
}
.contact-box a{
    color: #000;
    text-decoration: none;
}
.contact-box a:hover{
    color: #0092d9;
}
.order-btn-box{
    text-align: center;
    padding-bottom: 20px;
}
a.order-btn{
    line-height: 50px;
}
.order-btn {
    width: 300px;
    height: 50px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    background-color: #0092d9;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
}
.order-btn:hover{
    background: #1f328e;
}
.download-box {
    padding: 15px 0 10px 155px;
    background-color: #f6f6f7;
    border-bottom: 7px solid #1f328e;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.download-box-title{
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 2px;
}
.download-box-logo{
    margin-bottom: 15px
}
.download-box-links ul li{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}
.download-box-links ul li+li{
    margin-left: 5px;
}
.pfd-icon{
    position: relative;
    z-index: 0;
    display: block;
    color: #0092d9;
    text-decoration: underline;
    padding-left: 20px;
}
.pfd-icon:hover{
    text-decoration: none;
}
.pfd-icon:before{
    content: '';
    width: 12px;
    height: 14px;
    position: absolute;
    z-index: -1;
    left: 0;
    top:0;
    background: url(../images/icons/pdf-file.webp) no-repeat center center;
}
.features-block{
    max-width: 760px;
    margin: 0 auto;
}
.features-block-top{
    text-align: center;
    margin-bottom: 25px;
}
.features-block-title {
    display: inline-block;
    vertical-align: top;
    color: #FFF;
    text-transform: uppercase;
    font-size: 19px;
    padding: 12px 29px 9px 28px;
    border-radius: 22px;
    background-color: #30b8b9;
}
.feature-box{
    max-width: 242px;
    position: relative;
    z-index: 0;
    margin: 0 auto 20px auto;
}
.feature-box:after{
    content:'';
    width: 1px;
    position: absolute;
    z-index: -1;
    top: 40px;
    bottom: 0;
    right: -11px;
    border-right: 1px dashed #979797;
}
.features-block .row-3:last-child .feature-box:after{
    display: none;
}
.feature-box-name{
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    color: #666465;
    margin-bottom: 8px;
}
.feature-box-top{
    min-height: 54px;
    color: #e95c94;
    font-size: 15px;
    margin-bottom: 3px;
    text-align: center;
}
.feature-box-icon{
    text-align: center;
    margin-bottom: 14px;
}
.feature-box-text{
    font-size: 12px;
    color: #000;
    min-height: 80px;
    padding: 9px 10px 10px 10px;
    background-color: rgba(125, 211, 244, 0.34);
    margin-bottom: 14px;
    transition: all 0.2s ease-in;
}
.feature-box:hover .feature-box-text{
    transform: scale(1.05);
}
.feature-box-img{
    text-align: center;
}
.edgeone-benefit>.container{
    position: relative;
}
.edgeone-benefit>.container:after{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top:50px;
    right: 0;
    bottom: -20px;
    background: url(../images/products/edgeone/edge-one-6.webp) no-repeat left top;
    background-size: auto 100%;
}
.benefits-block{
    max-width: 920px;
    margin: 0 auto;
}
.benefit-block-top {
    color: #0092d9;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 40px;
}
.benefit-block-text{
    max-width: 455px;
    float: right;
    font-size: 18px;
    line-height: 18px;
}
.benefit-block-text ul li {
    position: relative;
    z-index: 0;
    padding: 5px 0 5px 45px;
    margin-bottom: 30px;
    transition: all 0.2s ease-in;
}
.benefit-block-text ul li:hover{
    transform: scale(1.05);
}
.benefit-block-text ul li:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top:0;
    width: 31px;
    height: 31px;
    background: url(../images/icons/plus.webp) no-repeat center center;
}
.footer{
    overflow: hidden;
    padding: 35px 0 4px 0;
    background: url(../images/footer-bg.webp) no-repeat center bottom fixed;
    background-size: cover;
}
.foot-title{
    max-width: 830px;
    position: relative;
    z-index: 0;
    color: #FFF;
    font-size: 36px;
    font-family: 'Exo 2', sans-serif;
    padding: 20px 0;
    margin-bottom: 15px;
}
.foot-title:after{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: -moz-linear-gradient(left,  rgba(19,35,109,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(19,35,109,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(19,35,109,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13236d', endColorstr='#00ffffff',GradientType=1 );
}
.foot-title:before{
    content:'';
    width: 2000px;
    position: absolute;
    z-index: -1;
    left: -2000px;
    top:0;
    bottom: 0;
    background: #13236d;
}
.foot-bar-top{
    max-width: 1100px;
    margin: 0 auto;
}
.foot-bar-text{
    max-width: 470px;
    padding: 30px;
    background: rgba(255,255,2555,0.7);
    font-size: 16px;
}
.foot-bar-text ul li{
    position: relative;
    z-index: 0;
    padding: 5px 0 5px 45px;
    margin-bottom: 15px;
    transition: all 0.2s ease-in;
}
.foot-bar-text ul li:hover{
    transform: scale(1.05);
}
.foot-bar-text ul li:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top:0;
    width: 31px;
    height: 31px;
    background: url(../images/icons/plus.webp) no-repeat center center;
}
.form-box-f{
    max-width: 370px;
    padding: 25px 25px;
    background: rgba(9,17,56,0.7);
    position: relative;
    z-index: 0;
    float: right;
    margin-top:130px;
    bottom:-90px;
}
.form-box-title-f{
    text-align: center;
    font-size: 19px;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 19px;
}
.form-box-text-f{
    text-align: center;
    margin-bottom: 30px;
    color: #7dd3f4;
}
.inputbox-f{
    width: 100%;
    height: 30px;
    background: transparent;
    box-sizing: border-box;
    border: 0;
    font-size: 16px;
    color: #FFF;
    border-bottom: 1px solid #74838f;
    margin-bottom: 10px;
}
.select-f{
    width: 100%;
    height: 30px;
    background: transparent;
    box-sizing: border-box;
    border: 0;
    font-size: 16px;
    color: #FFF;
    border-bottom: 1px solid #74838f;
    margin-bottom: 10px;
}/*
#modal-form .inputbox,
#modal-form .textarea,
#modal-form .select{
    border: 1px solid #74838f;
    color: #74838f;;
}/*/
.textarea{
    width: 100%;
    height: 30px;
    padding-top: 5px;
    background: transparent;
    box-sizing: border-box;
    border: 0;
    font-size: 16px;
    color: #FFF;
    border-bottom: 1px solid #74838f;
    resize: none;
    margin-bottom: 10px;
}
a.button{
    line-height: 50px;
}
.button{
    width: 300px;
    height: 50px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    color: #FFF;
    font-size: 14px;
    border: 0;
    text-transform: uppercase;
    text-align: center;
    background-color: #30b8b9;
    border-radius: 3px;
    margin-top: 17px;
	-webkit-appearance: none;
}
.button:hover{
    background-color: #1f328e;
}
.foot-buttons{
	position: fixed;
	z-index: 10;
	width: 310px;
	left: 2%;
	bottom: 2%;
}
.foot-buttons ul li+li{
    margin-top: 16px;
}
.foot-buttons ul li:nth-child(2n) .foot-btn{
    color: #FFF;
    background-color: #0092d9;
}
.foot-buttons ul li:nth-child(2n) .foot-btn:hover{
    background-color: #7dd3f4;
    color: #1f328e;
}
.foot-btn{
    display: block;
    padding: 15px 5px;
    text-decoration: none;
    color: #1f328e;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    background-color: #7dd3f4;
}
.foot-btn:hover{
    color: #FFF;
    background-color: #0092d9;
}
.foot-bar-bot{
    max-width: 655px;
	box-sizing:border-box;
	padding-left:320px;
}
.foot-contacts{
    padding: 50px 0 0 30px;
}
.foot-logo{
    width: 120px;
    margin-bottom: 5px;
}
.bot-cont a{
    color: #000;
    font-weight: 500;
    text-decoration: none;
}
.bot-cont li{
    margin-bottom: 5px;
}
.up-btn {
    width: 84px;
    height: 52px;
    position: fixed;
    z-index: 5;
    right: 5%;
    bottom: 10%;
    cursor: pointer;
    background: url(../images/icons/up.svg) no-repeat center center;
    background-size: cover;
    display: none;
}
#modal-form{
    display: none;
}
.modal-form-title{
    font-weight:600;
    font-size: 20px;
    margin-bottom: 20px;
}