@font-face {
    font-family: "custom";
    src: url("fonts/MyriadProRegular.eot");
    src: url("fonts/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
        url("fonts/MyriadProRegular.woff") format("woff"),
        url("fonts/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "custom-bold";
    src: url("fonts/MyriadProBold.eot");
    src: url("fonts/MyriadProBold.eot?#iefix")format("embedded-opentype"),
        url("fonts/MyriadProBold.woff") format("woff"),
        url("fonts/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "title-eng";
    src: url("fonts/VAG-Rounded.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


body, html{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: custom;
    color: #4d4d4d;
}


button:active, button:focus {
    outline: none !important;
}
button::-moz-focus-inner {
    border: 0 !important;
}

input:active, input:focus {
    outline: none !important;
}
input::-moz-focus-inner {
    border: 0 !important;
}

select:active, input:focus {
    outline: none !important;
}
select::-moz-focus-inner {
    border: 0 !important;
}

div:active, div:focus {
    outline: none !important;
}
div::-moz-focus-inner {
    border: 0 !important;
}

textarea:active, textarea:focus {
    outline: none !important;
}
textarea::-moz-focus-inner {
    border: 0 !important;
}


.container{
    width: 1100px;
    margin: auto;
}

.fon-home{
    width: 100%;
    height: 100%;
    background: url('img/fon.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.fon-page{
    width: 100%;
    height: 100%;
    background: url('img/fon-page-1.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;

}

nav ul{
    margin: 0;
    padding-left: 50px;
    border-left: solid 2px #ccc;
}

nav ul li{
    list-style: none;
    display: inline-block;
    margin-right: 40px;
}

nav ul li a{
    text-decoration: none;
    color: #336666;
    font-size: 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav ul li a:hover{
    opacity: 0.6;
}

nav{
    display: inline-block;
    padding-left: 50px;
    vertical-align: top;
    margin-top: 20px;
}

header img{
    width: 190px;
}

header{
    padding-top: 40px;
}

.content-home{
    margin-top: 10%;
}

.content-home h1{
    font-size: 56px;
    font-family: custom-bold;
    margin-bottom: 0px;
    color: #336666;
}

.content-home h2{
    font-size: 32px;
    margin-top: -5px;
    color: #666;
    font-weight: 200;
}

.content-home p{
    margin: 50px 0;
    font-size: 76px;
    font-family: custom-bold;
    line-height: 1;
    color: #336666; 
}

.content-home h3{
    font-family: title-eng;
    color: #666;
    font-size: 30px;
}

.content-order, .content-price{
    padding-bottom: 60px;
    padding-top: 50px;
}

input{
    height: 40px;
    width: 300px;
    border: solid 1px #ccc;
    border-radius: 5px;
    text-indent: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input:active, input:focus {
    border: solid 1px #336666;
}
input::-moz-focus-inner {
    border: solid 1px #336666;
}

textarea{
    width: 280px;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

textarea:active, textarea:focus {
    border: solid 1px #336666;
}
textarea::-moz-focus-inner {
    border: solid 1px #336666;
}

.content-feedback{
    padding-top: 50px;
}

.content-feedback p{
    margin-bottom: 0;
    color: #666;
}

.content-feedback h3{
    margin-top: 0;
    color: #336666;
}

.content-feedback ul{
    padding-left: 0;
    margin: 0;
}

.content-feedback ul li{
    list-style: none;
    margin-bottom: 10px;
    height: 42px;
    display: table;
}

.content-feedback ul li p{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.content-feedback div{
    display: inline-block;
}

.CF-1{
    vertical-align: top;
    width: 242px;
}

.CF-1 p{
    text-align: right;
    padding-right: 50px;
    margin: 0;
}

.CF-2{
    padding-left: 50px;
    border-left: solid 2px #ccc;
}

.but{
    width: 300px;
    background: #336666;
    height: 50px;
    color: #fff;
    cursor: pointer;
    border: solid 1px #336666;
    font-family: custom-bold;
    font-size: 16px;    
}

.content-price ul li{
    padding: 10px 0;
    font-size: 20px;
}

.content-price ul li b{
    color: #336666;
}

/*CSS price*/

.icon-att{
    position: relative;
    top: 7px;
    margin-right: 20px;
    height: 24px;
}

.content-price table{
    border: solid 1px #ccc;
    border-collapse:  collapse;
    font-size: 18px;
}

.content-price table th{
    text-align: left;
    background-color: #f2f2f2;
    padding: 10px;
    border: solid 1px #ccc;
}

.content-price table td{
    padding: 10px;
    border: solid 1px #ccc;
}

/*CSS price END*/
