html, body  {
/*	height: 100%;	FONT-SIZE: 13px; FONT-FAMILY: Arial; color:#800000 background: #ffffff;} */
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
 /*   font-weight: 400; */
    color: gray;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.main {
  width: 60%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; 
  margin-bottom: 20px;
  }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; 
  margin-bottom: 20px;
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; }
.main {
      max-width: 550px; }
  }
	  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; }
.main {
      max-width: 700px; }	  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } 
.main {
      max-width: 900px; }
	  }
  @media (min-width: 1200px) {
	  .main {
      max-width: 1000px; }
    .container {
      max-width: 1140px; } }
	  
.social-media p a {
    border: 1px solid #e6e6e6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 4px;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}	  

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.navbar-brand {
    color: #209600;
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
}

.navbar-brand span {
    color: #fdbe34;
}

a {
	
	color: #209600;
/*    color: #007bff; */
    text-decoration: none;
    background-color: transparent;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #209600; }
  a:hover, a:focus {
    text-decoration: none;
    color: #fdbe34;
    outline: none !important; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400; }



.form_table
{
    height: 100%;
	width: 100%;
	text-align:   center; 
	
}

.yachraz {
    text-align: center;
    float: left;
    margin: 40px;
    padding: 7px 5px 1px 5px;

}

.centerblock{	width:100%;	float:left;
	}
.leftblock{	width:60%;	float:left;
	}	

.tab{
/*	font-family: 'KlyaksonRegular','Open Sans', sans-serif;  */
/*	src: url(/css/Klyakson.ttf); */
/*	font-family: 'Open Sans', sans-serif; */
    font-size:14px;
/*    color:#800000;*/
}

.impf {
/*    width: 80%; */
	height:99%;
    font-size:16px;
    color:#5e5d5d;
	border-radius: 4px;
/*  background: #748293;  */
	border-style: solid;
	border: 1px;
	border-color: #bcbcbd;
    box-shadow: 0 2px 7px rgba(233, 233, 233, 0.25), 0 2px 7px rgba(52, 52, 52, 0.22);
}
	
.radius {
  border: 0px solid CornflowerBlue;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.radius2 {
  border: 0px solid CornflowerBlue;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  
}

.tz {Z-INDEX: 5; MARGIN: 1px 0px 0px; POSITION: relative}
.tz B {text-align: left; FONT-WEIGHT: normal; CURSOR: pointer; COLOR: #cd0000; BORDER-BOTTOM: #cd0000 0px dotted}
.tz B SPAN {DISPLAY: none}
.tz B:hover SPAN {  DISPLAY: block;  width: 240px;  height: 400px;  BACKGROUND: #ffffff;  z-index: 888;  position: absolute;  right: 10px;  top: 20px;  TEXT-ALIGN: center;}

.contact-form .form-control {
    height: 44px !important;
    background: #eaf9fa;
    font-size: 14px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

  
/* Поле сообщения */
textarea{
    background: rgba(255, 255, 255, 0.4); 
	width: 90%;
    max-width: 400px;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#800000;
    padding-left:14px;
    padding-right:14px;
    padding-top:8px;
    margin-bottom:14px;
	border-radius: 4px;

}
/* Форм?*/
name{
  background: rgba(255, 255, 255, 0.4); 
  padding-left:14px;
  padding-right:14px;
  padding-top:5px;
  padding-bottom:8px;
  font-size: 110%; 
  border-radius: 4px;
/*  background: #748293;  */
  border-style: solid;
  border: 1px;
  border-color: #656d77;
  box-shadow: 0 2px 7px rgba(233, 233, 233, 0.25), 0 2px 7px rgba(52, 52, 52, 0.22);
}

input {
/*  width: 80%; */
/*  height: 20px; */
  background: rgba(255, 255, 255, 0.4); 
  padding-left:14px;
  padding-right:14px;
  padding-top:5px;
  padding-bottom:8px;
  font-size: 110%; 
  border-radius: 4px;
/*  background: #748293;  */
  border-style: solid;
  border: 1px;
  border-color: #bcbcbd;
}

/* Поле ввода 
input[type=submit] {
    cursor:pointer;
/*	width: 80px;  */
/*	height: 40px;
}
*/

.cnv {
  width: 270px;
  height: 290px;
  background-image: url(img/selfy.jpg); 
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 7px rgba(233, 233, 233, 0.25), 0 2px 7px rgba(52, 52, 52, 0.22);
}

.imgmessage {
  width: 60%;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 7px rgba(233, 233, 233, 0.25), 0 2px 7px rgba(52, 52, 52, 0.22);
}

.icon {
  width: 60px;
  cursor: pointer;
  box-shadow: 0 2px 7px rgba(233, 233, 233, 0.25), 0 2px 7px rgba(52, 52, 52, 0.22);
}

.kk {
  padding-left: 4px;
  width: 21px;
  height: 20px;
  text-decoration: none;
  vertical-align: middle;
}

.kupit {
/*  text-align: center; */
  color: #fff;
  font-size: 1em;
  width: 300px;
/*  height: 40px; */
  padding: 9px;
  border-radius: 4px;
  cursor: pointer;
  background: #fdbe34;
  color: #209600;
  border-style: solid;
  border: 1px;
  border-color: #656d77;
  box-shadow: 0 2px 7px rgba(233, 233, 233, 0.25), 0 2px 7px rgba(52, 52, 52, 0.22);
}

.knser {
  color: #fff;
  font-size: 1em;
  width: 80%;
  height: 40px;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
  background: #fdbe34;
  color: #209600;
  border-style: solid;
  border: 1px;
  border-color: #656d77;
  box-shadow: 0 2px 7px rgba(233, 233, 233, 0.25), 0 2px 7px rgba(52, 52, 52, 0.22);
}


@media screen and (max-width: 420px) {
	
.yachraz {
    text-align: center;
    float: left;
    margin: 7px;
    padding: 7px 5px 1px 5px;

}	

.cnv {
  width: 300px;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 7px rgba(233, 233, 233, 0.25), 0 2px 7px rgba(52, 52, 52, 0.22);
}

.imgmessage {
  width: 90%;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 7px rgba(233, 233, 233, 0.25), 0 2px 7px rgba(52, 52, 52, 0.22);
}

.icon {
  width: 45px;
  cursor: pointer;
  box-shadow: 0 2px 7px rgba(233, 233, 233, 0.25), 0 2px 7px rgba(52, 52, 52, 0.22);
}

}