/* Eric Meyer's CSS Reset */

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


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, strong, sub, sup, 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;
     font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

a {
    text-decoration: none;
    font-size: 15px;
}
th {
    font-weight: normal;
}

body {
    font-family: 'Myriad Pro';
}

.header {
  background: #003942;


}

.logo {
  padding: 5px 5px 5px 0px;
  margin-top: 50px;
}

.phone-top {
  color: #ffffff;
  padding-top: 20px;
  text-align: right;
}

/*---social---*/

.navlist {
    position: relative;
    margin-top: 15px;
    left: 50%;
    text-align: right;
}

.navlist li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
}

.navlist li, .navlist a {
    height: 25px;
    display: block;
}

p{
  font-size: 24px;
}


/*---top-image---*/

.top-image {
  background-image: url('../images/foto1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
  background-attachment: fixed;
  margin-top: 0px;
}

.menu {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: right;
}

.menu li{
  display: inline;
  padding: 15px;

}

.menu a {
  color: #ffffff;
  cursor: pointer;
  line-height: 3;
  display: inline-block;
  text-decoration: none;
}


.menu a:after {
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    background-color: #fff;
    transition: width .1s ease-in-out;
    text-decoration: none;

}
.menu a:hover:after,
.menu a:focus:after {
    width: 100%;
}

.black-title {
  font-size: 22px;
  color: #5D5D5D;
}

.small-grey-text p {
  color: #5D5D5D;
  font-size: 14px;
  line-height: 20px;
}

.small-grey-text {
  color: #5D5D5D;
  font-size: 14px;
  line-height: 20px;
}

.padding-for-text {
  padding-top: 20px;
}


.bottom-padding {
  padding-bottom: 100px;
}

.big-title {
  font-size: 30px;
  padding-bottom: 80px;
  color: #5D5D5D;
  text-transform: uppercase;
  margin-top: 100px;
}

.stroika-text p {
  font-size: 20px;
  color: #5D5D5D;
  margin-bottom: 60px;
}

.info_stroika {
  margin-bottom: 100px;
  margin-top: 80px;
}

.price {
  padding-top: 100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.order-btn {
    background-color: #7ACDD5;
    color: #ffffff;
    border: none;
    width: 300px;
    height: 60px;
    cursor: pointer;
    font-family: 'Myriad Pro';
    font-size: 24px;
    
    letter-spacing: px;
    text-align: center;
    border-radius: 5px;
    margin-top: 100px;
}

.assortmentcatalog{
  background-color: #003942;
}

.pic_catalog {
  background-image: url('../images/foto3.png');
  background-repeat: no-repeat;
  height: 770px;
  padding-top: 150px;
  margin-left: -100%;
  margin-right: -2%;
  background-size: cover;
  background-attachment: fixed;
}
.assortment{
  height: 770px;
  padding-top: 100px;
  background-color: #003942;
}
.white-title {
  color: #ffffff;
  font-size: 30px;
}

.wt {
  padding-bottom: 60px;
  color: #ffffff;
  font-size: 25px;
}

.white-text {
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 20px;
}

.ikon-mini {
  padding-bottom: 20px;
}

.footer {
  background-color: #003942;
  padding-top: 50px;

}

.footer-p {
  font-size: 14px;
  color: #fff;
  line-height: 40px;

}


.footer a {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-decoration: none;

}

.footer a:hover {
  
  color: #74C1B9;
}

.footer_uppercase {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #fff;

}


.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}


.copyright {
  color: #ffffff;
  font-size: 12px;
  
  margin: 30px;
  text-align: center;
}
@media (min-width: 1200px) {

.small-photo-padding {
  padding-top: 20px;
}

.h1{
  font-size: 60px;
}

.inform {

  height: 450px;
  background-color: #003942;
  margin-top: 170px;
  background: rgba(0, 57, 66, 0.8);
  color: #fff;
}

.slogan p {

  font-size: 32px;
  margin-top: 100px;


}
.slogan2 p {

  font-size: 32px;
  margin-top: 20px;


}

.telephone p {
font-size: 22px;
padding: 14px;
margin-top: 67px;
line-height: 32px;
}

.btn_catalog a {
text-decoration: none;
color: #fff;
font-size: 24px;
display: block;
padding: 18px;
 border: solid 2px #00A551;
background: #00A551;
text-align: center;
margin-top: 80px;

}
.btn_catalog li {
  display: block;
}


.btn_catalog2 a {
text-decoration: none;
color: #fff;
font-size: 24px;
display: block;
padding: 18px;
 border: solid 2px #00A551;
background: #00A551;
text-align: center;
margin-top: 200px;

}
.btn_catalog a:hover,
.btn_catalog2 a:hover
 {
  background: #1F7C4D;
  border: solid 2px #00A551;
}

.btn_catalog2 li {
  display: block;
}

.btn_more a {
text-decoration: none;
color: #00A551;
font-size: 16px;
display: block;
padding: 18px;
 border: solid 2px #00A551;
width: 200px;
text-align: center;
margin-top: 50px;


}
.btn_more a:hover {
  border: solid 2px #1F7C4D;
  color: #1F7C4D;
}


.news{
  margin-top: 100px;
}

a.foto1-news,
a.foto2-news,
a.foto3-news,
a.foto4-news
 {


  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  display: block;
}

a.foto1-news{

  background: url('../images/1.jpg');

}

a.foto2-news{

  background: url('../images/2.jpg');

}
a.foto3-news{

  background: url('../images/3.jpg');

}
a.foto4-news{

  background: url('../images/4.jpg');

}

a.foto1-news:hover {

  background: url('../images/1h.jpg');
  text-decoration: none;

}
.foto1-news p:hover,
.foto2-news p:hover,
.foto3-news p:hover,
.foto4-news p:hover
 {

  
  color: #00A551;

}

a.foto2-news:hover {

  background: url('../images/2h.jpg');
  text-decoration: none;

}
a.foto3-news:hover {

  background: url('../images/3h.jpg');
  text-decoration: none;

}
a.foto4-news:hover {

  background: url('../images/4h.jpg');
  text-decoration: none;

}
.news p {
  padding-top: 220px;

}

.ikon-md {
  float: left;
  padding: 0 10px 10px 0px;
}

hr {
   border: solid 1px #E0E0E0;
   margin-top: 40px;

}
.ikons {

-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
cursor: pointer;
}
.ikons:hover {

-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
}



/*--------catalog-------------*/

.catalog {

  margin-bottom: 100px;
  color: #5D5D5D;

}

.catalog-title {
  text-decoration: none;
  color: #00A551;
  display: block;
  margin-bottom: 20px;
  margin-top: 25px;
  font-weight: bold;

}


.catalog-title2 {
  text-decoration: none;
  color: #00A551;
  font-weight: bold;
  display: block;
  margin-top: 8px;

}

.number {
  margin-right: 20px;
  color: #fff;
  background: #00A551;
  width: 36px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-top: -11px;
}

.number2 {
  margin-right: 5px;
  color: #00A551;
  width: 10px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-top: 1px;
}

.catalog a li {
  padding: 3px 0 3px 56px;
  
}
.catalog2 a li {
  padding: 2px 0 2px 23px;
  
}

.catalog2 {
  margin-bottom: 50px;
}

.ct {
  padding-bottom: 50px;
  
}

.menu-in-catalog a {
  color: #00A551;
  padding: 0 30px 0px 0;
  
}

.menu-in-catalog a:hover {
color: #003942;

}

.menu-in-catalog {
  margin-bottom: 40px;
}

.text-catalog-grey p {
  font-size: 18px;
  line-height: 25px;
}
.text-catalog-greenbold {
  color: #003942;
  font-weight: bold;
  margin-bottom: 15px;
}

.text-catalog-green {
  color: #003942;
  
}

thead {
  background: #003942;
  color: #fff;

}

.table-catalog {
  margin-top: 50px;
  margin-bottom: 50px;
  

}
.table{
  text-align: center;
}

.margin-top-50 {
  margin-top: 50px;
}

.bordertable > tbody > tr > th {
    border: 1px solid #d1d1d1;
}

.greytable {
    background: #2c9362;
}


.imageblock {
    padding: 4px 6px 4px 6px;
}


/*_____________________*/

/*

.top-image2 {
  background-image: url('../images/foto1.jpg');
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  background-attachment: fixed;
  margin-top: 0px;
}

.inform2 {
  background-color: #red;
}


.top-image-sm {
    display: block;
    width: 100%;
    margin: 0 auto;
}

*/


/*_____________________*/

@media (max-width: 400px) {
.inform2 {
  margin-top: 170px;
  background: rgba(0, 57, 66, 0.8);
  color: #red;
  width: 100%;
   padding: 50px;
    background-color: #003942;
    background: rgba(0, 57, 66, 0.8);
    margin: 100px 0px 100px 0px;
    line-height: 1.5;
}

}

