﻿/*@media (min-width:1024px){
    html{
        overflow-x:hidden;
        width:1023px;
    }
}*/



body, html {
    margin: 0;
    padding: 0;
    background-color: #00494D;
}

.main {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.main-row {
    display: table-cell;
    vertical-align: middle;
    background-image: url(../../Images/gradient.png);
    background-position: center;
    background-repeat: no-repeat;
}

.content {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    height: 768px;
    background-image: url(../../Images/pattern.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position:relative;
}

    .content .product {
        margin-top: -80px;
    }

    .content .catalog {
        position: absolute;
        top: 359px;
        right: 123px;
        width: 177px;
    }

    .content .contact {
        position: absolute;
        right: 35px;
        bottom: 43px;
        font-size: 7pt;
        cursor: pointer;
    }

        .content .contact span {
            color: #fff;
            font-size: 13px;
            margin-left: -10px;
        }

        .content .contact p {
            font-size: 10px;
            color: #4AB0C1 !important;
            text-align: left;
            padding-left:34px;
        }

    .content .contact-form {
        width: 1024px;
        height: 250px;
    }

        .content .contact-form iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

    .content .address p {
        color: #fff;
    }
