* {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
body {
    background: url(images/fon1.png);
    font-size: 18px;
    font-family: "Segoe UI", Arial;
    color: #434343;
}
@font-face {
    font-family: "Segoe UI";
    src:  url(fonts/segoeui.ttf);
    font-weight: normal;
}
@font-face {
    font-family: "Segoe UI";
    src:  url(fonts/segoeuib.ttf);
    font-weight: bold;
}
@font-face {
    font-family: "Segoe UI";
    src:  url(fonts/segoeuil.ttf);
    font-weight: 100;
}
/************************HEAD***********************/
.head {
    position: absolute;
    width: 1250;
    height: 890px;
    background: url(images/header.png) no-repeat;
    background-size: 152%;
    margin: 0;
    left: 0;
    top: 0;
    box-shadow: 0px 10px 20px rgba(0,0,0,.6);
}
.head-top {
    position: relative;
    width: 1000px;
    height: 340px;
    margin: 0 auto;
}
.logo {
    width: 175px;
    height: 310px;
    background: url(images/logo.png);
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.zagol {
    position: absolute;
    font-size: 72px;
    color: #FF0000;
    background: rgba(255,255,255,.5);
    font-weight: bold;
    left: 440px;
    line-height: 58px;
    margin: 0;
    top: 50px;
}
.zagol span {
    font-size: 36px;
}
.zagol h6 {
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    margin-top: -10px;
    color: rgba(255,255,255,.5);
}
.company {
    position: absolute;
    left: 190px;
    top: 6px;
    color: rgba(255,255,255,.5);
}
.nomer {
    font-size: 36px;
    font-weight: bold;
    color: red;
    position: absolute;
    top: 0px;
    right: -110;
    text-align: right;
}
.zvonok {
    display: block;
    width: 250px;
    height: 30px;
    background: rgba(217,0,0,.5);
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    color: #FFFFFF;
	font-size: 24px;
    font-weight: bold;
    border-radius: 15px;
    position: absolute;
    top: 80px;
    right: -70;
}
.triggers {
    width: 860px;
    height: 150px;
    background: rgba(255,255,255,.5);
    border-radius: 100px;
    position: absolute;
    top: 165px;
    right: 0;
}
.trig {
    display: inline-block;
    width: 280px;
    height: 130px;
    position: relative;
    margin-top: 10px;
    margin-left: 3px;
    margin-right: 0px;
}
.trig-pic {
    width: 130px;
    height: 130px;
    float: left;
    margin: 0;
    position: relative;
}
.trig-txt {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    position: absolute;
    color: #025c76;
    line-height: 20px;
    width: 140px;
    height: 130px;
    top: 15px;
    right: 0px;
}
.triggers > .trig:nth-of-type(1) > .trig-pic {
    background: url(images/t1.png);
}
.triggers > .trig:nth-of-type(2) > .trig-pic {
    background: url(images/t2.png);
}
.triggers > .trig:nth-of-type(3) > .trig-pic {
    background: url(images/t3.png);
}
.head-bot {
    width: 1000px;
    height: 350px;
    margin: auto;
    position: relative;
}
.h-left {
    width: 700px;
    height: 600px;
    float: left;
    background: rgba(255,255,255,.5);
    display: inline-block;
    color: rgba(255, 0, 0, 0.85);
}
.h-right {
    width: 300px;
    height: 350px;
    display: inline-block;
}
.opred {
    display: block;
    border-bottom: dotted 2px;
    color: white;
    padding-bottom: 10px;
    width: 660px;
}
.opred h4 {
    color: rgba(255, 0, 0, 0.95);
    font-size: 30px;
    margin: 0;
}
.opred p {
    font-size: 24px;
    font-weight: bold;
    color: rgba(255, 0, 0, 0.85);
    margin: 0;
}
.plusy {
    margin-left: 60px;
    margin-top: 10px;
}
.plusy h4 {
    color: rgba(255, 0, 0, 0.95);
    font-size: 36px;
    font-weight: 100;
    margin: 0;
}
.plusy h4 span {
    font-size: 24px;
    font-weight: bold;
}
.plusy li {
    color: rgba(255, 0, 0, 0.85);
    font-size: 22px;
    list-style: none;
    font-weight: bold;
    margin-bottom: 10px;
}
.plusy li:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(images/plus.png);
    left: 50px;
}
.h-right h6 {
    color: rgba(255, 0, 0, 0.85);
    background: rgba(255,255,255,.5);
    font-size: 24px;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}
.h-right h6 span {
    font-size: 18px;
}
.h-right form {
    text-align: center;
    border: dotted 2px;
    border-color: rgba(255,255,255,.5);
    border-radius: 20px;
    margin-top: 70px;
}
.h-right form .form {
    width: 220px;
    height: 30px;
    background: rgba(255,255,255,.7);
    border-radius: 15px;
    border: none;
    margin-bottom: 6px;
    color: #000040;
    text-indent: 20px;
    font-size: 20px;
    font-weight: 100;
}
.form {
    width: 220px;
    height: 30px;
    background: rgb(255,255,255);
    border-radius: 15px;
    border: none;
    margin-bottom: 6px;
    color: #025c76;
    text-indent: 20px;
    font-size: 20px;
    font-weight: 100;
}
.submit {
    width: 220px;
    height: 30px;
    background: #7da440;
    border-radius: 15px;
    border: none;
    margin-bottom: 6px;
    font-size: 24px;
    color: white;
    font-family: "Segoe UI";
    font-weight: 100;
    line-height: 10px;
    cursor: pointer;
    margin-bottom: 0px;
}
#zvonok-pop {
    background: rgba(0,0,0,.7);
}
.h-right form .submit {
    width: 220px;
    height: 30px;
    background: #FF2727;
    border-radius: 15px;
    border: none;
    margin-bottom: 6px;
    font-size: 24px;
    color: white;
    font-family: "Segoe UI";
    font-weight: 100;
    line-height: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}
/*************************MODELS*********************/
.content {
    position: relative;
    width: 1000px;
    top: 840px;
    margin: auto;
}
.models {
    margin-bottom: 50px;
}
.models-left {
    width: 550px;
    position: relative;
    float: left;
    display: inline-block;
}
.models-ri {
    display: inline-block;
    width: 450px;
    position: relative;
}
.models h5 {
    font-size: 48px;
    margin: 0;
    font-weight: 100; 
    margin-top: 20px;
    margin-left: 80px;
}
.models h5 span {
    font-weight: bold;
}
.models p {
    font-size: 24px;
    font-weight: 100;
    display: block;
    width: 450px;
    margin-left: 80px;
}
.tovar {
    width: 370px;
    height: 330px;
    background: url(images/tovar.jpg);
    margin-top: 100px;
}
.kupit {
    width: 190px;
    height: 40px;
    display: block;
    border-radius: 4px;
    background: #FF0000;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(0,0,0,.5);
    box-shadow: 0px 1px 5px rgba(0,0,0,.6);
    position: relative;
    margin-top: 80px;
    float: right;
}
.old-price {
    font-size: 24px;
    position: absolute;
    margin-top:70px;
    margin-left: 30px;
    border-top: dotted 1px;
    width: 420px;
    text-decoration: line-through;
    color: #787878;
}
.new-price {
    position: absolute;
    margin-top: 90px;
    margin-left: 30px;
    font-size: 40px;
    color: #e74947;
}
.pochemu {
    width: 1000px;
}
.pochemu h5 {
    margin: 0;
    font-size: 36px;
    font-weight: 100;
    line-height: 45px;
    border-top: dotted 2px;
}
.pochemu h5 span {
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
}
.reas {
    display: inline-block;
    width: 490px;
    height: 150px;
    position: relative;
    margin: 0;
    margin-left: 5px;
    margin-top: 20px;
}
.reas-pic {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
}
.reas-txt {
    width: 340px;
    height: 150px;
    position: relative;
    margin: 0;
    display: inline-block;
}
.reas-txt h6 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}
.reas-txt p {
    font-size: 24px;
    font-weight: 100;
    margin: 0;
}
.pochemu > .reas:nth-of-type(1) > .reas-pic {
    background: url(images/r1.jpg);
}
.pochemu > .reas:nth-of-type(2) > .reas-pic {
    background: url(images/r2.jpg);
}
.pochemu > .reas:nth-of-type(3) > .reas-pic {
    background: url(images/r3.jpg);
}
.pochemu > .reas:nth-of-type(4) > .reas-pic {
    background: url(images/r4.jpg);
}
.pochemu > .reas:nth-of-type(5) > .reas-pic {
    background: url(images/r5.jpg);
}
.pochemu > .reas:nth-of-type(6) > .reas-pic {
    background: url(images/r6.jpg);
}
.footer {
    width: 100%;
    position: absolute;
    height: 460px;
    background: url(images/fon2.jpg) center;
    background-size: cover;
    box-shadow: 0px -10px 20px rgba(0,0,0,.4);
    top: 2660px;
    left: 0;
}
.footer-con {
    width: 1000px;
    position: relative;
    margin: 0 auto;
}
.f-left {
    width: 580px;
    display: inline-block;
    float: left;
    position: relative;
}
.f-ri {
    width: 420px;
    display: inline-block;
    position: relative;
}
.f-left form {
    display: block;
    width: 410px;
    text-align: left;
    border: dotted 3px;
    border-color: rgba(255,255,255,.5);
    border-radius: 20px;
    margin-top: 70px;
}
.f-left > form > h6 {
    text-align: left;
    color: white;
    font-size: 24px;
    font-weight: 100;
    margin: 20px;
}
.f-left > form > h6 span {
    font-size: 48px;
    text-transform: uppercase;
}
.f-left form .form {
    width: 220px;
    height: 30px;
    background: rgba(255,255,255,.7);
    border-radius: 15px;
    border: none;
    margin-bottom: 6px;
    margin-left: 20px;
    color: #025c76;
    text-indent: 20px;
    font-size: 20px;
    font-weight: 100;
}
.f-left form .submit {
    width: 220px;
    height: 30px;
    background: #7da440;
    border-radius: 15px;
    border: none;
    margin-bottom: 6px;
    margin-left: 20px;
    font-size: 24px;
    color: white;
    font-family: "Segoe UI";
    font-weight: 100;
    line-height: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}
.otzyvy {
    width: 400px;
    height: 430px;
    background: rgba(255,255,255,.5);
    float: right;
    margin-top: 20px;
    border-radius: 15px;
    padding: 10px;
    position: relative;
    overflow-y: auto;
}
.otzyvy h5 {
    font-size: 30px;
    margin: 0;
    color: #025c76;
    line-height: 25px;
    border-bottom: dotted 2px;
    padding-bottom: 5px;
}
.otzyvy h5 span {
    font-size: 22px;
    font-weight: 100;
}
.otz {
    margin-top: 20px;
    width: 320px;
    margin-bottom:20px;
}
.img-con {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 10px;
    border-radius: 4px;
}
.otzyvy img {
    width: 80px;
}
.otz-txt {
    display: inline-block;
    position: relative;
    width: 230px;
}
.otz-txt h6 {
    font-size: 18px;
    font-weight: bold;
    color: #025c76;
    margin: 0;
}
.otz-txt p {
    font-size: 14px;
    color: #025c76;
    margin: 0;
}
/****************************POPUP**************************/
.overlay {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 99;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup img{
	display: inline;
	border: none;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #ffffff;
}
.popup {
	background-color: #fff;
	border: 3px solid #fff;
	display: inline-block;
	left: 50%;
	opacity: 0;
	padding: 15px;
	position: fixed;
	text-align: justify;
	font: 14px Helvetica, Arial, Sans-Serif;
	top: 40%;
	visibility: hidden;
	z-index: 199;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
	-ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
	-o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
	box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}
.popup p, .popup div {
    margin-bottom: 10px;
}