
@font-face {
    font-family: Geometria;
    src: url("../fonts/Geometria.otf") format("opentype");
}
@font-face {
    font-family: GeometriaThin;
    src: url("../fonts/Geometria-Thin.otf") format("opentype");
}
@font-face {
    font-family: GeometriaExtraBold;
    src: url("../fonts/Geometria-ExtaBlack.otf") format("opentype");
}
@font-face {
    font-family: GeometriaBold;
    src: url("../fonts/Geometria-Bold.otf") format("opentype");
}
@font-face {
    font-family: GeometriaHeavy;
    src: url("../fonts/Geometria-Heavy.otf") format("opentype");
}

@font-face {
    font-family: GeometriaMedium;
    src: url("../fonts/Geometria-Medium.otf") format("opentype");
}
@font-face {
    font-family: GeometriaLight;
    src: url("../fonts/Geometria-Light.otf") format("opentype");
}
@font-face {
    font-family: Geometria;
    font-weight: 300;
    src: url("../fonts/Geometria-Light.otf") format("opentype");
}
@font-face {
    font-family: Geometria;
    font-weight: 500;
    src: url("../fonts/Geometria-Medium.otf") format("opentype");
}
@font-face {
    font-family: Geometria;
    font-weight: 700;
    src: url("../fonts/Geometria-Bold.otf") format("opentype");
}
body, html {
    margin: 0;
    padding: 0;
    cursor: default;
    width: 100%;
    height: 100%;
    font-family: Geometria;
    background: #f3f3f3;
}
.wrapper {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
.blue {
    background: #2a42a5;
    height: 79px;
    width: 100%;
}
.logo {
    display: block;
    width: 66px;
    height: 30px;
    background: url("../images/logo.png");
    position: absolute;
    top: 23px;
}
.phone {
    position: absolute;
    right: 0;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    font-family: GeometriaBold;
    top: 30px;
}
.top_menu {
    margin: 19px 0 19px 0;
}
.top_link {
    color: #000000;
    font-family: GeometriaMedium;
    font-size: 16px;
    margin: 0 30px 0 0;
}
.left {
    float: left;
    background: #fff;
    width: 300px;
    border-radius: 10px;
    margin: 0 30px 0 0;
    box-shadow: 0 0 5px #ccc;
}
.right {
    float: left;
    background: #fff;
    width: 870px;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
}

.right1 {
    float: left;
    background: #fff;
    width: 870px;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
}
.banner1 {
    border-radius: 10px 10px 0 0;
    /*background-image: url("../images/banner1.jpg");*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /*height: 400px;
    width: 100%;*/
}

h1, h2, h3 {
    font-family: GeometriaBold;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 21px;
}
h3 {
    font-size: 19px;
    padding-top:15px;
}
.tab-content h2{
    font-size: 26px;
    line-height: 32px;
    margin-top: 0.7rem;
}

@media (max-width: 768px) {
    .tab-content.px-5{
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
}

.mobile-header{
    font-family: GeometriaBold;
    font-size: 30px;
}
.wrapper_content {
    padding: 37px;
}
.name_left {
    font-family: GeometriaBold;
    color: #fff;
    background: #2a42a5;
    padding: 14px 10px 10px 15px;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
}
.first_level {
    border-bottom: solid 1px #c8c8c8;
}
.fl_link {
    color: #2a42a5;
    font-size: 14px;
    font-family: GeometriaMedium;
    padding: 2px 19px 2px 15px;
/*    background: url("../images/p1.png") 18px 5px no-repeat;*/
    display: block;

}

.fl_link.first {
    padding: 10px 19px 2px 15px;
/*    background: url("../images/p1.png") 18px 14px no-repeat;*/
}


.fl_link_active {
    color: #000;
/*    background: url("../images/p2.png") 18px 6px no-repeat;*/
    padding: 1px 19px 1px 15px;
}
.fl_link_active:hover {
/*	background: url("../images/marker.png") 18px 6px no-repeat;    */
}

.fl_link .innerrow{
display:none;
}

.fl_link_active .innerrow{
display:block;
}

span.fl_link{
 line-height: 18px;
}

.first_level:last-child {
    border-bottom: none;
}
.sl_link {
    color: #2a42a5;
    font-size: 14px;
    font-family: GeometriaMedium;
    padding: 1px 0px 1px 0px;
/*    background: url("../images/p1.png") 42px 6px no-repeat;*/
    display: block;
}
.sl_link_active {
    color: #000;
 /*   background: url("../images/p2.png") 42px 6px no-repeat;*/
}
.th_link {
    color: #2a42a5;
    font-size: 16px;
    font-family: GeometriaMedium;
    padding: 4px 19px 7px 78px;
    line-height: 16px;
    display: block;
}
.th_link_active {
    color: #000;
}
footer {
    background: #fff;
    margin: 135px 0 0 0;
    font-size: 14px;
    color: #000;
    padding: 22px 0;
}
.phone_footer {

}
.footer_address {
    float: right;
    text-align: right;
    margin: -7px 0 0 0;
}
.content {

    background: #fff;
    width: 1200px;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
}
.banner {
    border-radius: 10px 10px 0 0;
    background: url("../images/banner.jpg");
    height: 584px;
    width: 100%;
}
.slogan {
    text-transform: uppercase;
    font-size: 100px;
    padding: 212px 0 0 162px;
    font-family: GeometriaBold;
    color: #fff;
    line-height: 110px;
}
.content_inside {
    padding: 41px 48px;
   /* line-height: 30px;*/
}
a {
    color: #2a42a5;
}
hr {
    border-top: solid 1px #d4d4d4;
    border-bottom: none;
}
.wrapper_contact {
    padding: 0 34px 34px 34px;
    font-family: Geometria;
    font-size: 16px;
    line-height: 30px;
}
.contact_left {
    width: 348;
    margin: 0 30px 0 0;
    float: left;
}
.contact_right {
    width: 348px;

    float: left;
}
.name_space {
    font-weight: bold;
    margin: 0 0 35px 0;
}
.divider {
    width: 100%;
    height: 1px;
    background: #d4d4d4;
}
.bigm {
    margin: 46px 0 27px 0;
}

/*Медиазапросы*/

/*.navbar {padding-top: 15px;
    padding-bottom: 21px;}

.phone {position: static;
    top: 0px;}

.container {width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;}

a.top_link {text-decoration: underline;}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}
/**/

/*@media (min-width: 1200px) {
  .container {max-width: 1200px;}}

@media (min-width: 992px) {
    .nav-link {display: none;}}

@media (max-width: 991px) {
  .top_menu,
  .left {display: none;}

  .logo, .phone {
    position: relative;}
  .content_inside,
  .wrapper_content,
  .wrapper_contact {padding: 10px 20px;}
  footer {margin-top: 15px;}
  footer .row {flex-wrap: wrap;}}

@media (max-width: 575px) {
  .container {max-width: 98%;}
  .content_inside,
  .wrapper_content,
  .wrapper_contact {padding: 5px 7px;}
  #adminForm {width: 100%!important;}
}

@media (max-width: 400px) {
    .blue {height: 55px;}
    .phone {font-size: 15px;
        line-height: 15px;}
    .logo {top: 10px;}
  .menu-icon {display: block;
    font: 20px;
    margin-top: 10px;}
  .contact_left,
  .contact_right {width: 100%;}
  .footer_address {margin-top: 3px;}}*/
  
p.siteName{
    margin-bottom: 3px;
    margin-top: -7px;
}
button.citySelect{
    display: block;
    width: auto;
    height: auto;
    padding: 0 0 2px;
    margin: 0;
    border: 0;
    border-bottom: 1px dashed #2a42a5;
    background: transparent;
    font-family: Geometria;
    font-size: 14px;
    line-height: 14px;
    color: #2a42a5;
    outline: 0;
    cursor: pointer;
}
button.citySelect:hover{
    border-bottom: 1px solid #0056b3;
    color: #0056b3;
}

input.lastname
{
display:none;
}
#cart_info{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#cart_info .cart_icon{
  width: 32px;
}
#cart_list td,#cart_list th{
  vertical-align: middle
}
#cart_list .cart_image{
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid rgba(0,0,0,.1);
  height: 100px;
  width: 100%;
}
#cart_list .cart_image_cell{
    width: 150px;
}
#cart_list tbody th{
    width: 30px;
}
#cart_list .remove_cart{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    background: #2a42a5;
    color:#fff;
    padding: 2px;
}
#cart_list .remove_cart:hover{
  text-decoration: none;
  background: #e9ecef;
  color:#2a42a5;
  box-shadow: 0 0 2px 0 rgba(0,0,0,.5)
}

.manual-button
{
padding:3px 16px 2px 16px;
border: 2px solid #2a42a5;
    color: #2a42a5;
    font-weight: 500;
    border-radius: 5px;
}


.manual-button:hover
{
	text-decoration:none;
	background-color: #2a42a5;
	color:white;
}

a.prodlinks-index{
    padding-bottom:10px;
}

.tovarlistitemname {
    color: #000;
    font-size: 24px;
    font-weight:bold;
}