.h1 {
  text-align: center;
  font-size: 32px;
  width: 100%;
  color: #6085a7;
  margin: 30px 0;
  font-weight: bold;
  text-transform: uppercase;
}
/*----------------------------------[ Common ]----------------------------*/
/*------[ Shortcode ]------*/
.bank_item,
.Points_of_issue {
  margin: 10px 0;
  display: block;
  font-size: 18px;
}
.sales_departmen {
  margin: 10px 0;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
html body .sidebar_bottom_mobile,
html body .bottom_menu,
html body .mobile_menu,
html body .burger {
  display: none;
}
.managers_block h3 {
  font-size: 18px;
  font-family: 'Roboto-Condensed';
}
.managers_block .manager_item {
  cursor: pointer;
}
.managers_block .managers_items_photo {
  height: 230px;
  overflow: hidden;
  border-radius: 5px;
}
.managers_block .managers_items_photo img {
  width: auto !important;
}
.managers_block .manager_items_name {
  font-size: 18px;
  font-family: 'Roboto-Condensed';
  text-align: center;
  padding: 5px 0;
}
.managers_block .contacts {
  background-color: #7f9db8;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.managers_block .contacts .call_me,
.managers_block .contacts .write_me,
.managers_block .contacts .delivery_me {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.managers_block .contacts .call_me span,
.managers_block .contacts .write_me span,
.managers_block .contacts .delivery_me span {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 2px 0;
  font-size: 18px;
  text-transform: uppercase;
}
.managers_block .contacts .call_me span a,
.managers_block .contacts .write_me span a,
.managers_block .contacts .delivery_me span a {
  font-weight: bold;
  color: #ffffff;
}
.managers_block .contacts .call_me span a:hover,
.managers_block .contacts .write_me span a:hover,
.managers_block .contacts .delivery_me span a:hover {
  text-decoration: none;
  color: #ffffff;
}
.managers_block .contacts .delivery_me {
  border-bottom: none;
}
.btn_wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.btn_wrapper .btn_blue {
  padding: 5px 10px;
  background-color: #6085a7;
  border-radius: 5px;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
.btn_wrapper .btn_blue i {
  display: inline-block;
  margin-right: 5px;
}
.btn_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
}
.btn_wrapper button.btn_green {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #12b55f;
  padding: 10px 15px;
  cursor: pointer;
}
.btn_wrapper a.btn_green {
  display: inline-flex;
  background-color: #12b55f;
  margin: 0 auto;
  width: 220px;
  height: 60px;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  font-size: 25px;
}
.btn_wrapper a.btn_green:hover {
  color: #ffffff;
}
.btn_wrapper a.btn_green:before {
  background-color: #09934a;
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 20px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.btn_wrapper a.btn_green:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 4px solid transparent;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  transform: rotate(-45deg);
  right: 35px;
}
/*----------------------------------[ HEADER ]----------------------------*/
header {
  background: #6085a7 repeating-linear-gradient(119deg, #6085a7, #6085a7 5px, rgba(128, 128, 128, 0.6) 5px, rgba(128, 128, 128, 0.6) 7px);
  padding-top: 25px;
  padding-bottom: 30px;
}
header a.logo {
  color: #ffffff !important;
  display: block;
  cursor: pointer;
}
header a.logo:hover {
  text-decoration: none;
}
header a.logo span {
  display: block;
}
header a.logo span:first-child {
  text-transform: uppercase;
  font-size: 42px;
  font-family: 'Roboto-Condensed';
  letter-spacing: 2px;
}
header a.logo span:first-child strong {
  font-family: 'Roboto-Condensed-Bold';
}
header a.logo span:nth-child(2) {
  font-size: 14px;
}
header .phone span {
  font-family: 'Roboto-Condensed';
  color: #ffffff;
  display: block;
}
header .phone span:first-child {
  font-size: 42px;
}
header .phone span:first-child a {
  display: block;
  color: #ffffff;
  font-family: 'Roboto-Condensed';
}
header .phone span:first-child a:hover {
  text-decoration: none;
  color: #ffffff;
}
header .phone span:nth-child(2) {
  font-size: 14px;
}
header .email_icq {
  background-color: #7f9db8;
  border-radius: 5px;
  padding: 8px;
  color: #ffffff;
}
header .email_icq span {
  display: block;
  font-size: 18px;
  text-align: center;
}
header .email_icq span i {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
header .email_icq span a {
  color: #ffffff;
}
header .email_icq span a:hover {
  text-decoration: none;
  color: #ffffff;
}
header .email_icq .social_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
header .email_icq .social_wrapper .social {
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #6085a7;
  background-color: #eeeeee;
}
header .email_icq .social_wrapper .social:hover {
  color: #7f9db8;
  cursor: pointer;
  text-decoration: none;
}
/*----------------------------------[ MENU ]----------------------------*/
nav.main {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
}
nav.main .city_block {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #e4eaf0;
  color: #6085a7;
  right: 147px;
  top: 9px;
  font-size: 16px;
  padding: 5px;
  border-radius: 5px;
}
nav.main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
nav.main ul li a {
  display: inline-block;
}
nav.main ul li a:hover {
  text-decoration: none;
}
nav.main ul li a span {
  text-transform: uppercase;
  font-family: 'Roboto-Condensed';
  color: #344148;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
}
nav.main ul li a span:hover {
  color: #6085a7;
  transition-duration: 0.3s;
}
/*----------------------------------[ Company ]----------------------------*/
section.company {
  padding-top: 25px;
}
section.company .company_wrapper {
  border-bottom: 1px solid #eeeeee ;
  padding-bottom: 25px;
}
section.company .our_clients {
  position: relative;
  padding: 10px 0;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7f9db8;
  color: #ffffff;
  font-family: 'Roboto-Condensed';
}
section.company .our_clients:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -44px;
  border: 22px solid transparent;
  border-left-color: #7f9db8;
}
section.company .owl-item {
  width: auto;
  height: auto;
}
section.company .owl-item img {
  width: auto;
  height: auto;
}
/*----------------------------------[ STOCK ]----------------------------*/
section.stock {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #545a60;
}
section.stock .stock_img img {
  max-width: 100%;
  height: auto;
}
section.stock .stock_text {
  text-transform: uppercase;
  font-family: 'Roboto-Condensed';
}
section.stock .stock_text h2 span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 26px;
}
section.stock .stock_text h3 {
  text-align: center;
}
section.stock .stock_text h4 {
  font-size: 16px;
}
section.stock .stock_text h4 span {
  width: 100%;
  line-height: 16px;
  display: inline-block;
  text-align: center;
}
section.stock .stock_text h4 span a {
  color: #6085a7;
}
section.stock .stock_text h4 span a:hover {
  color: #6085a7;
  cursor: pointer;
}
/*----------------------------------[ Sidebar ]----------------------------*/
.sidebar_bottom_mobile,
section.sidebar {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 20px;
  padding-bottom: 40px;
}
.sidebar_bottom_mobile .main_springs,
section.sidebar .main_springs {
  list-style: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  background-color: #7f9db8;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sidebar_bottom_mobile .main_springs li:first-child,
section.sidebar .main_springs li:first-child {
  padding: 10px;
  padding-left: 20px;
  padding-bottom: 5px;
}
.sidebar_bottom_mobile .main_springs li:first-child h4,
section.sidebar .main_springs li:first-child h4 {
  font-size: 18px;
}
.sidebar_bottom_mobile .main_springs li a,
section.sidebar .main_springs li a {
  padding: 10px;
  padding-left: 25px;
  color: #ffffff;
  display: block;
  width: 100%;
  position: relative;
  font-family: 'Roboto-Condensed';
  margin: 0;
}
.sidebar_bottom_mobile .main_springs li a:before,
section.sidebar .main_springs li a:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
  border-bottom-color: #ffffff;
  border-right-color: #ffffff;
  transform: rotate(-45deg);
  left: 4px;
  top: 16px;
}
.sidebar_bottom_mobile .main_springs li a:hover,
section.sidebar .main_springs li a:hover {
  text-decoration: none;
  font-size: 20px;
  transition-duration: 0.3s;
}
.sidebar_bottom_mobile .main_springs li a:hover:before,
section.sidebar .main_springs li a:hover:before {
  top: 20px;
  transition-duration: 0.3s;
}
.sidebar_bottom_mobile .other_spring,
section.sidebar .other_spring {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
  font-family: 'Roboto-Condensed';
}
.sidebar_bottom_mobile .other_spring li a,
section.sidebar .other_spring li a {
  margin: 0;
  padding: 5px;
  padding-left: 25px;
  color: #6085a7;
  display: block;
  width: 100%;
  position: relative;
}
.sidebar_bottom_mobile .other_spring li a:hover,
section.sidebar .other_spring li a:hover {
  text-decoration: none;
  font-size: 20px;
  transition-duration: 0.3s;
}
.sidebar_bottom_mobile .other_spring li a:before,
section.sidebar .other_spring li a:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 4px;
  top: 16px;
  background-color: #7f9db8;
}
.sidebar_bottom_mobile .list_spring_bottom,
section.sidebar .list_spring_bottom {
  margin-top: 20px;
  width: 100%;
  background-color: #7f9db8;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sidebar_bottom_mobile .list_spring_bottom span,
section.sidebar .list_spring_bottom span {
  color: #ffffff;
  text-align: center;
  display: inline-block;
}
.sidebar_bottom_mobile .list_spring_bottom span:first-child,
section.sidebar .list_spring_bottom span:first-child {
  width: 60%;
  border-right: 1px solid #e2e6ea;
}
.sidebar_bottom_mobile .list_spring_bottom span:nth-child(2),
section.sidebar .list_spring_bottom span:nth-child(2) {
  width: 35%;
}
.sidebar_bottom_mobile .list_spring_bottom span:nth-child(2) a,
section.sidebar .list_spring_bottom span:nth-child(2) a {
  margin: 0;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.sidebar_bottom_mobile .list_spring_bottom span:nth-child(2) a:hover,
section.sidebar .list_spring_bottom span:nth-child(2) a:hover {
  font-size: 22px;
  transition-duration: 0.3s;
}
.sidebar_bottom_mobile .sidebar_bottom h4,
section.sidebar .sidebar_bottom h4 {
  color: #7f9db8;
  font-family: 'Roboto-Condensed';
  margin-top: 10px;
}
.sidebar_bottom_mobile .sidebar_bottom a,
section.sidebar .sidebar_bottom a {
  cursor: pointer;
  text-transform: uppercase;
  background-color: #7f9db8;
  position: relative;
  border-radius: 5px;
}
.sidebar_bottom_mobile .sidebar_bottom .sidebar_bottom_container_1,
section.sidebar .sidebar_bottom .sidebar_bottom_container_1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar_bottom_mobile .sidebar_bottom .sidebar_bottom_container_1 a,
section.sidebar .sidebar_bottom .sidebar_bottom_container_1 a {
  display: block;
  width: 100%;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  color: #ffffff;
  position: relative;
  font-size: 14px;
  margin: 5px 0;
}
.sidebar_bottom_mobile .sidebar_bottom .sidebar_bottom_container_1 a:before,
section.sidebar .sidebar_bottom .sidebar_bottom_container_1 a:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background-size: cover;
  left: 10px;
  top: 3px;
}
.sidebar_bottom_mobile .sidebar_bottom .sidebar_bottom_container_1 a:first-child:before,
section.sidebar .sidebar_bottom .sidebar_bottom_container_1 a:first-child:before {
  background-image: url("http://saransk.prugina.pro/wp-content/themes/springs/css/../img/piece.png");
}
.sidebar_bottom_mobile .sidebar_bottom .sidebar_bottom_container_1 a:nth-child(2):before,
section.sidebar .sidebar_bottom .sidebar_bottom_container_1 a:nth-child(2):before {
  width: 45px;
  height: 50px;
  top: -4px;
  left: -6px;
  background-image: url("http://saransk.prugina.pro/wp-content/themes/springs/css/../img/spring.png");
}
.sidebar_bottom_mobile .sidebar_bottom .sidebar_bottom_container_1 a:nth-child(3):before,
section.sidebar .sidebar_bottom .sidebar_bottom_container_1 a:nth-child(3):before {
  background-image: url("http://saransk.prugina.pro/wp-content/themes/springs/css/../img/pancel.png");
}
.sidebar_bottom_mobile .sidebar_bottom .sidebar_bottom_container_2,
section.sidebar .sidebar_bottom .sidebar_bottom_container_2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.sidebar_bottom_mobile .sidebar_bottom .sidebar_bottom_container_2 a,
section.sidebar .sidebar_bottom .sidebar_bottom_container_2 a {
  text-align: center;
  padding-top: 65px;
  width: 48%;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 5px;
  padding-top: 50px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  font-size: 14px;
}
.sidebar_bottom_mobile .sidebar_bottom .sidebar_bottom_container_2 a:before,
section.sidebar .sidebar_bottom .sidebar_bottom_container_2 a:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  background-size: cover;
}
.sidebar_bottom_mobile .sidebar_bottom .sidebar_bottom_container_2 a:first-child:before,
section.sidebar .sidebar_bottom .sidebar_bottom_container_2 a:first-child:before {
  background-image: url("http://saransk.prugina.pro/wp-content/themes/springs/css/../img/pieces.png");
}
.sidebar_bottom_mobile .sidebar_bottom .sidebar_bottom_container_2 a:last-child:before,
section.sidebar .sidebar_bottom .sidebar_bottom_container_2 a:last-child:before {
  background-image: url("http://saransk.prugina.pro/wp-content/themes/springs/css/../img/box.png");
}
.sidebar_bottom_mobile .sidebar_bottom .sidebar_bottom_container_2 a:hover,
section.sidebar .sidebar_bottom .sidebar_bottom_container_2 a:hover {
  text-decoration: none;
  color: #ffffff;
}
.sidebar_bottom_mobile .managers_block,
section.sidebar .managers_block {
  margin: 15px 0;
}
.sidebar_bottom_mobile .managers_block .manager_items,
section.sidebar .managers_block .manager_items {
  flex-direction: row;
}
.sidebar_bottom_mobile .managers_block .manager_items .manager_item,
section.sidebar .managers_block .manager_items .manager_item {
  width: 48%;
  display: inline-block;
}
.sidebar_bottom_mobile .managers_block .manager_items .manager_item .managers_items_photo,
section.sidebar .managers_block .manager_items .manager_item .managers_items_photo {
  border: 1px solid #7f9db8;
}
.sidebar_bottom_mobile .managers_block .manager_items .manager_item:first-child,
section.sidebar .managers_block .manager_items .manager_item:first-child {
  margin-right: 2%;
}
/*----------------------------------[ Content ]----------------------------*/
.main_content {
  padding-bottom: 40px;
}
.main_content .batch_spring {
  width: 100%;
  background-color: #e4eaf0;
  border-radius: 5px;
  padding: 0 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.main_content .batch_spring .batch_spring_text {
  display: inline-flex;
  padding: 15px 0;
  width: 70%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-family: 'Roboto-Condensed';
}
.main_content .batch_spring .batch_spring_text span {
  transform: scale(1.5);
  color: #6085a7;
}
.main_content .batch_spring .batch_spring_icon {
  display: inline-block;
  height: 80px;
  width: 30%;
  background-image: url(http://saransk.prugina.pro/wp-content/themes/springs/css/../img/delivery.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main_content h2 {
  font-size: 24px;
  font-family: 'Roboto-Condensed';
}
.main_content p {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  outline-color: #545a60;
  color: #545a60;
  font-style: normal;
}
.main_content .link_gallery {
  margin: 40px 0;
}
.main_content .link_gallery .gallery_item {
  width: 100%;
  height: 140px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.main_content .link_gallery .gallery_item_last {
  background-color: #7f9db8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: 'Roboto-Condensed';
}
.main_content .link_gallery .gallery_item_last a {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
.main_content .link_gallery .gallery_item_last a:hover {
  text-decoration: none;
  transform: scale(1.2);
  transition-duration: 0.3s;
}
.main_content .link_gallery .gallery_item img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.main_content .managers_block {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}
.main_content .managers_block .managers h3 {
  margin-bottom: 5px;
}
.main_content .managers_block .managers .manager_items {
  display: flex;
  justify-content: space-between;
}
.main_content .managers_block .managers .manager_items .manager_item {
  width: 45%;
}
.main_content .button_sale {
  margin-top: 40px;
  width: 100%;
}
.main_content .button_sale h2 {
  width: 100%;
  text-align: center;
  font-family: 'Myriad';
}
.main_content .button_sale .btn_green {
  display: flex;
  width: 100%;
}
.main_content .text_block {
  margin: 40px 0;
}
.main_content .text_block p {
  width: 100%;
  padding: 15px;
  color: #ffffff;
  background-color: #7f9db8;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
}
.modal,
#data_personal,
#modal_form_manager {
  display: none;
}
#data_personal {
  width: 80%;
  margin: auto;
}
#data_personal .block_form_utp {
  padding: 20px;
}
#data_personal .modal-dialog {
  min-width: 100%;
}
#data_personal .close {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}
#modal_form,
#modal_form_manager {
  height: 600px !important;
  width: 600px;
  margin: auto;
  padding: 15px;
  border-radius: 5px;
  background-color: #6085a7;
}
#modal_form .data_personal_link,
#modal_form_manager .data_personal_link {
  text-align: center;
  width: 100%;
  padding: 4px;
  display: block;
  cursor: pointer;
  color: #ffffff;
}
#modal_form .close_modal,
#modal_form_manager .close_modal {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  top: 0;
  right: 0;
}
#modal_form h3,
#modal_form_manager h3 {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
#modal_form p input,
#modal_form_manager p input,
#modal_form p textarea,
#modal_form_manager p textarea {
  border-radius: 5px;
  display: block;
  width: 90%;
  margin: 5px auto;
  font-size: 18px;
  margin-top: 10px;
}
#modal_form textarea,
#modal_form_manager textarea {
  height: 60px;
}
#modal_form h2,
#modal_form_manager h2 {
  font-size: 22px;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-transform: uppercase;
}
#modal_form p,
#modal_form_manager p {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
#modal_form_manager .img_manager {
  display: block;
  position: absolute;
  top: 50px;
  right: 50px;
  border-radius: 5px;
  width: 150px;
  height: auto;
}
#modal_form_manager .img_manager img {
  border-radius: 5px;
  max-width: 100%;
}
#modal_form_manager p input,
#modal_form_manager p textarea {
  width: 60%;
  margin-right: 40%;
}
section.map {
  position: relative;
  height: 450px;
}
section.map .banks {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 450px;
  padding: 15px;
  color: #000000;
  background: rgba(127, 157, 184, 0.7);
  font-size: 16px;
  font-family: 'Roboto-Condensed';
}
section.map .banks span {
  display: block;
  width: 100%;
  text-align: left;
  padding: 4px 0;
}
footer {
  padding: 40px 0;
  background: #6085a7 repeating-linear-gradient(119deg, #6085a7, #6085a7 5px, rgba(128, 128, 128, 0.6) 5px, rgba(128, 128, 128, 0.6) 7px);
  position: relative;
}
footer nav.footer ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
footer nav.footer ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Roboto-Condensed';
}
footer nav.footer ul li a:hover {
  color: #e2e6ea;
  transition-duration: 0.3s;
}
footer .it_help {
  position: absolute;
  bottom: 0;
  right: 0;
}
footer .it_help div:first-child a {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 5px;
}
footer .it_help div:first-child a:before {
  content: '';
  position: absolute;
  background-image: url("http://saransk.prugina.pro/wp-content/themes/springs/css/../img/it-help.png");
  background-size: cover;
  width: 40px;
  height: 40px;
  right: 35px;
  top: -12px;
}
.springs_content {
  width: 100%;
  padding-bottom: 30px;
}
.springs_content h1 {
  text-align: center;
  font-size: 32px;
  width: 100%;
  color: #6085a7;
  margin: 30px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.springs_content .springs_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 250px;
  margin-bottom: 30px;
}
.springs_content .springs_item:hover {
  text-decoration: none;
}
.springs_content .springs_item:hover h3 {
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
  transition-duration: 0.3s;
}
.springs_content .springs_item .springs_item_img {
  border-radius: 5px;
  border: 1px solid #6085a7;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.springs_content .springs_item .springs_item_img img {
  width: 100%;
  height: auto;
}
.springs_content .springs_item h3 {
  background-color: transparent;
  color: #7f9db8;
  text-align: center;
  padding: 20px 10px;
  font-size: 18px;
}
.springs_content .button_sale h2 {
  text-align: center;
}
.springs_content .button_sale .btn_green {
  width: auto;
  padding-right: 75px;
}
.spring_content {
  padding: 30px 0;
}
.spring_content h1 {
  text-align: center;
  font-size: 32px;
  width: 100%;
  color: #6085a7;
  margin: 30px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.spring_content .spring_gallery {
  border-radius: 5px;
  border: 2px solid #7f9db8;
  padding: 20px;
  padding-bottom: 10px;
  background-color: #7f9db8;
}
.spring_content .spring_gallery .spring_gallery_item {
  width: 100%;
  height: 120px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 10px;
}
.spring_content .spring_gallery .spring_gallery_item a {
  display: block;
  width: 100%;
  height: 100%;
}
.spring_content .spring_gallery .spring_gallery_item a img {
  width: 100%;
  height: auto;
}
.spring_content .spring_text {
  width: 100%;
  margin: 20px 0;
}
.spring_content .spring_text p {
  font-size: 18px;
  margin: 5px 0;
}
.spring_content .spring_text .spring_text_before {
  padding: 10px;
  text-transform: uppercase;
  border: 1px solid #6085a7;
  border-radius: 5px;
}
.spring_content .spring_text table {
  width: 100%;
  margin: 10px 0;
}
.spring_content .spring_text table tr:last-child td {
  border-bottom: none;
}
.spring_content .spring_text table tr td {
  border: none;
  width: auto;
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #6085a7;
}
.contact_content h1 {
  text-align: center;
  font-size: 32px;
  width: 100%;
  color: #6085a7;
  margin: 30px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.delivery_content h1 {
  text-align: center;
  font-size: 32px;
  width: 100%;
  color: #6085a7;
  margin: 30px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.delivery_content .delivery_city {
  margin: 15px 0;
}
.delivery_content .delivery_city .scroll {
  width: 100%;
  height: 100%;
}
.delivery_content .delivery_city .scroll a {
  display: block;
  width: 100%;
  height: 100%;
  color: #6085a7;
  font-size: 18px;
  font-family: 'Roboto-Condensed';
  text-align: center;
  padding: 5px;
}
.delivery_content .delivery_city .scroll a:hover {
  text-decoration: none;
  font-size: 22px;
  transition-duration: 0.3s;
}
.delivery_content .delivery_address {
  width: 100%;
}
.delivery_content .delivery_address .delivery_address_item {
  margin: 10px 0;
  border-radius: 5px;
  padding: 15px;
  background-color: rgba(127, 157, 184, 0.7);
  width: 100%;
}
.delivery_content .delivery_address .delivery_address_item span.city {
  font-size: 20px;
  font-weight: bold;
}
.delivery_content .delivery_address .delivery_address_item span.address {
  font-size: 18px;
}
.reviews h1 {
  text-align: center;
  font-size: 32px;
  width: 100%;
  color: #6085a7;
  margin: 30px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.reviews .comment {
  width: 100%;
}
.reviews .comment .comment_list .comment_item {
  margin-bottom: 15px;
}
.reviews .comment .comment_list .comment_item .comment_item_img {
  width: 100%;
  height: 95px;
  background-image: url("http://saransk.prugina.pro/wp-content/themes/springs/css/../img/defaultReviews.jpg");
  background-size: contain;
  background-position: center;
  border-radius: 5px;
  background-repeat: no-repeat;
  position: relative;
}
.reviews .comment .comment_list .comment_item .comment_item_img img {
  max-width: 100%;
  border-radius: 5px;
}
.reviews .comment .comment_list .comment_item .comment_body {
  background-color: #e4eaf0;
  padding: 20px;
  border-radius: 5px;
}
.reviews .comment .comment_list .comment_item .comment_body p {
  font-size: 18px;
}
.reviews .comment .comment_list .comment_item .comment_body:before {
  content: '';
  position: absolute;
  border: 15px solid transparent;
  border-right-color: #e4eaf0;
  top: 10px;
  left: -10px;
}
.reviews .comment .comment_list .comment_item .comment_body .comment-footer {
  text-align: right;
  font-family: 'Nautilus';
  font-size: 20px;
  color: #6085a7;
}
.reviews .comment .comment_form {
  margin-top: 40px;
}
.reviews .comment .comment_form .comment-notes {
  display: none;
}
.reviews .comment .comment_form .comment-form-comment {
  margin-bottom: 0;
}
.reviews .comment .comment_form form {
  width: 100%;
  background-color: #e4eaf0;
  border-radius: 5px;
  padding: 20px 0;
}
.reviews .comment .comment_form h3 {
  color: #6085a7;
  text-align: center;
}
.reviews .comment .comment_form label {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #6085a7;
}
.reviews .comment .comment_form textarea,
.reviews .comment .comment_form input {
  width: 60%;
  border: 1px solid #6085a7;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
}
.reviews .comment .comment_form textarea {
  height: 150px;
}
.reviews .comment .comment_form input {
  padding: 5px;
}
.reviews .comment .comment_form .submit {
  width: 40%;
  color: #ffffff;
  cursor: pointer;
  background-color: #12b55f;
  border: none;
  margin-top: 10px;
}
.reviews .comment .comment_form .logged-in-as {
  text-align: center;
}
.reviews .screen-reader-text {
  text-align: center;
}
.reviews .nav-links {
  text-align: center;
}
.reviews .nav-links a {
  font-size: 12px;
  text-transform: uppercase;
  color: #6085a7;
  display: inline-block;
  padding: 5px 10px;
}
.reviews .gglcptch_recaptcha > div {
  margin: 0 auto;
}
.partners h1 {
  text-align: center;
  font-size: 32px;
  width: 100%;
  color: #6085a7;
  margin: 30px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.partners .email,
.partners .phone {
  display: inline-block;
  padding: 2px;
  color: #6085a7;
  text-transform: uppercase;
  background-color: #e4eaf0;
  border-radius: 5px;
}
.partners .email:hover,
.partners .phone:hover {
  text-decoration: none;
}
.partners .btn_wrapper .btn_green {
  width: 300px;
}
.commands h1 {
  text-align: center;
  font-size: 32px;
  width: 100%;
  color: #6085a7;
  margin: 30px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.commands .btn_wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.commands .btn_wrapper .btn_blue {
  padding: 5px 10px;
  background-color: #6085a7;
  border-radius: 5px;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
.commands .btn_wrapper .btn_blue i {
  display: inline-block;
  margin-right: 5px;
}
.commands .commands_director {
  width: 100%;
  padding: 10px;
  background-color: #e4eaf0;
  margin-bottom: 30px;
}
.commands .commands_director .avatar_director {
  width: 100%;
  height: auto;
}
.commands .commands_director .avatar_director img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.commands .commands_director .director_name {
  font-size: 18px;
  text-transform: uppercase;
  color: #7f9db8;
  text-align: left;
}
.commands .commands_director .director_subName {
  display: block;
  text-align: left;
  color: #868686;
  font-size: 18px;
  font-weight: bold;
}
.commands .commands_director p {
  font-size: 14px;
}
.commands .manager_item {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.commands .manager_item .manager_avatar {
  width: 100%;
  height: 330px;
  overflow: hidden;
}
.commands .manager_item .manager_avatar img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.commands .manager_item .manager_name {
  text-transform: uppercase;
  color: #7f9db8;
  font-size: 18px;
  font-weight: bold;
}
.commands .manager_item .manager_position {
  color: #868686;
  font-size: 16px;
}
.blog h1 {
  text-align: center;
  font-size: 32px;
  width: 100%;
  color: #6085a7;
  margin: 30px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.blog .blog_item {
  width: 100%;
  background-color: #e4eaf0;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog .blog_item .blog_item_img {
  width: 100%;
  height: auto;
}
.blog .blog_item .blog_item_img img {
  width: 100%;
  height: auto;
}
.blog .blog_item .blog_item_title h3 {
  font-size: 18px;
  text-align: right;
  color: #6085a7;
  font-family: 'Nautilus';
}
.blog .blog_item .blog_item_text {
  font-size: 14px;
  text-align: right;
}
.blog .blog_item .btn_wrapper {
  display: flex;
  justify-content: flex-end;
}
.blog .blog_item .btn_wrapper a {
  display: inline-block;
}
.blog .blog_item .btn_wrapper a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #6085a7;
  transition-duration: 0.3s;
}
.blog .wp-pagenavi .pages {
  display: none;
}
.blog .wp-pagenavi span,
.blog .wp-pagenavi a {
  display: inline-block;
  margin: 10px 0;
  border: none;
  font-size: 24px;
  color: #6085a7;
}
.single h1 {
  text-align: center;
  font-size: 32px;
  width: 100%;
  color: #6085a7;
  margin: 30px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.single img {
  width: auto;
  height: auto;
}
.single .btn_wrapper .btn_green {
  width: auto;
  padding-right: 70px;
}
.stock_page h1 {
  text-align: center;
  font-size: 32px;
  width: 100%;
  color: #6085a7;
  margin: 30px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.stock_page span.tagged {
  display: inline-block;
  padding: 2px;
  background-color: #e4eaf0;
  color: #6085a7;
}
.page_gallery {
  padding-bottom: 30px;
}
.page_gallery h1 {
  text-align: center;
  font-size: 32px;
  width: 100%;
  color: #6085a7;
  margin: 30px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.page_gallery a {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: 100%;
}
.page_gallery a img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  border: 1px solid #e4eaf0;
}
.page_gallery .btn_wrapper .btn_green {
  width: auto;
  padding-right: 70px;
}
.avto_content h1 {
  text-align: center;
  font-size: 32px;
  width: 100%;
  color: #6085a7;
  margin: 30px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.avto_content .top_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.avto_content .top_logo img {
  max-width: 100%;
}
.avto_content .text {
  margin-bottom: 20px;
}
.avto_content .marks_avto_item {
  display: block;
  margin-bottom: 40px;
}
.avto_content .marks_avto_item span {
  display: block;
}
.avto_content .marks_avto_item span.marks_avto_logo {
  overflow: hidden;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avto_content .marks_avto_item span.marks_avto_logo img {
  width: 100%;
  height: auto;
}
.avto_content .marks_avto_item span.marks_avto_name {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 18px;
}
.error_404 h2,
.error_404 h1 {
  width: 100%;
  display: block;
  text-align: center;
  color: #6085a7;
}
.error_404 .btn_wrapper .btn_blue a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 34px;
  text-decoration: none;
  color: #ffffff;
}
.error_404 .btn_wrapper .btn_blue a:hover {
  text-decoration: none;
  color: #ffffff;
}
