
body {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    color: #111827;
    flex-direction: column;
    margin: 0;
}
body a {
    color: #111827;
    text-decoration: none;
}
h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
}
h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
}
h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}
h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
body a:hover {
    color: #111827;
    text-decoration: underline;
}
/* header */
header {
    /*position: absolute;*/
    width: 100%;
    height: 80px;
    left: 0px;
    top: 0px;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px rgba(24, 169, 100, 0.3);
}
.container {
    max-width: 1320px;
    margin: auto;
    height: 100%;
}
header .nav {
    height: 100%;
    width: 100%;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header .logo {
    display: inline-block;
    margin-top: 12px;
    margin-left:60px;
}
header nav {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
}
nav a {
    padding: 0 25px;
}

header .right {
    width: 133px;
    display: inline-flex;
    flex-direction: row;
    margin-top: 21px;
    margin-bottom: 19px;
    justify-content: space-between;
}
/*header .right a {*/
/*    margin-left: 25px;*/
/*}*/
header .right .b {
    margin-top: 7.5px;
}
header .right .m {
    margin-top: 11px;
}

/* main */
.main .bredcrumb {
    margin-top: 48px;
    margin-bottom: 46px;
}
.main .bredcrumb span {
    width: 6px;
    height: 10px;
    display: inline-block;
    background-image: url("../images/bc.png");
    margin: 0 13px 0 13px;
}


.product_cart .info {
    display: flex;
    border-bottom: 1px solid rgba(24, 169, 100, 0.3);
    padding-bottom: 63px;
}
.product_cart .descr {
    padding-top: 26px;
    border-bottom: 1px solid rgba(24, 169, 100, 0.3);
    padding-bottom: 63px;
}
.product_cart .info > div {
    /*display: inline-block;*/
    margin:0 60px 0 0;
    width: 50%;
}
.product_cart .info .conditions > div {
    width: 120px;
    height: 50px;
    margin:0 20px 20px 0;
    display: inline-block;
    color: #18A964;;
    border: 1px solid rgba(24, 169, 100, 0.3);
}
.product_cart .info .conditions span {
    display: block;
    padding-top: 17px;
    text-align: center;
    line-height: 1em;
    font-weight: 400;
    font-size: 16px;
}
.product_cart .card h1 {
    margin-top: 0;
}
.product_cart .card .sub span {
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(17, 24, 39, 0.1);
}
.product_cart .card .sub span:first-child {
    padding-left: 0;
}
.product_cart .card .sub span:last-child {
    border-right: none;
}
.buttons {
    margin-top: 25px;
    margin-bottom:  30px;
}

button, a.button {
    display: inline-block;
    height: 40px;
    background: #18A964;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 1000px;
    padding-left: 27px;
    padding-right: 27px;
    margin-right: 20px;
    cursor: pointer;
}
a.button {
    box-sizing: border-box;
    line-height: normal;
    vertical-align: middle;
    padding-top: 8px;
}
button.green, a.button.green {
    background: #18A964;
    border-color: rgba(17, 24, 39, 0.1);
    color: #FFFFFF;
		transition: 0.2s ease all;
}
button.green:hover, a.button.green:hover{
	background: #1cb96d;
	text-decoration: none;
}
button.white, a.button.white {
    background: #ffffff;
    border-color: rgba(26, 104, 157, 0.3);
    color: #111827;
}
.order button{font-size: 17px;}
button.order, button.docs,
a.button.order, a.button.docs {
    padding-left: 51px;
		font-size: 15px;
}
button.order span, button.docs span,
a.button.order span, a.button.docs span{
    display: inline-block;
    position: absolute;
    margin-left: -28px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
}
button.order span,
a.button.order span {
    background-image: url("../images/message.png");
}
button.docs span, a.button.docs span {
    background-image: url("../images/doc.png");
}

.product_list .list {
    display: inline-flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -12px 0 -12px;
}

.product_list .list .product {
    flex-grow: 1;
    width: 33%;
}
.product_list .list .product > div {
    border: 1px solid rgba(24, 169, 100, 0.3);
    margin: 0 12px 0 12px;
}

.product_list .product .img,  .product_list .product .img img {
    width: 100%;
}

.product_list .product .descr h4 {
    margin: 16px 16px 10px 16px;
}
.product_list .product .descr p {
    font-size: 12px;
    margin: 10px 18px 28px 18px;
}



.bottom {
    box-shadow: 0px -1px 0px rgba(17, 24, 39, 0.1);
    margin-top: 49px;
}
.bottom footer {
    padding-top: 45px;
    padding-bottom: 55px;
}

.bottom footer .title-col {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.bottom .footer-line {
    display: inline-flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.bottom .footer-line .footer-col {
    flex-grow: 1;
    width: 23%;
}
.bottom .footer-line ul {
    list-style-type: none;
    padding: 0;
    font-size: 14px;
    line-height: 32px;
}

.bottom .footer-col.logo-col {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.modal.order {
    max-width: 608px;
    width: 608px;
    padding: 21px 24px 21px 24px;
    border-radius: 0;
}
.modal.order .inner{

}
.modal.order .subtitle {
    font-size: 16px;
}
.modal a.close-modal {
    right: 20px;
    top: 20px;
    width: 12px;
    height: 12px;
    background-image: url("../images/close.png");
}
form p {
    margin: 20px 0 20px 0;
    display: block;
    padding-right: 22px;
}

.order h2 {
    margin-top: 0;
}
form input {
    width: 100%;
    margin-top: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 8px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
}

.order input, .order button{
    width: 100%;
}

.order a.disabled , .order button.disabled {
    background: #e8e8e8;
}
.order .hidden {
    display: none;
}
.order .success {
    color: #18A964;
}
form .nice-select {
    width: 100%;
    margin-top: 8px;
}
span.info {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}