.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    
    /* Support for IE. */
    font-feature-settings: 'liga';
}

body .jGrowl-notification {
    padding: 20px 40px 20px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 0.1);
    opacity: 1;
	font-family: 'Cascadia Code';
    position: relative;
}

body .jGrowl-notification.af-message-success, body .ms2-message-success {
    background-color: #3cf914 !important;
    background: -webkit-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: -moz-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    color: #006f01 !important;
}
body .jGrowl-notification.af-message-error, body .ms2-message-error {
    background-color: #d11a00 !important;
    background: -webkit-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: -moz-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
}
body .jGrowl-notification.af-message-info, body .ms2-message-info {
    background-color: #00a6ff !important;
    background: -webkit-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: -moz-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
}

body .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

body .jGrowl-notification.af-message-success .jGrowl-close {
    color: #006f01;
}

html, body {
    width: 100%;
    color: #242424;
    font-family: 'Arial Narrow';
    height: 100vh;
    background: #f9f9f9;
}

hr.clear {
    display: block;
    margin: 0;
    border: none;
    height: 0;
    width: 100%;
    clear: both;
}

.miniCart {
    height: 56px;
    border-left: 1px dashed #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 0 0 10px;
}

.wrapper {
    background: #efefef;
    min-height: 100%;
}

.adaptive {
    width: 1200px;
    margin: 0 auto;
}

header .top {
    height: 37px;
    box-sizing: border-box;
    border-bottom: 1px solid #e4e4e4;
}

header .top .adaptive {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

header .top .adaptive .nav a {
    text-decoration: none;
    color: #000;
    display: flex;
    margin: 0 25px 0 0;
}

header .top .adaptive .nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

header .cont {
    height: 100px;
}

header {
    background: #fff;
    height: 193px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 120;
}

header .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

header .contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 0 0 50px;
    font-family: 'Open Sans';
}

header .contacts a {
    text-decoration: none;
    font-size: 28px;
    color: #f83b01;
    font-weight: bold;
}

header .contacts span {
    font-size: 12px;
    color: #6a6a68;
    padding: 5px 0;
}

header .contacts p {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

header nav {
    background: #2a5ba2;
}

header nav .main_menu ul {
    display: flex;
    height: 56px;
    justify-content: flex-start;
}

header nav .main_menu ul li a {
    text-decoration: none;
    display: flex;
    color: #fff;
    height: 56px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 18px;
    transition: 0.3s;
}

header .cont .right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

header .search {
    border-radius: 2px;
    position: relative;
    box-sizing: border-box;
}

header .search form {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

header .search form input {
    width: 560px;
    height: 40px;
    box-sizing: border-box;
    padding: 0 95px 0 15px;
    outline: none;
    font-size: 16px;
    color: #575757;
    border: 1px solid #2a5ba2;
    transition: 0.3s;
}

header .search form button {
    box-sizing: border-box;
    width: 80px;
    padding: 0;
    background: #2a5ba2;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

hr.clear.header {
    height: 193px;
}

section.container {
    padding: 40px 0 80px;
}

header.fixed nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.productContainer {
    display: flex;
    padding: 0 0 50px;
}

.productContainer .images {
    width: 460px;
}

.productContainer .information {
    width: 740px;
    box-sizing: border-box;
    padding: 0 0 0 50px;
}

.productContainer .information h1 {
    font-size: 30px;
    padding: 0 0 10px;
}

.productContainer .information h3 {
    font-size: 15px;
    padding: 0 0 25px;
}

.productContainer .information p {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 30px;
}

header nav .main_menu ul li {
    margin: 0 25px 0 0;
}

header nav .main_menu ul li a:hover {
    color: #a6caff;
}

.productContainer .information .count {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin: 0 20px 0 0;
    border: 1px solid white;
    height: 46px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
}

.productContainer .information .count_button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 30px 0 0;
}

.productContainer .information .count span {
    width: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Open Sans';
}

.productContainer .information .count input {
    border: none;
    outline: none;
    background: #efefef;
    text-align: center;
    width: 50px;
    box-sizing: border-box;
    padding: 0;
    font-size: 18px;
    font-family: 'Open Sans';
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.productContainer .information .count_button button {
    background: #2a5ba2;
    border: none;
    padding: 0 20px;
    font-family: 'Arial Narrow';
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    transition: 0.3s;
}

.pagetitle {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    margin: 0 0 30px;
}

.pagetitle:after {
    content: "";
    display: block;
    height: 1px;
    background: #bdcade;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pagetitle h1 {
    background: #efefef;
    position: relative;
    z-index: 2;
    font-size: 30px;
    padding: 0 20px 0 0;
    font-weight: 600;
}

article h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 20px;
}

article h3 {
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 20px;
}

article p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 20px;
}

article ul, article ol {
    padding: 0 0 0 25px;
    margin: 0 0 20px;
}

article li {
    list-style-type: square;
    font-size: 16px;
    line-height: 20px;
}

article strong {
    font-weight: 600;
}

article li::marker {
    color: #2a5ba2;
}

article blockquote {
    border-left: 4px solid #2a5ba2;
    padding: 20px 20px;
    background: #fff;
    margin: 0 0 20px;
}

article blockquote * {
    margin: 0;
}

section.images .grid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

section.images .grid .photoBlock {
    margin: 0 30px 30px 0;
}

section.images .grid .photoBlock a, section.images .grid .photoBlock a img {
    display: block;
}

section.images .grid .photoBlock:nth-child(2n) {
    margin: 0 0 30px;
}

section.images {
    padding: 0 0 60px;
}

.socials img {
    width: 100%;
}

.socials a {
    width: 28px;
    display: block;
    margin: 0 10px 0 0;
}

.socials {
    display: flex;
}

footer {
    background: #2c2c2c;
    margin: -320px 0 0;
}

.f_cont .adaptive {
    display: flex;
    justify-content: space-between;
}

.f_info {
    width: 420px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Open Sans';
}

.f_menu {
    width: 260px;
}

.f_cont {
    padding: 50px 0 0;
    display: flex;
    height: 270px;
    box-sizing: border-box;
}

footer .contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 0 0 45px;
    background-image: url(/assets/templates/first-template/images/phone.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    margin: 0 0 20px;
}

footer .contacts a {
    text-decoration: none;
    font-size: 28px;
    color: #2a5ba2;
    font-weight: 600;
}

footer .contacts span {
    font-size: 12px;
    color: #fff;
    padding: 5px 0;
}

footer .contacts p {
    font-size: 14px;
    color: #ffff;
}

.f_menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    transition: 0.3s;
}

.f_menu ul li {
    margin: 0 0 10px;
}

.f_info .address {
    background-image: url(/assets/templates/first-template/images/map.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    padding: 0 0 0 45px;
    height: 32px;
    margin: 0 0 20px;
    font-size: 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
}

header .social a img {
    display: block;
    width: 100%;
}

header .social {
    display: flex;
}

header .social a {
    width: 20px;
    margin: 0 0 0 10px;
}

.f_bottom {
    background: #3d3d3d;
    height: 50px;
}

.f_bottom .adaptive {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
}

.copyright {
    color: rgb(255 255 255 / 50%);
    font-family: 'Open Sans';
    font-size: 14px;
}

.f_menu h3 {
    padding: 0 0 20px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.f_menu ul li a:hover {
    color: #2a5ba2;
}

header .miniCart_cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Open Sans';
}

header a.miniCart_icon {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    color: #fff;
}

header a.miniCart_icon span.icon {
    width: 50px;
    height: 50px;
    background-image: url(/assets/templates/first-template/images/cart.svg);
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
}

header .miniCart_cont .cost {
    font-size: 18px;
    height: 18px;
    padding: 0 0 0 20px;
    background-image: url(/assets/templates/first-template/images/ruble.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 20px;
}

header .miniCart_cont .count {
    font-size: 12px;
    padding: 0 0 2px;
}

.fixed_minicart {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

.fixed_minicart a {
    width: 64px;
    display: flex;
    height: 64px;
    background-image: url(/assets/templates/first-template/images/cart.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    position: relative;
    background-color: #2a5ba2;
    background-position: center center;
    border-radius: 100%;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 10%);
}

.fixed_minicart a span {
    background: #ff3800;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    position: absolute;
    right: -2px;
    top: -6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

hr.clear.footer {
    height: 320px;
}

.productContainer .information  .prices {
    font-family: 'Open Sans';
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.productContainer .information .prices span.price {
    font-size: 30px;
    font-weight: 600;
    color: #2a5ba2;
    margin: 0 20px 0 0;
}

.productContainer .information .prices span.old_price {
    font-size: 22px;
    font-weight: normal;
    color: #c0c0c0 !important;
    font-style: normal !important;
}

.productContainer .information .count_button button:hover {
    background: #ff3800;
}

.count * {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ul.tabs_menu li {margin: 0 10px 0 0;}

ul.tabs_menu li.act {
    display: block;
}

ul.tabs_menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.tabs_cont {
    padding: 30px;
    background: transparent;
    border: 2px solid #fff;
}

.tabs_cont .tabcont {
    display: none;
}

.tabs_cont .tabcont.act {
    display: block;
}

ul.tabs_menu li a {
    background: #fff;
    text-decoration: none;
    padding: 0 20px;
    display: flex;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 18px;
}

ul.tabs_menu li a.act {
    background: #2a5ba2;
    color: #fff;
}

.productContainer .information h3 a {
    text-decoration: none;
    color: inherit;
}

body.product_list section.container .adaptive, body.home_page section.container .adaptive {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

body.home_page section.container .adaptive .left {
    width: 280px;
    padding: 0;
}

section.container .adaptive .left {
    width: 280px;
    padding: 40px 0 0;
}

body.product_list section.container .adaptive .content, body.home_page section.container .adaptive .content {
    padding: 0 0 0 20px;
    width: 920px;
    box-sizing: border-box;
}

section.container .adaptive .left li a {
    text-decoration: none;
    display: flex;
    background: #2a5ba2;
    padding: 0 20px;
    color: #fff;
    height: 42px;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

section.container .adaptive .left li li a {
    background: #fff;
    color: #000;
    padding: 5px 20px;
    height: auto;
}

section.container .adaptive .left li li:first-child a {
    padding-top: 15px;
}

section.container .adaptive .left li li:last-child a {
    padding-bottom: 15px;
}

section.container .adaptive .left li li a:before {
    content: ">";
    margin: 0 8px 0 0;
    opacity: 0.4;
}

.productBlock {
    width: 210px;
    margin: 0 20px 20px 0;
    border: 1px solid #90a9ce;
    box-sizing: border-box;
    background: #fff;
}

.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 30px;
}

.productBlock img {
    display: block;
    width: 100%;
}

.productBlock:nth-child(4n) {
    margin: 0 0 20px;
}

.productBlock .info {
    padding: 10px;
}

.productBlock .info .count_price {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 10px;
    align-items: center;
}

.productBlock .info .count_price .count {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin: 0 20px 0 0;
    border: 1px solid #e1e1e1;
    height: 26px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
}

.productBlock .info .count_price .count input {
    width: 20px;
}

.productBlock .image {
    display: flex;
    height: 208px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #e1e1e1;
}

.productBlock .info .title a {
    font-size: 18px;
    color: #000;
}

.productBlock .info .title {
}

.productBlock .info .title a:hover {
    text-decoration: none;
}

.productBlock .info button {
    border: none;
    background: #2a5ba2;
    background-image: url(/assets/templates/first-template/images/cart.svg);
    background-repeat: no-repeat;
    padding: 0 0 0 40px;
    width: 100%;
    height: 34px;
    background-position: 10px center;
    background-size: 24px;
    text-align: left;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    font-family: 'Open Sans';
}

.productBlock .info button:hover {
    background-color: #ff3800;
}

.productBlock .info .count_price .count span {
    width: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Open Sans';
    background: #e1e1e1;
}

.productBlock .info .count_price .count input {
    border: none;
    outline: none;
    background: #fff;
    text-align: center;
    width: 30px;
    box-sizing: border-box;
    padding: 0;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 600;
}

.productBlock .info .count_price span.price {
    color: #ff3800;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Open Sans';
}

ul.pagination .disabled {opacity: 0.5;}

ul.pagination {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

ul.pagination li {
    margin: 0 5px 0 0;
}

ul.pagination li a, ul.pagination li span {
    text-decoration: none;
    background: #fff;
    display: flex;
    border: 1px solid #e4e4e4;
    height: 46px;
    box-sizing: border-box;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    font-size: 16px;
    font-family: 'Open Sans';
    color: #000;
}

ul.pagination li a.nb {
    width: 46px;
    align-items: center;
    padding: 0;
}

ul.pagination li.active a {
    border: 1px solid #2a5ba2;
}

body.product_list section.container div#pdopage {padding: 40px 0 0;}

body.product_list section.container {
    padding: 0px 0 80px;
}

.leftmenu {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}

article a.swipebox {
    margin: 0 20px 20px 0;
    float: left;
}

.articleBlock {
    width: 285px;
    margin: 0 20px 20px 0;
}

.articleBlock:nth-child(4n) {
    margin: 0 0 20px;
}

.articleBlock a {
    text-decoration: none;
}

.articleBlock a img {
    display: block;
}

.articleBlock h3 {
    color: #2a5ba2;
    font-size: 20px;
    padding: 10px 0 5px;
    font-weight: 600;
}

.articleBlock p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

body.article_list section.container {padding: 40px 0 80px;}

body.article_list section.container div#pdopage {
    padding: 40px 0 0;
}

body.home_page section.container {
    padding: 40px 0 0;
}

.home_slider li a img {
    display: block;
    width: 100%;
}

.section_title {
    padding: 20px 0 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.home_slider .lSAction a {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-image: url(/assets/templates/first-template/images/larrow.svg);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.home_article {
    padding: 0 0 50px;
}

.home_slider .lSAction a.lSNext {
    background-image: url(/assets/templates/first-template/images/rarrow.svg);
}

/* Start cart page */

.cart {
    margin: 0 0 40px;
}

.table-responsive {
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px;
}

.big_table_cart .table_row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px 30px;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
}

.big_table_cart .table_row.head {
    padding: 30px 30px 20px;
    font-weight: 600;
    font-size: 18px;
}

.big_table_cart .table_row .title {
    padding-right: 20px;
}

.big_table_cart .table_row .rinfo {
    display: flex;
}

.big_table_cart .table_row .count {
    width: 150px;
}

.big_table_cart .table_row .price {
    width: 260px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.big_table_cart .table_row .remove {
    width: 50px;
}

.big_table_cart .table_row:nth-child(2n) {
    background: #f5f5f5;
}

.big_table_cart .table_row .title a {
    color: #000;
    text-decoration: none;
}

.big_table_cart .table_row .input-group {
    display: flex;
    background: #f5f5f5;
    width: 91px;
    border: 1px solid #cfcfcf;
    height: 36px;
    align-items: stretch;
    border-radius: 5px;
    overflow: hidden;
}

.big_table_cart .table_row input {
    width: 50px;
    background: #fff;
    border: none;
    text-align: center;
    outline: none;
}

.big_table_cart .table_row .input-group .input-group-append {
    width: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #cfcfcf;
}

.big_table_cart .table_row .price span {
    font-size: 18px;
    font-family: 'Open Sans';
}

.big_table_cart .table_row .price span.mr-2.text-nowrap {
    margin: 0 15px 0 0;
    font-weight: 700;
}

.big_table_cart .table_row .remove button {
    background: #f5f5f5;
    border: none;
    height: 32px;
    width: 32px;
    padding: 0;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    cursor: pointer;
    transition: 0.3s;
}

.big_table_cart .table_row:nth-child(2n) .remove button {
    background: #fff;
}

.big_table_cart .table_row.bottom {
    padding: 20px 30px 30px;
    font-size: 22px;
}

.big_table_cart .table_row.bottom * {
    font-size: 22px !important;
}

.order_btn {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

button.btn_order {
    padding: 0px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    height: 36px;
    background: #ff3800;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.order {
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    padding: 40px 10px;
}

.order .cont {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}

.order_btn {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

.order .order_btn {
    padding: 0 20px 40px;
}

.orderBottom {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px 0;
    margin: 0 20px;
    border-top: 1px solid #cfcfcf;
    align-items: center;
}

.orderBottom .txt {
    display: flex;
    font-size: 22px;
}

.orderBottom .txt div {
    margin: 0 10px 0 0;
}

.orderBottom button {
    height: 46px;
    padding: 0 30px;
    background: #2a5ba2;
}

.orderBlock {
    width: 25%;
    padding: 0 20px;
    box-sizing: border-box;
}

.orderBlock_title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Calibri';
}

.orderBlock .checkbox {
    margin: 0 0 10px;
    display: flex;
}

.orderBlock .checkbox label {
    cursor: pointer;
    display: flex;
    padding: 0;
}

.orderBlock .checkbox input {
    display: none;
}

.checkbox_text {
    display: flex;
    align-items: center;
}

.checkbox_text .icon {
    margin: 0 10px 0 0;
    display: block;
    color: #2ac9c9;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 0%);
    box-sizing: border-box;
    border: 2px solid whitesmoke;
    transition: 0.3s;
    position: relative;
    padding: 4px;
    background: rgb(245 245 245);
    min-width: 24px;
}

.checkbox_text .icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(135 135 135);
    border-radius: 100%;
    transform: scale(1);
    transition: 0.3s;
    box-sizing: border-box;
}

.orderBlock .checkbox input:checked + .checkbox_text .icon:before {
    transform: scale(1);
    background: #2a5ba2;
    border: none;
}

.deliveriesOrder, .paymentsOrder {
    width: 20%;
}

.orderBlock.orderPerson, .orderBlock.orderAddress {
    width: 30%;
}

.input_text {
    margin: 0 0 5px;
}

.input_text input {
    display: block;
    padding: 0 15px;
    height: 42px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    font-size: 14px;
    font-family: 'Calibri';
    border-radius: 4px;
    transition: 0.3s;
    outline: none;
}

.input_text.textarea textarea {
    display: block;
    padding: 10px 15px;
    height: 136px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    font-size: 14px;
    font-family: 'Calibri';
    border-radius: 4px;
    transition: 0.3s;
    resize: none;
    outline: none;
}

/* End cart page */

.contacts_block h3 {
    font-size: 20px;
    margin: 0 0 5px;
}

.contacts_block p {
    margin: 0 0 25px;
    font-size: 20px;
}

.contacts_block p a {
    font-size: 22px;
    text-decoration: none;
    color: inherit;
}

body.contacts_page .entermap {
    height: 340px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}